-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (57 loc) · 2.47 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
<!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">
<link rel="stylesheet" href="index.css">
<title>Document</title>
</head>
<body>
<div id="resume">
<div class="profile">
<img src="https://media-exp1.licdn.com/dms/image/C5603AQFNjPFTqMZZHw/profile-displayphoto-shrink_800_800/0/1642335126039?e=1652313600&v=beta&t=_vVzJbNyNS6rZL2PLYp6m1aqgkpkyn3o41oRUgDX4nc" alt="Karan Dua">
</div>
<h1>Archit Chopra</h1>
<p>Cell: <a href=#>8725058717</a>
<p>Email: <a href=#>[email protected]</a>
<div class="cv" style="width: 100%; margin: 2rem;">
<a href="https://docs.google.com/document/d/1LEYESQdsrWL9JQ-vlh9g9fWFDSYCimHh/edit?usp=drivesdk&ouid=101447418197111275191&rtpof=true&sd=true">My resume</a>
</div>
<p id="objective">Extremely Motivated to learn new skills and develop. I am confident
about my ability to come up with interesting ideas. Experinced in devops, linux commands
<dl>
<dt>Education
<dd>
<h2>University Institute of Engineering and Technology Chandigarh, Panjab University</h2>
<p><strong>Btech : </strong>Computer Science<br/>
</dl>
<dl>
<dt>Skills
<dd>
<p>C++, C, docker, linux, jekins, kubernetes, git/github</p>
</dl>
<dl>
<dt>Experience
<dd>
<h2 style="width: 500px">Campus SuperHero at Coding Block<span>25-12-2021 - present</span></h2>
<ul>
<li>Teaching how to persue your carer is CSE and also teaching basics of devops
<li>Helping Freshers to explore the field of CP
</ul>
<h2 style="width: 500px">2 Star at Codechef</h2>
</dd>
</dl>
<dl>
<dt>Hobbies
<dd>Cricket, Reading Financial books, AI
</dl>
</div>
<h2 style="margin-top: 5rem;">Connect With Me</h2>
<div class="connect" style="display: flex; flex-wrap: wrap; margin-left: 5rem; ">
<a href="https://www.linkedin.com/in/archit-chopra-12b68a229/" style="margin: 1rem;">LinkedIn</a>
<a href="https://twitter.com/Archit05208857" style="margin: 1rem;">Twitter</a>
<a href="https://github.com/13archit" style="margin: 1rem;">Github</a>
</div>
</body>
</html>