Skip to content
Snippets Groups Projects
Commit f550b79f authored by julientaq's avatar julientaq
Browse files

update pages

parent 6a27d796
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
......@@ -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
......
......@@ -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;
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment