-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
58 lines (56 loc) · 2.13 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">
<title>Vivek Anand</title>
<meta name="author" content="Vivek Anand" />
<meta name="description" content="Vivek Anand: Python programmer and Open Source Enthusiast" />
<meta name="keywords" content="Vivek Anand: Python programmer and Open Source Enthusiast" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<link rel="stylesheet" type="text/css" href="static/css/main.css" />
<link rel="icon" href="static/images/favicon.ico" />
</head>
<body>
<header>
<h1>Hi, I am Vivek Anand</h1>
</header>
<main>
<section class="section-padding" id="intro">
<p>Python Backend Developer. Currently, working at Innovaccer, Noida, India</p>
</section>
<section class="section-padding" id="projects">
<dl>
<dt><a href="https://innovaccer.com/">Innovaccer - SDE II</a></dt>
<dd>January 2020 - Present</dd>
</dl>
<dl>
<dt><a href="https://innovaccer.com/">Innovaccer - SDE I</a></dt>
<dd>August 2019 - December 2020</dd>
</dl>
<dl>
<dt><a href="https://www.gopaysense.com/">Paysense - SDE I</a></dt>
<dd>February 2018 - July 2019</dd>
</dl>
<dl>
<dt><a href="https://etherealmachines.com/">Ethereal Meachines - SDE I</a></dt>
<dd>June 2017 - January 2018</dd>
</dl>
<dl>
<dt><a href="https://summerofcode.withgoogle.com/">Google Summer of Code - Student Developer</a></dt>
<dd>May 2016 - August 2016</dd>
</dl>
<dl>
<dt><a href="https://www.iiita.ac.in/">IIIT Allhabad - Student (Bachelor in Information Technology)</a></dt>
<dd>August 2013 - May 2017</dd>
</dl>
</section>
</main>
<footer>
<ul class="links">
<li><a class="footer-link" href="https://vivekanandxyz.wordpress.com">Blog</a></li>
<li><a class="footer-link" href="https://github.com/vivekanand1101">Github</a></li>
<li><a class="footer-link" href="https://linkedin.com/in/vivekanand1101">Linkedin</a></li>
</ul>
</footer>
</body>
</html>