Skip to content

Commit

Permalink
m6
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonsRule10 authored Oct 2, 2023
1 parent ea96720 commit 7ea2b56
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions media.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ <h1 class="w3-center">Social Media</h1>
<!-- Start Media section -->

<!--Tiktok-->
<div class="w3-center">
<div class="w3-center m6">
<a href="https://www.tiktok.com/@dragonsrule1000">
<button>
<img src="/assets/Tiktoklogo.png" alt="Tiktok" class="w3-left w3-circle w3-margin-right" style="width:80px">
Expand All @@ -45,7 +45,7 @@ <h1 class="w3-center">Social Media</h1>
</div>

<!-- Code Cad-->
<div class="w3-center">
<div class="w3-center m6">
<a href="https://www.codecademy.com/profiles/TristinKorbel">
<button>
<img src="/assets/codecadlogo.png" alt="CodeCademy" class="w3-left w3-circle w3-margin-right" style="width:80px">
Expand All @@ -55,7 +55,7 @@ <h1 class="w3-center">Social Media</h1>
</div>

<!-- Steam -->
<div class="w3-center">
<div class="w3-center m6">
<a href="https://steamcommunity.com/profiles/76561199475895064/">
<button>
<img src="/assets/steamlogo.jpg" alt="Steam" class="w3-left w3-circle w3-margin-right" style="width:80px">
Expand All @@ -65,7 +65,7 @@ <h1 class="w3-center">Social Media</h1>
</div>

<!-- Xbox -->
<div class="w3-center">
<div class="w3-center m6">
<a href="https://account.xbox.com/en-us/Profile?xr=socialtwistnav&rtc=1&csrf=6JpIFcAi9svsq0C3-yUQBZ4Wxidq2s_a-vNiIn1cepClbksxKqoPRo8NNAxW8FemRRt5axR_eE4S7dNCQ7yJ3UYZbBY1&wa=wsignin1.0">
<button>
<img src="/assets/xboxlogo.png" alt="Xbox" class="w3-left w3-circle w3-margin-right" style="width:80px">
Expand All @@ -75,7 +75,7 @@ <h1 class="w3-center">Social Media</h1>
</div>

<!-- Roblox -->
<div class="w3-center">
<div class="w3-center m6">
<a href="https://www.roblox.com/users/407458415/profile">
<button>
<img src="/assets/robloxlogo.jpg" alt="Roblox" class="w3-left w3-circle w3-margin-right" style="width:80px">
Expand Down

0 comments on commit 7ea2b56

Please sign in to comment.