-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (51 loc) · 2.67 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
<DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Shivam Kumar - a web designer & developer</title>
<link rel="stylesheet" href="index.css">
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script&family=Inconsolata:wght@200&family=Square+Peg&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script&family=Inconsolata:wght@200&display=swap" rel="stylesheet">
<!-- Google -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-226544440-1">
</script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-226544440-1');
</script>
<!-- Google -->
</head>
<body>
<div class = "first-container">
<img class = "top-cloud" src = "./images/cloud.png" alt = "cloud-image">
<h1 id = "my-name">I'm Shivam</h1>
<h3 id = "my-job">Web Developer & freelancer.</h3>
<img class = "bottom-cloud" src = "./images/cloud.png" alt = "cloud-image">
<img src = "./images/mountain.png" alt = "mountain-image">
</div>
<div class = "second-container">
<img class = "images" src = "./images/shivam-kumar3.png" alt = "shivam-image">
<h1>Hi</h1>
<p class = "about-me">I'm a web designer / developer based in India. I have a passion for web design and love to create front-end web Applications</p>
<hr>
</div>
<div class = "third-container">
<h1 class = "space">My Skills</h1>
<img class = "images2" src = "./images/frontend.png" alt = "frontend-image">
<p class = "about-me space" >Full Stack Web Developer</p>
<img class = "images2" src = "./images/cp.png" alt = "cp-image">
<p class = "about-me space" >Competitive Coding</p>
</div>
<div class = "fourth-container">
<h1>Contact Me</h1>
<a id = "left-icon" class = "btn" href = "https://www.linkedin.com/in/shivam-kumar-6391281b4/">LinkedIn</a>
<a class = "btn" href = "https://github.com/shivam-kumar123">GitHub</a>
<a class = "btn" href = "https://www.instagram.com/shivam_9137/">Instagram</a>
<a class = "btn" href = "https://shivam-kumar123.github.io/My-Portfolio/">Website</a>
<p class = "footer">© 2022 Shivam Kumar. All rights reserved.</p>
</div>
</body>
</html>