-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
65 lines (49 loc) · 2.41 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
<!DOCTYPE HTML>
<html>
<head>
<!-- seo -->
<!-- Primary Meta Tags -->
<title>Social Conclave</title>
<meta name="title" content="Social Conclave" />
<meta name="description" content="Mumbai's only conference for delegates who wish to make an impact on India's Socio-economic Issues!" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://socialconclave.in" />
<meta property="og:title" content="Social Conclave" />
<meta property="og:description" content="Mumbai's only conference for delegates who wish to make an impact on India's Socio-economic Issues!" />
<meta property="og:image" content="https://metadatawebsite.s3.eu-north-1.amazonaws.com/conclavelogo.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://socialconclave.in" />
<meta property="twitter:title" content="Social Conclave" />
<meta property="twitter:description" content="Mumbai's only conference for delegates who wish to make an impact on India's Socio-economic Issues!" />
<meta property="twitter:image" content="https://metadatawebsite.s3.eu-north-1.amazonaws.com/conclavelogo.png" />
<!-- Meta Tags Generated with https://metatags.io -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="icon" href="./images/conclavelogo.png">
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<h1>Social Conclave</h1>
<p>This site is under maintainance!</br> Mumbai's only conference for delegates who </br> wish to make an impact on India's Socio-economic Issues!</p>
</header>
<!-- Signup Form -->
<form id="signup-form" method="post" action="">
<input type="email" name="email" id="email" placeholder="Email Address" />
<input type="submit" value="Submit" />
</form>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://www.instagram.com/social.conclave/" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="" class="icon fa-envelope"><span class="label">Email</span></a></li>
<li><a href="" class="icon fa-phone"><span class="label">Call</span></a></li>
</ul>
</footer>
<!-- Scripts -->
<script src="assets/js/main.js"></script>
</body>
</html>