-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
105 lines (96 loc) · 4.23 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE .html>
<html>
<head>
<title>BACK TO SCHOOL</title>
<style>
img{
object-fit: contain;
}
.image-wrapper{
display: flex;
flex-wrap: wrap;
border: 2px solid blue;
}
.image-container{
border: 2px solid red;
width: 500px;
height: 500px;
max-width: 800px;
margin:20px ;
}
.image-container img{
width: 100%;
height: 100%;
object-fit: cover;
}
</style>
<link rel="stylesheet" href="stylesheet.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
</head>
<body style="background-color:rgb(13, 197, 248); padding:20px;">
<div class="container-fluid"></div>
<nav class="navbar navbar-expand-sm bg-light justify-content-center">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="back to school.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="school.html">details</a>
</li>
<li class="nav-item">
<a class="nav-link" href="shopping list.html">shoppinglist</a>
</li>
</ul>
</nav>
<h1 style="text-align: center;">BACK TO SCHOOL</h1>
<div>
<div class="row">
<div class="col-3"></div>
<div class="col-8">
<h2 >Going to school is better than staying home</h2>
<blockquote class="blockquote">
<p>"Education is the most powerful weapon which you can use to change the world." </p>
<footer class="blockquote-footer">Nelson mandela</footer>
</blockquote>
</div>
<div class="col-1"></div>
</div>
</div>
<style></style>
<div class="row image-wrapper">
<div class="col image-container">
<img src="https://previews.123rf.com/images/ayupradhita/ayupradhita2307/ayupradhita230700577/208871367-cartoon-happy-school-kids-walking-in-the-park-vector-illustration.jpg" width="600" height="600">
</div>
<div class="col image-container">
<img src="https://previews.123rf.com/images/ayupradhita/ayupradhita2307/ayupradhita230700577/208871367-cartoon-happy-school-kids-walking-in-the-park-vector-illustration.jpg" width="600" height="600">
</div>
<div class="col image-container">
<img src="https://images.csmonitor.com/csm/2023/04/0417-LOMOBERRY-LEDE.jpg?alias=standard_900x600" width="600" height="600">
</div>
<div class="col image-container">
<img src="https://c8.alamy.com/comp/D2573H/illustration-of-kids-walking-to-school-together-D2573H.jpg" width="600" height="600">
</div>
<div class="col image-container">
<img src="https://previews.123rf.com/images/kantyasmiley/kantyasmiley2307/kantyasmiley230700558/208272747-back-to-school-kids-go-to-school-schooling-back-to-school-kids-schools-year-schools-schooling.jpg" width="600" height="600">
</div>
</div>
<h3 style="font-size:40" >GOING TO SCHOOL</h3>
<h4>Elizabeth Wanjiku<br>Teclar</h4>
<p id="tecla" > People go to scool to learn because they do not know the difference of good and bad,threfore,while going to school , you learn ,make friends, learn how to coparate with others and drive your dreams.<br>There are two types of schools,public and government schools.<br>Some children like school allot but others drop out of school .<br>Shools are everywear inlocal and non-local places </p>
<p id="victoria" >When we have problems that can not be solve by us, we run to teachers.</p>
<p id="school" >Poeple learn from thier mistakes and people around them.</p>
<div class="container mt-3">
<h2></h2>
<p class="text-muted">Most primary schools are day schools with pupils living at home<br>. Fewer schools at primary level are boarding schools compared <br>to secondary schools. All public primary school pupils sit<br> for the Kenya Certificate of Primary Education examination at<br> the end of the school year in Standard eight.</p>
<p class="text-primary">This text is important.</p>
<p class="text-success">This text indicates success.</p>
</div>
<a href="school.html">school</a>
<a href="https://www.youtube.com/watch?v=hwc2d1Xt8gM&list=RDGMEMMib4QpREwENw3_jAc0YgNwVMihi4s4gxIKs&index=10">welcome to our yotube.com!</a>
<footer>
<p>Footer</p>
</footer>
</div>
</body>
</html>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>