-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
116 lines (115 loc) · 3.24 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Harsh's Portfolio</title>
<meta
name="description"
content="Full Stack Developer, Researcher, AI Enthusiast "
/>
<meta
itemprop="name"
content="Full Stack Developer, Researcher, AI Enthusiast "
/>
<meta
itemprop="description"
content="Full Stack Developer, Researcher, AI Enthusiast "
/>
<meta itemprop="image" />
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="Full Stack Developer, Researcher, AI Enthusiast "
/>
<meta
name="twitter:description"
content="Full Stack Developer, Researcher, AI Enthusiast "
/>
<meta name="twitter:image" />
<meta
property="og:site_name"
content="Full Stack Developer, Researcher, AI Enthusiast "
/>
<meta property="og:type" content="website" />
<meta
property="og:url"
content="https://linkedin.com/in/harsh-adwani-67122b16b/"
/>
<meta
property="og:title"
content="Full Stack Developer, Researcher, AI Enthusiast "
/>
<meta
property="og:description"
content="Full Stack Developer, Researcher, AI Enthusiast "
/>
<meta property="og:image" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="assets/images/8f7cb9e7de037c07.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="assets/images/0adf2932e78e7213.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="assets/images/b1ba879833e94ae6.png"
/>
<link rel="manifest" href="83eb0899ca40f015.webmanifest" />
<link
rel="mask-icon"
href="assets/images/8d02841183231ad3.svg"
color="#9933ff"
/>
<meta name="apple-mobile-web-app-title" content="Harsh's Portfolio" />
<meta name="application-name" content="Harsh's Portfolio" />
<meta name="msapplication-TileColor" content="#9933ff" />
<meta name="theme-color" content="#ffffff" />
<script defer="defer" src="bundle.3ea4b3f1364c1bb7.js"></script>
<link href="main.css" rel="stylesheet" />
</head>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-Y1BR9CXE0X"
></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag() {
dataLayer.push(arguments)
}
gtag("js", new Date())
gtag("config", "G-Y1BR9CXE0X")
</script>
<body>
<canvas class="webgl"></canvas>
<div class="overlay"></div>
<div id="cooking">
<div class="bubble"></div>
<div class="bubble"></div>
<div class="bubble"></div>
<div class="bubble"></div>
<div class="bubble"></div>
<div id="area">
<div id="sides">
<div id="pan"></div>
<div id="handle"></div>
</div>
<div id="pancake">
<div id="pastry"></div>
<div id="pastry2"></div>
<div id="pastry3"></div>
</div>
</div>
<h1>Cooking Your Ramen... <span id="progressPercentage"></span>%</h1>
</div>
<button class="start">START</button>
</body>
</html>