-
Notifications
You must be signed in to change notification settings - Fork 0
/
Home.html
41 lines (39 loc) · 2.27 KB
/
Home.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
<!DOCTYPE html>
<html>
<title>Alberto Munar Institute of Technology</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./mysite.css">
<body>
<div class="mysite-top">
<div class="mysite-bar mysite-white mysite-padding mysite-card" style="letter-spacing:4px;">
<a href="Home.html" class="mysite-bar-item mysite-button">Alberto Munar Institute of Technology</a>
<div class="mysite-right mysite-hide-small">
<a href="Register.html" class="mysite-bar-item mysite-button">Register Here</a>
<a href="Login.html" class="mysite-bar-item mysite-button">Login here</a>
<a href="Contact.html" class="mysite-bar-item mysite-button">Contact Us</a>
<a href="./Students.html" class="mysite-bar-item mysite-button">About</a>
<a href="./Find.html" class="mysite-bar-item mysite-button">Search</a>
<a href="./Courses.html" class="mysite-bar-item mysite-button">Courses</a>
<a href="./Find.html" class="mysite-bar-item mysite-button">Search</a>
</div>
</div>
</div>
<div class="mysite-content" style="max-width:1100px">
<div class="mysite-row mysite-padding-64" id="about">
<div class="mysite-col m6 mysite-padding-large mysite-hide-small">
<img src="school.jpg" class="mysite-round mysite-image mysite-opacity-min" alt="Library" width="600" height="750">
</div>
<div class="mysite-col m6 mysite-padding-large">
<h1 class="mysite-center">About Alberto Munar Institute of Technology</h1><br>
<h5 class="mysite-center">Founded in 2021</h5>
<p class="mysite-large">Our instiute was founded in 2021 by Alberto Munar. We strive to provide a welcoming community where you can grow and challenge yourself in all areas of technological study. Become the best as you can be.</p>
<p class="mysite-large">Our registration for the fall semester begins on August 2nd, 2025. Fall classes will start on September 15th, 2025. </p>
<p class="mysite-large">New students are required to register before they can login to enroll for classes. Please follow the tabs above. </p>
</div>
</div>
<footer class="footer">
<p>Alberto Munar Institute of Technology- All Rights Reserved 2021</a></p>
</footer>
</body>
</html>