mirror of
https://codeberg.org/liliesh/homepage.git
synced 2026-03-18 22:08:35 +01:00
Meow
This commit is contained in:
parent
f4220fb09a
commit
b6e2eaad79
7 changed files with 38 additions and 6 deletions
|
|
@ -33,7 +33,7 @@
|
||||||
<footer>
|
<footer>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="footerbox">
|
<div class="footerbox">
|
||||||
built without javascript - <a href="https://git.pinkhaj.world/liliesh/homepage">Source Code</a>
|
This page is javascript free - <a href="https://git.pinkhaj.world/liliesh/homepage">Source Code</a>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</html>
|
</html>
|
||||||
15
html/about_me.css
Normal file
15
html/about_me.css
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
#blinky {
|
||||||
|
animation: hide 750ms infinite;
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes hide {
|
||||||
|
0% { opacity: 1.0;}
|
||||||
|
50% { opacity: 0.0;}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#avatar {
|
||||||
|
filter: url(#pixelate);
|
||||||
|
width: 200px;
|
||||||
|
height: 200px;
|
||||||
|
}
|
||||||
|
|
@ -3,6 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
<title>Liliesh's Homepage</title>
|
<title>Liliesh's Homepage</title>
|
||||||
<link rel="stylesheet" href="./base.css">
|
<link rel="stylesheet" href="./base.css">
|
||||||
|
<link rel="stylesheet" href="./about_me.css">
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="description" content="meow meow! :3">
|
<meta name="description" content="meow meow! :3">
|
||||||
<meta name="keywords" content="Linux, Self-Hosting, Meow">
|
<meta name="keywords" content="Linux, Self-Hosting, Meow">
|
||||||
|
|
@ -27,13 +28,28 @@
|
||||||
</div>
|
</div>
|
||||||
<hr>
|
<hr>
|
||||||
<main>
|
<main>
|
||||||
|
<p>[liliesh@xenia homepage]$ tiv assets/avatar.png</p>
|
||||||
|
<img id="avatar" src="assets/avatar.png?30x30">
|
||||||
|
<svg>
|
||||||
|
<filter id="pixelate" x="0" y="0">
|
||||||
|
<feFlood x="5" y="5" height="1" width="1"/>
|
||||||
|
<feComposite width="5" height="5"/>
|
||||||
|
<feTile result="a"/>
|
||||||
|
<feComposite in="SourceGraphic" in2="a" operator="in"/>
|
||||||
|
<feMorphology operator="dilate"radius="2"/>
|
||||||
|
</filter>
|
||||||
|
</svg>
|
||||||
|
<p>[liliesh@xenia homepage]$ cd ~/Documents</p>
|
||||||
|
<p>[liliesh@xenia Documents]$ cat about_meeee.txt</p>
|
||||||
|
|
||||||
|
|
||||||
|
<p>[liliesh@xenia homepage]$ <span id="blinky">_</span></p>
|
||||||
</main>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
<footer>
|
<footer>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="footerbox">
|
<div class="footerbox">
|
||||||
built without javascript - <a href="https://git.pinkhaj.world/liliesh/homepage">Source Code</a>
|
This page is javascript free - <a href="https://git.pinkhaj.world/liliesh/homepage">Source Code</a>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</html>
|
</html>
|
||||||
BIN
html/assets/avatar.png
Normal file
BIN
html/assets/avatar.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 191 KiB |
|
|
@ -33,7 +33,7 @@
|
||||||
<footer>
|
<footer>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="footerbox">
|
<div class="footerbox">
|
||||||
built without javascript - <a href="https://git.pinkhaj.world/liliesh/homepage">Source Code</a>
|
This page is javascript free - <a href="https://git.pinkhaj.world/liliesh/homepage">Source Code</a>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</html>
|
</html>
|
||||||
|
|
@ -29,12 +29,13 @@
|
||||||
<hr>
|
<hr>
|
||||||
<main>
|
<main>
|
||||||
<h2>Recent entries</h2>
|
<h2>Recent entries</h2>
|
||||||
|
<h3>None yet! Be excited!</h3>
|
||||||
</main>
|
</main>
|
||||||
</body>
|
</body>
|
||||||
<footer>
|
<footer>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="footerbox">
|
<div class="footerbox">
|
||||||
built without javascript - <a href="https://git.pinkhaj.world/liliesh/homepage">Source Code</a>
|
This page is javascript free - <a href="https://git.pinkhaj.world/liliesh/homepage">Source Code</a>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</html>
|
</html>
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
<footer>
|
<footer>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="footerbox">
|
<div class="footerbox">
|
||||||
built without javascript - <a href="https://git.pinkhaj.world/liliesh/homepage">Source Code</a>
|
This page is javascript free - <a href="https://git.pinkhaj.world/liliesh/homepage">Source Code</a>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
</html>
|
</html>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue