-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
75 lines (69 loc) · 3.69 KB
/
Copy pathindex.html
File metadata and controls
75 lines (69 loc) · 3.69 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
<html>
<head>
<title>RandomPerson3465</title>
<meta property="og:type" content="website">
<meta property="og:site_name" content="RandomPerson3465.github.io">
<meta property="og:url" content="https://randomperson3465.github.io">
<meta property="og:description" content="RandomPerson3465's website">
<meta name="twitter:site" content="RandomPerson3465.github.io">
<meta name="twitter:description" content="RandomPerson3465's website">
<meta name="twitter:url" content="https://randomperson3465.github.io">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.7/css/all.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext" type="text/css">
<link class="document-theme-css" rel="stylesheet" href="/src/main.css">
</head>
<body>
<div class="sidebar-menu"></div>
<div class="top-icons"></div>
<h1 class="title">RandomPerson3465</h1>
<div class="card-row">
<a href="./livecountsedit.html"><div class="card">
<img src="./img/livecountsedit_logo.png">
<div class="card-title">Livecountsedit</div>
<div class="card-description">Customizable fake subscriber counters</div>
</div></a>
<a href="./progress.html"><div class="card">
<img src="./img/progressbar.png">
<div class="card-title">100 Years Progress Bar</div>
<div class="card-description">I made this because I was bored, it's one of the first things I made while learning HTML and JavaScript.</div>
</div></a>
</div>
<div class="card-row">
<a href="https://github.com/RandomPerson3465/RandomsUtilityBot"><div class="card">
<img src="./img/discord-bot.png">
<div class="card-title">Discord Bot</div>
<div class="card-description">RandomPerson3465's Discord bot that was used in his private server before repl.it removed free hosting.</div>
</div></a>
<a href="/rick_astley_mod.html"><div class="card">
<img src="./img/rickastleymod.png">
<div class="card-title">Rick Astley Mod</div>
<div class="card-description">A mod for Minecraft Forge 1.12.2 that adds rickrolling and various rickroll items</div>
</div></a>
</div><br><br>
<p class="footer-stuff footer-stuff-socials"></p>
<p class="footer-stuff">Site updated August 24, 2024</p>
<div id="disqus_thread"></div>
<script>
var disqus_config = function () {
this.page.url = "https://randomperson3465.github.io";
this.page.identifier = "https://randomperson3465.github.io";
};
(function() {
var d = document, s = d.createElement('script');
s.src = 'https://randomperson3465.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
document.addEventListener('themeChanged', function (e) {
if (document.readyState == 'complete') {
DISQUS.reset({ reload: true, config: disqus_config });
}
});
document.addEventListener('themeChanged', function (e) {
DISQUS.reset({ reload: true, config: disqus_config });
});
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
</body>
<script src="./src/main.js"></script>
</html>