-
Notifications
You must be signed in to change notification settings - Fork 5
/
team.html
52 lines (44 loc) · 1.33 KB
/
team.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Nakuja Project - Rocket development in Kenya</title>
<link
rel="shortcut icon"
href="./image/favicon.ico"
type="image/x-icon"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
/>
<link
href="https://fonts.googleapis.com/css?family=Open+Sans"
rel="stylesheet"
/>
<link rel="stylesheet" href="./css/bulma.min.css" />
<link rel="stylesheet" href="./css/bulma-steps.min.css" />
<link rel="stylesheet" href="./css/bulma-timeline.min.css" />
<link
rel="stylesheet"
href="https://unpkg.com/bulma-modal-fx/dist/css/modal-fx.min.css"
/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/js/all.min.js"></script>
<script src="js/main.js"></script>
<script src="js/bulma-steps.min.js"></script>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-1BMW6VHETF"
></script>
<script src="./js/ga4.js"></script>
</head>
<body>
<div onclick="void(0);">
<div id="navbar"></div>
<div id="team"></div>
<div id="footer"></div>
<script src="assets/dist/app.js" charset="utf-8"></script>
</div>
</body>
</html>