-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (45 loc) · 1.73 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
<!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">
<title>JM</title>
<link rel="stylesheet" href="style.css">
</head>
<body >
<div class="navbar">
<nav>
<ul>
<div class="try">
<li><a href="#" class="active">HOME</a></li>
<li><a href="gallery.html">MY GALLERY</a></li>
<li><a href="about.html">ABOUT BU</a></li>
<li><a href="others.html">SCHOOL</a></li>
<li><a href="contact.html">CONTACTS</a></li>
</div>
</ul>
</nav>
</div>
<video autoplay loop muted plays-inline class="back-video">
<source src="media/BUGEMA_UNIVERSITY_CAMPUS_TOUR(360p).mp4" type="video/mp4">
</video>
<div class="content">
<h1>
BUGEMA UNIVERSITY
</h1>
<a href="https://bugemauniv.ac.ug/">Click & Explore BU</a>
</div>
<marquee behavior="scroll" direction="up">
<p class="pstyles">
Bugema University holds as its philosophy the belief that true education fosters
the restoration of the lost image of God in human beings through the harmonious
development of the physical, mental, social, and spiritual dimensions of life.
The philosophy is manifested in the “3H” program of the University curriculum,
which emphasizes the learners balanced and positive development of the Head,
Heart, and Hand as they prepare for service here and for life in the hereafter.
Bugema University envisions training for “Excellence in Service”
</p>
</marquee>
</body>
</html>