-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (32 loc) · 1.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
<!DOCTYPE html>
<html>
<head>
<title>Ashwin Kulkarni</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Roboto" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Oswald&display=swap" rel="stylesheet">
</head>
<body>
<div class="wrapper">
<div class="left">
<img class="profile-picture" src="img/profile.jpg" width="200"/>
<h1 class="name">Ashwin Kulkarni</h1>
<h4 class="subtitle">Software Developer | IBM ISL</h4>
</div>
<div class="right">
<p class="bio">
<p class="name">
<i>Hello, Friend. Thanks for stopping by :)</i> <br/><br/>
</p>
I'm Ashwin, Software developer at India Software Labs, IBM. I'm proud alumnus of IIT Guwahati. <br/><br/>
I enjoy learning new technologies and solving problems. Please feel free to discover my social profiles...
</p>
<ul class="social-links">
<li><a href="https://github.com/AshwinKul28" target="_blank">Github</a></li>
<li><a href="https://www.codechef.com/users/ashwin_kul" target="_blank">Codechef</a></li>
<li><a href="https://www.linkedin.com/in/iashwin28/" target="_blank">LinkedIn</a></li>
</ul>
</div>
</div>
</body>
</html>