Updated links to have images for the sites

This commit is contained in:
2025-10-15 11:29:27 -05:00
parent 1405c2ae86
commit 46bb8c3a03

View File

@ -11,7 +11,7 @@
padding:0; padding:0;
} }
body{ body{
background-color: #774477; background-color: #2f0849;
text-align: center; text-align: center;
display: flex; display: flex;
align-items: center; align-items: center;
@ -21,21 +21,29 @@
display: flex; display: flex;
align-items: center; align-items: center;
flex-direction: column; flex-direction: column;
background-color: rgb(13, 86, 223); background-color: rgba(47, 105, 211, 0.479);
height: 100vh; margin-top: 3vh;
width: 250px; height: 94vh;
width: 400px;
border-radius: 50px;
} }
.socialList{ .socialList{
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
width: 200px; width: 400px;
overflow: scroll;
} }
.socialLink{ .socialLink{
background-color: #227777; background-color: #227777ad;
width: 200px; width: 300px;
margin: 5px; margin: 5px;
border-radius: 15px; border-radius: 50px;
height: 200px;
padding: 10px;
display: flex;
flex-direction: column;
align-items: center;
} }
li{ li{
height:80px; height:80px;
@ -57,7 +65,7 @@
<div class="socialList"> <div class="socialList">
<div class="socialLink"> <div class="socialLink">
<a href="https://discord.gg/XNqyCMBh"> <a href="https://discord.gg/XNqyCMBh">
<img src="" alt=""> <img src="https://cdn.prod.website-files.com/6257adef93867e50d84d30e2/66e3d80db9971f10a9757c99_Symbol.svg" alt="">
<h3>Join my Discord!</h3> <h3>Join my Discord!</h3>
</a> </a>
</div> </div>
@ -69,38 +77,38 @@
</div> </div>
<div class="socialLink"> <div class="socialLink">
<a href="https://thangs.com/designer/TechRunner"> <a href="https://thangs.com/designer/TechRunner">
<img src="" alt=""> <img src="https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fcdn-images-1.medium.com%2Fmax%2F1200%2F1*M2qoKcAgFg3zrtOwV0RCrQ.png&f=1&nofb=1&ipt=9e00768f14d5f4dccdcc09cb5175ee2d92ba89c8b376e90d6a2a9cf786a8ae69" alt="">
<h3>Thangs 3D Models</h3> <h3>Thangs 3D Models</h3>
</a> </a>
</div> </div>
<div class="socialLink"> <div class="socialLink">
<a href="https://www.tumblr.com/thevoidwillowsystem"> <a href="https://www.tumblr.com/thevoidwillowsystem">
<img src="" alt=""> <img src="https://static.tumblr.com/0du9egr/wi8rbqdo0/tumblrlogowhite.png" alt="">
<h3>New Tumblr</h3> <h3>New Tumblr</h3>
</a> </a>
</div> </div>
<div class="socialLink"> <div class="socialLink">
<a href="https://techrunner.tumblr.com/"> <a href="https://techrunner.tumblr.com/">
<img src="" alt=""> <img src="https://static.tumblr.com/0du9egr/wi8rbqdo0/tumblrlogowhite.png" alt="">
<h3>Old Tumblr</h3> <h3>Old Tumblr</h3>
</a> </a>
</div> </div>
<div class="socialLink"> <div class="socialLink">
<a href="https://tech.lgbt/@techrunner"> <a href="https://tech.lgbt/@techrunner">
<img src="" alt=""> <img src="https://tech.lgbt/packs/assets/logo-CMOH1sc4.svg" alt="">
<h3>Mastadon</h3> <h3>Mastadon</h3>
</a> </a>
</div> </div>
<div class="socialLink"> <div class="socialLink">
<a href="https://t.me/W175B"> <a href="https://t.me/W175B">
<img src="" alt=""> <img src="https://duckduckgo.com/i/a1db356a94e594ed.png" alt="">
<h3>Telegram</h3> <h3>Telegram</h3>
</a> </a>
</div> </div>
<div class="socialLink"> <div class="socialLink">
<a href="http://"> <a href="mailto:willowfyi@proton.me">
<img src="" alt=""> <img src="/media/Icons/mail.png" alt="">
<h3></h3> <h3>Email Me!</h3>
</a> </a>
</div> </div>