-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (31 loc) · 1.24 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ashwin Srirankan</title>
<link rel="stylesheet" href="main.css">
</head>
<body class="light-theme">
<h1>About me</h1>
<p id="msg">
I'm currently a Computer Science student at Carleton University.
</p>
<div style="position:fixed; top:140px;" >
<h1>Side projects</h1>
</div>
<div style="position:fixed; top:210px;">
<h2>GANTT chart tool</h2>
<p id="msg">
Using a set of parameters entered by the user, created a customized GANTT chart.
</p>
<h2>Post-secondary app</h2>
<p id="msg">
This application asked users a set of questions about their preferences regarding university programs in science and engineering.
For this project, I was responsible for the design and implementation of the algorithm responsible for identifying the university programs that
best suited the preferences of the user.
</p>
</div>
</body>
</html>