Added about page
This commit is contained in:
parent
e6effe8180
commit
d3fe6ba087
@ -27,9 +27,9 @@ googleAnalytics = ""
|
||||
weight = 1
|
||||
|
||||
[[menu.main]]
|
||||
url = "/project/"
|
||||
name = "Projects"
|
||||
weight = 3
|
||||
url = "/about"
|
||||
name = "About"
|
||||
weight = 2
|
||||
|
||||
# Social icons to be shown on the right-hand side of the navigation bar
|
||||
# The "name" field should match the name of the icon to be used
|
||||
|
||||
19
content/about.md
Normal file
19
content/about.md
Normal file
@ -0,0 +1,19 @@
|
||||
---
|
||||
title: "About"
|
||||
date: 2018-10-25
|
||||
draft: false
|
||||
---
|
||||
|
||||
# About
|
||||
|
||||
CMtec was created back in 1999 by **Chritoffer Martinsson** in Helsingborg Sweden.
|
||||
|
||||
The company has two focus areas:
|
||||
|
||||
* Product development in the home automation and electronic sector.
|
||||
* Music production
|
||||
|
||||
All products/projects are released as Open Source on GitLab https://git.cmtec.se
|
||||
|
||||
Music are published on SoundCloud https://soundcloud.com/cmtec
|
||||
|
||||
@ -1,3 +1,19 @@
|
||||
.intro > h1, .intro > h2 {
|
||||
color: #6c6c6c;
|
||||
}
|
||||
|
||||
.item {
|
||||
color: #6c6c6c;
|
||||
}
|
||||
|
||||
.text-justify {
|
||||
color: #c6c6c6;
|
||||
}
|
||||
|
||||
.text-justify h1{
|
||||
color: #afd787;
|
||||
}
|
||||
|
||||
.navbar.navbar-default.navbar-fixed-top {
|
||||
background: #000;
|
||||
border-color: #000;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user