more styling tweaks
This commit is contained in:
parent
7335b31d11
commit
16c000b2e9
3 changed files with 34 additions and 8 deletions
|
|
@ -19,11 +19,10 @@ import BaseLayout from "../layouts/BaseLayout.astro";
|
|||
<h2>experience</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<a target="_blank" href="https://drw.com">drw</a>—summer 2025
|
||||
<a target="_blank" href="https://ramp.com">ramp</a>—fall 2025
|
||||
</li>
|
||||
<li>
|
||||
<a target="_blank" href="https://ramp.com">ramp</a>—spring
|
||||
2025
|
||||
<a target="_blank" href="https://drw.com">drw</a>—summer 2025
|
||||
</li>
|
||||
<li>
|
||||
<a target="_blank" href="https://usa.visa.com">visa</a>—summer
|
||||
|
|
@ -44,6 +43,13 @@ import BaseLayout from "../layouts/BaseLayout.astro";
|
|||
</ul>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h2>ideas</h2>
|
||||
<ul>
|
||||
<li>there are none yet</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h2>contact</h2>
|
||||
<ul>
|
||||
|
|
@ -51,6 +57,12 @@ import BaseLayout from "../layouts/BaseLayout.astro";
|
|||
<li>
|
||||
<a target="_blank" href="https://github.com/barrettruth">github</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h2>about</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<a target="_blank" href="/resume.pdf" target="_blank">resume</a>
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue