-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (39 loc) · 1012 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="resume.css">
<title>
Andrei Racila
</title>
</head>
<body>
<h1>
Andrei Racila
</h1>
<div id="navcontainer">
<ul id="navlist">
<li><a href="https://github.com/TheEnthralled">Github</a></li>
<li><a href="academics.html">Academics</a></li>
<li><a href="https://soundcloud.com/nam3d">Soundcloud</a></li>
<li><a href="#">Extracurriculars</a></li>
<li><a href="#">Resume (PDF)</a></li>
</ul>
</div>
<br> </br>
<article>
<p>
Hi! I'm a rising sophomore at the University of Texas at Dallas (UTD, Go Comets!).
My interests include:
<ul>
<li> Machine learning </li>
<li> Randomized algorithms </li>
<li> Cryptography </li>
<li> Computational Science </li>
<li> Chip design </li>
<li> Materials Science </li>
</ul>
You can check out some other stuff about me if you want, but no one is forcing you.
</p>
</article>
</body>
</html>