h
This commit is contained in:
parent
6e38cfcf53
commit
897e4779be
19
index.html
19
index.html
@ -52,6 +52,10 @@
|
|||||||
.rightLeft {
|
.rightLeft {
|
||||||
animation: right2Left 20s infinite linear;
|
animation: right2Left 20s infinite linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.upDown {
|
||||||
|
animation: updown 3s infinite ease;
|
||||||
|
}
|
||||||
|
|
||||||
.video {
|
.video {
|
||||||
animation: rickRoll 1s infinite ease;
|
animation: rickRoll 1s infinite ease;
|
||||||
@ -63,6 +67,13 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@keyframes updown {
|
||||||
|
50% {
|
||||||
|
transform: translateY(calc(100% - 560px));
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@keyframes left2Right {
|
@keyframes left2Right {
|
||||||
0% {
|
0% {
|
||||||
@ -173,7 +184,7 @@
|
|||||||
<li>Favorite Operating System: Lin<img src="https://nsfw.cringe-studios.com/sus.png" style="display:inline; vertical-align: middle;" height="20" alt="sus" title="sus" /></li>
|
<li>Favorite Operating System: Lin<img src="https://nsfw.cringe-studios.com/sus.png" style="display:inline; vertical-align: middle;" height="20" alt="sus" title="sus" /></li>
|
||||||
<li>Likes to touch his 🥖</li>
|
<li>Likes to touch his 🥖</li>
|
||||||
<li>Favorite Video Game: Amogus</li>
|
<li>Favorite Video Game: Amogus</li>
|
||||||
<li>Favorite Discord Bot: <a href="https://graphite-official.com">Graphite</a></li>
|
<li>Favorite Discord Bot: <a href="https://graphite-official.com" target="_blank">Graphite</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>Pronoun: <code>possibly</code></p>
|
<p>Pronoun: <code>possibly</code></p>
|
||||||
<p><img src="https://nsfw.cringe-studios.com/java.png" style="display:inline; vertical-align: middle;" height="20" alt="Java" /> is the best language.</p>
|
<p><img src="https://nsfw.cringe-studios.com/java.png" style="display:inline; vertical-align: middle;" height="20" alt="Java" /> is the best language.</p>
|
||||||
@ -233,11 +244,11 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-sm-12 rightLeft">
|
<div class="col-sm-12 upDown">
|
||||||
<div class="article">
|
<div class="article">
|
||||||
<h2>In Memroy of</h1>
|
<h3>In Memroy of</h1>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://github.com/Palme11100" target="_blank">Axel Geilmann</a></li>
|
<li>Axel Geilmann</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user