Website: design and feedback

I have been tinkering for almost two years very lazily on my new website design. The old site(s) are still a horrible mess, with bad desktop oriented layouts, wordpress and whatnot.

A course at university on web analytics was an opportunity to gather some feedback so I sat down and stopped the tinkering. The site is designed with privacy in mind and without that course I would have never put any analytics to work.

So you get:

  • No cookies
  • No Javascript
  • Only html and css

I get:

  • User behaviour inside a session
  • But no user tracking over time ā€“ canā€™t even recognize myself, which is awesome
  • Very rough IP-based geo-location
  • Some clue what pages might be more interesting

By clicking the link below you add data to my Matomo instance, help me write a seminar report and maybe even improve my site.

https://experiment.grubernd.at/

Any feedback about the layout or the content helps, too.

Thank you for your candor. :sunglasses:

PS: For the curious, the site is statically created by a single makefile (~200 lines) which traverses a source tree with markdown files, images, some html snippets, css and font files. Images are all mine, edited with darktable, rawtherapee, aftershotpro, gthumb and imagemagick.

5 Likes

Looks great to me. Very simple, clean layout but stylish as well, although the quality of the imagery has a lot to do with that I reckon. :slight_smile:

I notice itā€™s quite slow to load images, although my connection is slow too. It just seems slower then most sites, at the moment. I assume the fundamental slowness is at my end - just mention it in case itā€™s of any interest.

In awe of the build procedureā€¦ makes my Wordpress site seem horribly bloated and clunkyā€¦

Viewing on current Firefox on Win11 btw.

Edit: Disregard the slowness reportā€¦ everything is slow. Itā€™s just my end. :crazy_face:

1 Like

What I like:

  • Fast and responsive
  • Clean

What I would improve:

  • Navigation at bottom should also be Previous/Up/Next instead of Up/Next
  • Perhaps add categories (Sports/Portrait/Nature)
1 Like

Thanks for the feedback!

Except the server ā€¦ I really like how my hosting provider handles their stuff ā€¦ :grin:

Btw, you should not see my wordpress site, it is not only clunky but also massively outdated and does all kinds of unruly things on mobile devices.

Thatā€™s a good idea. Shouldnā€™t be too hard now that I have figured out a stable way to cat|tail|head the ordering file. I already put in the bottom nav after the first tests, realising that you always had to go back unless you are a multi-tabber by nature ā€“ thatā€™s why I missed it in the first place.

Not having categories on the (main) site is on purpose. For specialized topics with more pages I plan to use subdomains, streamlining the experience for those that want to get lost.

1 Like

Simple, neat and tidy, I like it.

Only criticism, I found myself asking what is the purpose, who is the audience? In info you have, ā€œThis site is statically generated by a single makefile. Currently there is no public repo of the code.ā€ Which would interest no one other than IT dudes. If they are the intended audience, all good, but if the intended audience is potential clients for your photography, or even just friends and family to view your work, I would scrap that line and replace it with something more purposeful.

1 Like

You nailed it. After more than 25 years as a professional photographer I am currently getting my bachelor degree in Software Design and switching paid profession with semi-paid hobby and vice versa.

So you are absolutely right, the text on the info page needs the be improved.

1 Like

Very nice and clean setup. I wish all the web was like this.

That said, I still see a

<link href="data:text/css,%3Ais(%5Bid*%3D'google_ads_iframe'%5D%2C%5Bid*%3D'taboola-'%5D%2C.taboolaHeight%2C.taboola-placeholder%2C%23credential_picker_container%2C%23credentials-picker-container%2C%23credential_picker_iframe%2C%5Bid*%3D'google-one-tap-iframe'%5D%2C%23google-one-tap-popup-container%2C.google-one-tap-modal-div%2C%23amp_floatingAdDiv%2C%23ez-content-blocker-container)%20%7Bdisplay%3Anone!important%3Bmin-height%3A0!important%3Bheight%3A0!important%3B%7D" rel="stylesheet" type="text/css">

in <head> which NoScript blocks for me. Is this intentional?

Do you do these on the server side? So it is not static html, correct?

1 Like

That is really weird, because I donā€™t see anything like that and there is nothing in the html nor the css that would call an iframe to google.

What I found is this:

ā€œThis code is coming from DuckDuckGo Privacy Essentials Firefox Add-Onsā€

Source:

The site is generated statically. The statistics are done via

<img class="mtm" referrerpolicy="no-referrer-when-downgrade"
src="https://analyse.grubernd.at/matomo.php?idsite=1&amp;rec=1&amp;action_name=home" style="border:0" alt="" />

which is not static but the least intrusive method I could find short of reading the server data itself. Using Matomo was one of the (possible) prerequisites on the university course and logfiles were ā€œnot to be usedā€. :woman_shrugging:

1 Like

Good catch. I have so many plugins in Firefox that I forget about them. It is a local artifact then ā€” sorry for the noise.

I have never heard of Matomo but it looks interesting. Personally, I never looked at analytics for my own website so after I a while I stopped collecting them.

1 Like

No noise, just regular debugging. Thanks for the feedback. =)

Yes, Matomo is one of the nicer self-hostable apps out there.

And about the stats: same here. I know that website traffic and user behaviour is rather irrelevant even for my business. And when the site goes live on the main domain it will not contain any Analytics except for the server logfiles. The hosting provider puts them into some graphs which are easier to read but they are still very crude compared to what modern analytics tools can do - if the user / browser does not filter them.

1 Like

Hello, looks good your site!

One thing though, the photos on the main page lack contrast, so my first impression was mediocre. But I was glad to see that the photos in the portfolios do have contrast ā€“ very good even.

Is that an artistic choice perhaps? I would change thatā€¦

1 Like

It is a choice, yes. The unmodified thumbs made the frontpage too ā€œnoisyā€ for my taste.

Okay, thatā€™s up to you of course!

I noticed that for example https://experiment.grubernd.at/thm/gipfelsturm23.jpg is 512x512 in size, but CSS is used to reduce the size, so more data is transmitted than strictly needed?
This rule was used (on a 4K screen, actual width is 3840 px):

@media only screen and (min-width: 960px) {
body {
    max-width: 960px;
    }
img {
    padding: 2px;
    width: 960px;
    }
nav img {
    width: 236px;
    }

Same with the ā€˜full-sizeā€™ images, e.g.
https://experiment.grubernd.at/essay/hrvatska-i/grubernd_260346-1315.x14.jpg (size: 1440x1440) is displayed on my screen at a width of 960px (via CSS, see above).

On that 3840x screen you should see the image bigger and also more thumbs per row.
There is a css rule for that.

And yes, images are one size only because Iā€™d rather show better images than anything else. Itā€™s much more efficient and looks nicer to send an image with large pixel count with lower jpg quality and let the browser downscale on site than do it the other way round.

The overhead of working with multiple files, reloading when the screen size changes etc has diminishing returns in terms of more efficient transport.

Tried with Chrome, too (the previous one was with Firefox):
image

Iā€™m not a web dev, but thatā€™s what I see.

Could it be because of this (thatā€™s on the background of the full-screen browser window)?

image

The info panel has some complex visual interactions between the vertical GRUBERND text, the KONTAKT text (english language page otherwise?) and the large centered INFO text. You could argue that it helps separate the ā€œmenuā€ from the galleries but visually/typographically itā€™s something to give some though.

Were the Gipfelsturm 2023 - essay - grubernd.at files processed using filmic?

What will you do then your number of albums arenā€™t multiples of four? Accept the incomplete grid, delete a gallery or wait this you have four new galleries?

The thumbsize is on purpose, see explanation above. If you take a closer look you will see that all metadata has been removed which yields much more space savings.

/* extend to 6 thumbs per row for large screens */
@media only screen and (min-width: 3600px) {
body {
    max-width: 1440px;
    }

ā€¦ that should work unless you donā€™t use the whole screen for the browser. :sunglasses:

should
I do.

Iā€™ve now tried Edge and Brave (both are Chromium-based, though), and they display 4 thumbs in a row, and the ā€˜fullā€™ images at the same width as Firefox and plain Chrome.

This is what the Firefox console gives me:

OK, I think I know whatā€™s going on: I have the screen settings as follows:
image

3840/1.5 = 2560, matching the screen.availWidth reported by the browser.

1 Like

Yep, those first two thumbs are typographically ā€¦ different? :grin: :innocent:

The INFO page itself is still highly unbalanced - but I havenā€™t found a decent image with a 3:1 or 4:1 ratio to put between thumbs and text.

The ā€œGipfelsturmā€ images were processed with darktable/sigmoid.

The 4x4 grid was chosen for the test site to make sure all thumbs are visible at once. When using the site there will be more thumbs. And the grid will most likely be incomplete most of the time - given that there is also the big-screen rule that extends the grid to 6 thumbs per row.