diff options
author | Rasmus Luha <rasmus.luha@gmail.com> | 2022-11-05 16:55:28 +0200 |
---|---|---|
committer | Rasmus Luha <rasmus.luha@gmail.com> | 2022-11-05 16:55:28 +0200 |
commit | d5bdcf0daaf1fe371f3fb7b7407d8846567e266b (patch) | |
tree | 90076a10b014d41fe910e2d3ef1f7284a017eec8 /public/index.html | |
parent | 142254a3b2ce64fcc7062ae099273670bd8525ac (diff) |
git page working and cleanup
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 27 |
1 files changed, 8 insertions, 19 deletions
diff --git a/public/index.html b/public/index.html index 4efa297..5a34e74 100644 --- a/public/index.html +++ b/public/index.html @@ -20,7 +20,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/> @@ -34,14 +34,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"> @@ -71,16 +63,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> @@ -99,7 +88,7 @@ </section> <hr/> - <footer>© Here is the very important Footer 2022</footer> + <footer>© <i>footer 2022</i></footer> </body> </html> |