Skip to content

Commit

Permalink
Add codecad to media.html
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonsRule10 authored Sep 29, 2023
1 parent 6032bdd commit a1ec545
Showing 1 changed file with 20 additions and 6 deletions.
26 changes: 20 additions & 6 deletions media.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,28 @@
<body class="w3-black">
<div>
<h1 class="w3-center">Social Media</h1>
<p1>Here you can see all of my Social Media accounts.</p1>
<p1 class="w3-center">Here you can see all of my Social Media accounts.</p1>
</div>
<!-- Start Media section -->

<!--Tiktok-->
<div class="w3-center">
<a href="https://www.tiktok.com/@dragonsrule1000">
<button>
<img src="/assets/Tiktoklogo.png" alt="Avatar" class="w3-left w3-circle w3-margin-right" style="width:80px">
<p><span class="w3-large w3-margin-right"><a href="https://societyunites.github.io">Tiktok</a></span>@dragonsrule1000</p>
</button>
</a>
<button>
<img src="/assets/Tiktoklogo.png" alt="Avatar" class="w3-left w3-circle w3-margin-right" style="width:80px">
<p><span class="w3-large w3-margin-right">Tiktok</span>@dragonsrule1000</p>
</button>
</a>
</div>

<!-- Code Cad-->
<div class="w3-center">
<a href="https://www.codecademy.com/profiles/TristinKorbel">
<button>
<img src="/assets/codecadlogo.png" alt="Avatar" class="w3-left w3-circle w3-margin-right" style="width:80px">
<p><span class="w3-large w3-margin-right">CodeCademy</span>@TristinKorbel</p>
</button>
</a>
</div>
</body>
</html>

0 comments on commit a1ec545

Please sign in to comment.