Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit 23f5878

Browse files
authored
Use @hackclub/icons
Signed-off-by: GitHub <noreply@github.com>
1 parent fff0578 commit 23f5878

File tree

6 files changed

+10
-17
lines changed

6 files changed

+10
-17
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
[![pages-build-deployment](https://github.com/hackclubmchs/bio/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/hackclubmchs/bio/actions/workflows/pages/pages-build-deployment)
44

5-
Instagram style link in bio website using only HTML and CSS. Inspired by [Hack Club's Instagram Link Tree](https://github.com/hackclub/link-tree). Uses [Hack Club CSS](https://css.hackclub.com).
5+
Instagram style link in bio website using only HTML and CSS. Inspired by [Hack Club's Instagram Link Tree](https://github.com/hackclub/link-tree). Uses [Hack Club CSS](https://css.hackclub.com) for styling and [`@hackclub/icons`](https://icons.hackclub.com/) for icons.

images/icons/github.svg

Lines changed: 0 additions & 3 deletions
This file was deleted.

images/icons/instagram.svg

Lines changed: 0 additions & 4 deletions
This file was deleted.

images/icons/slack.svg

Lines changed: 0 additions & 4 deletions
This file was deleted.

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717

1818
<body>
1919
<!-- Delete this HTML and replace with your own HTML -->
20-
<a class="banner" target="_blank" href="https://hackclub.com/">
21-
<img src="images/flag-orpheus-top.svg" />
20+
<a title="Hack Club" class="banner" target="_blank" href="https://hackclub.com/">
21+
<img src="images/flag-orpheus-top.svg" alt="Hack Club" />
2222
</a>
2323

2424
<header>
@@ -44,13 +44,13 @@ <h1 class="ultratitle">Hack Club MCHS</h1>
4444

4545
<div class="logos">
4646
<a href="https://www.instagram.com/hackclubmchs">
47-
<img src="images/icons/instagram.svg" alt="Instagram" />
47+
<img src="https://icons.hackclub.com/api/icons/hackclub-muted/instagram.svg" alt="Instagram" />
4848
</a>
4949
<a href="https://github.com/hackclubmchs">
50-
<img src="images/icons/github.svg" alt="GitHub" />
50+
<img src="https://icons.hackclub.com/api/icons/hackclub-muted/github.svg" alt="GitHub" />
5151
</a>
5252
<a href="https://join.slack.com/t/hackclub/shared_invite/zt-306f6k985-hoVeSXw0Z8Z6bu~hN3tWTA">
53-
<img src="images/icons/slack.svg" alt="Slack" />
53+
<img src="https://icons.hackclub.com/api/icons/hackclub-muted/slack.svg" alt="Slack" />
5454
</a>
5555
</div>
5656
</body>

style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,8 @@ header>p>a {
114114
display: flex;
115115
justify-content: center;
116116
gap: 20px;
117+
}
118+
119+
.logos img {
120+
width: 32px;
117121
}

0 commit comments

Comments
 (0)