-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
66 lines (52 loc) · 2.14 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
66
<!DOCTYPE html>
<html>
<head>
<title>shreyansh portfolio</title>
<link rel="stylesheet" type="text/css"href="style.css"/>
<link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'/>
<link href='http://fonts.googleapis.com/css?family=Leckerli+One' rel='stylesheet' type='text/css'/>
<link href='http://fonts.googleapis.com/css?family=Arizonia' rel='stylesheet' type='text/css'/>
<body>
<section id="home">
<div class="container">
<div class="header">
<div class="navbar">
<a href="#home">Home</a>
<a href="#about">About me</a>
<a href="#skills">Skills</a>
<a href="#contact">Contact me</a>
</div>
<div class="head-content" >
<img src="img/image%206.jpeg" height="300px" width="300px">
<h1 class="name">Shreyansh Singh</h1>
<h2 class="work">Web Devveloper & Designer</h2>
</div>
</section>
</div>
<section id="about">
<div class="about-section" >
<h2>About Me</h2>
<p> Hi! I am Shreyansh Singh, a web developer living in Greater Noida, Uttar Pradesh, India. I’m extremely passionate about web delopment and I made my portfolio website by learning html & css,hope you like it. Aside from web development, I enjoy my time playing games & watching sports</p>
</div>
</section>
<section id="skills">
<div class="skills-section" >
<h2>Skills</h2>
<img src="img/html.png">
<img src="img/css.png">
<img src="img/C%20Logo.png">
</div>
</section>
<section id="contact">
<div class="contacts-section" >
<h2> Contacts</h2>
<ul class="social-links vertical-list">
<li><a href="https://www.facebook.com/profile.php?id=100033563282295" class="noir facebook" target="_blank">Facebook</a></li>
<li><a href="https://www.instagram.com/shreyansh_shrinet/" class="noir linkedin" target="_blank">Instagram</a></li>
<li><a href="https://mail.google.com" class="noir gmail" target="_blank">Gmail</a></li>
</ul
</div>
</section>
</div>
</body>
</html>