chore: simplify page

This commit is contained in:
Cory Dransfeldt 2024-05-10 15:54:21 -07:00
parent 34e3f75822
commit 9ca24f51e8
No known key found for this signature in database
4 changed files with 2 additions and 5 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "14.0.9", "version": "14.0.10",
"description": "The source for my personal site. Built using 11ty.", "description": "The source for my personal site. Built using 11ty.",
"type": "module", "type": "module",
"scripts": { "scripts": {

Binary file not shown.

After

Width:  |  Height:  |  Size: 653 KiB

View file

@ -11,11 +11,8 @@
& .interior { & .interior {
width: var(--avatar-size); width: var(--avatar-size);
height: var(--avatar-size); height: var(--avatar-size);
border: 1px solid var(--accent-color);
border-radius: var(--rounded-full);
display: flex; display: flex;
padding: var(--sizing-lg); padding: var(--sizing-lg);
background-color: var(--white);
justify-content: center; justify-content: center;
overflow: hidden; overflow: hidden;

View file

@ -9,7 +9,7 @@ permalink: /about.html
<div class="avatar-wrapper flex-centered"> <div class="avatar-wrapper flex-centered">
<div class="interior"> <div class="interior">
{%- capture about_alt -%}{{ meta.siteName }} - image by David Neal / @reverentgeek{%- endcapture -%} {%- capture about_alt -%}{{ meta.siteName }} - image by David Neal / @reverentgeek{%- endcapture -%}
<img src="https://coryd.dev/.netlify/images/?url=/assets/img/default.png&w=600" alt="{{ about_alt }}" loading="eager" decoding="async" width="600" height="600" /> <img src="https://coryd.dev/.netlify/images/?url=/assets/img/default-transparent.png&w=600" alt="{{ about_alt }}" loading="eager" decoding="async" width="600" height="600" />
</div> </div>
</div> </div>
<h2 class="page-header text-centered">Hi, I'm Cory</h2> <h2 class="page-header text-centered">Hi, I'm Cory</h2>