-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcv.html
More file actions
67 lines (64 loc) · 2.88 KB
/
cv.html
File metadata and controls
67 lines (64 loc) · 2.88 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="My first HTML project">
<meta name="robots" content="index, follow">
<meta name="author" content="Arjodeep Chatterjee">
<meta property="og:title" content="Curriculum Vitae">
<meta property="og:description" content="CV of Arjodeep Chatterjee">
<meta property="og:image" content="https://raw.githubusercontent.com/arjodeep/cv/main/favicon.jpg">
<meta property="og:url" content="https://example.com/page">
<link rel="icon" type="image/png" href="https://raw.githubusercontent.com/arjodeep/cv/main/favicon.png">
<title>Curriculum Vitae</title>
</head>
<body>
<br><br>
<hr style="height: 2px; background-color: black; border: none;">
<br>
<header>
<h1>Arjodeep Chatterjee</h1>
<h3 style="color: rgb(132, 247, 132);">Junior Frontend Developer </h3>
</header>
<main>
<p>B/101, Baker's street <br>
Maldives, 124578 <br>
(505) 803-1546 <br>
<a href="mailto:itsmeeren1@gmail.com">itsmeeren1@gmail.com</a>
</p>
<h3 style="color: rgb(132, 247, 132);">Skills</h3>
<div>
HTML, CSS, JavaScript, Accesibility, Figma to design, Responsive Web Design,
Technical Writing, Presentation
</div>
<h3 style="color: rgb(132, 247, 132);">Education</h3>
<div>
<span style="color: rgb(0, 174, 255);">Stanford University - Bachelor's Degree</span><br>
August 2020 to May 2024 <br><br>
Roles/Responsibilites taken:
<ul>
<li>Basketball team captain</li>
<li>General Secretary of SmartCoders, coding club of Stanford University</li>
<li>Trainer of the Stanford University GYM</li>
</ul>
</div>
<h3 style="color: rgb(132, 247, 132);">Experience</h3>
<div>
<span style="color: rgb(0, 174, 255);">Microsoft, Maldives - Junior Developer</span><br>
July 2024 to May 2025 <br>
<ul>
<li>Became Employee of the month 3 times</li>
<li>Played an important role in the frontend development of the newest Microsoft website</li>
<li>Succesfully training interns</li>
</ul>
Skills: Technical Writing and Presentation
</div>
<h3 style="color: rgb(132, 247, 132);">Across the internet</h3>
<div>
<a href="https://www.linkedin.com/in/arjodeep-chatterjee-798b0331a/">Linkedin</a><br>
<a href="https://github.com/arjodeep/arjodeep">Github</a>
</div>
</main>
</body>
</html>