-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
194 lines (157 loc) · 4.28 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
<!DOCTYPE html>
<html>
<head>
<title>Kunal Gandhre</title>
<link rel="stylesheet" type="text/css" href="styles.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div class="container">
<div class="hero">
<h1 class="name"><strong>Kunal</strong> Gandhre</h1>
<span class="job-title">Senior software engineer</span>
<span class="email">[email protected]</span>
<h2 class="lead">Experience in development using JAVA, Spring, AWS, Go-Lang</h2>
</div>
</div>
<!-- Skills and intrest section -->
<div class="container">
<div class="sections">
<h2 class="section-title">Skills</h2>
<div class="list-card">
<span class="exp">+ 5 years</span>
<div>
<h3>Object programming & frameworks</h3>
<span>Java, …</span>
</div>
</div>
<div class="list-card">
<span class="exp">+ 3 years</span>
<div>
<h3>Design integration</h3>
<span>Style and tools, JS Frameworks</span>
</div>
</div>
<div class="list-card">
<span class="exp">+ 6 years</span>
<div>
<h3>Linux</h3>
<span>Scripting, Servers management and protocols, Automation</span>
</div>
</div>
</div>
<div class="sections">
<h2 class="section-title">Interests</h2>
<div class="list-card">
<div>
<h3>Scripting languages</h3>
<span>PHP, JS, Bash, Python</span>
</div>
</div>
<div class="list-card">
<div>
<h3>Hacking</h3>
<span>Linux, Crawlers, Bots, Network</span>
</div>
</div>
</div>
</div>
<!-- Achievements -->
<div class="container cards">
<div class="card">
<div class="skill-level">
<span>+</span>
<h2>60</h2>
</div>
<div class="skill-meta">
<h3>Projects</h3>
<span>Adapting and creating solutions for customer's needs</span>
</div>
</div>
<div class="card">
<div class="skill-level">
<h2>50</h2>
<span>%</span>
</div>
<div class="skill-meta">
<h3>Web</h3>
<span>Applications development integrating third-party services and mobile client(s)</span>
</div>
</div>
<div class="card">
<div class="skill-level">
<h2>30</h2>
<span>%</span>
</div>
<div class="skill-meta">
<h3>Technical solutions</h3>
<span>Such as web services, scripts, configurations</span>
</div>
</div>
<div class="card">
<div class="skill-level">
<h2>20</h2>
<span>%</span>
</div>
<div class="skill-meta">
<h3>Leading</h3>
<span>Web projects and ensure the quality of delivery</span>
</div>
</div>
</div>
<!-- Timeeline -->
<div class="container">
<ol class="timeline">
<li>
<p class="line">Experiences</p>
<span class="point"></span>
<p class="description">
Senior Software Engineer @ HP Inc
</p>
<span class="date">Today - Oct. 2017</span>
</li>
<li>
<span class="point"></span>
<p class="description">
Software Engineer @ AgreeYa Mobility
</p>
<span class="date">Jul. 2015 - Aug. 2017</span>
</li>
<li>
<span class="point"></span>
<p class="description">
Software Engineer @ Interface InfoSoft Solutions
</p>
<span class="date">May. 2013 - Jul. 2015</span>
</li>
<li>
<p class="line">Education</p>
<span class="point"></span>
<p class="description">
BE in computer Engineering - 68.96%, Amravati university
</p>
<span class="date">2009 - 2012</span>
</li>
<li>
<span class="point"></span>
<p class="description">
Diploma in Computer Engineering - 79.72%, Govt. Polytechnic
</p>
<span class="date">2006 - 2009</span>
</li>
<li>
<p class="line">Education</p>
<span class="point"></span>
<p class="description">
10th SSC - 80.93%, Somalwar High School, Nagpur
</p>
<span class="date">2006</span>
</li>
</ol>
</div>
<br><br>
<footer class="container">
<!-- <span style="font-size: 16px; margin-top: ">Coded by <a href="https://newtodesign.com/">New to design </a> Designed by <a href="https://dribbble.com/shots/4342703-Minimal-resume-freebie-for-junior-self-taught-people">Nicolas Meuzard</a></span> -->
</footer>
</body>
</html>