Skip to content

Commit

Permalink
YAML formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jegtnes committed Mar 1, 2024
1 parent 4dbab47 commit db8cade
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .eleventy.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ module.exports = function (eleventyConfig) {
eleventyConfig.addPlugin(eleventyImageTransformPlugin, {
formats: ["avif", "webp", "jpeg"],

// widths: ["350", "700", "1000", "auto"],
widths: ["auto"],

defaultAttributes: {
Expand Down
6 changes: 4 additions & 2 deletions src/index.njk
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
---
headline: Hi there! I’m Alex.
title: Home
description: I’m an independent web development contractor based in London with ten years of experience. I develop fast, accessible, and beautiful websites and web apps.
description: >-
I’m an independent web development contractor based in London with ten years
of experience. I develop fast, accessible, and beautiful websites and web apps.
layout: page.njk
introHalfBleed: true
eleventyComputed:
intro:
intro: >-
<img src="/assets/images/face.jpg" width="700" height="875" class="image-inline" alt="A photo of me, cropped at just below the shoulders. I have shoulder-length, wavy, blond hair, blue eyes, and wearing black, rounded rectangular glasses." />
<p>I’m an independent web development contractor based in London with ten years of experience. I develop fast, accessible, and beautiful websites and web apps for everything from small design studios to banks and newspapers.</p>
<p>At the heart of my approach is facilitating excellent cross-team communication without getting bogged down in bike-shedding, breaking down barriers to collaboration, and helping find that ever-tricky balance between perfection and shipping.</p>
Expand Down

0 comments on commit db8cade

Please sign in to comment.