-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
91 lines (55 loc) · 2.01 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Kaushik's Website</title>
</head>
<body>
<canvas id="bg"></canvas>
<main>
<header>
<h1>Kaushik Nag Tumu</h1>
<p>🚀 Welcome to my website!</p>
</header>
<blockquote>
<p>I like making stuff and putting it on the internet</p>
</blockquote>
<section>
<h2>📜 Manifesto</h2>
<p>
In the realm of pixels, code, and dreams, I embark on a journey to bring forth a fusion of artistry and technology. This portfolio is more than a mere collection of projects; it's a testament to my commitment to innovation, empathy, and boundless exploration.
</p>
</section>
<section class="light">
<h2>🏆 Accomplishments</h2>
<p>
<ul>
<li><b>Dean's Honor Roll 2021-2022</b></li>
<li><b>Dean's Honor Roll 2022-2023</b></li>
<li><b>Trent International Scholarship</b></li>
</ul>
</p>
</section>
<blockquote>
<p>The best way out is always through <br>-Robert Frost</p>
</blockquote>
<section class="left">
<h2>🌮 Work History</h2>
<h3>Tech Associate at Staples</h3>
<p>
I am currently working as a tech associate at staples. My role is to have a brief knowledge of products ranging from printers to computers and laptops along with various other electornic products.
</p>
<h3>Student Marker At Trent</h3>
<p>
I was the student marker for the course COIS 2300H : Computer Organization, for the winter term os 2022-2023.
</p>
</section>
<blockquote>
<p>Thanks for watching!</p>
</blockquote>
</main>
<script type="module" src="/main.js"></script>
</body>
</html>