-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathAboutManagement.php
27 lines (26 loc) · 1.5 KB
/
AboutManagement.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
<!Doctype>
<html>
<head>
<link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.css"/>
<link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap.min.css"/>
<link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap-theme.css"/>
<link rel="stylesheet" type="text/css" href="bootstrap/css/bootstrap-theme.min.css"/>
<script type="text/javascript" src="bootstrap/js/bootstrap.js"></script>
<link rel="stylesheet" type="text/css" href="css/home.css" />
<title>This project is contributed to my College. And group project's made by Suman Arora, Sudha Arora, and Sonali Changal.</title>
</head>
<body>
<div class="panel panel-default">
<div class="panel-heading"><h1 style="text-align: center;"><span class="glyphicon glyphicon-user"></span> About Project!</h1></div>
<div class="panel-body">
<div class="container">
<p style="text-align:center;">Group project's contributed to my college.</p>
</div><br><br>
<h1><strong>Project title: </strong>College Management System</h1>
<h1><strong>Made by: </strong>Suman Arora, Sudha Arora, and Sonali Changal.</h1>
<h1><strong>College: </strong>Government Polytechnic college.</h1>
<h1><strong>Branch: </strong>Computer science(Final year student).</h1>
</div>
</div>
</body>
</html>