-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
76 lines (61 loc) · 3.94 KB
/
Copy pathabout.html
File metadata and controls
76 lines (61 loc) · 3.94 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
<!DOCTYPE html>
<html>
<head>
<title>About | chococaker</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap" />
<link rel="stylesheet" href="/style/main.css" />
<link rel="stylesheet" href="/style/nav.css" />
<link rel="shortcut icon" href="/assets/img/favicon-32x32.png" />
</head>
<body>
<nav>
<ul>
<li id="home-link"><a href="/">[<u>H</u>]OME</a></li>
<li id="about-link"><a href="/about">[<u>A</u>]BOUT</a></li>
</ul>
</nav>
<main>
<h1>Overview</h1>
<p>Hello! I’m chococaker and I’m a freshman in college. In the future, I want to be a computer science professor or researcher. In my free time, I enjoy programming, playing music, and binging YouTube.</p>
<p><b>Mission Statement: </b>I want explore the intersection of technology and education, inspiring individuals of all ages to innovate using tools that solve theoretical problems and drive real-world improvement.</p>
<br /><hr /><br />
<h1>STEM Activities</h1>
<p>I like to think of myself as rather involved in STEM, though I still have a long way to go :)</p>
<div class="section-wrapper">
<section>
<h2><img src="assets/img/ionconcertmedia-logo-512x512.png" title="Ion Concert Media" alt="Ion Concert Media" />Ion Concert Media</h2>
<span class="link-bar"><a href="https://www.ionconcertmedia.com/" target="_blank">WEBSITE</a></span>
<p>I work as am intern @ Ion Concert Media. It’s fun work involving working with ways to control lightning and cues, as well as things like AWS, server management, and much more.</p>
</section>
<section>
<h2><img src="assets/img/minecraft-logo-512x512.png" title="Minecraft Server Development" alt="Minecraft Logo" />Minecraft Server Dev</h2>
<p>Both a configurator and a programmer at several Minecraft servers, some of which garnering hundreds of players per month.</p>
<p>I don’t do much of this anymore, since I’ve decided to focus a bit more on academics. I might come back at some point, but it doesn’t look like I’ll do so in the very near future.</p>
</section>
</div>
<br /><hr /><br />
<h1>Misc</h1>
<p>I’m not just a programmer! I have other things I do in my free time.</p>
<div class="collapsed-section-wrapper">
<ul>
<li>
<h2>Orchestral Music</h2>
<p>I enjoy playing the contrabass, cello and piano, though I mainly play the contrabass. My favourite piece to play is the Koussevitzky Bass Concerto.</p>
<p>My favourite piece of all time? I really like listening to more niche Romantic-era composers. It would probably have to be either Medtner Piano Concerto no. 3 or Bortkiewicz Piano Concerto no. 3.</p>
</li>
<li>
<h2>Mathnasium</h2>
<p>I work as a tutor at Mathnasium, teaching 1st-9th graders all about math in their respective learning levels.</p>
<p>Meeting new people every day, finding out how they learn and trying to compound on that has been an immensely valuable experience.</p>
</li>
</ul>
</div>
</main>
<footer>
chococaker © 2024
</footer>
<script src="/script/nav.js" type="text/javascript"></script>
</body>
</html>