File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22import BaseLayout from " ./BaseLayout.astro" ;
33const { frontmatter } = Astro .props ;
44const hasTags = frontmatter .tags && frontmatter .tags .length > 0 ;
5- const imgLink = ` ${Astro .site .origin }/og${Astro .url .pathname .replace (/ \/ $ / , " " )}.png ` ;
5+ const imgLink = ` ${Astro .url .origin }/og${Astro .url .pathname .replace (/ \/ $ / , " " )}.png ` ;
66const hasDiscussion = frontmatter .discussion && frontmatter .discussion_link ;
77---
88
Original file line number Diff line number Diff line change @@ -14,10 +14,7 @@ import BaseLayout from "../layouts/BaseLayout.astro";
1414 remotely electronic. I'm a student at the
1515 <a href =" https://wisc.edu" target =" _blank" style =" font-size: 1em;" >
1616 University of Wisconsin-Madison</a
17- >, where I'm majoring in Computer Science. I consider myself a software
18- engineer at heart, but I'm increasingly interested in learning more about
19- the realm of hardware and systems (...which has led me to enroll in a few
20- ECE classes next semester, woohoo!). I'm originally from New York City,
17+ >, where I'm majoring in Computer Science. I'm originally from New York City,
2118 where I love exploring and skating around the boroughs.
2219 </p >
2320
@@ -32,17 +29,11 @@ import BaseLayout from "../layouts/BaseLayout.astro";
3229 />
3330 </div >
3431
35- <i
36- style =" display: flex; justify-content: center; margin-top: 10px; font-size: 0.95em;"
37- >
38- with some UPL friends & alum
39- </i >
40-
4132 <h2 >Contact</h2 >
4233
4334 <p style =" margin-bottom: 0;" >
4435 Feel free to contact me for whatever reason. I'd love to hear from you (if
45- you aren't a bot or AI agent... please don't spam my address!). You can
36+ you aren't a bot or AI agent; please don't spam my address!). You can
4637 reach out to me by emailing <code >me (at) amoses (dot) dev</code >. If you'd
4738 like to sign or encrypt a message, my PGP key is below.
4839 </p >
You can’t perform that action at this time.
0 commit comments