-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (43 loc) · 2.19 KB
/
index.html
File metadata and controls
54 lines (43 loc) · 2.19 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Charset & Viewport -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Title & Description -->
<title>IEEE Sri Lanka INSPIRE | Empowering Student Career Pathways</title>
<meta name="description"
content="IEEE Sri Lanka INSPIRE empowers Sri Lankan students with guidance, resources, and tools to make informed decisions about education, careers, and vocational pathways." />
<!-- Keywords (optional but useful) -->
<meta name="keywords"
content="IEEE Sri Lanka, INSPIRE, student guidance, career pathways, education in Sri Lanka, vocational training, IEEE student branch, student resources" />
<!-- Author -->
<meta name="author" content="IEEE Sri Lanka INSPIRE" />
<!-- Open Graph (Facebook, LinkedIn, etc.) -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://slinspire.ieeeyp.lk/" />
<meta property="og:title" content="IEEE Sri Lanka INSPIRE" />
<meta property="og:description"
content="Empowering Sri Lankan students with the guidance, resources, and tools they need to make informed decisions about their educational and vocational pathways." />
<meta property="og:image" content="https://slinspire.ieeeyp.lk/og-image.png" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://slinspire.ieeeyp.lk/" />
<meta name="twitter:title" content="IEEE Sri Lanka INSPIRE" />
<meta name="twitter:description" content="Guiding Sri Lankan students toward better education and career pathways." />
<meta name="twitter:image" content="https://slinspire.ieeeyp.lk/og-image.png" />
<!-- Favicon -->
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="48x48" href="/favicon-48x48.png" />
<!-- Fonts -->
<style>
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap");
</style>
<!-- Styles -->
<link href="/tailwind.css" rel="stylesheet" />
</head>
<body>
<div id="app"></div>
<script type="module" src="./src/index.tsx"></script>
</body>
</html>