coopdevs / coopdevs-old-web

coopdevs.org content
http://coopdevs.org
2 stars 10 forks source link

Implement new design #57

Closed sauloperez closed 4 years ago

sauloperez commented 4 years ago

Brings in the following new awesome design based on https://github.com/coopdevs/coopdevs.github.io/pull/54.

screencapture-127-0-0-1-4000-2019-09-16-20_08_12

Photos

My apologies. I know it's not fair to only show Coopdevs SCCL members in the pictures but that's all the decent material we have so far. The idea was to have a professional photographer come to the next Coopdevs beers but that turned out not to be possible. We'll see if @naoisegolden can make it.

In the meantime, Coopdevs really needs this new design.

In production

It won't be enabled it in production. There are a number of things that are still missing from minor details some people asked for offline to responsiveness and the hamburger menu for small screens. Each of these will come in separate PRs so they are easier to review.

Dark launch

This new design is dark launched with a feature toggle. In _layouts/main.html, replace

---
layout: default
---

with

---
layout: default.new
---

and you'll see the next version of the website.

sauloperez commented 4 years ago

Thanks everyone! all comments addressed so I'll merge after lunch.