-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathg_contact_us.html
80 lines (73 loc) · 3.52 KB
/
g_contact_us.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>PMAY | Contact</title>
<link rel="stylesheet" type="text/css" href="g_pmay_main.css">
<link rel="stylesheet" type="text/css" href="css/w3.css">
<link rel="shortcut icon" href="Images/favicon.ico" type="image/x-icon" />
<!-----------------------Html file index for PMAY------------------------------>
</head>
<body class="w3-animate-right">
<div style="width: 1273px;margin-left:49px" >
<!----------------------------------------------Header------------------------>
<div><img style="width: 1273px; height: 120px;" alt="" src="Images/header.jpg"></div>
<!-----------------------------------Menu--------------------------------------------->
<div style="width: 1272px; height:40px;">
<ul class="dd-menu">
<li><a href="g_index.html">मुख्यपृष्ठ</a></li>
<li><a href="g_faq.html" >माहिती अधिकार</a></li>
<li><a href="s_complaint.html">तक्रार</a> </li>
<li><a href="#">मदत ▼</a>
<ul>
<li><a href="#">मार्गदर्शिका</a></li>
</ul>
</li>
<li><a href="g_gallery.html">फोटो विभाग</a></li>
<li><a href="#">भागधारक▼</a>
<ul>
<li><a href="#">राज्ये</a></li>
<li><a href="#">केंद्रे</a></li>
</ul>
</li>
<li><a href="g_contact_us.html" style="background:#58BF3A;">संपर्क</a></li>
</ul>
</div>
<div style="height=500px ; background:rgba(150,150,150,.5);">
<!------------------------------------Side-Menu----------------------------------------->
<div style="margin-left:2; height:500px; width:280px;">
<img src= "Images\login.png" style=" height:180px; width:280px; "/>
<ul class="side_menu">
<li><a href="#">दस्तऎवज</a></li>
<li><a href="#">एनपीव्ही सबसिडी कॅल्क्युलेटर</a></li>
<li><a href="#">पीपीपी धोरण </a></li>
<li><a href="#">कार्यशाळा</a></li>
<li><a href="#">एसेसमेंट फॉर्म</a></li>
</ul>
</div>
<!------------------------------------Main content------------------------------------------>
<div style="margin-top:-500;margin-left:300px; height:500; width:700;background:rgba(250,250,250,.7);">
<div style="margin-left:50;font-size:20px; ">
<form>
<h1><br> Contact us:</h1><br><br>
<table>
<tr><td><input type="text" class="input" placeholder="नाव" /></td></tr>
<tr></td><td><input type="email" class="input" placeholder="ई-मेल" /></td></tr>
<tr><td><textarea class="input" style="height:60px;" placeholder="संदेश" ></textarea></td></tr>
</table>
<button type="submit" class="button">Submit Message</button><button type="reset" class="button">Reset</button>
</form>
</div>
</div>
<!--------------------------------------right-side-menu--------------------------------------->
<div style="margin-left:1010px;margin-top:-500px; height:500px; width:257px; border: 1px outset pink;z-index:-1; background:rgba(90,20,40,.3);">
<b class="" style="text-align:center; color:aqua; font-size:40;">Notifications:<b>
<marquee direction="up" style="margin-top:10; height:500px; color:white; font-size:30; font-weight: bold; font-family:Lucida Calligraphy; margin-left:10px;">
notification1<br>
hellow world<br>
welcome to PMAY<br>
this is simple animation<br>
of up direction<br>
</marquee>
</div>
</div>
<!--------------------------------------Eof main content---------------------------->
</div>
</body></html>