diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 4 | ||||
-rw-r--r-- | templates/index.html | 23 |
2 files changed, 8 insertions, 19 deletions
diff --git a/templates/base.html b/templates/base.html index 3160bbd..48e5fc4 100644 --- a/templates/base.html +++ b/templates/base.html @@ -22,7 +22,7 @@ <nav> <a href="/">Home</a> <a href="about">About</a> - <a href="">Git</a> + <a href="https://git.luhamus.com">Git</a> <a href="contact">Contact</a> </nav> <hr/> @@ -32,7 +32,7 @@ </section> <hr/> - <footer>© Here is the very important Footer 2022</footer> + <footer>© <i>footer 2022</i></footer> </body> </html> diff --git a/templates/index.html b/templates/index.html index 2422899..dff3048 100644 --- a/templates/index.html +++ b/templates/index.html @@ -8,14 +8,6 @@ My name is Rasmus. I am studying Computer Science and Physics </p> - <p> - This site has many purposes. It is is some ways the replacement - of my social-media, and so I put some of my likings out here. - Also, it hosts my Git and E-mail server, which I find pretty cool, - and has some other stuff aswell. - </br> - So, Go on, have a look around! - </p> </div> <div class="afterIntro"> @@ -45,16 +37,13 @@ <div class="quote"> <p> - “Nature loves courage. You make the commitment and nature will respond to that - commitment by removing impossible obstacles. Dream the impossible dream and - the world will not grind you under, it will lift you up. - This is the trick. This is what all these teachers and philosophers - who really counted, who really touched the alchemical gold, - this is what they understood. This is the shamanic dance in - the waterfall. This is how magic is done. By hurling yourself - into the abyss and discovering it's a feather bed.” + "You're an interesting species. An interesting mix. You're capable + of such beautiful dreams, and such horrible nightmares. + You feel so lost, so cut off, so alone, only you're not. + See, in all our searching, the only thing we've found + that makes the emptiness bearable, is each other." <br/> - ― Terence McKenna + ― Carl Sagan </p> </div> |