-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
84 lines (79 loc) · 3.5 KB
/
about.php
File metadata and controls
84 lines (79 loc) · 3.5 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?php include("includes/dbconfig.php"); ?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>Hostel Control Management</title>
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/style.css?v=1">
<link rel="stylesheet" href="assets/css/responsive.css?v=1">
<link rel="icon" type="image/x-icon" href="assets/images/hostel.png">
<link rel="stylesheet" href="assets/css/jquery.mCustomScrollbar.min.css">
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.css"
media="screen">
</head>
<body class="main-layout" style="overflow-x: hidden;">
<div class="loader_bg">
<div class="loader">
<img src="assets/images/loading.gif" alt="#" />
</div>
</div>
<?php include("includes/header.php"); ?>
<div class="back_re">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="title">
<h2>About Us</h2>
</div>
</div>
</div>
</div>
</div>
<div class="about">
<div class="container-fluid">
<div class="row">
<div class="col-md-5">
<div class="titlepage">
<p class="margin_0">Government Polytechnic, Arvi is best Technical college in Wardha state
Maharashtra India
Approved by All India Council of Technical Education (AICTE). Government Polytechnic, Arvi
in Maharashtra.
Government Polytechnic, Arvi have job oriented subject.
Institute Type: Government
Course: Chemical Engineering ( Diploma )
Civil Engineering ( Diploma )
Computer Engineering ( Diploma )
Electrical Engineering ( Diploma )
Electronics & Communication Engg ( Diploma )
Mechanical Engineering ( Diploma )
Address: DEURWADA ROAD, ARVI DIST-WARDHA,WARDHA,MAHARASHTRA
Website: www.gparvi.ac.in
Aicte Id
1-7014302859
Approved by
All India Council of Technical Education (AICTE)
</p>
</div>
</div>
<div class="col-md-7">
<div class="about_img">
<figure>
<img src="assets/images/image2.jpg" alt="#" />
</figure>
</div>
</div>
</div>
</div>
</div>
<?php include("includes/footer.php"); ?>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<script src="assets/js/jquery-3.0.0.min.js"></script>
<script src="assets/js/jquery.mCustomScrollbar.concat.min.js"></script>
<script src="assets/js/custom.js"></script>
</body>
</html>