diff --git a/css/about.css b/css/about.css new file mode 100644 index 0000000..e69de29 diff --git a/css/contact.css b/css/contact.css new file mode 100644 index 0000000..e69de29 diff --git a/css/index.css b/css/index.css new file mode 100644 index 0000000..da72363 --- /dev/null +++ b/css/index.css @@ -0,0 +1,17 @@ +body { + background-color: #282828; +} + +h1 { + color: #ebdbb2; + text-align: center; + font-size: 55px; + margin-top: 10vh; +} + +p { + color: #ebdbb2; + text-align: center; + font-size: 35px; + margin-top: 4vh; +} diff --git a/golang/index.go b/golang/index.go new file mode 100644 index 0000000..e69de29 diff --git a/index.html b/index.html old mode 100644 new mode 100755 index 550a7b9..94e3313 --- a/index.html +++ b/index.html @@ -1,6 +1,7 @@ - Test website! + LiveEmily | Index +

Hi there!

diff --git a/js/about.js b/js/about.js new file mode 100644 index 0000000..e69de29 diff --git a/js/contact.js b/js/contact.js new file mode 100644 index 0000000..e69de29 diff --git a/js/index.js b/js/index.js new file mode 100644 index 0000000..e69de29 diff --git a/php/index.php b/php/index.php new file mode 100644 index 0000000..e69de29 diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..74c268a --- /dev/null +++ b/readme.md @@ -0,0 +1,13 @@ +# Welcome to the liveemily.com repository! +### This is currently a work in progress website and not functional in the slightest. +### It is not accesible yet at liveemily.com, it currently redirects my gitea instance but this will be changed in the future. + +## ToDo + +1. [] Default HTML mockup. +1. [] Good CSS integration. + 1. [] SASS/SCSS/LESS integration. +1. [] Maybe a little JavaScript? (This is a last resort since I'm horrible with HTML). +1. [] Possible PHP or GoLang integration. +1. [] If all goes well, might have a fully functional webserver written in C#, C++/Rust or even C. +1. [] Make it pretty for god's sake.