chore: standardize formatting
This commit is contained in:
parent
e94e5a523c
commit
a0d064be6a
58 changed files with 971 additions and 1673 deletions
10
src/about.md
10
src/about.md
|
@ -4,7 +4,7 @@ title: About
|
|||
---
|
||||
|
||||
<div class="flex items-center justify-center w-full">
|
||||
<img class="max-w-xs w-full h-auto mt-0 mb-1" src="/assets/img/avatar.webp" alt={{ site.name }} loading="lazy" />
|
||||
<img class="max-w-xs w-full h-auto mt-0 mb-1" src="/assets/img/avatar.webp" alt={{ site.name }} loading="lazy" />
|
||||
</div>
|
||||
<h1 class="text-xxl font-black -leading-tight tracking-normal dark:text-gray-200 md:text-3xl text-center">Hi, I'm Cory</h1>
|
||||
|
||||
|
@ -17,10 +17,10 @@ I tend to write about whatever strikes me, with a focus on development, technolo
|
|||
[You can also see what I'm doing now](/now).
|
||||
|
||||
<h3
|
||||
class="m-0 text-lg font-black leading-tight tracking-normal dark:text-gray-200 md:text-xl mb-2"
|
||||
class="m-0 text-lg font-black leading-tight tracking-normal dark:text-gray-200 md:text-xl mb-2"
|
||||
>
|
||||
Contact
|
||||
Contact
|
||||
</h3>
|
||||
|
||||
- [Email](mailto:hi@coryd.dev)
|
||||
- [Calendar](https://savvycal.com/coryd)
|
||||
- [Email](mailto:hi@coryd.dev)
|
||||
- [Calendar](https://savvycal.com/coryd)
|
||||
|
|
Reference in a new issue