-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontacts.html
75 lines (75 loc) · 4.33 KB
/
contacts.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Independant Politician | Contacts</title>
<meta charset="utf-8">
<link rel="icon" type="image/png" href="images/DMVA-Seal.png"/>
<link rel="stylesheet" href="css/reset.css" type="text/css" media="all">
<link rel="stylesheet" href="css/layout.css" type="text/css" media="all">
<link rel="stylesheet" href="css/style.css" type="text/css" media="all">
<link rel="stylesheet" href="css/contact.css" type="text/css" media="all">
<script type="text/javascript" src="js/jquery-1.4.2.js" ></script>
<script src="/js/clearSession.js"></script>
<!--[if lt IE 9]>
<script type="text/javascript" src="js/ie6_script_other.js"></script>
<script type="text/javascript" src="js/html5.js"></script>
<![endif]-->
</head>
<body id="page5">
<!-- START PAGE SOURCE -->
<div class="body2">
<div class="body7">
<div class="body3">
<div class="body4">
<div class="main">
<div class="body1"></div>
<header id="menu">
<div style="background:url(../images/menu_line.jpg) right top no-repeat;">
<figure class="left marg_right1"><img src="images/DMVA-Seal.png" alt="" width="70px" height="70px" style="padding-top: 5px;"></figure>
<a href="index.html" style="width: auto;float:left;">DEPARTMENT OF MILITARY AND VETERAN AFFAIRS</a>
<p class="navlinks" onclick="clearSessionStorage()"><a href="index.html">Log Out</a></p>
<p id="menu_active" class="navlinks"><a href="contacts.html">Contact us</a></p>
<p class="navlinks"><a href="pendingactions.html">Pending Actions</a></p>
<p class="navlinks"><a href="claimrequest.html">Benefit Request</a></p>
<p class="navlinks"><a href="index.html">Home</a></p>
</div>
</header>
<p class="headertext">Contact Us</p>
<section class="section1">
<div class="sec1title">
<h1>Get in touch</h1>
</div>
</section>
<section class="section2">
<div class="contactform">
<h5>Drop us a line...</h5>
<form action="#">
<label for="firstname">
<i class="cntfrmicn fa fa-user"></i>
<input name="firstname" class="form-fields" type="text">
</label>
<label for="email">
<i class="cntfrmicn fa fa-envelope"></i>
<input name="email" class="form-fields" type="text">
</label>
<label for="contact">
<i class="cntfrmicn fa fa-phone"></i>
<input name="contact" class="form-fields" type="text">
</label>
<label for="textarea">
<i class="cntfrmicn fa fa-comment"></i>
<textarea class="form-fields" name="textarea" id="" cols="30" rows="10"></textarea>
</label>
<button class="form-fields button" value="Send" type="submit">Send <i class="fa fa-paper-plane"></i></button>
</form>
</div>
<script src='https://maps.googleapis.com/maps/api/js?v=3.exp'></script><div class="contmap" style='overflow:hidden;height:550px;width:100%;'><div id='gmap_canvas' style='height:100%;width:100%;'></div><div><small><a href="http://embedgooglemaps.com"> embed google maps </a></small></div><div><small><a href="http://freedirectorysubmissionsites.com/">free web directories</a></small></div><style>#gmap_canvas img{max-width:none!important;background:none!important}</style></div><script type='text/javascript'>function init_map(){var myOptions = {zoom:14,center:new google.maps.LatLng(19.075314480255834,72.88153973865361),mapTypeId: google.maps.MapTypeId.ROADMAP};map = new google.maps.Map(document.getElementById('gmap_canvas'), myOptions);marker = new google.maps.Marker({map: map,position: new google.maps.LatLng(19.075314480255834,72.88153973865361)});infowindow = new google.maps.InfoWindow({content:'<strong>My Location</strong><br>mumbai<br>'});google.maps.event.addListener(marker, 'click', function(){infowindow.open(map,marker);});infowindow.open(map,marker);}google.maps.event.addDomListener(window, 'load', init_map);</script>
</section>
</div>
</div>
</div>
</div>
</div>
<!-- END PAGE SOURCE -->
</body>
</html>