From d3fe6ba0873189ca9a517caa3ef7fe35a8360baa Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Thu, 25 Oct 2018 23:21:00 +0200 Subject: [PATCH] Added about page --- config.toml | 6 +++--- content/about.md | 19 +++++++++++++++++++ static/css/custom.css | 16 ++++++++++++++++ 3 files changed, 38 insertions(+), 3 deletions(-) create mode 100644 content/about.md diff --git a/config.toml b/config.toml index bb29c01..bf914e3 100644 --- a/config.toml +++ b/config.toml @@ -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 diff --git a/content/about.md b/content/about.md new file mode 100644 index 0000000..3f7005b --- /dev/null +++ b/content/about.md @@ -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 + diff --git a/static/css/custom.css b/static/css/custom.css index 5af6531..ada825c 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -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;