-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (34 loc) · 2.5 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
<!DOCTYPE html>
<html>
<head>
<title>Home Page</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav>
<div class= "logo">BABEH</div>
<div class= "nav-items">
<a href= "index.html">Home</a>
<a href= "speech.html">My Speech</a>
<a href= "gallery.html">Gallery</a>
</div>
</nav>
<h1>A little information about Bahle</h1>
<p>My name is Bahle V Ndhlovu a thirteen year old girl from Bulawayo.</p>
<p>l recently finished my 7th grade and now l am waiting for my results so that l can go to a secondary school.My favourite hobby is singing and l started it when l was in grade 1.My favourite subjects are Maths and Science.</p>
<p>When l grow up l wish to become an astronaut and would like to work at SpaceX.l wish to become an astronaut because l want to study more about the disappearance of mars water.l would also like to speak to Elon Musk about the dream that l have to become an astronaut.</p>
<p>Thank you for taking your time to read about me.</p>
<hr>
<h1>A little information about Behlile and Sibusiso</h1>
<p> Sibusiso and Behlile are doing the sixth grade in 2022 and we are both eleven years old.We are learning how to code and we are very interested in it.This is our first website.
</p>
<p> We decided to create our own website in our young age.Our uncle is the reason why we started coding.We created our website to help children develop new skills.</p>
</p>
</body>
<hr>
<footer class="foot">
<p>Contact us at bahlebehli@outlook.com</p>
</footer>
</html>