-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.html
More file actions
52 lines (52 loc) · 2.01 KB
/
main.html
File metadata and controls
52 lines (52 loc) · 2.01 KB
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 charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Brixton University</title>
<link rel="stylesheet" href="styles/main.css">
</head>
<body>
<header>
<img src="logo.jpg" alt="Brixton University Logo" class="logo">
<h1>Brixton University</h1>
</header>
<nav>
<a href="main.html">Home</a>
<a href="about.html">About</a>
<a href="courses.html">Courses</a>
<a href="events.html">Events</a>
<a href="contact Us.html">Contact Us</a>
</nav>
<section>
<strong>WE ENSURE BETTER EDUCATION FOR A BETTER WORLD</strong>
<p>
Welcome to Brixton University, a leading institution dedicated to academic excellence, innovation, and personal growth. Our diverse community of students and faculty fosters a vibrant learning environment, preparing graduates to succeed in a rapidly changing world. Explore our programs, events, and resources to discover how Brixton University can help you achieve your goals.
</p>
</section>
<section>
<h3>Learn online courses</h3>
<p>
Study online at Brixton University with flexible, expert-led courses accessible from anywhere.
</p>
<h3>No.1 of Universities</h3>
<p>
Brixton University is ranked 1 amongst all other universities in the world.
</p>
<h3>
Huge Library
</h3>
<p>
Our library offers an extensive collection of books, journals, and digital resources, providing students with the tools they need for research and learning.
</p>
</section>
<footer>
<p>© 2025 Brixton University. All rights reserved.</p>
<p>
123 Brixton Road, London, UK |
Phone: +44 20 1234 5678 |
Email: info@brixtonuniversity.ac.uk
</p>
</footer>
</body>
</html>