-
Notifications
You must be signed in to change notification settings - Fork 46
/
index.html
74 lines (71 loc) · 2.77 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Primary Meta Tags -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="title" content="Sampark" />
<meta
name="description"
content="A social platform to connect NGOs and orphanage to potential social suppliers including schools and colleges."
/>
<meta name="language" content="en" />
<meta
name="keywords"
content="Sampark, social platform, NGO, orphanage, social suppliers, schools, colleges, social networking, community engagement, nonprofit organization, charitable institutions, collaboration, partnerships, social impact, education, resources"
/>
<meta name="author" content="Gaurav Verma" />
<meta name="robots" content="index, follow" />
<meta name="revisit-after" content="7 days" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://sampark-nine.vercel.app/" />
<meta property="og:title" content="Sampark" />
<meta
property="og:description"
content="A social platform to connect NGOs and orphanage to potential social suppliers including schools and colleges."
/>
<meta
property="og:image"
content="https://github.com/Gaurav-Verma07/sampark/assets/56786344/aeae42db-0ba7-440f-b97d-33bb657ed781"
/>
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://sampark-nine.vercel.app/" />
<meta property="twitter:title" content="Sampark" />
<meta
property="twitter:description"
content="A social platform to connect NGOs and orphanage to potential social suppliers including schools and colleges."
/>
<meta
property="twitter:image"
content="https://github.com/Gaurav-Verma07/sampark/assets/56786344/aeae42db-0ba7-440f-b97d-33bb657ed781"
/>
<link
href="https://api.mapbox.com/mapbox-gl-js/v1.12.0/mapbox-gl.css"
rel="stylesheet"
/>
<link
rel="icon"
type="image/svg+xml"
href="/sampark-logo-transparent.png"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;900&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./style.css" />
<title>Sampark</title>
</head>
<body>
<div id="root"></div>
<div id="loader-wrapper">
<div id="loader"></div>
<div class="loader-section section-left"></div>
<div class="loader-section section-right"></div>
</div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>