Skip to content

Commit 2e877b6

Browse files
authored
Merge pull request #11 from notsniped/main
Add social media referral icons in page footer
2 parents f048d9d + 38d79c1 commit 2e877b6

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<link href="https://fonts.googleapis.com/css2?family=Kenia&display=swap" rel="stylesheet">
1111
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap" rel="stylesheet">
1212
<meta name="viewport" content="width=device-width, initial-scale=1">
13+
<script src="https://kit.fontawesome.com/98f236c9cb.js" crossorigin="anonymous"></script>
1314
<meta name="description" content="The official information and announcements website of NKA, the home of isobot, iso6.9 and Water Reminder bot.">
1415
</head>
1516
<noscript>This website needs JavaScript to function properly. Please enable it in browser settings.</noscript>
@@ -72,6 +73,12 @@
7273
</div><br><br>
7374
<center>
7475
<div id="page-footer">
76+
<br>
77+
<div id="social-media-links">
78+
<i id="discord-server-invite-icon" class="fa-brands fa-discord" title="Join our official Discord server!"></i>
79+
<i id="email-icon" class="fa-solid fa-envelope" onclick="window.location='mailto:[email protected]'" title="Email us!"></i>
80+
</div>
81+
<br>
7582
Made by notsniped@NKA | This website is 100% <a href="https://github.com/PyBotDevs/web">open-source</a> and licensed with <a href="https://github.com/PyBotDevs/web/blob/main/LICENSE">the MIT license</a><br>
7683
NKA Development Group Organization&copy; 2022-present
7784
</div>

style.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,3 +164,14 @@ body {
164164
margin-top: 5px;
165165
margin-left: 1px;
166166
}
167+
168+
#social-media-links {
169+
font-size: 26px;
170+
}
171+
#social-media-links i {
172+
border-radius: 100%;
173+
color: white;
174+
background-color: #303030;
175+
/* box-shadow: 1px 0 10px 1px rgb(199, 199, 199); */
176+
padding: 15px;
177+
}

0 commit comments

Comments
 (0)