update offer summary desc and SW desc
This commit is contained in:
parent
e233e8c141
commit
5cd03a79f2
|
@ -1,6 +1,7 @@
|
||||||
# The URL the site will be built for
|
# The URL the site will be built for
|
||||||
base_url = "https://glennwso.com"
|
base_url = "https://glennwso.com"
|
||||||
theme = "juice"
|
theme = "juice"
|
||||||
|
title = "GWS Consulting"
|
||||||
|
|
||||||
|
|
||||||
# Whether to automatically compile all Sass files in the sass directory
|
# Whether to automatically compile all Sass files in the sass directory
|
||||||
|
|
|
@ -5,17 +5,23 @@ title = "Our Services"
|
||||||
intro = "Need help with Product development or IT? <br> You have come to right place"
|
intro = "Need help with Product development or IT? <br> You have come to right place"
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
We help our clients with devloping their products and software. We also provide IT services for common office work needs and webhosting.
|
||||||
|
|
||||||
|
At {{ cname() }} we focus on robust technology and deterministic processes to build reliable products and services. Learn more about our methods [here](/robust_design).
|
||||||
|
|
||||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ut magna vitae libero
|
|
||||||
accumsan pretium vitae et massa. Morbi dolor est, ullamcorper eu ante vitae, scelerisque
|
|
||||||
|
|
||||||
|
|
||||||
# Software Development
|
# Software Development
|
||||||
|
|
||||||
bibendum ligula. Etiam sed lobortis quam. Pellentesque habitant morbi tristique
|
We develop software for the fallowing platforms:
|
||||||
senectus et netus et malesuada fames ac turpis egestas. Donec ac ullamcorper quam.
|
- [x] linux servers
|
||||||
|
- [x] Desktop: Windows, Mac and Linux
|
||||||
|
- [x] Mobile: Andriod and IPhone
|
||||||
|
- [x] Web
|
||||||
|
- [x] Embedded systems
|
||||||
|
|
||||||
<a class="more" href="/software" >Jag vill veta mer</a>
|
|
||||||
|
<a class="more" href="/software" >I would like to know more</a>
|
||||||
|
|
||||||
|
|
||||||
# Product Development
|
# Product Development
|
||||||
|
|
|
@ -41,6 +41,7 @@
|
||||||
ffmpeg
|
ffmpeg
|
||||||
zola
|
zola
|
||||||
translate-shell
|
translate-shell
|
||||||
|
typos
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
|
@ -61,4 +61,11 @@ a.more {
|
||||||
color: var(--secondary-text-color);
|
color: var(--secondary-text-color);
|
||||||
background: var(--primary-color);
|
background: var(--primary-color);
|
||||||
padding: 0 1em;
|
padding: 0 1em;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
a.more:hover {
|
||||||
|
background: var(--primary-link-color);
|
||||||
|
/* background: red; */
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
1
templates/shortcodes/cname.html
Normal file
1
templates/shortcodes/cname.html
Normal file
|
@ -0,0 +1 @@
|
||||||
|
<b>{{ config.title }}</b>
|
Loading…
Reference in a new issue