4
0
mirror of https://git.coop/cotech/website.git synced 2025-06-26 16:40:52 +00:00
Commit Graph

12 Commits

Author SHA1 Message Date
3517d04637 Strip out CSS, JS and extra markup
The site had around 7000 lines of CSS and 23,000 lines of JS. It also
used a framework called "Zurb" to build the layout. We're planning to
rebrand the website and to make that work easier I think it would help
me (and hopefully those that come after me) to strip out all of these
technologies and recreate the site with a simple stylesheet.

By doing so I think we lose a couple of features, such as the zooming hover
states on the grids of images. Some features, like the "sticky" header
are probably better implemented nowadays in pure CSS.

Given that the site is maintained by volunteers I think the simpler we
can make it the better.
2025-06-20 14:07:32 +01:00
10d1dbf623 Lang set to en and test of adding directory listings 2019-07-05 17:56:48 +01:00
c41f3cea07 Link to forum instead of mailing list
We don't have a process to ensure that emails to our internal list
(contact@coops.tech) are replied to in a timely manner/at all. At the
moment we appear to have 5 legitimate emails from the 13 March that
don't appear to have replies.

I hope that encouraging people to post to the forum will increase the
chance that they receive a reply.

I think there are further improvements we can make, by clarifying the
joining process for example, but this is a good enough start.
2019-04-10 17:40:52 +01:00
628d515799 #38 Use correct sturcture for HTML heading tags 2018-11-30 16:15:41 +00:00
45dc39fdef DRY up top-level pages 2017-07-01 20:33:21 +01:00
e272dee139 Extract javascripts include from all layouts 2017-07-01 18:42:02 +01:00
b823eed522 Extract header include from layouts 2017-07-01 17:32:16 +01:00
be5ffd3f53 Remove unused Wordpress-specific JS
This code seems to be related to this Wordpress feature [1] which only
seems relevant where users are adding e.g. comments to a site.

[1]: https://make.wordpress.org/core/2015/10/28/new-embeds-feature-in-wordpress-4-4/
2017-07-01 15:12:53 +01:00
6214a4856c Beautify HTML in default layout 2017-07-01 15:09:38 +01:00
636d1cc27f Extract includes from default layout 2017-07-01 13:36:32 +01:00
c98701edc3 Remove TODO comment 2017-07-01 13:10:11 +01:00
319c24ced0 Extract default layout 2017-07-01 13:06:31 +01:00