diff --git a/html/.template.html b/html/.template.html index 2fee536..51cf68c 100644 --- a/html/.template.html +++ b/html/.template.html @@ -33,7 +33,7 @@ \ No newline at end of file diff --git a/html/about_me.css b/html/about_me.css new file mode 100644 index 0000000..7a38a97 --- /dev/null +++ b/html/about_me.css @@ -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; +} \ No newline at end of file diff --git a/html/about_me.html b/html/about_me.html index de9192b..6a17414 100644 --- a/html/about_me.html +++ b/html/about_me.html @@ -3,6 +3,7 @@ Liliesh's Homepage + @@ -27,13 +28,28 @@
- +

[liliesh@xenia homepage]$ tiv assets/avatar.png

+ + + + + + + + + + +

[liliesh@xenia homepage]$ cd ~/Documents

+

[liliesh@xenia Documents]$ cat about_meeee.txt

+ + +

[liliesh@xenia homepage]$ _

\ No newline at end of file diff --git a/html/assets/avatar.png b/html/assets/avatar.png new file mode 100644 index 0000000..7f81095 Binary files /dev/null and b/html/assets/avatar.png differ diff --git a/html/blog.html b/html/blog.html index 6ebdc67..7bc8a8e 100644 --- a/html/blog.html +++ b/html/blog.html @@ -33,7 +33,7 @@ \ No newline at end of file diff --git a/html/index.html b/html/index.html index 15e6dc6..3496190 100644 --- a/html/index.html +++ b/html/index.html @@ -29,12 +29,13 @@

Recent entries

+

None yet! Be excited!

\ No newline at end of file diff --git a/html/links.html b/html/links.html index dcef60e..ff25842 100644 --- a/html/links.html +++ b/html/links.html @@ -33,7 +33,7 @@ \ No newline at end of file