diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-06-10 16:52:00 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-06-10 17:12:17 +0800 |
commit | 6baba3a4341cdc4890bd26debc4a1520ad229bac (patch) | |
tree | 30f905f6e8ba1938d4253a7a29bdffde1bc0234b /www/layouts/index.html | |
parent | b2714684b3aaefdb8c98940a49e47266ff96d15b (diff) | |
download | crupest-6baba3a4341cdc4890bd26debc4a1520ad229bac.tar.gz crupest-6baba3a4341cdc4890bd26debc4a1520ad229bac.tar.bz2 crupest-6baba3a4341cdc4890bd26debc4a1520ad229bac.zip |
chore(www): remove slogan and quotes, simplify greetings.
Diffstat (limited to 'www/layouts/index.html')
-rw-r--r-- | www/layouts/index.html | 23 |
1 files changed, 3 insertions, 20 deletions
diff --git a/www/layouts/index.html b/www/layouts/index.html index e05af03..abf8a74 100644 --- a/www/layouts/index.html +++ b/www/layouts/index.html @@ -26,12 +26,9 @@ <hr /> <section> <p>Welcome to my home page! Nice to meet you here! 🥰</p> - <p>If you have something interesting to share with me, feel free to email me - at <a rel="noopener noreferrer" href="mailto:crupest@crupest.life">crupest@crupest.life</a>. - You can also create an issue in any of my repos - on <a rel="noopener noreferrer" href="https://github.com/crupest">GitHub</a> to talk - anything to me. - </p> + <p>Feel free to contact me via my email address *<crupest@crupest.life>*, + or just create an issue in any of my <a rel="noopener noreferrer" href="https://github.com/crupest">GitHub</a> + repos. I love talking with people a lot.</p> <div id="links" class="mono-link"> goto: <ul> @@ -78,18 +75,4 @@ {{ end }} </div> </section> - <hr> - <section> - <h2>Always Remember</h2> - <figure class="citation"> - <blockquote> - <p>Die Philosophen haben die Welt nur verschieden interpretiert, es kömmt aber darauf an, sie zu verändern.</p> - <p><small>Translated from German:</small> - The philosophers have only interpreted the world in various ways, the point is to change it.</p> - </blockquote> - <figcaption> - <cite>Karl Marx, Theses on Feuerbach (1845)</cite> - </figcaption> - </figure> - </section> {{ end }} |