Skip to content

Commit da53eb1

Browse files
committed
footer svg links
1 parent e1d32c1 commit da53eb1

14 files changed

Lines changed: 153 additions & 16 deletions

index.html

Lines changed: 139 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -84,28 +84,151 @@
8484
</header>
8585
<main class="has-text-centered">
8686
<h1>Hello World!</h1>
87-
<button class="button">Button</button>
88-
<a href="https://x.com/FourGamesAB">X/Twitter</a>
89-
<a href="https://www.tiktok.com/@fourgamesab">TikTok</a>
90-
<a href="https://bsky.app/profile/fourgamesab.bsky.social">Bluesky</a>
91-
<a href="https://www.instagram.com/fourgamesab/">Instagram</a>
92-
<a href="https://www.linkedin.com/in/four-games-ab-undefined-34bb003b9/">LinkedIn</a>
93-
<a href="https://store.steampowered.com/publisher/fourgamesab">Steam</a>
94-
<a href="https://discord.com/invite/bQTPTc5Qrt">Discord</a>
95-
<a href="https://www.youtube.com/@FourGamesAB/join">YouTube</a>
96-
<a href="https://github.com/fourgames">GitHub</a>
97-
<a href="https://www.reddit.com/user/FourGamesAB/">Reddit</a>
98-
<a href="https://mastodon.gamedev.place/@fourgamesab">Mastodon</a>
99-
<a href="https://fourgames.se/">Four Games</a>
100-
<a href="https://www.twitch.tv/fourgamesab">Twitch</a>
10187
</main>
10288
<footer>
10389
<footer class="footer">
10490
<div class="content has-text-centered">
10591
<p>
106-
<strong>Bulma</strong> by <a href="https://jgthms.com">Jeremy Thomas</a>. The source code is
92+
© <span id="year"></span> Four Games and contributors. Hosted by Four Games.
93+
<a href="https://github.com/fourgames/website">Website source code on GitHub</a> .
94+
</p>
95+
<div class="buttons is-centered mt-5">
96+
<a
97+
href="https://www.youtube.com/@FourGamesAB"
98+
class="button is-light is-rounded"
99+
title="YouTube"
100+
target="_blank"
101+
>
102+
<span class="icon">
103+
<img src="src/assets/youtube-brands-solid-full.svg" alt="YouTube" />
104+
</span>
105+
</a>
106+
107+
<a
108+
href="https://discord.com/invite/bQTPTc5Qrt"
109+
class="button is-light is-rounded"
110+
title="Discord"
111+
target="_blank"
112+
>
113+
<span class="icon">
114+
<img src="src/assets/discord-brands-solid-full.svg" alt="Discord" />
115+
</span>
116+
</a>
117+
118+
<a
119+
href="https://bsky.app/profile/fourgamesab.bsky.social"
120+
class="button is-light is-rounded"
121+
title="Bluesky"
122+
target="_blank"
123+
>
124+
<span class="icon">
125+
<img src="src/assets/bluesky-brands-solid-full.svg" alt="Bluesky" />
126+
</span>
127+
</a>
128+
129+
<a
130+
href="https://github.com/fourgames"
131+
class="button is-light is-rounded"
132+
title="GitHub"
133+
target="_blank"
134+
>
135+
<span class="icon">
136+
<img src="src/assets/github-brands-solid-full.svg" alt="GitHub" />
137+
</span>
138+
</a>
139+
140+
<a
141+
href="https://mastodon.gamedev.place/@fourgamesab"
142+
class="button is-light is-rounded"
143+
title="Mastodon"
144+
target="_blank"
145+
>
146+
<span class="icon">
147+
<img src="src/assets/mastodon-brands-solid-full.svg" alt="Mastodon" />
148+
</span>
149+
</a>
150+
151+
<a
152+
href="https://store.steampowered.com/publisher/fourgamesab"
153+
class="button is-light is-rounded"
154+
title="Steam"
155+
target="_blank"
156+
>
157+
<span class="icon">
158+
<img src="src/assets/steam-brands-solid-full.svg" alt="Steam" />
159+
</span>
160+
</a>
161+
162+
<a
163+
href="https://www.twitch.tv/fourgamesab"
164+
class="button is-light is-rounded"
165+
title="Twitch"
166+
target="_blank"
167+
>
168+
<span class="icon">
169+
<img src="src/assets/twitch-brands-solid-full.svg" alt="Twitch" />
170+
</span>
171+
</a>
172+
173+
<a
174+
href="https://x.com/FourGamesAB"
175+
class="button is-light is-rounded"
176+
title="X (Twitter)"
177+
target="_blank"
178+
>
179+
<span class="icon">
180+
<img src="src/assets/x-twitter-brands-solid-full.svg" alt="X" />
181+
</span>
182+
</a>
183+
184+
<a
185+
href="https://www.tiktok.com/@fourgamesab"
186+
class="button is-light is-rounded"
187+
title="TikTok"
188+
target="_blank"
189+
>
190+
<span class="icon">
191+
<img src="src/assets/tiktok-brands-solid-full.svg" alt="TikTok" />
192+
</span>
193+
</a>
194+
195+
<a
196+
href="https://www.reddit.com/user/FourGamesAB/"
197+
class="button is-light is-rounded"
198+
title="Reddit"
199+
target="_blank"
200+
>
201+
<span class="icon">
202+
<img src="src/assets/reddit-brands-solid-full.svg" alt="Reddit" />
203+
</span>
204+
</a>
205+
206+
<a
207+
href="https://www.linkedin.com/in/four-games-ab-undefined-34bb003b9/"
208+
class="button is-light is-rounded"
209+
title="LinkedIn"
210+
target="_blank"
211+
>
212+
<span class="icon">
213+
<img src="src/assets/linkedin-brands-solid-full.svg" alt="LinkedIn" />
214+
</span>
215+
</a>
216+
217+
<a
218+
href="https://www.instagram.com/fourgamesab/"
219+
class="button is-light is-rounded"
220+
title="Instagram"
221+
target="_blank"
222+
>
223+
<span class="icon">
224+
<img src="src/assets/instagram-brands-solid-full.svg" alt="Instagram" />
225+
</span>
226+
</a>
227+
</div>
228+
<p>
229+
<!-- <strong>Bulma</strong> by <a href="https://jgthms.com">Jeremy Thomas</a>. The source code is
107230
licensed <a href="https://opensource.org/license/mit">MIT</a>. The website content is licensed
108-
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0//">CC BY NC SA 4.0</a>.
231+
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0//">CC BY NC SA 4.0</a>. -->
109232
</p>
110233
</div>
111234
</footer>
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)