-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
100 lines (81 loc) · 5.1 KB
/
index.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>PMAY | HOME</title>
<link rel="stylesheet" type="text/css" href="g_pmay_main.css">
<!-- <link rel="stylesheet" type="text/css" href="css/w3.css"> -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="shortcut icon" href="Images/favicon.ico" type="image/x-icon" />
<!-----------------------Html file index for PMAY------------------------------>
</head>
<body>
<div class="container">
<!----------------------------------------------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" style="background:#58BF3A;">मुख्यपृष्ठ</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">संपर्क</a></li>
</ul>
</div>
<div style="height:500px; background:rgba(150,150,150,.5);">
<!------------------------------------Side-Menu----------------------------------------->
<div style="margin-left:2;margin-top:10; height:500px; width:280px; ">
<ul class="side_menu">
<li style="margin-top:5px"><a href="#">अस्वीकरण</a></li>
<li style="margin-top:5px"><a href="#">सीएलएस टोल फ्री हेल्पलाईन</a></li>
<li style="margin-top:5px"><a href="#">पीएमएई एमआयएस युजरमॅन्युअल </a></li>
<li style="margin-top:5px"><a href="#">पीएमएई एमआयएस प्रस्तुति</a></li>
<li style="margin-top:5px"><a href="#">पीएमएई एमआयएस वर्क फ्लो</a></li>
</ul>
</div>
<!------------------------------------Main content------------------------------------------>
<div style="margin-top:-500;margin-left:300px; height:500; width:700; ">
<h1 align="center">प्रधान मंत्री आवास योजना </h1>
<div style="height=200;width:400; border: 2px solid black; font-size:30;margin: 100 50"><a
href="g_login.html">शहरी स्थानिक संस्था </a></div>
<div style="height=100;width:400; border-bottom: 2px solid black; font-size:30; margin-left:50"><a
href="#">इतर सामान्य नागरिकांसाठी </a></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>
<!--------------------------------------Eof main content---------------------------->
</div>
</div>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous">
</script>
<script src="https://code.jquery.com/jquery-3.5.0.min.js"
integrity="sha256-xNzN2a4ltkB44Mc/Jz3pT4iU1cmeR0FkXs4pru/JxaQ=" crossorigin="anonymous"></script>
<script src="/js/src.js"></script>
</body>
</html>