forked from mmistakes/minimal-mistakes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
23 lines (18 loc) · 887 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
---
layout: home
author_profile: true
---
<html>
<body>
<p>Hi, I'm Savir!</p>
<p>I'm a high school student from Canada. I love developing software, creating new technologies, competitive programming, and math, just to name a few things.</body>
<p>I have several achievements that I'm proud of. Here's a short list:</p>
<ul>
<li>CEMC Distinction in Galois, Cayley, CCC, Fryer.</li>
<li>Winning a gold medal in the Halton Skills Competition for Coding and representing the HDSB at the Ontario Skills Competition.</li>
<li>Winning (first place) all the PEO-MC coding contests for my grade since I've been eligible. I also got first place at Mathletics.</li>
</ul>
<hr>
<p>I use this site as a display of all my projects, skills, and achievements. I also showcase my résumé, my blog, and some other cool pages here!</p>
</body>
</html>