Skip to content

Commit

Permalink
Fix format of intro text
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonHFrost committed Nov 18, 2024
1 parent d116e71 commit ae52d24
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
1 change: 0 additions & 1 deletion _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
document.querySelector('#tab-portfolio').checked = true;
};
}

</script>


Expand Down
14 changes: 11 additions & 3 deletions index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,15 @@ list_title: "Latest Posts"
margin-right: 16px;
}

.profile-summary > p:last-child {
margin-bottom: 0px;
}

@media (max-width: 768px) {
.profile-summary > p:last-child {
margin-bottom: 8px;
}

.mobile-only {
display: block;
}
Expand Down Expand Up @@ -68,13 +76,13 @@ list_title: "Latest Posts"
<div class="profile-container">
<div class="profile-image">
<img height="180px" width="180px" src="/assets/profile-picture.jpg" alt="Profile Picture"/>
<p class="location-text"></p>
<!-- <p class="location-text">Mexico City, Mexico</p> -->
</div>

<div>
<div class="profile-summary">
<p class="mobile-only">✉️ simonhfrost(at)gmail.com</p>
<p style="margin-bottom: 0; font-weight: bold;">Freelance Frontend Engineer</p>
<p style="margin-bottom: 0;">Interested in LLMs, start-ups, design, and community.</p>
<p>Interested in LLMs, start-ups, design, and community.</p>
</div>

</div>

0 comments on commit ae52d24

Please sign in to comment.