Skip to content

Commit

Permalink
refactor: Migrate welcome message
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldToothRichards committed Oct 9, 2024
1 parent 3e0628b commit 89c6994
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
9 changes: 7 additions & 2 deletions src/components/HighlightedContent.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
---

<div>
<div class="mb-8">
<p class="mb-5">
Welcome! This is my personal blog where I share about technology,
mathematics, and other things that I find interesting. I am a developer, a
blockchain/AI enthusiast, and an all around nerd.
</p>
<p>A few of my favorite personal projects:</p>
<ul class="mt-3">
<li>
Expand Down Expand Up @@ -66,7 +71,7 @@
>
<img
src="/images/internet-computer-icp-logo.svg"
alt="Internet Computer Blockchain Logo"
alt="Internet Computer Blockchain Logo"
style="width:35px; height:auto; vertical-align:middle; margin-left:5px; display:inline;"
/>
</a>
Expand Down
7 changes: 0 additions & 7 deletions src/components/Intro.astro
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,3 @@
</div>
</div>
</section>
<div>
<p class="mb-5">
Welcome! This is my personal blog where I share about technology,
mathematics, and other things that I find interesting. I am a developer, a
blockchain/AI enthusiast, and an all around nerd.
</p>
</div>

0 comments on commit 89c6994

Please sign in to comment.