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!!

`), + app.Img(). + Style("float", "right"). + Style("margin-bottom", "50px"). + Height(230). + Src("/web/static/images/rin-len1.webp"), + app.Raw( + ` +

+ 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!

diff --git a/web/static/images/rin-len1.webp b/web/static/images/rin-len1.webp new file mode 100644 index 0000000..f3fd22f Binary files /dev/null and b/web/static/images/rin-len1.webp differ diff --git a/web/static/style.css b/web/static/style.css index 316f115..b7dbd4a 100644 --- a/web/static/style.css +++ b/web/static/style.css @@ -57,12 +57,15 @@ body { } .content-text { - max-width: 80%; + max-width: 75%; + width: auto; margin-left: 10px; margin-top: 5px; margin-bottom: 5px; } +. + /* .content p { max-width: 80%;