-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
176 lines (143 loc) · 6.51 KB
/
index.html
File metadata and controls
176 lines (143 loc) · 6.51 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
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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<!doctype html>
<html lang="en" data-bs-theme="dark">
<head>
<link rel="icon" type="image/png"
href="https://raw.githubusercontent.com/Core310/arika/refs/heads/master/res/img.png"/>
<meta charset="utf-8">
<title>Arika Khor</title>
<link href="styles/combined.css" rel="stylesheet">
<meta name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
</head>
<header>
<aside class="about typer-component">v1.0.0</aside>
</header>
<body>
<!--
TODO refactor this in
https://chatgpt.com/share/68671f16-dca8-800a-beed-cbec952f1b3b
-->
<div id="application" class="application-component">
<div class="container">
<div class="wrapper">
<section id="greeting" class="greeting-component">
<h2 class="WelcomeText"></h2>
</section>
<section id="about" class="about-component">
<h3 class="section-title typer-component">Info</h3><!--fixme The issue is that this becomes below the upper div, and is hecne "Hidden" once out of
sight resulting in it being on the page but invisible (oh no~) -->
<div class="introBody content"></div>
</section>
<section id="menu" class="menu-component">
</section>
<!--Hm it Hm would be nice to have a research projects column-->
<section class="labs">
<div class="grid">
<div class="label">Current Affiliations</div>
<div class="lab" data-url="https://ou.edu/scr/">
<span class="index">000</span> SCR
</div>
<div class="lab" data-url="https://airou.cs.ou.edu/airou/">
<span class="index">001</span> AIROU
</div>
<div class="lab" data-url="https://architecture.ou.edu/directory/asare/">
<span class="index">002</span> CinnaLab
</div>
<div class="lab" data-url="http://secondwindcoffeehouse.com/">
<span class="index">003</span> 2w coffeehouse
</div>
<br>
<div class="label">Previous Affiliations</div>
<div class="lab" data-url="https://troop217.weebly.com//">
<span class="index">000</span> Scouting America: Troop 217
</div>
<!-- marks new column-->
<div class="break"></div>
<br><br><br>
<div class="label">Research Projects</div>
<div class="lab"
data-url="https://airou-lab.github.io/general_wiki_website/passive-reinforcement-learning/">
<span class="index">000</span>
Arc_pro_rl [AIROU]
</div>
<div class="lab"
data-url="">
<span class="index">001</span>
FRANCIS (CinnaLab)
</div>
<br>
<div class="label">Personal Projects</div>
<div class="lab" data-url="https://devpost.com/software/fnr-facial-net-recognizer-nvm4to">
<span class="index">001</span>
Facial-Net Classifier (hacklahoma)
</div>
<div class="lab" data-url="https://core310.github.io/arikas-notes/">
<span class="index">000</span>
OU Class Notes
</div>
<!--
<div class="lab" data-url="https://github.com/Core310/ffxivAPITest">
<span class="index">001</span>
FFXIV-Wiki-Fetcher
</div>
-->
<div class="lab" data-url="https://github.com/Core310/Weather-Radio-Antenna">
<span class="index">002</span>
Weather-Radio-Antenna
</div>
<div class="lab" data-url="https://core310.github.io/Card-Carousel-Swipe/">
<span class="index">003</span>
Card Swiper (UI)
</div>
<div class="lab"
data-url="https://github.com/SoonerRobotics/autonav_software_2025/tree/main/display">
<span class="index">004</span>
SCR 2025 UI
</div>
<!--
https://github.com/SoonerRobotics/autonav_software_2025
-->
<!--
<div class="lab">
<span class="index" data-url="">005</span> stub
</div>
-->
</div>
</section>
</div>
</div>
<footer id="footer" class="footer-component" style="position: fixed; bottom: 10px; right: 20px;">
<!-- todo, need this to interact with particle container -->
<div class="social typer-component">
<a class="link" href="res/Arika_Khor_résumé.pdf" target="_blank">Résumé</a>
<a class="link" href="https://github.com/Core310" target="_blank">Github</a>
<a class="link" href="https://www.linkedin.com/in/arikakhor/" target="_blank">Linkedin</a>
</div>
<aside class="status typer-component" style="position: fixed; bottom: 10px; left: 20px;">Email:
<a class="link" href="mailto:arikak@ou.edu" target="_blank">arikak@ou.edu</a>
</aside>
</footer>
</div>
<!-- New Google tag (gtag.js) so I can c user visits -->
<!--Check here: https://tagmanager.google.com/?authuser=1#/container/accounts/6269033108/containers/206275102/workspaces/0/config
if it breaks
See analytics.google for stats
-->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7F6K1TLJC1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-7F6K1TLJC1');
</script>
<!-- particles.js container -->
<div id="particles-js"></div>
<!-- Particles scripts -->
<script src="particles/particles.js"></script>
<script src="particles/app.js"></script>
<script src="textScramWelcome/tscarmSlow.js"></script>
<script src="main.js"></script>
</body>
</html>