h
This commit is contained in:
parent
6e38cfcf53
commit
897e4779be
19
index.html
19
index.html
@ -53,6 +53,10 @@
|
||||
animation: right2Left 20s infinite linear;
|
||||
}
|
||||
|
||||
.upDown {
|
||||
animation: updown 3s infinite ease;
|
||||
}
|
||||
|
||||
.video {
|
||||
animation: rickRoll 1s infinite ease;
|
||||
}
|
||||
@ -64,6 +68,13 @@
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes updown {
|
||||
50% {
|
||||
transform: translateY(calc(100% - 560px));
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes left2Right {
|
||||
0% {
|
||||
transform: translateX(-50vw);
|
||||
@ -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>Likes to touch his 🥖</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>
|
||||
<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>
|
||||
@ -233,11 +244,11 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-sm-12 rightLeft">
|
||||
<div class="col-sm-12 upDown">
|
||||
<div class="article">
|
||||
<h2>In Memroy of</h1>
|
||||
<h3>In Memroy of</h1>
|
||||
<ul>
|
||||
<li><a href="https://github.com/Palme11100" target="_blank">Axel Geilmann</a></li>
|
||||
<li>Axel Geilmann</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user