forked from ani-sha/pradhan-mantri-fasal-bima-yojana
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
executable file
·238 lines (218 loc) · 8.77 KB
/
contact.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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Pradhan Mantri Fasal Bima Yojana</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- styles -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,600,700" rel="stylesheet">
<link href="assets/css/bootstrap.css" rel="stylesheet">
<link href="assets/css/bootstrap-responsive.css" rel="stylesheet">
<link href="assets/css/docs.css" rel="stylesheet">
<link href="assets/css/prettyPhoto.css" rel="stylesheet">
<link href="assets/js/google-code-prettify/prettify.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
<link href="assets/color/default.css" rel="stylesheet">
<!-- fav and touch icons -->
<link rel="shortcut icon" href="assets/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="assets/ico/apple-touch-icon-57-precomposed.png">
</head>
<body data-spy="scroll" data-target=".bs-docs-sidebar">
<header>
<!-- Navbar
================================================== -->
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<!-- logo -->
<a class="brand logo" href="index.html">
<img src="assets/img/head.png" alt="" />
</a>
<!-- end logo -->
<!-- top menu -->
<div class="navigation">
<nav>
<ul class="nav topnav">
<li class="dropdown">
<a href="index.html">Home</a>
</li>
<li>
<a href="about.html">About Us</a>
</li>
<li class="active">
<a href="contact.html">Contact</a>
</li>
</ul>
</nav>
</div>
<!-- end menu -->
</div>
</div>
</div>
</header>
<!-- Subhead
================================================== -->
<section id="subintro">
<div class="jumbotron subhead" id="overview">
<div class="container">
<div class="row">
<div class="span12">
<div class="centered">
<h3>CONTACT PAGE</h3>
<p>
At your help!
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="maincontent">
<div class="container">
<div class="row">
<div class="span4">
<aside>
<div class="widget">
<h4>Get in touch with us</h4>
<ul>
<li><label><strong>Phone : </strong></label>
<p>
+91 9438424570
</p>
</li>
<li><label><strong>Email : </strong></label>
<p>
</p>
</li>
<li><label><strong>Adress : </strong></label>
<p>
Plot No 2/33 Niladri Vihar, Bhubaneswar, Odisha.
</p>
</li>
</ul>
</div>
<div class="widget">
<h4>Social network</h4>
<ul class="social-links">
<li><a href="#" title="Twitter"><i class="icon-rounded icon-32 icon-twitter"></i></a></li>
<li><a href="#" title="Facebook"><i class="icon-rounded icon-32 icon-facebook"></i></a></li>
<li><a href="#" title="Google plus"><i class="icon-rounded icon-32 icon-google-plus"></i></a></li>
<li><a href="#" title="Linkedin"><i class="icon-rounded icon-32 icon-linkedin"></i></a></li>
<li><a href="#" title="Pinterest"><i class="icon-rounded icon-32 icon-pinterest"></i></a></li>
</ul>
</div>
</aside>
</div>
<div class="span8">
<iframe width=100% height="500" id="gmap_canvas" src="https://maps.google.com/maps?q=college%20of%20engineering%20and%20technology%2C%20bhubaneswar&t=&z=13&ie=UTF8&iwloc=&output=embed" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe></div><style>.mapouter{text-align:right;height:500px;width:600px;}.gmap_canvas {overflow:hidden;background:none!important;height:500px;width:600px;}</style></div>
<div id="sendmessage">Your message has been sent. Thank you!</div>
<div id="errormessage"></div>
<form action="" method="post" role="form" class="contactForm">
<div class="row1">
<div class="span4 form-group">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" data-rule="minlen:4"
data-msg="Please enter at least 4 chars" />
<div class="validation"></div>
</div>
<div class="span4 form-group">
<input type="text" class="form-control" name="farmerid" id="farmerid" placeholder="Your ID"
data-msg="Please enter a valid ID" />
<div class="validation"></div>
</div>
<div class="span8 form-group">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" data-rule="minlen:4"
data-msg="Please enter at least 8 chars of subject" />
<div class="validation"></div>
</div>
<div class="span8 form-group">
<textarea class="form-control" name="message" rows="5" data-rule="required" data-msg="Please write something for us"
placeholder="Message"></textarea>
<div class="validation"></div>
<div class="text-center">
<button class="btn btn-color btn-rounded" type="submit">Send message</button>
</div>
</div>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- Footer
================================================== -->
<footer class="footer">
<div class="container">
<div class="row">
<div class="span4">
<div class="widget">
<h5>Browse Pages</h5>
<ul class="regular">
<li><a href="index.html">Home</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="about.html">About Us</a></li>
<!-- <li><a href="#"></a></li> -->
</ul>
</div>
</div>
<div class="span4">
<div class="widget">
<h5>What's New?</h5>
<ul class="regular">
<li>Face ID verification for secure access</li>
<li>Quicker claim access through the right channels </li>
<li>Direct credits into bank accounts</li>
</ul>
</div>
</div>
<div class="span4">
<div class="widget">
<h5>Team Members</h5>
<ul class="regular">
<li>Tamanna Nayak</li>
<li>Anisha Mohanty</li>
<li>Dikshant Brahma</li>
<li>Adarsh Brata</li>
</ul>
</div>
</div>
</div>
</div>
<div class="verybottom">
<div class="container">
<div class="row">
<div class="span">
<p>
This website belongs to Department of Agriculture, Cooperation and Farmers Welfare, Ministry of Agriculture and Farmers Welfare, Government of India.
</p>
</div>
</div>
</div>
</div>
</footer>
<!-- JavaScript Library Files -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.easing.js"></script>
<script src="assets/js/google-code-prettify/prettify.js"></script>
<script src="assets/js/modernizr.js"></script>
<script src="assets/js/bootstrap.js"></script>
<script src="assets/js/jquery.elastislide.js"></script>
<script src="assets/js/sequence/sequence.jquery-min.js"></script>
<script src="assets/js/sequence/setting.js"></script>
<script src="assets/js/jquery.prettyPhoto.js"></script>
<script src="assets/js/application.js"></script>
<script src="assets/js/jquery.flexslider.js"></script>
<script src="assets/js/hover/jquery-hover-effect.js"></script>
<script src="assets/js/hover/setting.js"></script>
<!-- Contact Form JavaScript File -->
<script src="contactform/contactform.js"></script>
<!-- Template Custom JavaScript File -->
<script src="assets/js/custom.js"></script>
</body>
</html>