-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
92 lines (92 loc) · 3.48 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
92
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Aniket Divekar</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css" />
<link rel="stylesheet" type="text/css" href="/index.css?q=1">
</head>
<body>
<div class="home" id="home">
<div class="home__avatar">
<img src="http://p-docs.aniketdivekar.com.s3.us-east-1.amazonaws.com/me.png">
</div>
<div class="home__details">
<div class="home__details__intro">
Hi I'm <b>Aniket Divekar</b>.
Fluent in <b>Sarcasm</b> and probably <b>java</b>. Building some awesome features at <a href="https://wazirx.com" target="blank" rel="noopener nofollow">WazirX</a>. Let's talk about F1, Ferrari or..... did I hear food?
</div>
<div class="home__details__social">
<a class="home__details__social__name"
href="https://github.com/aniketdivekar"
target="_blank"
rel="noopener nofollow"
>
<i class="icon-github home__details__social__icon"></i>
Github
</a>
<a class="home__details__social__name"
href="https://twitter.com/aniketdivekar"
target="_blank"
rel="noopener nofollow"
>
<i class="icon-twitter home__details__social__icon"></i>
Twitter
</a>
<a class="home__details__social__name"
href="https://medium.com/@aniketdivekar"
target="_blank"
rel="noopener nofollow"
>
<i class="icon-medium home__details__social__icon"></i>
Medium
</a>
<a class="home__details__social__name"
href="https://linkedin.com/in/aniketdivekar"
target="_blank"
rel="noopener nofollow"
>
<i class="icon-linkedin home__details__social__icon"></i>
Linkedin
</a>
<a class="home__details__social__name"
href="https://instagram.com/aniketsdivekar"
target="_blank"
rel="noopener nofollow"
>
<i class="icon-instagram home__details__social__icon"></i>
Instagram
</a>
</div>
</div>
</div>
<div class="writing" id="writing">
<h1>Writing ✍🏻</h1>
<ul class="list">
<li class="list__item">
<p class="list__item__heading">
<a href="https://medium.com/@aniketdivekar/jumping-between-the-languages-db3f0739ac1e" target="_blank" rel="noopener nofollow">Jumping Between The Languages</a>
</p>
</li>
<li class="list__item">
<p class="list__item__heading">
<a href="https://medium.com/@aniketdivekar/bitcoin-create-sign-and-push-transaction-2ea877c08ab4" target="_blank" rel="noopener nofollow">Bitcoin: Create, Sign And Push Transaction</a>
</p>
</li>
<li class="list__item">
<p class="list__item__heading">
<a href="https://aniketdivekar.medium.com/what-10-yrs-of-experience-as-sde-has-taught-me-4c014eca3aca" target="_blank" rel="noopener nofollow">What 10 Yrs Of Experience As SDE Has Taught Me</a>
</p>
</li>
</ul>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-smooth-scroll/2.1.2/jquery.smooth-scroll.min.js"></script>
<script src="index.js?q=1"></script>
<script type="text/javascript">
$(document).smoothScroll({
'delegateSelector': '.js-hashlink'
});
</script>
</body>
</html>