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

46 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
b8127bffd3 Remove maps from the site
I've also removed as much related code as I can find.
2025-06-20 13:13:55 +01:00
9a9f5be563 Update year in footer 2025-06-20 12:17:59 +01:00
c60bc316b0 It is 2019 and we use HTTPS these days! 2019-06-12 13:03:38 +01:00
0aa46ea5f0 Fix for mistake in last commit #53 2019-06-05 11:55:33 +01:00
0a8dea4717 <title> metadata tweak for pages other than the home page #53 2019-06-05 11:51:17 +01:00
ab75dc95fb title metadata tweak for #53 2019-06-05 11:47:19 +01:00
0914a852d6 metadata tweaks for #53 2019-06-05 11:30:36 +01:00
acaac75768 title and abbr added to meta description 2019-06-05 10:21:29 +01:00
5b555cfac4 twitter:image is in the spec https://developer.twitter.com/en/docs/tweets/optimize-with-cards/overview/markup 2019-06-05 09:07:43 +01:00
c3f638c54f fix for canonical url 2019-06-05 09:00:23 +01:00
ab6e60649f Attempt to fix Twitter images for #53 2019-06-05 08:54:07 +01:00
b133a7094f Use PNG not conneg for OG metedata image #53 2019-04-25 18:59:05 +01:00
6de1586824 s/excerpt/description/ #53 2019-04-25 18:53:35 +01:00
12a7b251d6 test fix for #53 2019-04-25 18:47:48 +01:00
2576ab601f debug test 2019-04-25 18:43:43 +01:00
305365d2cf test fix for #53 2019-04-25 18:40:07 +01:00
0a8ee8ea3f still an issue with blank descriptions #53 2019-04-25 18:40:07 +01:00
15c8ec657f added GFR to site credits 2019-04-25 17:54:36 +01:00
ad7c252a59 fix for pages without excerpt #53 2019-04-25 16:52:38 +01:00
cfb5a106af Assets location change 2019-04-25 16:37:41 +01:00
387701a529 Assets location change 2019-04-25 16:30:35 +01:00
d731b794a3 test fix for #53 2019-04-25 16:25:55 +01:00
79d4adc310 Fix for non-coop pages #53 2019-04-25 16:21:55 +01:00
39b502ec03 twitter metadata icon update #53 2019-04-25 16:12:28 +01:00
545f63258f image test added to head 2019-04-25 16:07:16 +01:00
a2d8d11813 assets location change 2019-04-25 15:50:34 +01:00
21aa40fdc9 Merge branch 'master' into shuffle_clients 2019-04-25 15:34:33 +01:00
82c8a58624 use page.content if page.excerpt doesn't exist #53 2019-04-25 14:41:46 +01:00
6377580e94 whitespace, do'h! 2019-04-25 14:20:35 +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
3f0f4dca05 optional page.excerpt for meta descriptions 2019-04-25 14:08:52 +01:00
50e157f2c0 Test adding page.excerpt to HTML <head> 2019-04-25 14:01:57 +01:00
95aec4f04c Merge branch 'fix-outlandish' into 'dev'
Added meta description to head (as well as og:description)

See merge request cotech/website!4
2018-11-29 16:54:36 +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
5dc7ba9dc7 Update head to add meta description (as well as og:description) 2018-11-29 15:49:18 +00:00
1461174ca1 Matomo code added #18 2018-11-29 12:42:53 +00:00
26a10700a7 Metadata added to <head> and footer updated 2018-11-18 18:43:07 +00:00
da2d0dbda2 Extract Mapbox access token into config 2017-07-01 20:16:37 +01:00
27128690bb Fix another URL for Github deployment 2017-07-01 18:49:56 +01:00
530b614e8e Remove link to CSS removed in earlier commit 2017-07-01 18:44:55 +01:00
e272dee139 Extract javascripts include from all layouts 2017-07-01 18:42:02 +01:00
6f594c7f6a Fix more URLs for deployment on Github 2017-07-01 18:21:48 +01:00
ec0c037f65 Fix footer links 2017-07-01 17:33:08 +01:00
b823eed522 Extract header include from layouts 2017-07-01 17:32:16 +01:00
636d1cc27f Extract includes from default layout 2017-07-01 13:36:32 +01:00