-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontactus.html
More file actions
124 lines (104 loc) · 5.28 KB
/
contactus.html
File metadata and controls
124 lines (104 loc) · 5.28 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Contact page</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="layout/styles/layout.css" type="text/css" />
<script type="text/javascript" src="layout/scripts/jquery.min.js"></script>
<!-- liteAccordion is Homepage Only -->
<link rel="stylesheet" href="layout/scripts/liteaccordion-v2.2/css/liteaccordion.css" type="text/css" />
</head>
<body id="top">
<div class="wrapper row1">
<div id="header" class="clear">
<div class="fl_left">PUNE INSTITUTE OF COMPUTER TECHNOLOGY</a>
<p>Affilated To University Of Pune</p>
</div>
</div>
</div>
<!-- ####################################################################################################### -->
<div class="wrapper row2">
<div id="topnav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="abtus.html">About Us</a></li>
<li><a href="companies.html">Companies</a></li>
<li><a href="#">Placements</a>
<ul>
<li><a href="placement.html">Placements Overview</a></li>
<li><a href="tnpnews.html">T&P News</a></li>
</ul>
<li><a href="final/new/newlogin.php">Login</a>
</li>
<li><a href="#">Register</a>
<ul>
<li><a href="final/registration/stud.php">Student</a></li>
<li><a href="final/registration/comp.php">Company</a></li>
</ul>
</li>
<li class="active "><a href="#">Contact Us</a></li>
</ul>
<div class="clear"></div>
</div>
</div>
<!-- ####################################################################################################### -->
<!-- ####################################################################################################### -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="contactus.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<!--MAP-->
<div class="container">
<div class="page-header">
<h1><center>Get in touch with us</center></h1>
</div>
<center><h4>If you have any questions regarding programs, facilities or have requests or suggestions to make,<br> feel free to give us a call or fill out the form below.</h4> </center> <br><br><br><br>
</div>
<div class="container">
<div class="row">
<div class="col-sm-4" style="background-color:none; text-align: center;"><h2>Our Location</h2>
<h4>Sr. No 27,Pune-Satara Road, Dhankawadi, Pune- 411 043, Maharashtra (India)</h4>
</div>
<div class="col-sm-4" style="background-color:none; text-align: center;"><h2>Contact Us</h2>
<h4>Phone : +91 20 24371101 , 24372041 , 24378063 , 24376190 , 24372479<br>Fax : +91 20 24372106<br>Email :<a href="mailto:principal@pict.edu">principal@pict.edu</a> <br><a href="mailto:registrar@pict.edu">registrar@pict.edu</a></h4>
</div>
<div class="col-sm-4" style="background-color:none; text-align: center;"><h2>Working Hours</h2>
<h4>Monday to Saturday<br>8-00 am to 8-30 pm Saturday(1st and 3rd) Holiday</h4>
</div>
</div>
</div><br><br><br><br>
<div id="contact-sec" >
<div class="overlay">
<div class="container set-pad">
<div class="row text-center">
<h1><center>Contact us</center></h1>
<div class="col-lg-8 col-lg-offset-2 col-md-8 col-sm-8 col-md-offset-2 col-sm-offset-2">
<!--h1 data-scroll-reveal="enter from the bottom after 0.1s" class="header-line" >CONTACT US </h1-->
<p data-scroll-reveal="enter from the bottom after 0.3s">
</p>
</div>
</div>
<!--/.HEADER LINE END-->
<div class="row set-row-pad" data-scroll-reveal="enter from the bottom after 0.5s" >
<div class="col-lg-8 col-lg-offset-2 col-md-8 col-md-offset-2 col-sm-8 col-sm-offset-2">
<form>
<div class="form-group">
<input type="text" class="form-control " required="required" placeholder="Your Name" />
</div>
<div class="form-group">
<input type="email" class="form-control " required="required" placeholder="Your Email" />
</div>
<div class="form-group">
<textarea name="message" required="required" class="form-control" style="min-height: 150px;" placeholder="Message"></textarea>
</div>
<div class="form-group">
<button type="submit" class="btn btn-info btn-block btn-lg">SUBMIT REQUEST</button>
</div>
</form>
</div>
</body>
</html>