-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
147 lines (139 loc) · 5.79 KB
/
index.html
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
<!DOCTYPE html>
<html>
<head>
<title>Stardust - Home</title>
<link rel="stylesheet" type="text/css" href="CSS/main.css">
<link rel="stylesheet" type="text/css" href="CSS/front.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<script onload="fetchData()" src="JS/common.js" async></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4" crossorigin="anonymous" async></script>
</head>
<body class="bg-dark text-white">
<br>
<div class="container">
<h1 class="display-1">StardustGogeta's Home Page</h1>
<br>
<h2>Welcome to my Github.io page!</h2>
<br>
<center>
<h2><a href="daily/daily.html">Math Programs</a></h2>
<h2><a href="mine/mine.html">Minesweeper</a></h2>
<h2><a href="snake/snake.html">Snake</a></h2>
<h2><a href="mathGuide/index.html">Work-in-Progress Math Guide</a></h2>
</center>
<br>
<h2>Assorted Online Profiles</h2>
<div class="accordion">
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button bg-dark text-white" type="button" data-bs-toggle="collapse" data-bs-target="#collapse-body1">
Scratch
</button>
</h2>
<div id="collapse-body1" class="accordion-collapse collapse">
<div id="scratch" class="accordion-body">
My Scratch profile can be found <a href="https://scratch.mit.edu/users/StardustGogeta/">here</a>.<br>
Math tools and other small projects can be found there.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button bg-dark text-white" type="button" data-bs-toggle="collapse" data-bs-target="#collapse-body2">
YouTube
</button>
</h2>
<div id="collapse-body2" class="accordion-collapse collapse">
<div id="youtube" class="accordion-body">
My channel features a collection of emulated games and other gaming materials. If interested, subscribe
<a href='https://www.youtube.com/subscription_center?add_user=stardustgogeta'>here</a>.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button bg-dark text-white" type="button" data-bs-toggle="collapse" data-bs-target="#collapse-body3">
Reddit
</button>
</h2>
<div id="collapse-body3" class="accordion-collapse collapse">
<div id="reddit" class="accordion-body">
My Reddit account is <a href='http://reddit.com/u/StardustGogeta'>here</a>.<br>
My link karma is <span id='karma1'>600</span> and my comment karma is <span id='karma2'>300</span>.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button bg-dark text-white" type="button" data-bs-toggle="collapse" data-bs-target="#collapse-body4">
StackOverflow
</button>
</h2>
<div id="collapse-body4" class="accordion-collapse collapse">
<div id="so" class="accordion-body">
My account may be found <a href='http://stackoverflow.com/users/5732397/stardustgogeta'>here</a>.<br>
I currently have <span id='SOrep'></span> reputation.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button bg-dark text-white" type="button" data-bs-toggle="collapse" data-bs-target="#collapse-body5">
Chess
</button>
</h2>
<div id="collapse-body5" class="accordion-collapse collapse">
<div id="chess" class="accordion-body">
My Chess.com account is located <a href='https://www.chess.com/member/StardustGogeta'>here</a>.<br>
My current Bullet rating is <span id='bullet'></span>.<br>
My current Blitz rating is <span id='blitz'></span>.<br>
My current Rapid rating is <span id='rapid'></span>.<br>
My highest Tactics rating is <span id='lessons'></span>.<br>
My highest Tactics rating is <span id='tactics'></span>.<br>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button bg-dark text-white" type="button" data-bs-toggle="collapse" data-bs-target="#collapse-body6">
Steam
</button>
</h2>
<div id="collapse-body6" class="accordion-collapse collapse">
<div id="steam" class="accordion-body">
My Steam profile is <a href='http://steamcommunity.com/id/StardustGogeta'>here</a>.<br>
I play Kerbal Space Program, Counter-Strike: Global Offensive, and more.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button bg-dark text-white" type="button" data-bs-toggle="collapse" data-bs-target="#collapse-body7">
Origin
</button>
</h2>
<div id="collapse-body7" class="accordion-collapse collapse">
<div id="origin" class="accordion-body">
My Origin ID is StardustGogeta, though I typically use Steam instead.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button bg-dark text-white" type="button" data-bs-toggle="collapse" data-bs-target="#collapse-body8">
GitHub
</button>
</h2>
<div id="collapse-body8" class="accordion-collapse collapse">
<div id="github" class="accordion-body">
My GitHub profile can be found <a href="https://github.com/StardustGogeta">here</a>.
</div>
</div>
</div>
</div>
</div>
<br>
</body>
</html>