Compare commits
No commits in common. "4a1f200d554860b06cad5e6657140a79b2b63e09" and "0fea1cd2cd1524861a9929c16df58f157c281590" have entirely different histories.
4a1f200d55
...
0fea1cd2cd
|
@ -15,7 +15,7 @@ publishDir = "blog"
|
||||||
author = "Ray Elliott"
|
author = "Ray Elliott"
|
||||||
info = "Hello World!"
|
info = "Hello World!"
|
||||||
|
|
||||||
avatarurl = "/images/profile--bg-darker.jpg"
|
avatarurl = "/images/profile--desat.jpg"
|
||||||
favicon_32 = "/images/favicon-32x32.png"
|
favicon_32 = "/images/favicon-32x32.png"
|
||||||
favicon_16 = "/images/favicon-16x16.png"
|
favicon_16 = "/images/favicon-16x16.png"
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ date: 2020-02-08T12:27:18Z
|
||||||
categories: ["Portfolio"]
|
categories: ["Portfolio"]
|
||||||
tags: ["Vue", "Nuxt"]
|
tags: ["Vue", "Nuxt"]
|
||||||
featured_image: "/images/flowmm/flowmm-home.jpg"
|
featured_image: "/images/flowmm/flowmm-home.jpg"
|
||||||
draft: false
|
draft: true
|
||||||
---
|
---
|
||||||
|
|
||||||
**Flow Model Management** is a fictitious modelling agency.
|
**Flow Model Management** is a fictitious modelling agency.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
+++
|
+++
|
||||||
draft = false
|
draft = true
|
||||||
date = 2020-02-01T18:54:46Z
|
date = 2020-02-01T18:54:46Z
|
||||||
title = "Marc Leopold Photography"
|
title = "Marc Leopold Photography"
|
||||||
description = ""
|
description = ""
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
+++
|
+++
|
||||||
draft = false
|
draft = true
|
||||||
date = 2020-01-20T18:55:00Z
|
date = 2020-01-20T18:55:00Z
|
||||||
title = "Charles Stantham Legal Services"
|
title = "Charles Stantham Legal Services"
|
||||||
description = ""
|
description = ""
|
||||||
|
@ -25,7 +25,7 @@ The theme I chose, that would be a starting point for the site, was [OceanWP](ht
|
||||||
figure
|
figure
|
||||||
src="/images/logos/oceanwp-blue-icon.png"
|
src="/images/logos/oceanwp-blue-icon.png"
|
||||||
alt="The OceanWP icon."
|
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:"
|
caption="There were a number of reasons why using OceanWP is appropriate for a project such as this:"
|
||||||
>}}
|
>}}
|
||||||
|
|
||||||
|
|
|
@ -2,20 +2,13 @@
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.about .avatar img {
|
body.colorscheme-light .avatar img {
|
||||||
width: 14rem;
|
border-radius: 31%;
|
||||||
border: 3px solid #044958;
|
|
||||||
padding: 2px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
body.colorscheme-dark .avatar img {
|
@media (prefers-color-scheme: light) {
|
||||||
border: 2px solid #002e34;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
|
||||||
body.colorscheme-auto .avatar img {
|
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
|
* logos
|
||||||
*/
|
*/
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 34 KiB |
Reference in New Issue