-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (34 loc) · 1.65 KB
/
Copy pathindex.html
File metadata and controls
37 lines (34 loc) · 1.65 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="We bring tech skills to the kids living in the slums of Kenya">
<meta name="keywords"
content="kids, tech, coding, education, non-profit, lessons, learn, charity, Africa, Kenya, slums, Nairobi">
<meta name="author" content="Watoto coding">
<meta name="title" content="Watoto coding">
<meta property="og:type" content="website" />
<meta property="og:title" content="Watoto Coding" />
<meta property="og:description" content="We bring tech skills to the kids living in the slums of Kenya">
<meta property="og:image" content="https://www.watotocoding.com/media/girlscoding.jpeg">
<link rel="icon" type="image/x-icon" href="./src/assets/media/logo_new.jpg">
<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=Poppins:wght@200;300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<title>Watoto Coding Hub</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
<script>
kofiWidgetOverlay.draw('watotocoding', {
'type': 'floating-chat',
'floating-chat.donateButton.text': 'Donate',
'floating-chat.donateButton.background-color': '#5cb85c',
'floating-chat.donateButton.text-color': '#fff'
});
</script>
</body>
</html>