Compare commits

..

No commits in common. "624c0c30068912df75106536613d4186d0ed2b87" and "70946b3910b5bf592ae83696683a6f039ab79f48" have entirely different histories.

6 changed files with 48 additions and 68 deletions

View File

@ -1,29 +0,0 @@
.page.about {
.content {
text-align: center;
}
ul {
padding-left: 0;
list-style: none;
}
article > p,
article > ul {
font-size: 1.1em;
}
article > p {
margin: 3rem;
}
li {
margin: 2rem 0;
}
h2 {
font-size: 2.2rem;
line-height: 2.6rem;
}
}

View File

@ -1,5 +1,15 @@
@import "mixins";
@import "about";
.page.about {
.content {
text-align: center;
}
ul {
padding-left: 0;
list-style: none;
}
}
.navigation .navigation-title {
text-transform: none;
@ -156,41 +166,40 @@
}
}
// TODO do this properly using a shortcode to add the class to the list
// (see contentposts/leopold.md)
/* TODO do this properly using a shortcode */
.cheat-october-list {
display: none;
+ ul {
margin-top: 0;
margin-bottom: 0;
padding-left: 0;
}
+ ul > li {
list-style: none;
}
+ ul > li > p:first-child {
position: relative;
margin-top: 0;
padding-left: 40px;
}
+ ul > li > p:not(:first-child) {
padding-left: 40px;
}
+ ul > li > p:first-child::before {
content: "";
position: absolute;
display: block;
top: 0.2em;
bottom: 0.2em;
left: 0;
right: 0;
background-size: contain;
background-repeat: no-repeat;
background-image: url(../images/logos/october-icon.png);
}
}
.cheat-october-list + ul {
margin-top: 0;
margin-bottom: 0;
padding-left: 0;
}
.cheat-october-list + ul > li {
list-style: none;
}
.cheat-october-list + ul > li > p:first-child {
position: relative;
margin-top: 0;
padding-left: 40px;
}
.cheat-october-list + ul > li > p:not(:first-child) {
padding-left: 40px;
}
.cheat-october-list + ul > li > p:first-child::before {
content: "";
position: absolute;
display: block;
top: 0.2em;
bottom: 0.2em;
left: 0;
right: 0;
background-size: contain;
background-repeat: no-repeat;
background-image: url(../images/logos/october-icon.png);
}

View File

@ -3,7 +3,7 @@ title: "Flow Model Management"
date: 2020-02-08T12:27:18Z
description: "Developing a portfolio website using Nuxt.js."
categories: ["Portfolio"]
tags: ["Vue", "Nuxt", "CMS"]
tags: ["Vue", "Nuxt"]
featured_image: "/images/flowmm/flowmm-home.jpg"
series: ["Portfolio"]
draft: false

View File

@ -3,7 +3,7 @@ draft = false
date = 2019-12-29T18:55:07Z
title = "Giana Boutique"
description = "Developing an ecommerce website using WordPress and WooCommerce."
tags = ["WordPress", "WooCommerce", "CMS"]
tags = ["WordPress", "WooCommerce"]
categories = ["Portfolio"]
featured_image = "/images/giana/large-1.jpg"
externalLink = ""

View File

@ -3,7 +3,7 @@ draft = false
date = 2020-02-01T18:54:46Z
title = "Marc Leopold Photography"
description = "Developing a portfolio website using October CMS and Vue.js."
tags = ["October CMS", "Vue", "CMS"]
tags = ["October CMS", "Vue"]
categories = ["Portfolio"]
featured_image = "/images/leopold/large-1.jpg"
series = ["Portfolio"]