forked from GovindChourasiya/HTML-Project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMain.html
149 lines (106 loc) · 4.08 KB
/
Main.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Helping Hands</title>
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/a87c3c61a9.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="main">
<div class="navbar">
<div class="icon">
<a><img src="logo.svg" ,height="150px" width="200px"></a>
</div>
<span class="menu">
<ul>
<li><a href="#">HOME</a></li>
<li><a href="#about">ABOUT </a></li>
<li><a href="#services">SERVICE</a></li>
<li><a href="complaintpage.html">COMPLAINT</a></li>
<li><a href="#contact">CONTACT </a></li>
</ul>
</span>
</div>
<br><br>
<div class="content">
<div class="problem">
<h1>Any Problem<br>One solution</h1>
<p> A step to make your life Happy and Comfortable</p>
<br><button class="cn"><a href="login.html"> Login</a></button>
</div>
<div>
<img src="help.png">
</div>
</div>
</div>
<br><br><br>
<div id="about">
<h1><center>ABOUT US</center></h1>
<center> This page is associated with the Government of India from 1989 </center><br>
<center> Here you can lodged a complaint that
you are facing in your daily life regarding the usage of public services.</center>
<center> These complaints are redirected to the concerned authorities and should be resolved
within a short duration of time.</center>
</div>
<br>
<center><h1 id="services">SERVICES</h1>
<br><br><br>
</center>
<div id="service1" >
<div id="railways">
<h1>RAILWAYS</h1>
(a) Misbehaviour of Railway staff.<br>
(b) Non-Cleanliness or Unhygenic conditions at Platforms.<br>
(c) Threats of thieves at the stations.<br>
(d) No seating arrangements for the passengers.<br>
</div>
</div>
<br><br><br><br>
<div id="service2" >
<div id="police">
<h1>POLICE</h1>
(a) Misbehaviour of Policemen.<br>
(b) Delays in filing the F.I.R.<br>
(c) Unwanted delays regarding the investigation of a case.<br>
(d) Favouring strong person in the greed of bribe.<br>
</div>
</div>
<br><br><br><br>
<div id="service3" >
<div id="hospital">
<h1>HOSPITAL</h1>
(a) Unhygenic conditions at the Hospital premises.<br>
(b) Non-Availability of doctors at the time of emergency.<br>
(c) Carelessness of nursing staff.<br>
(d) Charging extra money from innocent people.<br>
</div>
</div>
<br><br><br>
<div id="service4" >
<div id="government">
<h1>GOVERNMENT OFFICES</h1>
(a) Delays in the completion of any work.<br>
(b) Influence of political powers.<br>
(c) Improper functioning of management.<br>
(d) Not providing desired solution to the problem on time.<br>
</div>
</div>
<br><br><br>
<div id="contact">
<h1> CONTACT:</h1> <br>
<a class="mail" href="#"><i class="fa-solid fa-envelope"></i>helpinghands@gmail.com</a><br><br>
<a class="phone"><i class="fa-solid fa-phone"></i>+91 9876543210</a><br><br>
<a class="location"><i class="fa-solid fa-location-dot"></i>Jalandhar,Punjab,India</a>
</div>
<br><br><br>
<div class: "smedia">
<div id="follow_us">
<p class="fmh">Follow us on :</p>
<a class="facebook" href="#"><i class="fa-brands fa-facebook facebook"></i></a>
<a class="instagram" href="#"><i class="fa-brands fa-instagram insta"></i></a>
<a class="twitter" href= @helpinghandso78><i class="fa-brands fa-twitter twitter"></i></a>
</div>
</div>
</body>
</html>