diff --git a/assets/images/people/zac.jpg b/assets/images/people/zac.jpg new file mode 100644 index 0000000..329919e Binary files /dev/null and b/assets/images/people/zac.jpg differ diff --git a/assets/images/server.png b/assets/images/server.png new file mode 100644 index 0000000..08273bb Binary files /dev/null and b/assets/images/server.png differ diff --git a/assets/scss/custom.scss b/assets/scss/custom.scss index bad35f7..bdbb68f 100644 --- a/assets/scss/custom.scss +++ b/assets/scss/custom.scss @@ -171,3 +171,9 @@ blockquote p:first-of-type { .revolt-form button:hover { background: #2980b9; } + +img[src*="zac.jpg"], +img[src*="server.png"] { + max-width: 280px; + border-radius: 12px; +} diff --git a/content/english/about/index.md b/content/english/about/index.md index c4adc64..4c3a5c3 100644 --- a/content/english/about/index.md +++ b/content/english/about/index.md @@ -55,4 +55,38 @@ features: content_class: "mt-4" content: "[Abner](https://abner.page) is founder of Handmade Cities and full-time [indie dev](https://terminal.click).

Born and raised in Puerto Rico, he was mentored by Kennedy Space Center on how they make software. After winning NASA’s Intern of the Year, Abner penned an essay on their programming philosophy: featured in the [news](https://observer.com/2017/07/a-look-into-nasa-coding-philosophy-kennedy-space-center-programming/). He was subsequently promoted to launch control engineer.

Abner started the [Handmade Network](https://handmade.network/), an online community learning to make quality software. He went on to work under Jonathan Blow followed by Cyan Worlds to ship the Myst Remake.

Now in his early thirties, Abner's concern for declining software standards—both ethical and technical—pushed him to become a community organizer." + - title: "Zac Nowicki" + title_class: "text-white -mt-2" + subtitle: "Editor" + subtitle_class: "!text-[#F7CE3B]" + image: "/images/people/zac.jpg" + section_class: "text-white" + transition: + start: "/images/transition3.svg" + start_class: "-scale-y-100" + start_style: "mask-size: cover;mask-position:center;" + start_color: "black" + start_dark: "/images/transition3.svg" + start_dark_color: "black" + bg_color: "#060610" + content_class: "mt-4" + content: "Zac is our editor who keeps us free of typos and fact-checks our statements. Outside of donating time to Handmade Cities, Zac is tech lead for [Kagi Search](https://kagi.com). Opinions here do not represent his employer." + + - title: "Mariano Uvalle" + title_class: "text-white -mt-2" + subtitle: "Server Admin" + subtitle_class: "!text-[#F7CE3B]" + image: "/images/server.png" + section_class: "text-white" + transition: + start: "/images/transition3.svg" + start_class: "-scale-y-100" + start_style: "mask-size: cover;mask-position:center;" + start_color: "black" + start_dark: "/images/transition3.svg" + start_dark_color: "black" + bg_color: "#060610" + content_class: "mt-4" + content: "Mariano Uvalle is the [server administrator](/memos/HMC-Memo-003-Server-Admin.pdf) for Handmade Cities. He's a former Microsoft engineer at Azure who recently stepped down to work at a smaller outfit. Opinions here do not represent any of his employers." + ---