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;
}
body{
background-color: #774477;
background-color: #2f0849;
text-align: center;
display: flex;
align-items: center;
@ -21,21 +21,29 @@
display: flex;
align-items: center;
flex-direction: column;
background-color: rgb(13, 86, 223);
height: 100vh;
width: 250px;
background-color: rgba(47, 105, 211, 0.479);
margin-top: 3vh;
height: 94vh;
width: 400px;
border-radius: 50px;
}
.socialList{
display: flex;
flex-direction: column;
align-items: center;
width: 200px;
width: 400px;
overflow: scroll;
}
.socialLink{
background-color: #227777;
width: 200px;
background-color: #227777ad;
width: 300px;
margin: 5px;
border-radius: 15px;
border-radius: 50px;
height: 200px;
padding: 10px;
display: flex;
flex-direction: column;
align-items: center;
}
li{
height:80px;
@ -57,7 +65,7 @@
<div class="socialList">
<div class="socialLink">
<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>
</a>
</div>
@ -69,38 +77,38 @@
</div>
<div class="socialLink">
<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>
</a>
</div>
<div class="socialLink">
<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>
</a>
</div>
<div class="socialLink">
<a href="https://techrunner.tumblr.com/">
<img src="" alt="">
<img src="https://static.tumblr.com/0du9egr/wi8rbqdo0/tumblrlogowhite.png" alt="">
<h3>Old Tumblr</h3>
</a>
</div>
<div class="socialLink">
<a href="https://tech.lgbt/@techrunner">
<img src="" alt="">
<img src="https://tech.lgbt/packs/assets/logo-CMOH1sc4.svg" alt="">
<h3>Mastadon</h3>
</a>
</div>
<div class="socialLink">
<a href="https://t.me/W175B">
<img src="" alt="">
<img src="https://duckduckgo.com/i/a1db356a94e594ed.png" alt="">
<h3>Telegram</h3>
</a>
</div>
<div class="socialLink">
<a href="http://">
<img src="" alt="">
<h3></h3>
<a href="mailto:willowfyi@proton.me">
<img src="/media/Icons/mail.png" alt="">
<h3>Email Me!</h3>
</a>
</div>