Init directories and add base CSS.
This commit is contained in:
parent
7041d01d59
commit
7a622c5e3e
0
css/about.css
Normal file
0
css/about.css
Normal file
0
css/contact.css
Normal file
0
css/contact.css
Normal file
17
css/index.css
Normal file
17
css/index.css
Normal file
@ -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;
|
||||||
|
}
|
0
golang/index.go
Normal file
0
golang/index.go
Normal file
3
index.html
Normal file → Executable file
3
index.html
Normal file → Executable file
@ -1,6 +1,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Test website!</title>
|
<title>LiveEmily | Index</title>
|
||||||
|
<link rel="stylesheet" href="css/index.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Hi there!</h1>
|
<h1>Hi there!</h1>
|
||||||
|
0
js/about.js
Normal file
0
js/about.js
Normal file
0
js/contact.js
Normal file
0
js/contact.js
Normal file
0
js/index.js
Normal file
0
js/index.js
Normal file
0
php/index.php
Normal file
0
php/index.php
Normal file
13
readme.md
Normal file
13
readme.md
Normal file
@ -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.
|
Loading…
Reference in New Issue
Block a user