Compare commits
3 Commits
0fea1cd2cd
...
4a1f200d55
Author | SHA1 | Date |
---|---|---|
ray | 4a1f200d55 | |
ray | f468c22683 | |
ray | 8098506343 |
|
@ -15,7 +15,7 @@ publishDir = "blog"
|
||||||
author = "Ray Elliott"
|
author = "Ray Elliott"
|
||||||
info = "Hello World!"
|
info = "Hello World!"
|
||||||
|
|
||||||
avatarurl = "/images/profile--desat.jpg"
|
avatarurl = "/images/profile--bg-darker.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: true
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
**Flow Model Management** is a fictitious modelling agency.
|
**Flow Model Management** is a fictitious modelling agency.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
+++
|
+++
|
||||||
draft = true
|
draft = false
|
||||||
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 = true
|
draft = false
|
||||||
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"
|
class="icon-inline oceanwp-icon"
|
||||||
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,13 +2,20 @@
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.colorscheme-light .avatar img {
|
.about .avatar img {
|
||||||
border-radius: 31%;
|
width: 14rem;
|
||||||
|
border: 3px solid #044958;
|
||||||
|
padding: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (prefers-color-scheme: light) {
|
body.colorscheme-dark .avatar img {
|
||||||
|
border: 2px solid #002e34;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: dark) {
|
||||||
body.colorscheme-auto .avatar img {
|
body.colorscheme-auto .avatar img {
|
||||||
border-radius: 31%;
|
border: 2px solid #002e34;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -101,6 +108,11 @@ body.colorscheme-light .avatar img {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.oceanwp-icon > img {
|
||||||
|
background-color: #e1f2fa;
|
||||||
|
border-radius: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* logos
|
* logos
|
||||||
*/
|
*/
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
Reference in New Issue