-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·44 lines (38 loc) · 1.31 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
---
layout: default
---
<div class="content-background">
<div class="wrapper-1">
<div class="menu-content">
</div>
<!-- Header -->
<div class="main-header">
<h1 id="fname"> Diney </h1>
<h1 id="lname"> Wankhede </h1>
<div id="subheader">
<h2>Software Engineer at Samsung Research America </h2>
<br><br><br>
</div>
</div>
<!-- About -->
<div id="wrapper-2">
</div>
<!-- Contact -->
<div class="contact-wrapper">
<h1> CONTACT </h1>
<ul class="social">
<li> <a href="https://www.linkedin.com/in/diney-wankhede" target="_new"> <img src="{{ site.url }}/images/linkedin.png"></a></li>
<li> <a href="https://github.com/dineyw23" target="_new"> <img src="{{ site.url }}/images/git.png"></a></li>
<li> <a href="https://twitter.com/heydiney" target="_new"> <img src="{{ site.url }}/images/twitter.png"></a></li>
<li> <a href="https://bitbucket.com/dineyw23" target="_new"> <img src="{{ site.url }}/images/bit.png"></a></li>
</ul>
<div class="image-wrapper">
<img src="{{ site.url }}/images/favicon.ico">
</div>
<div id="footer">
<h2> Designed and Developed with </h2>
<img src="{{ site.url }}/images/Union.png">
<h2> by Diney Wankhede. </h2>
</div>
</div>
</div>