-
Zash
As I'm not a web designer, I'd like to hear comments on https://github.com/xsf/xmpp.org/pull/964
-
Sam
takes up too much space imo, but columns would probably fix that. I'd be willing to do a followup pr for that or discuss how to do it at some point if you'd like
-
Zash
I tried to make columns using a short-code, but turns out shortcodes don't nest, and all I got was ``` <h2 id="new-xeps">New XEPs</h2> <!-- raw HTML omitted --> ```
-
Zash
https://cerdale.zash.se/s/nBtVm_7OfwSsRCHT/87795481-8847-47e2-95fd-333694f8676e.png
-
Zash
Sure looks nicer
-
Zash
(manually edited the DOM)
-
wurstsalat
Zash, they do nest :) check https://dev.gajim.org/gajim/website/-/blob/master/content/en/_index.md
-
wurstsalat
or you could put the whole shortcode block into a row + three columns
-
Zash
I suppose
-
Zash
I did a shortcode that iterated over its inner block, and shortcodes in there produced "raw HTML omitted"
-
Sam
There are two kinds of shortcodes, one does markdown (so html gets stripped, one does html (more or less, you have to mark it as safe). It's very confusing.
-
Sam
but they do nest
-
Zash
https://cerdale.zash.se/s/GnMpFzl6kSPcDujN/7dcc319e-e09b-4a70-b67e-5248e1fbc36a.png
-
emus
Zash: nice!!
-
Zash
Looks a bit ... unrendered
-
Zash
Another thing, why isn't there a big flashing link to the extensions list on the front page?
-
Sam
I had a hell of a time finding it from the front page the other day
-
Zash
Or, maybe a big flashing link to the latest compliance suite would be better, with a non-flashy link to the full list below.
-
mjk
> I had a hell of a time finding it from the front page the other day You mean it's reachable in a finite amount clicks?✎ -
mjk
> I had a hell of a time finding it from the front page the other day You mean it's reachable in a finite number of clicks? ✏
-
mjk
Ah. Menu--About--Specifications.
-
mjk
Still, a person seeking for extensions _specifically_, would be lost
-
Zash
Probably hard to find the correct balance between targeting users, developers and managers or whatever seems to be the primary target of the current index page
-
mjk
So... maybe a good idea to split the site by these categories instead of how it's currently is? Or just pick a different default. There are (probably) more devs than executives, and are more users than devs.✎ -
mjk
So... maybe a good idea to split the site by these categories instead of how it currently is? Or just pick a different default. There are (probably) more devs than executives, and are more users than devs. ✏
-
Zash
Having the main page be some sort of multiple choice thing? user? go here (getting started) developer? here's the specs. executive? have some delicious marketing nonsense! :)
-
mjk
Pretty much :)
-
bung
Isn't private group conversations on Xmpp spoken without verification?
-
bung
I think some things need to be clicked on.
-
wurstsalat
Zash: maybe we could put something like the specifications summary you proposed on the index page as well + a button linking /extensio ns