-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·65 lines (56 loc) · 2.63 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Omkar Sonsurkar</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Merriweather|Montserrat|Sacramento" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="images/cloud.png" alt="cloud-img">
<h1>I'm Omkar.</h1>
<h2>a <span class="pro">pro</span>grammer.</h2>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud-png">
<img src="images/mountain.png" alt="mountain-png">
</div>
<div class="middle-container">
<div class="profile">
<img id="circular" src="images/omkar.png" alt="omkar-img">
<h2>Hello.</h2>
<p class="intro">I am a recent graduate in Master of Computer Science from State University of New York at Binghamton and excited to start my career in the IT/ Software industry. I love energy drinks and can cook too!</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="code-img" src="images/computer.gif" alt="code-img">
<h3>Desing & Development</h3>
<p class="code-skill-description">I like to work on websites and mobile applications because after all its all about wysiwyg. I love to see things in beautiful motions and expressions with complete control of course.</p>
</div>
<div class="skill-row">
<img class="guitar-img" src="images/guitar.gif" alt="guitar-img">
<h3>Music</h3>
<p class="music-skill-description">I started learning the guitar around the same time I started to code. Howerver, it's a different story that I still suck at both but I'll get there eventually.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>If you love telling jokes as much as I do.</h3>
<p class="contact-message">Like to jam sometime? Let's talk about how cool music is!<br>We can code while we jam together!</p>
<a class="butn" href="mailto:[email protected]" target="_blank">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/omkar-sonsurkar" target="_blank">LinkedIn</a>
<a class="footer-link" href="https://github.com/osonsur1" target="_blank">GitHub</a>
<a class="footer-link" href="">Website</a>
<!--
<a class="footer-link" href="files/Omkar_S_resume.pdf" target="_blank">Resume</a>
-->
<p class="copyright">© <script>document.write(new Date().getFullYear())</script> Omkar S.</p>
</div>
</body>
</html>