-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (49 loc) · 1.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sahildeep Singh - Frontend Developer</title>
</head>
<body>
<h1>Sahildeep Singh</h1>
<h2>Frontend Developer</h2>
<ul>
<li>HTML / Pug / FreeMarker</li>
<li>CSS / SCSS</li>
<li>JavaScript / jQuery</li>
<li>Canva / Photoshop / Illustrator</li>
</ul>
<p>
<a rel="noopener" target="_blank" href="https://github.com/sahilcodes/">
Github
</a>
</p>
<p>
<a
rel="noopener"
target="_blank"
href="https://linkedin.com/in/sahilcodes/"
>
Linkedin
</a>
</p>
<p>
<a rel="noopener" target="_blank" href="https://twitter.com/sahilcodes/">
Twitter
</a>
</p>
<p
style="
color: green;
display: inline-block;
font-family: 'Comic Sans MS', 'Comic Sans', 'Papyrus', Courier, Arial;
padding: 2rem;
transform: rotate(-5deg);
"
>
Design is my passion.
</p>
</body>
</html>