diff --git a/data.yaml b/data.yaml index dd473a9..26b6610 100644 --- a/data.yaml +++ b/data.yaml @@ -1,6 +1,6 @@ intro: | I'm a platform engineer at Giant Swarm working on building managed Kubernetes solutions and related projects. My area of focus in recent years has been around Go, ⎈ Kubernetes, containers and DevOps but originally started out as a web developer and JavaScript enthusiast. I'm a “tinkerer” and like to dabble with 3D printing and experimenting with smart home tech.

- I'm always happy to chat so feel free to drop me an email at hello@marcusnoble.co.uk, or using any of the other social links below. + I'm always happy to chat so feel free to drop me an email at hello[@]marcusnoble.co.uk, or using any of the other social links below. social: - url: https://marcusnoble.co.uk slug: "/blog" diff --git a/src/index.html b/src/index.html index 9e36480..1154b39 100644 --- a/src/index.html +++ b/src/index.html @@ -63,6 +63,14 @@ color: #fd7e0b; } + h2 { + margin-bottom: 10px; + } + + h2 + p { + margin-top: 0; + } + .tag { font-size: 0.7em; background: #ededed; @@ -115,6 +123,10 @@ display: inline-block; } + .email-link { + color: #fd7e0b; + } + /* Social links */ .social-links { list-style: none; @@ -156,7 +168,7 @@ } .projects li { - width: 328px; + width: 300px; max-width: 100%; border: 2px solid; border-radius: 6px; @@ -200,7 +212,7 @@ } .events time { - font-size: .9em; + font-size: .85em; } .events li .details { @@ -210,10 +222,11 @@ padding-left: 10px; margin-left: 2px; border-left: 4px solid; - margin-top: .6em; + margin-top: .2px; } .events li .details > div { + margin-top: 2px; margin-bottom: 6px; }