mirror of
https://github.com/youwen5/site.git
synced 2024-11-24 17:33:51 -08:00
chore: reflow some links
This commit is contained in:
parent
6c63c8398c
commit
c9c17f918d
2 changed files with 7 additions and 5 deletions
|
@ -17,7 +17,8 @@
|
||||||
<Card.Content class="gap-8">
|
<Card.Content class="gap-8">
|
||||||
<div class="space-y-4">
|
<div class="space-y-4">
|
||||||
<p class="text-2xl font-semibold">
|
<p class="text-2xl font-semibold">
|
||||||
Hi. I'm Youwen. I like to write - {'{code | essays | math}'}.
|
Hi. I'm Youwen. My foremost passion is writing - code, math, and words. I strive for
|
||||||
|
elegant code, beautiful math, and authentic prose.
|
||||||
</p>
|
</p>
|
||||||
<p class="text-xl leading-relaxed">
|
<p class="text-xl leading-relaxed">
|
||||||
I put most worthwhile things I do on my <a
|
I put most worthwhile things I do on my <a
|
||||||
|
@ -26,7 +27,7 @@
|
||||||
>. I write over at a blog called
|
>. I write over at a blog called
|
||||||
<a class="link" href="https://blog.youwen.dev">Gradient Ascent</a>. You can check out my
|
<a class="link" href="https://blog.youwen.dev">Gradient Ascent</a>. You can check out my
|
||||||
<a class="link" href="/portfolio">portfolio</a>
|
<a class="link" href="/portfolio">portfolio</a>
|
||||||
right here on this site. You can skip down to my
|
here on this site. You can skip down to my
|
||||||
<a class="link" href="#contact">contact info</a>, or keep reading.
|
<a class="link" href="#contact">contact info</a>, or keep reading.
|
||||||
</p>
|
</p>
|
||||||
<h2 class="text-3xl font-semibold tracking-tight">
|
<h2 class="text-3xl font-semibold tracking-tight">
|
||||||
|
|
|
@ -30,9 +30,9 @@
|
||||||
<h2 id="projects" class="text-4xl font-serif font-medium mt-8">Projects</h2>
|
<h2 id="projects" class="text-4xl font-serif font-medium mt-8">Projects</h2>
|
||||||
<hr class="w-32 mt-1 h-1 bg-muted-foreground rounded-lg" />
|
<hr class="w-32 mt-1 h-1 bg-muted-foreground rounded-lg" />
|
||||||
<p class="mt-4 text-lg leading-relaxed">
|
<p class="mt-4 text-lg leading-relaxed">
|
||||||
Below are some selected projects I am particularly proud of. You can also view <a
|
Below are some selected projects I am particularly proud of. You can also view all of <a
|
||||||
href="/projects"
|
href="/projects"
|
||||||
class="link">all of my projects</a
|
class="link">my projects</a
|
||||||
> here.
|
> here.
|
||||||
</p>
|
</p>
|
||||||
<Card.Root class="p-0 md:p-6 mt-8">
|
<Card.Root class="p-0 md:p-6 mt-8">
|
||||||
|
@ -116,10 +116,11 @@
|
||||||
<hr class="w-32 mt-1 h-1 bg-muted-foreground rounded-lg" />
|
<hr class="w-32 mt-1 h-1 bg-muted-foreground rounded-lg" />
|
||||||
<ul class="my-4 text-lg leading-loose">
|
<ul class="my-4 text-lg leading-loose">
|
||||||
<li class="p-2 rounded-lg border-2 border-accent">
|
<li class="p-2 rounded-lg border-2 border-accent">
|
||||||
|
FreeCodeCamp - Legacy JavaScript Data Structures and Algorithms
|
||||||
<a
|
<a
|
||||||
class="link"
|
class="link"
|
||||||
href="https://www.freecodecamp.org/certification/couscousdude/javascript-algorithms-and-data-structures"
|
href="https://www.freecodecamp.org/certification/couscousdude/javascript-algorithms-and-data-structures"
|
||||||
>Legacy JavaScript Data Structures and Algorithms</a
|
>Certificate</a
|
||||||
>. Represents roughly 300 hours of work. Earned in 2022.
|
>. Represents roughly 300 hours of work. Earned in 2022.
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Reference in a new issue