diff --git a/src/data/team.json b/src/data/team.json index 5debfa3651d45f40da284a0fcccb443591da351f..ce2e1122d8aad0818bb22e71bcf0e2fa09269e6b 100644 --- a/src/data/team.json +++ b/src/data/team.json @@ -238,13 +238,6 @@ "fonction": "Project Manager", "description": "Christina is based in Cape Town, South Africa. She has a passion for using open-source publishing and educational technologies to develop and deliver accessible content to people all around the world. She has five years of experience managing complex, multi-format publishing projects and ecosystems." }, - { - "cardWidth": "normal", - "portrait": "/images/uploads/sean.jpg", - "name": "Sean Scullion", - "fonction": "Developer", - "description": "Sean Scullion is primarily a back-end developer who cut his teeth in the late 90s with early dynamic web platforms like Perl, PHP, and Mysql. Since then, Sean's been more active with the Javascript/ Node/ Mongo stack. He loves nomadic-lifestyle software development and spends his time in London and Sydney. Aside from coding, Sean is a keen skateboarder and amateur fiction writer." - }, { "cardWidth": "normal", "portrait": "/images/uploads/Shubham.jpg", diff --git a/src/services.md b/src/services.md index 10711ba46bee69009f196b9f3df8ac06e26878d6..7f466ccaf8b8eead80bc70f83fe0d791b1d3a3ee 100644 --- a/src/services.md +++ b/src/services.md @@ -12,22 +12,40 @@ chapeau: "We help established publishers improve existing workflows and new entr ## Our services include -### Phase 1: Optimize and design - -- We can optimise your workflow and tools. -- We can facilitate co-creation with your design team. - -### Phase 2: Build and manage - -- We can build platforms and components across the publishing spectrum. -- We can manage development, integration, and deployment. - -### Phase 3: Host and maintain - -- We can provide cost-efficient hosting services. -- We can maintain your platform. - -While we add value along the entire process, truth be told where we add enduring value is as platform architects. +<ul class="phasing"> +<li><h3 id="phase-1%3A-optimize-and-design">Phase 1: Optimize and design</h3> +<ul> +<li>We can optimise your workflow and tools.</li> +<li>We can facilitate co-creation with your design team.</li> +</ul> +</li><li><h3 id="phase-2%3A-build-and-manage">Phase 2: Build and manage</h3> +<ul> +<li>We can build platforms and components across the publishing spectrum.</li> +<li>We can manage development, integration, and deployment.</li> +</ul> +</li><li><h3 id="phase-3%3A-host-and-maintain">Phase 3: Host and maintain</h3> +<ul> +<li>We can provide cost-efficient hosting services.</li> +<li>We can maintain your platform.</li> +</ul></li> +</ul> + +<!-- ### Phase 1: Optimize and design --> + +<!-- - We can optimise your workflow and tools. --> +<!-- - We can facilitate co-creation with your design team. --> + +<!-- ### Phase 2: Build and manage --> + +<!-- - We can build platforms and components across the publishing spectrum. --> +<!-- - We can manage development, integration, and deployment. --> + +<!-- ### Phase 3: Host and maintain --> + +<!-- - We can provide cost-efficient hosting services. --> +<!-- - We can maintain your platform. --> + +> While we add value along the entire process, truth be told where we add enduring value is as platform architects. ## Our architects have publishing is in their blood diff --git a/static/css/theme-coko/main.css b/static/css/theme-coko/main.css index cec1e5cace05c0fc00f25b4e45347a6c53694d47..227c0a5e40827783dea5bb51db25fd4db36cd1be 100644 --- a/static/css/theme-coko/main.css +++ b/static/css/theme-coko/main.css @@ -157,8 +157,9 @@ h2 { margin-bottom: 1em; } h3 { - font-size: 1.1em; + font-size: 1.15em; font-weight: 400; + font-weight: 500; } h4 { font-size: 1em; @@ -814,3 +815,40 @@ article iframe { margin: 0 auto; } +.services article ul { + border: none; +} +.services article ul { +} + +.services article ul, +.services article ul ul { + grid-column: 1/-1; + list-style-type: none; + padding-left: 0; + margin-left: 0; +} + +.services article ul { + grid-column: 2/-1; +} +.phasing li { + margin-left: 0; +} +.phasing li { + border: none; +} + +.services blockquote { + font-size: 2em; + grid-column: 2/-1; + margin: 1.5em 0; + color: var(--color-content); +} + +@media screen and (max-width: 800px) { + .services article ul { + grid-column: 1 / -1; + } +} +