forked from vrijraj/iwd-web-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (49 loc) · 2.34 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
<!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,user-scalable=no">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<link href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" rel="stylesheet">
<title>IWD'19 - International Women's Day</title>
<meta name="description" content="International Women's Day (IWD) is marked on March 8th every year. In different regions, the focus of celebrations ranges from general respect and appreciation for women to a celebration of women's economic, political, and social achievements.">
<meta name="keywords" content="GDG, Google Developers Groups, Jalandhar, IWD, GDG Jalandhar, DevFest, Vrijraj">
<meta name="author" content="Vrijraj Singh">
<meta name="theme-color" content="#1a237e">
<!-- OpenGraph Meta Tags -->
<meta name="og:title" content="IWD Jalandhar"/>
<meta name="og:type" content="Website"/>
<meta name="og:url" content="https://gdgjalandhar.com"/>
<meta name="og:site_name" content="Website"/>
<meta name="og:description" content="International Women's Day (IWD) is marked on March 8th every year. In different regions, the focus of celebrations ranges from general respect and appreciation for women to a celebration of women's economic, political, and social achievements."/>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"url": "https://gdgjalandhar.com",
"name": "IWD Website Website",
"contactPoint": {
"@type": "ContactPoint",
"telephone": "",
"contactType": "Website"
}
}
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-59412315-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-59412315-2');
</script>
</head>
<body>
<noscript>
<strong>We're sorry but iwd19-app doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>