diff --git a/README.md b/README.md deleted file mode 100644 index bb016db..0000000 --- a/README.md +++ /dev/null @@ -1 +0,0 @@ -# 0x76.dev \ No newline at end of file diff --git a/assets/DejaVuSansMono-Bold.ttf b/assets/DejaVuSansMono-Bold.ttf deleted file mode 100644 index fb4675d..0000000 --- a/assets/DejaVuSansMono-Bold.ttf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:baada9a5172fe20886251aff0433fc38461912d5daf07287e7bee56620a8da96 -size 331536 diff --git a/assets/DejaVuSansMono-BoldOblique.ttf b/assets/DejaVuSansMono-BoldOblique.ttf deleted file mode 100644 index ee85d0d..0000000 --- a/assets/DejaVuSansMono-BoldOblique.ttf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a69081c15c76c827e0a27a5a7f5c74b6135c843499955495ffa8c20d3a98288b -size 253116 diff --git a/assets/DejaVuSansMono-Oblique.ttf b/assets/DejaVuSansMono-Oblique.ttf deleted file mode 100644 index ba21473..0000000 --- a/assets/DejaVuSansMono-Oblique.ttf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28052813f7a709fc89f52d192dc995ef4f0fdc5c3d7b73a49d6849b1916d0cd0 -size 251472 diff --git a/assets/DejaVuSansMono.ttf b/assets/DejaVuSansMono.ttf deleted file mode 100644 index 60f4214..0000000 --- a/assets/DejaVuSansMono.ttf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:602ec86b8948cfcd956482fe64f94c36c867770149ef2f791d4613f443bcecb3 -size 340240 diff --git a/index.html b/index.html index 04ecbb7..e099abd 100644 --- a/index.html +++ b/index.html @@ -1,34 +1,23 @@ + - - + + - 0x76.dev - + A Page - My Site + - - - - + + + + - -
-
-

0x76.dev

-

Hi~ welcome to 0x76.dev

-

- I'm victor (also known as v), and you can use any pronouns for me. - I like programming, philosphy, reading, and whatever piques my interest at any given time. - -

-
- -
+
+// this page is intentionally left blank
+    
- \ No newline at end of file + + diff --git a/projects.html b/projects.html deleted file mode 100644 index 22b6176..0000000 --- a/projects.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - 0x76.dev - - - - - - - - - - -
-
-

0x76.dev - Projects

-

Content TBD

-
-
- - \ No newline at end of file diff --git a/script.js b/script.js deleted file mode 100644 index e69de29..0000000 diff --git a/style.css b/style.css deleted file mode 100644 index eda7d61..0000000 --- a/style.css +++ /dev/null @@ -1,92 +0,0 @@ -:root { - --color: #7fffbf; - --compl: #80FFFF; - /* x-offset y-offset blur color */ - --shadow: 0 0 3px #0f0, -2px 0 3px #f00, 2px 0 3px #00f; -} - -@font-face { - font-family: "DejaVuSansMono"; - src: url("./assets/DejaVuSansMono.ttf"); -} - -* { - overflow: hidden; -} - -body { - background-color: black; - color: var(--color); - font-family: "DejaVuSansMono", monospace; - - text-shadow: var(--shadow); -} - -a { - color: var(--compl); - text-decoration: underline; -} - -h1 { - font-size: 6rem; -} - -h3 { - font-size: 1.5rem; -} - -.x76 { - text-decoration: underline; -} - -main { - width: 100%; - height: 100%; - - display: grid; - column-gap: 3rem; - row-gap: 3rem; - - grid-template-columns: 1fr 1fr 1fr; - grid-template-rows: 25% 1fr 1fr; - -} - -#main { - grid-column: 2; - grid-row: 2; -} - -#links { - grid-column: 2; - grid-row: 3; - - display: grid; - grid-template-columns: repeat(2, 1fr); - grid-template-rows: 1fr; -} - - -main>section { - text-align: center; -} - - -.blinking-cursor { - padding: 0; - margin: 0 -0.666em; - content: ""; - width: 1ch; - height: 1em; - background: var(--color); - display: inline-block; - - box-shadow: var(--shadow); - animation: blink 1.5s steps(2) infinite; -} - -@keyframes blink { - 0% { - opacity: 0; - } -} \ No newline at end of file