-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
91 lines (88 loc) · 3.25 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favico.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
Code Space - Connecting Gen Z Reshaping how Africa's story is told and
shared with tech
</title>
<meta property="twitter:url" content="https://codespaceafrica.com/" />
<meta
property="twitter:title"
content="Code Space - One of Africa's Fastest Growing Community for Gen-Zs in Tech."
/>
<meta
property="twitter:description"
content="We are a Community that connects Gen Z developers, founders, designers, and techies across Africa can connect, learn, and discover life-changing opportunities and foster quality connections."
/>
<meta
property="twitter:image"
content="https://i.postimg.cc/hP9RXz0W/temp-Image7x-Flg-B.jpg"
/>
<meta
name="title"
content="Code Space - One of Africa's Fastest Growing Community for Gen-Zs in Tech"
/>
<meta
name="description"
content="Connecting Gen Z developers, founders, designers, and techies across Africa Reshaping how Africa's story is told and shared with tech"
/>
<meta
property="og:title"
content="Code Space - One of Africa's Fastest Growing Community for Gen-Zs in Tech."
/>
<meta property="og:url" content="https://codespaceafrica.com/" />
<meta
property="og:description"
content="Connecting Gen Z developers, founders, designers, and techies across Africa Reshaping how Africa's story is told and shared with tech"
/>
<meta name="theme-color" content="#f9f9f9" />
<meta property="twitter:card" content="summary_large_image" />
<link rel="icon" href="https://i.postimg.cc/sgqq6MNr/codespace-logo.png" />
<meta name="next-head-count" content="17" />
<meta
name="keywords"
content="Code Space, Africa, Gen Z, Tech Community, Developers, Founders, Designers, Techies"
/>
<meta name="robots" content="index, follow" />
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<!-- Poppins -->
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap"
rel="stylesheet"
/>
<!-- DM Sans -->
<link
href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap"
rel="stylesheet"
/>
<!-- Gelion -->
<link
href="https://fonts.cdnfonts.com/css/gelion?styles=117684,117688,117682,117686,117678,117676"
rel="stylesheet"
/>
<!-- Hind Siliguri -->
<link
href="https://fonts.cdnfonts.com/css/hind-siliguri?styles=20158,20156,20157,20159,20155"
rel="stylesheet"
/>
<!-- Gilroy -->
<link
href="https://fonts.cdnfonts.com/css/svn-gilroy?styles=55332,55331"
rel="stylesheet"
/>
<!-- Inter -->
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>