Skip to content

Commit

Permalink
updated links page
Browse files Browse the repository at this point in the history
  • Loading branch information
WinsDominoes committed May 7, 2024
1 parent 7e5a3c3 commit 221f907
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
7 changes: 7 additions & 0 deletions css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,11 @@ details[open] summary {
border: 0;
border-radius: 20px;
transition: background-color 0.3s;
}

.gridSection {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
grid-auto-rows: minmax(100px, auto);
gap: 10px;
}
43 changes: 43 additions & 0 deletions links.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,52 @@ <h2 style="margin-left: 20px;">Links - My linktree!</h2>

<section class="links">
<h3 style="margin-left: 20px;">Socials</h3>
<div class="gridSection">
<div class="gridItem">
sharkey
</div>

<div class="gridItem">
pixelfed
</div>

<div class="gridItem">
instagram
</div>
</div>
<h3 style="margin-left: 20px;">Recommended Contacts</h3>
<div class="gridSection">
<div class="gridItem">
signal
</div>
<div class="gridItem">
matrix
</div>
<div class="gridItem">
imessage
</div>
</div>
<h3 style="margin-left: 20px;">Not-so Recommended Contacts</h3>
<div class="gridSection">
<div class="gridItem">
telegram
</div>
<div class="gridItem">
discord
</div>
<div class="gridItem">
email
</div>
<div class="gridItem">
steam
</div>
</div>
<h3 style="margin-left: 20px;">My stuff</h3>
<div class="gridSection">
<div class="gridItem">
mcmods
</div>
</div>
</section>

<nav class="pagination">
Expand Down

0 comments on commit 221f907

Please sign in to comment.