-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
77 lines (70 loc) · 2.33 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="styles.css" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto+Mono:300,500,400,700"
/>
<script src="index.js"></script>
<title>Kasra Sina</title>
</head>
<body class="body">
<canvas id="background-canvas"></canvas>
<div class="navbar">
<h1><a href="index.html"> > Kasra Sina </a></h1>
<div class="sub-nav">
<p>
<a href="projects.html"> /* [ LOG ] */</a>
</p>
</div>
</div>
<div class="images">
<img src="./photos/11DCDE0E-5271-40C4-BFE7-47BB60458AD5.jpeg" />
</div>
<div class="multimedia">
<p>
<a href="https://github.com/kasrasn" target="_blank"> [ Github ]</a>
</p>
<p>
<a href="https://www.linkedin.com/in/kasra-sina/" target="_blank">[ LinkedIn ]</a>
</p>
<p>
<a href="mailto:[email protected]" target="_blank">[ Email ]</a>
</p>
<p>
<a href="docs/Kasra-Sina-Resume-20241219.pdf" download>[ Download Resume ]</a>
</p>
</div>
<div id="about">
<h2 id="title">
I'm a <b>Computer Scientist</b>, <b>Student</b>, <b>Teaching Assistant</b>, and <b>Researcher</b>
</h2>
<p>
I'm a second year Computer Science student at The University of Guelph and I minor in Political Science.
</p>
<p>
Currently working as an Undergraduate Teaching Assistant for Discrete Structures II under the supervision of Professor Joe Sawada @ UofG.
</p>
<p>
I have been consistently named to the Dean’s Honours List in the College of Engineering & Physical Sciences (CEPS) every semester, in recognition of my academic excellence.
</p>
<p>
I also helped out with optimizing the traveling salesman problem @
<a href="https://indiciumuofg.vercel.app/" target="_blank">STEM Fellowship</a>
</p>
<!-- <p>In the past, I've...</p>
<ul class="list">
</ul>
<p> -->
Interested in Decolonizing AI, machine learning,
programming languages and web development.
</p>
<p>
Feel free to reach out!
</p>
</div>
</body>
</html>