Skip to content

Commit

Permalink
prettier link farm
Browse files Browse the repository at this point in the history
  • Loading branch information
SichangHe committed Mar 25, 2024
1 parent 934094a commit a3cd34d
Showing 1 changed file with 23 additions and 6 deletions.
29 changes: 23 additions & 6 deletions src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,37 @@ Hello there, Steven here:
/>
</div>

# Link farm
## Link farm

- [GitHub](https://github.com/SichangHe)
- [Unofficial Curriculum Vitae](/curriculum_vitae/)
- [YouTube channel](https://www.youtube.com/@sichanghe)
- [Blog](https://sichanghe.wordpress.com)
- [Notes](/notes/)
<style>
.link-farm img {
height: 20px;
}
</style>

<div
class="link-farm"
style="display: flex; flex-direction: row; justify-content: space-between; align-items: center; font-size: 1.25em;"
>
[![GitHub icon](https://github.githubassets.com/favicons/favicon.svg) GitHub](https://github.com/SichangHe)

[🎓 Unofficial CV](/curriculum_vitae/)

[![YouTube icon](https://www.gstatic.com/youtube/img/branding/youtubelogo/svg/youtubelogo.svg) Channel](https://www.youtube.com/@sichanghe)

[🧠 Blog](https://sichanghe.wordpress.com)

[📓 Notes](/notes/)
</div>

<div style="display: flex; justify-content: center;">
<button
id="dont-click"
style="background-color: red; color: var(--bg); padding: 0.5rem 1rem; border: none; border-radius: 0.75rem; cursor: pointer;"
>Don't click</button
>
</div>
<script>
function duplicate() {
Expand Down

0 comments on commit a3cd34d

Please sign in to comment.