-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (30 loc) · 2.37 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta property="og:url" content="https://elixirkenya.com/">
<meta property="og:type" content="website">
<meta property="og:title" content="Join our vibrant community to elevate your Elixir journey.">
<meta property="og:description" content="Join us to elevate your skills and experiences, as we unite passionate Elixir enthusiasts, foster innovation, and drive the advancement of technology in the heart of Kenya. ">
<meta property="og:image" content="https://images.unsplash.com/photo-1451187580459-43490279c0fa?q=80&w=2072&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<!-- <meta property="twitter:domain" content="podii.netlify.app"> -->
<meta property="twitter:url" content="https://elixirkenya.com/">
<meta name="twitter:title" content="Join our vibrant community to elevate your Elixir journey.">
<meta name="twitter:description" content="Join us to elevate your skills and experiences, as we unite passionate Elixir enthusiasts, foster innovation, and drive the advancement of technology in the heart of Kenya.">
<meta name="twitter:image" content="https://images.unsplash.com/photo-1451187580459-43490279c0fa?q=80&w=2072&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D">
<!-- Open Graph for WhatsApp -->
<meta property="og:title" content="Join our vibrant community to elevate your Elixir journey.">
<meta property="og:description" content="Join us to elevate your skills and experiences, as we unite passionate Elixir enthusiasts, foster innovation, and drive the advancement of technology in the heart of Kenya.">
<meta property="og:image" content="https://images.unsplash.com/photo-1451187580459-43490279c0fa?q=80&w=2072&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D">
<meta property="og:url" content="https://elixirkenya.com/">
<link rel="icon" type="image/svg+xml" href="/src/assets/images/logo/logo-icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Elixir Kenya</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>