forked from msafirijuma/mgote-physics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotes-form5.php
210 lines (198 loc) · 10.7 KB
/
notes-form5.php
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
<?php
require("controllers/process-form.php");
if (empty($_SESSION["user_id"])) {
header("location: login.php");
}
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Favicon -->
<link href="img/favicon.ico" rel="icon">
<!-- Google Web Fonts -->
<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=Heebo:wght@400;500;600&family=Nunito:wght@600;700;800&display=swap"
rel="stylesheet">
<!-- Icon Font Stylesheet -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.4.1/font/bootstrap-icons.css" rel="stylesheet">
<!-- Libraries Stylesheet -->
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
<title>Notes Form 5 | Mgote Physics</title>
</head>
<body>
<?php include("includes/header.php"); ?>
<!-- Header Start -->
<div class="container-fluid bg-primary py-5 page-header">
<div class="container py-5">
<div class="row justify-content-center">
<div class="col-lg-10 text-center">
<h1 class="display-3 text-white animated slideInDown">Form 5 Notes</h1>
</div>
</div>
</div>
</div>
<!-- Header End -->
<!-- Start Premium Features -->
<div class="px-2 py-5 premium-section">
<div class="container">
<div class="row g-4 d-flex align-items-center">
<div class="col-lg-3 col-sm-6 wow fadeInUp" data-wow-delay="0.1s">
<div class="service-item text-center pt-3">
<div class="p-4">
<i class="fa fa-3x fa-book-open text-primary mb-4"></i>
<h5 class="mb-3 text-uppercase"><a
href="documents/form5/MEASUREMENT OF PHYSICAL QUANTITY.pdf">Measurements of
physical quantity</a>
</h5>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6 wow fadeInUp" data-wow-delay="0.3s">
<div class="service-item text-center pt-3">
<div class="p-4">
<i class="fa fa-3x fa-book-open text-primary mb-4"></i>
<h5 class="mb-3 text-uppercase"><a
href="documents/form5/PROJECTILE MOTION.pdf">projectile motion</a></h5>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6 wow fadeInUp" data-wow-delay="0.3s">
<div class="service-item text-center pt-3">
<div class="p-4">
<i class="fa fa-3x fa-book-open text-primary mb-4"></i>
<h5 class="mb-3 text-uppercase"><a href="documents/form5/CIRCULAR MOTION.pdf">circular
motion</a></h5>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6 wow fadeInUp" data-wow-delay="0.3s">
<div class="service-item text-center pt-3">
<div class="p-4">
<i class="fa fa-3x fa-book-open text-primary mb-4"></i>
<h5 class="mb-3 text-uppercase"><a
href="documents/form5/Module 2 - NEWTON'S LAWS OF MOTION.pdf">newton's laws of
motion</a>
</h5>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6 wow fadeInUp" data-wow-delay="0.3s">
<div class="service-item text-center pt-3">
<div class="p-4">
<i class="fa fa-3x fa-book-open text-primary mb-4"></i>
<h5 class="mb-3 text-uppercase"><a href="documents/form5/SIMPLE HARMONIC.pdf">simple
hamonic motion</a></h5>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6 wow fadeInUp" data-wow-delay="0.3s">
<div class="service-item text-center pt-3">
<div class="p-4">
<i class="fa fa-3x fa-book-open text-primary mb-4"></i>
<h5 class="mb-3 text-uppercase"><a
href="documents/form5/GRAVITATION.pdf">gravitation</a></h5>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6 wow fadeInUp" data-wow-delay="0.3s">
<div class="service-item text-center pt-3">
<div class="p-4">
<i class="fa fa-3x fa-book-open text-primary mb-4"></i>
<h5 class="mb-3 text-uppercase"><a href="documents/form5/ROTATION.pdf">rotation</a></h5>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6 wow fadeInUp" data-wow-delay="0.3s">
<div class="service-item text-center pt-3">
<div class="p-4">
<i class="fa fa-3x fa-book-open text-primary mb-4"></i>
<h5 class="mb-3 text-uppercase"><a href="documents/form5/FLUID.pdf">fluid mechanics</a>
</h5>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6 wow fadeInUp" data-wow-delay="0.3s">
<div class="service-item text-center pt-3">
<div class="p-4">
<i class="fa fa-3x fa-book-open text-primary mb-4"></i>
<h5 class="mb-3 text-uppercase"><a href="documents/form5/SURFACE TENSION.pdf">surface
tension</a></h5>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6 wow fadeInUp" data-wow-delay="0.3s">
<div class="service-item text-center pt-3">
<div class="p-4">
<i class="fa fa-3x fa-book-open text-primary mb-4"></i>
<h5 class="mb-3 text-uppercase"><a
href="documents/form5/KINETIC THEORY OF GAS.pdf">kinetic theory of
gas</a></h5>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6 wow fadeInUp" data-wow-delay="0.3s">
<div class="service-item text-center pt-3">
<div class="p-4">
<i class="fa fa-3x fa-book-open text-primary mb-4"></i>
<h5 class="mb-3 text-uppercase"><a href="documents/form5/ELASTICITY.pdf">elasticity</a>
</h5>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6 wow fadeInUp" data-wow-delay="0.3s">
<div class="service-item text-center pt-3">
<div class="p-4">
<i class="fa fa-3x fa-book-open text-primary mb-4"></i>
<h5 class="mb-3 text-uppercase"><a href="heat-notes.php">heat</a></h5>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6 wow fadeInUp" data-wow-delay="0.3s">
<div class="service-item text-center pt-3">
<div class="p-4">
<i class="fa fa-3x fa-book-open text-primary mb-4"></i>
<h5 class="mb-3 text-uppercase"><a
href="documents/form5/ELECTROSTATICS.pdf">electrostatic</a></h5>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6 wow fadeInUp" data-wow-delay="0.3s">
<div class="service-item text-center pt-3">
<div class="p-4">
<i class="fa fa-3x fa-book-open text-primary mb-4"></i>
<h5 class="mb-3 text-uppercase"><a href="documents/form5/ELECTROSTATICS.pdf">wave and
vibration</a>
</h5>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- End Premium Features -->
<?php include("includes/footer.php"); ?>
</body>
<!-- Back to Top -->
<a href="#" class="btn btn-lg btn-primary btn-lg-square back-to-top"><i class="bi bi-arrow-up"></i></a>
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0/dist/js/bootstrap.bundle.min.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="js/themes/themeMembers.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
</html>