-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
59 lines (57 loc) · 2.29 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
<DOCTYPE! html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Guneet- A Web Developer And Hacker</title>
<link rel="icon" href="favicon.ico">
<link rel="stylesheet" href="css/styles.css">
<link href="https://fonts.googleapis.com/css?family=Acme|Arapey|Sacramento|Montserrat" rel="stylesheet">
</head>
<body>
<div class="up">
<img class="pic-1" src="lg.cloudy-sky-preloader.gif" alt="cloud">
<h1 class="head">I'm Guneet</h1>
<h3 class="bead"> a web developer</h3>
<img class="pic-2" src="lg.cloudy-sky-preloader.gif" alt="cloud">
<img src="Picture1.png" alt="evening" width="50%">
</div>
<hr>
<div class="profile">
<img class="me" src="IMG_20180401_191419_611.jpg" alt="Guneet">
<h2>Hello</h2>
<p class="about">
I'm a web designer / developer based in Delhi, India. I have a passion for web design and love to create for web and mobile devices.
</p>
</div>
<hr>
<div class="skills">
<img class="code" src="code.png" alt="code">
<h3 class="lo">Design and Development</h3>
<p class="code-2">I like to keep it simple. My goals are to focus on typography, content and conveying the message that you want to send.</p>
</div>
<div class="skills-2">
<img class="hack" src="hacker.png" alt="hacker">
<h3>Hacking Skills</h3>
<p class ="hack-2">
I also have an interest in hacking so if you want to destroy someone i can surely help
and may hack your bank account and steal your money. So be safe mate.
</p>
</div>
<hr class="last">
<div class="end">
<img class="coffee" src="200w.webp" alt="coffee">
<p class="contact">I'm currently a freelancer and ready to take up projects.
Lets grab a cup of coffee together somewhere and discuss about
life and career</p>
</div>
<a class="btn" href="mailto:gssethi@gmail.com" >CONTACT ME</a>
<div class="l-cont">
<a href="https://twitter.com">Twitter</a>
<a href="https://www.facebook.com">facebook</a>
<a href="https://github.com">Github</a>
<p class="las">
© 2018 GuneetSingh @SethiGuneet
</p>
</div>
</body>
</html>