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

19 Commits

Author SHA1 Message Date
b4faded4b3 Style homepage hero 2025-06-20 14:49:45 +01:00
bab33c25f4 Move manifesto onto about page 2025-06-20 14:43:49 +01:00
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
3ac09903e9 Remove technologies, clients, services from menu 2025-06-20 13:13:55 +01:00
4b49ab8dd0 add back manifesto button 2024-09-18 15:42:43 +01:00
dc910e883c test omit video link 2024-09-18 15:39:54 +01:00
10d1dbf623 Lang set to en and test of adding directory listings 2019-07-05 17:56:48 +01:00
387701a529 Assets location change 2019-04-25 16:30:35 +01:00
a2d8d11813 assets location change 2019-04-25 15:50:34 +01:00
ddb3df7127 Moved About, Join and Manifesto to the header. Added a close button to the default page layout 2019-04-25 14:17:00 +01:00
f8e0ce8786 45 Updated text on the home page 2018-11-30 15:59:59 +00:00
cb6c07905e Remove use of site.github.url
We don't need to include the whole url in each page if we're
being served from the root of a domain.
2018-11-29 16:20:30 +00:00
26a10700a7 Metadata added to <head> and footer updated 2018-11-18 18:43:07 +00:00
e272dee139 Extract javascripts include from all layouts 2017-07-01 18:42:02 +01:00
63c6acf277 Fix indenting in home layout 2017-07-01 18:36:39 +01:00
6f594c7f6a Fix more URLs for deployment on Github 2017-07-01 18:21:48 +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
f43e401e8b Beautify home page HTML
And make URLs relative vs absolute.
2017-07-01 14:09:04 +01:00
a993d209ab First stab at realistic-looking home page 2017-07-01 13:57:10 +01:00