-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
87 lines (85 loc) · 4.71 KB
/
index.html
File metadata and controls
87 lines (85 loc) · 4.71 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
<!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 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>Welcome to my webbed site!</h1>
<p>It is a work in progress, but I'll be adding stuff once I get it all figured out.</p>
<p>None of the navigation links work yet (this is intentional) but I'll work on em. Anyway enjoy the ipsum.</p>
</section>
<section>
<h2>Now Listening To:</h2>
<iframe width="560" height="315" src="https://www.youtube.com/embed/DALEwiDArCQ?si=NHGX9QVQE5QEONAP" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</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>
<hr />
<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>