-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcoolSites.html
More file actions
99 lines (97 loc) · 5.34 KB
/
coolSites.html
File metadata and controls
99 lines (97 loc) · 5.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>FullStackRacc</title>
<link rel="stylesheet" href="./css/styles.css">
</head>
<body>
<div id="box">
<nav>
<a href="./index.html">Home</a>
<a href="#" onclick="luckyLink()">Feeling Lucky</a>
<a href="./webProjects.html">Web Projects</a>
<a onclick="" href="./coolSites.html">Cool Sites</a>
<a href="https://fullstackracc.atabook.org/">Guestbook</a>
</nav>
<div id="content">
<aside id="left">
<img class="pics" src="./img/pic.png" />
<hr />
<p>Share my site?</p>
<a href="https://fullstackracc.com"><img id="badge" src="./img/FSR.png" /></a>
<hr />
<p>Other Sites by me:</p>
<div class="badges">
<a href="https://returnednull.com"><img id="badge" src="./img/returnednull.png" /></a>
<a href="https://isitdaylightsavingsti.me"><img id="badge" src="./img/isitdaylightsavingstime.png" /></a>
<a href="https://aliteralraccoon.com"><img id="badge" src="./img/aliteralraccoon.png" /></a>
</div>
<hr />
<img id="racc1" src="./img/bafkreigeszy5mibtsj46llbvjksbam26e3zwjqghuiij4bgpuverxfkfcq.jpg" />
</aside>
<article>
<section>
<h1>Cool Websites I've Seen!</h1>
<blockquote>
This is a collections of interesting sites I've found around the web, or just things I thought were neat.
No promises on how good on mobile or anything they are (it's not like this site is amazing on mobile lol)
but I think they're neat and want an easy place to share them or just remember them.
</blockquote>
</section>
<section>
<h2>Last Updated 2026/03/07</h2>
<div class="links">
<ul>
<li><a href="https://datakra.sh/">Datakra.sh</a></li>
<li><a href="https://88x31.datakra.sh/">88x31px Button Generator</a></li>
<li><a href="https://fmhy.net/beginners-guide">freemediaheckyeah</a></li>
<li><a href="https://www.fantasynamegenerators.com/">Fantasy Name Generators</a></li>
<li><a href="https://aceofarrows.weebly.com/">Ace of Arrows (Stepmania Stepfiles)</a></li>
<li><a href="https://youraislopbores.me/">Your AI Slop Bores Me</a></li>
<li><a href="https://freecodecamp.org">freeCodeCamp</a></li>
</ul>
</div>
</section>
<footer>
<p>| I'm on <a href="https://bsky.app/profile/belladonna.teamataxen.com">Bluesky!</a> | © 2025 Bell Adonna |</p>
</footer>
</article>
<aside id="right">
<h2>Links</h2>
<div class="links">
<ul>
<li><a href="https://bsky.app/profile/belladonna.fullstackracc.com">Bluesky</a></li>
<li><a href="https://github.com/fullStackRacc">Github</a></li>
<li><a href="https://www.tumblr.com/aimlessamateur">Tumblr</a></li>
<li><a href="https://trollian.space/@aimlessAmateur">Trollian.Space</a></li>
</ul>
</div>
<h2>Badges</h2>
<div class="badges">
<img id="badge" src="./img/antinazi.png" />
<img id="badge" src="./img/any_browser.png" />
<a href="https://www.autisticasfxxk.com/freebies/"><img id="badge" src="./img/autisticasfxxk.com.gif" /></a>
<a href="https://web.archive.org/web/20230607005614/http://www.ermel.org/handcoded/"><img id="badge" src="./img/handcoded.png" /></a>
<a href="https://justinjackson.ca/webmaster/"><img id="badge" src="./img/fckingwww.png" /></a>
<img id="badge" src="./img/cookie_free.png" />
<img id="badge" src="./img/free-palestine_button.gif" />
<img id="badge" src="./img/link-freely_button.gif" />
<img id="badge" src="./img/melt-ice_button.gif" />
<a href="https://3ds.hacks.guide/"><img id="badge" src="./img/modyour3dsnow.jpg" /></a>
<a href="https://yesterweb.org/no-to-web3/"><img id="badge" src="./img/saynotoweb3.gif" /></a>
<img id="badge" src="./img/tiredaf.gif" />
<img id="badge" src="./img/transnow2.gif" />
<a href="https://www.w3.org/QA/Tips/iso-date"><img id="badge" src="./img/iso.1707930409.png" /></a>
</div>
<hr>
<img class="pics" src="./img/5970siteconstruction.gif" />
</aside>
</div>
</div>
<script src="./js/index.js"></script>
<script src="./js/randomLinks.js"></script>
</body>
</html>