-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.php
46 lines (35 loc) · 1.75 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>BAUST Online</title>
<link href="https://fonts.googleapis.com/css?family=Work+Sans:300">
<link rel="stylesheet" type="text/css" href="css/styles.css" />
</head>
<body>
<?php $active_page = 'home'; include('includes/header.php'); ?>
<div class="cover">
<div class="title">
<h1>Welcome to the Online Service of BAUST</h1>
</div>
</div>
<div class="content">
<h2>Bangladesh Army University of Science & Technology (BAUST),</h2>
<p>the pioneer technical institutes of Armed Forces, started its journey from 15th February 2015.
It was the visionary leadership of the honorable prime minister of
People's Republic of Bangladesh Sheikh Hasina to establish a technical institute of Armed Forces.</p>
<p>BAUST is located at Saidpur Cantonment. Saidpur is a city of Nilphamari district in Rangpur Division of
Bangladesh. The city becomes...</p>
<a href="welcome-to-baust.php" class="button1">Read More</a>
<br /><br /><br /><br />
<h2>Enjoy The Online Services</h2>
<p>This website provides <em>Online Services</em> for the <em>Teachers & Students</em> of <em>BAUST</em> such as
Online Class Routine, Upcoming CTs, CT Results, Attendance, Important Announcements from Class
Representative (CR) / Teachers, Study Materials etc.</p>
<p>User must have to register & log in to the website to enjoy the online services. Why are you waiting? Join
now!</p>
<center><a href="login.php" class="button1">Login</a> or <a href="signup_student.php" class="button2">Signup</a>
</center>
</div>
<?php include('includes/footer.php'); ?>
</body>
</html>