diff --git a/components/homepanel.go b/components/homepanel.go index fef2c62..ce83c4a 100644 --- a/components/homepanel.go +++ b/components/homepanel.go @@ -16,10 +16,26 @@ func newHomePanel() *homePanel { func (p *homePanel) Render() app.UI { return app.Div().Body( app.P().Text("Welcome, internet surfer!").Class("p-h1"), - app.Raw(`
This website is my creative outlet and a way of expressing myself.
-As of now, it's probably the most impressive thing I've ever coded.
-
-Please enjoy yourself and do sign the guestbook!!
+ Welcome to my webspace! Whether you stumbled across this page by accident + or were linked here, you're more than welcome! This is my personal project that I like + to work on! I was inspired by a couple friends of mine, please do check their webspaces + out as well under "Galaxies" on the left side there! + If you like this page, there is a lot more, so have a look around! You can also leave a + nice message for me in the guestbook! There is no registration (unlike the rest of the "modern" + internet) so nothing of that sort! + That said, this website is my creative outlet and a way to introduce myself, so be kind please! + Also its code is entirely open-source and can be found + here so if you like that sort + of stuff, be my guest it's cool!
+ `), app.If(p.updateAvailable, app.Div().Body( app.P(). diff --git a/test-website/base.html b/test-website/base.html index 484f3ee..4658f71 100644 --- a/test-website/base.html +++ b/test-website/base.html @@ -25,6 +25,18 @@ Deze doet dat +
+ Welcome to my webspace! Whether you stumbled across this page by accident
+ or were linked here, you're more than welcome! This is my personal project that I like
+ to work on! I was inspired by a couple friends of mine, please do check their webspaces
+ out as well under "Galaxies" on the left side there!
+ If you like this page, there is a lot more, so have a look around! You can also leave a
+ nice message for me in the guestbook! There is no registration (unlike the rest of the "modern"
+ internet) so nothing of that sort!
+ That said, this website is my creative outlet and a way to introduce myself, so be kind please!
+ Also its code is entirely open-source and can be found
+
My friends! These are some of the websites of my friends!