-
Notifications
You must be signed in to change notification settings - Fork 4
/
welcome-to-baust.html
68 lines (53 loc) · 3.39 KB
/
welcome-to-baust.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!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>
<div class="header">
<div class="header-container">
<a href="index.html"><img src="img/BAUST-Logo.png" height="55px" alt="BAUST Online" class="logo"></a>
<nav>
<ul>
<li><a href="index.php">Home</a></li>
<li><a href="login.php">Login</a></li>
<li><a href="signup_student.php">Signup</a></li>
<li><a href="about.php">About</a></li>
<li><a href="contact.php">Contact</a></li>
</ul>
</nav>
</div>
</div>
<div class="cover">
<div class="title">
<h1>WELCOME TO 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 a very important communication hub for adjoining major district headquarters.</p>
<p>BAUST (Saidpur) has well equipped class rooms with multimedia and web camera with internet facilities and Laboratories with modern equipment. The medium of instruction for all engineering programs is English. BAUST has other miscellaneous facilities such as Medical Centre, Fitness Centre, Cyber Cafe, Broadband Internet facilities, Library and Students' Accommodation (Male & Female).
</p>
<p>BAUST is one of the most comfortable places to be. With a coffee shop, gym, dining facilities, social and academic organizations, an active community. Our current students describe it .</p>
<p>BAUST is one of the most comfortable places to be. With a coffee shop, gym, dining facilities, social and academic organizations, an active community. BAUST is one of the most comfortable places to be. With a coffee shop, gym, dining facilities, social and academic organizations, an active community.</p>
<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.php" class="button2">Signup</a>
</center>
</div>
<div class="footer">
<div class="header-container">
<p style="float: left;">Copyright © 2019<br /><br />Visit <a target="_blank" href="http://baust.edu.bd">BAUST Official Website</a></p>
<p style="float: right;">Developed by Nomaan, Meghla, Siam & Warka</p>
</div>
</div>
</body>
</html>