-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontactus.html
119 lines (94 loc) · 3.18 KB
/
contactus.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
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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta name="keywords" content="Home" />
<link href="./css/templatemo_style.css" rel="stylesheet" type="text/css" />
<title> Contact Us </title>
<!-- Special Font & Symbol -->
<script src="https://code.jquery.com/jquery-3.3.1.js"></script>
<script>
$(function(){
$("#header").load("header.html");
});
</script>
<script>
$(function(){
$("#footer").load("footer.html");
});
</script>
</head>
<body>
<div id="templatemo_wrapper">
<div id="templatemo_header">
<div id="site_title">
<h1><a href="home.jsp">
<img src="./images/logo.jpg" alt="Commuters Guide" width="480" height="93" />
</a></h1>
</div>
<!-- end of templatemo_menu -->
<div class="cleaner"></div>
</div> <!-- end of header -->
<div id="header"></div>
<div id="templatemo_content">
<!-- Form Body -->
<div>
<h1 align="center"> Contact Us</h1>
<br>
<div>
<br />
<br />
<label style="color: maroon; font-family: cursive; font-size:14pt;"> Developers : </label>
<hr>
<img src="./images/admin.jpg" height="175px" width="175" />
<div style="color:#2089FF; font-family: cursive; font-size:14pt; position:relative;">
<br/>
<table>
<tr>
<td> <label style="color: maroon;"> Name :</label> </td> <td> Nabeel Ahmed </td>
</tr>
<tr> <td> <label style="color: maroon;"> Role : </label> </td> <td> Analysis, Coding, Testing, Designing </td> </tr>
<tr> <td> <label style="color: maroon;"> EmailId : </label> </td> <td> [email protected] </td> </tr>
</table>
</div>
</div>
<div>
<br />
<hr>
<img src="./images/admin.jpg" height="175px" width="175" />
<div style="color:#2089FF; font-family: cursive; font-size:14pt; position:relative;">
<br/>
<table>
<tr>
<td> <label style="color: maroon;"> Name :</label> </td> <td> Nikhil C Padia </td>
</tr>
<tr> <td> <label style="color: maroon;"> Role : </label> </td> <td> Analysis, Coding, Testing, Designing </td> </tr>
<tr> <td> <label style="color: maroon;"> EmailId : </label> </td> <td> [email protected] </td> </tr>
</table>
</div>
<br />
<hr>
</div>
</div>
<!-- Form Body -->
</div> <!-- end of templatemo_content -->
<div id="templatemo_sidebar">
<div id="sidebar_featured_project">
<div class="cleaner"></div>
<div class="cleaner"></div>
<div class="cleaner"></div>
<div class="cleaner"></div>
<h3>Information</h3>
<div class="right" >
<h6 ><a href="SearchTrain.jsp">Trains Btw Stations</a></h6>
<h6><a href="SearchSchedule.jsp">Train Schedules</a></h6>
<h6><a href="ViewFare.jsp">Fare List</a></h6>
<h6><a href="http://www.indianrail.gov.in" target="_new">Other Railway Websites </a></h6>
</div>
<div class="cleaner"></div>
</div>
<div class="cleaner"></div>
</div>
</div> <!-- end of wrapper -->
<div id="footer"></div>
</body>
</html>