Commit Graph
19 Commits
Author SHA1 Message Date
Chris Lowis d2fc574445 Convert all service logos to png
Some of the service logos were in jpg or gif format. For
consistency, and to make page generation simpler, this commit converts
them to png format.
2018-11-10 22:09:38 +00:00
Chris Lowis 8284159c04 Migrate services from old site
Ran the `migrate_services` script.
2018-11-10 22:08:20 +00:00
Chris Lowis 0e6c62df0d Add script to migrate services from old site
This script copies the service logos, normalises the file names and
creates a corresponding entry in `_services`.
2018-11-10 22:07:32 +00:00
Chris Lowis 71afa7f0e5 Convert all technology logos to png
Some of the technology logos were in jpg or gif format. For
consistency, and to make page generation simpler, this commit converts
them to png format.
2018-11-10 21:59:37 +00:00
Chris Lowis d9989ec794 Migrate technologies from old site
Ran the `migrate_technologies` script.
2018-11-10 21:53:06 +00:00
Chris Lowis db17505a9b Add script to migrate technologies from old site
This script copies the technology logos, normalises the file names and
creates a corresponding entry in `_technologies`.
2018-11-10 21:52:17 +00:00
Chris Lowis 396589820a Fix members grid on homepage
We needed to add a "column" div for each thumbnail.
2018-11-10 21:23:50 +00:00
Chris Lowis d7965c9a79 Fix twitter link and quote : in dev-the-developers-society.md 2018-11-10 21:21:18 +00:00
Chris Lowis 622dac7193 Fix twitter link in cbn.md 2018-11-10 21:20:59 +00:00
Chris Lowis 54a2d68952 Migrate co-op pages from old site
I ran `ruby migrate_coop_pages.rb` in `scripts`. There will need to be
some manual tidying up of the generated `.md` files under `_coops` but
I think this is a good start. As a one-off it doesn't warrant the time
it would take to improve the migration script.
2018-11-10 21:16:42 +00:00
Chris Lowis a08b88f85a Convert co-op images to png format
It makes it easier to generate the templates if we have a consistent
file format for images. I've chosen png as most of the other co-op
logos are in png.
2018-11-10 21:10:34 +00:00
Chris Lowis 09d4895994 Exclude scripts directory when building site 2018-11-10 21:10:18 +00:00
Chris Lowis 11b3f3bdb3 Add missing co-op logos
I ran `scripts/migrate_coop_logos.rb` to migrate the logos from the
static mirror to jekyll. The script renamed the files in a consistent
way.
2018-11-09 21:51:28 +00:00
Chris Lowis 986b76fe43 Add script to migrate co-op logos 2018-11-09 21:50:57 +00:00
Chris Lowis a453d287ce Extract Coop class into its own file 2018-11-09 20:58:42 +00:00
Chris Lowis 23251e7ba2 Add Coop.all method to return all co-ops for migration 2018-11-09 20:56:26 +00:00
Chris Lowis 5ca9d98343 Add a script for generating coop data from coops.tech mirror 2018-11-09 16:02:15 +00:00
Chris Lowis 40f7f42ec2 Update github-pages 140 -> 192
I ran `bundle update github-pages` in order to resolve security alerts
for jekyll[1] and ffi[2].

[1]
https://github.com/freerange/cotech-website/network/alert/Gemfile.lock/jekyll/open
[2] https://github.com/freerange/cotech-website/network/alert/Gemfile.lock/ffi/open
2018-11-05 21:02:29 +00:00
Chris Lowis bff92115f6 Update nokogiri 1.8.0 -> 1.8.5
I ran `bundle update nokogiri` to patch CVE-2017-9050[1] in libxml2.

[1] https://nvd.nist.gov/vuln/detail/CVE-2017-9050
2018-11-05 20:45:24 +00:00