Compare commits

..

No commits in common. "4a1f200d554860b06cad5e6657140a79b2b63e09" and "0fea1cd2cd1524861a9929c16df58f157c281590" have entirely different histories.

6 changed files with 9 additions and 21 deletions

View File

@ -15,7 +15,7 @@ publishDir = "blog"
author = "Ray Elliott"
info = "Hello World!"
avatarurl = "/images/profile--bg-darker.jpg"
avatarurl = "/images/profile--desat.jpg"
favicon_32 = "/images/favicon-32x32.png"
favicon_16 = "/images/favicon-16x16.png"

View File

@ -4,7 +4,7 @@ date: 2020-02-08T12:27:18Z
categories: ["Portfolio"]
tags: ["Vue", "Nuxt"]
featured_image: "/images/flowmm/flowmm-home.jpg"
draft: false
draft: true
---
**Flow Model Management** is a fictitious modelling agency.

View File

@ -1,5 +1,5 @@
+++
draft = false
draft = true
date = 2020-02-01T18:54:46Z
title = "Marc Leopold Photography"
description = ""

View File

@ -1,5 +1,5 @@
+++
draft = false
draft = true
date = 2020-01-20T18:55:00Z
title = "Charles Stantham Legal Services"
description = ""
@ -25,7 +25,7 @@ The theme I chose, that would be a starting point for the site, was [OceanWP](ht
figure
src="/images/logos/oceanwp-blue-icon.png"
alt="The OceanWP icon."
class="icon-inline oceanwp-icon"
class="icon-inline"
caption="There were a number of reasons why using OceanWP is appropriate for a project such as this:"
>}}

View File

@ -2,20 +2,13 @@
text-transform: none;
}
.about .avatar img {
width: 14rem;
border: 3px solid #044958;
padding: 2px;
body.colorscheme-light .avatar img {
border-radius: 31%;
}
body.colorscheme-dark .avatar img {
border: 2px solid #002e34;
padding: 0;
}
@media (prefers-color-scheme: dark) {
@media (prefers-color-scheme: light) {
body.colorscheme-auto .avatar img {
border: 2px solid #002e34;
border-radius: 31%;
}
}
@ -108,11 +101,6 @@ body.colorscheme-dark .avatar img {
}
}
.oceanwp-icon > img {
background-color: #e1f2fa;
border-radius: 6px;
}
/*
* logos
*/

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB