-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (54 loc) · 2.45 KB
/
Copy pathindex.html
File metadata and controls
60 lines (54 loc) · 2.45 KB
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/style.css"></link>
<link rel="icon" href="images/favicon.ico">
<link href="https://fonts.googleapis.com/css?family=Merriweather|Montserrat|Sacramento&display=swap" rel="stylesheet">
<title>Shiv Kumar Verma - a Web Developer</title>
</head>
<body>
<div class="shiv">
<img class="top-cloud" src="images/cloud.png">
<h1>I'm shiv</h1>
<h2>a <span class="pro">pro</span>grammer</h2>
<img class="bottoom-cloud" src="images/cloud.png">
<img src="images/mountain.png">
</div>
<div class="middle-container">
<div class="profile">
<img src="images\profile.png" alt="">
<h2>Hello.</h2>
<p class="intro">I'm a Web Developer based on Jalandhar , India.I have Passion for Web Development and competetive coding and I ❤️ coffee.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="code" src="images\code.png" alt="">
<h3>Design & Development</h3>
<p>I started to code when I was in my High School because I was always curious about technology and wanted to know how tech stuff works. Gradually I gained wealth of Experience in Designing and Developing mobile and Web Applications.</p>
</div>
<div class="skill-row">
<img class="chillies" src="images\chillies.png" alt="">
<h3>Other Skills</h3>
<p>I also know some C , C++ , Java Programing languages.I have Worked on a banking management system project during my high school. A pizza lover, challange me if you want a pizza battle.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>I'm currently Available for freelance Work.</h3>
<p class="pn">If you have a project that you want to get started, think you need my help with something or just fancy saying hey, then get in touch..</p>
<a class="btn" href="mailto:shivk.v047@email.com">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/shiv-kumar-verma-3a8a83192/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/SHIVKUMARVERMA_">Twitter</a>
<a class="footer-link" href="https://shiv-kumar-software-developer.now.sh/">Website</a>
<p>© 2020 Shiv Kumar Verma. All Rights Reserved</p>
</div>
</div>
</body>
</html>