diff --git a/index.html b/index.html new file mode 100644 index 0000000..7d27321 --- /dev/null +++ b/index.html @@ -0,0 +1,33 @@ + + + + cat README.md + + + + + + + + + + + +
+ juli@meowcity:~/about_me$ cat README.md
+
+ Hi!
+ I am Juli a pan Finnish furry of some gender(i dont know) from '09(thats 14 years old). I go by Juli or Julimiro, any pronouns are fine.
+
+ <https://julimiro.eu>
+ <https://eepykitty.lol/@juli>
+ <https://www.last.fm/user/Julimiro>
+ <https://lemmy.blahaj.zone/u/Juli>
+
+
+
+ Meow + +
+ + diff --git a/style.css b/style.css new file mode 100644 index 0000000..541ed87 --- /dev/null +++ b/style.css @@ -0,0 +1,88 @@ +body { + background-color: rgb(0, 27, 41); + /* */ + + color: rgb(255, 255, 255); + font-family: "Roboto Mono", monospace +} + +.container { + position: relative +} + +.header { + position: relative; + left: 50%; + top: 0%; + transform: translateX(-50%); + text-align: center +} + +.header ul { + text-decoration: none; + list-style-type: none +} + +.header h1 { + font-size: 3em +} + +.header a { + font-size: 1.25em; + margin: 2px; + color: rgb(255, 255, 255); + text-decoration: none +} + +.button { + font-family: "Roboto Mono", monospace; + background-color: #008cba; + border: none; + color: #fff; + padding: 15px 32px; + text-align: center; + text-decoration: none; + display: inline-block; + font-size: 16px; + margin: 4px 2px; + cursor: pointer +} + +.button:hover { + font-family: "Roboto Mono", monospace; + background-color: #006384; + border: none; + color: #fff; + padding: 15px 32px; + text-align: center; + text-decoration: none; + display: inline-block; + font-size: 16px; + margin: 4px 2px; + cursor: pointer +} + +.main { + position: relative; + top: 20%; + left: 50%; + transform: translate(-50%,20%); + text-align: center; + width: 60%; + border-width: 2px; + border-style: solid; + padding: 30px; + text-align: left; + background-color: #000; +} + +a { + color: #FFF; +} + +#prompt_name { + color: #14A10C; +} +#path { + color: #3B78FE; +} \ No newline at end of file