-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
77 lines (71 loc) · 1.93 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
67
68
69
70
71
72
73
74
75
76
77
<!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" />
<meta
name="keywords"
content="harsh kapadia, web developer, full stack, portfolio"
/>
<meta name="description" content="About Harsh Kapadia." />
<meta name="author" content="Harsh Kapadia" />
<meta property="og:site_name" content="Harsh Kapadia" />
<meta property="og:title" content="Harsh Kapadia - Web Developer" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Full Stack Web Developer" />
<meta
property="og:url"
content="https://harshkapadia2.github.io/portfolio/"
/>
<meta
property="og:image"
content="https://user-images.githubusercontent.com/50140864/117877882-c09f5880-b2c2-11eb-9edd-9ccb852e4bec.png"
/>
<meta
property="twitter:image"
content="https://user-images.githubusercontent.com/50140864/117877882-c09f5880-b2c2-11eb-9edd-9ccb852e4bec.png"
/>
<style>
body {
display: flex;
flex-direction: column;
align-items: center;
background-color: #fdfbfb;
text-align: center;
font-family: sans-serif;
}
img {
width: 7em;
min-height: 7em;
border-radius: 50%;
}
h1,
h2,
h3 {
margin-left: 0.2em;
margin-right: 0.2em;
}
</style>
<link
rel="shortcut icon"
href="https://user-images.githubusercontent.com/50140864/117954335-8cfd1680-b334-11eb-90c5-0bd9ad7845e9.png"
type="image/png"
/>
<title>Harsh Kapadia - Web Developer</title>
</head>
<body>
<div>
<img
src="https://user-images.githubusercontent.com/50140864/117877882-c09f5880-b2c2-11eb-9edd-9ccb852e4bec.png"
alt="Harsh Kapadia"
/>
</div>
<h1>Harsh Kapadia</h1>
<h2>Full Stack Web Developer</h2>
<h3>
Find my portfolio at
<a href="https://harshkapadia.me">harshkapadia.me</a>
</h3>
</body>
</html>