Skip to content
Snippets Groups Projects
Commit df246f08 authored by Harshna Haswani's avatar Harshna Haswani
Browse files

services

parent 14c081cb
No related branches found
No related tags found
......@@ -27,27 +27,26 @@ chapeau: "We help established publishers improve existing workflows and new entr
- We can provide cost-efficient hosting services.
- We can maintain your platform.
## While we add value along the entire process, truth be told were we add enduring value is as platform architects.
While we add value along the entire process, truth be told were we add enduring value is as _platform architects_.
### What makes a good architect?
### Publishing is in their blood
## Our architects have publishing is in their blood
They know the industry and can speak your language. This saves time and money and ensures that they have an intimate understanding of the problems you seek to address.
### Collaboration is at the core
## Collaboration is at the core
They are really good at co-creation. They understand that in order to design new workflows you need to understand the organisation’s legacy, culture, and ambitions.
### They put the user at the centre
## They put the user at the centre
They understand that it’s only a great product/service if it gets used.
### They have laser-like focus
## They have laser-like focus
They are good at zooming in on the heart of the matter, which means they bring clarity and focus to a project.
### They know a lot about development
## They know a lot about development
They consult with developers during the design process and understand the consequences of the solutions that they design. This means the architecture they recommend is both achievable and practical.
......
......@@ -754,6 +754,7 @@ article iframe {
.about article p {
grid-column: 1 / span 2;
}
.about article p {
grid-column-start: 2;
}
......@@ -761,3 +762,30 @@ article iframe {
border: none;
padding: 0;
}
.services h2,
.services article p {
grid-column: 1/ -1;
}
.services article ul,
.services article h3 {
grid-column: 2 / span 2;
}
.community article ul,
.services article ul {
border-left: 1px solid grey;
}
.services ul + p {
margin-top: 10ch;
}
.community article img {
width: 60%;
}
.community article ul {
list-style: none;
}
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