-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
91 lines (81 loc) · 4.03 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Home</title>
<link rel="stylesheet" href="ngo.css" />
</head>
<body>
<header>
<div class="group">
<img class="the_logo" src="imagess/symbol.png" alt="the_logo" />
<img class="imag" src="imagess/ENliven.png">
</div>
<nav>
<ul class="nav_links">
<b>
<li><a href="index.html">Home</a></li>
<li><a href="#ab">About</a></li>
<li><a href="#formm">Contact</a></li>
</b>
</ul>
</nav>
<a class="cta" href="#">
<!-- <img class="logout" src="imagess/Log In.png"> -->
<h2>Log In</h2>
</a>
</header>
<img class="care" src="imagess/care.png" alt="">
<h3 class="helping"><b style="color:#C19063;">BE</b> <b style="color:#5AB3CA;">A</b> <b style="color:#942842;">HELPING</b> <b style="color:0B0B0D;">HAND</b></h3>
<pre id="ab"style=" top:1000px;
font-size: 30px;
font-weight: bolder;
left:290px;
position: absolute;">In our country, millions of workers are unaware of their
rights leading to which their rights getting exploited some
do not know the right procedure and some who are afraid of
the long court proceedings suffer this all their life.
This site helps you and provided you with all the
info to raise your voice.
</pre><div class="grid-item1 ite" style="background-color:#792D71">NGO's</div>
<button class="b1" type="button" name="button"><a href="ngo.html" style="color:white;">View more</a></button>
<div class="grid-item2 ite" style="background-color:#C0436B">Take Action</div>
<button class="b2" type="button" name="button"><a href="takeaction.html" style="color:white;">View more</a></button>
<div class="grid-item3 ite"style="background-color:#E7943C" >Blogs</div>
<button class="b3" type="button" name="button"><a href="./blog/blog.html" style="color:white;">View more</a></button>
<div class="grid-item4 ite" style="background-color:#EEBD49">Reviews</a></div>
<button class="b4" type="button" name="button"><a href="./review/Review.html" style="color:white;">View more</a></button>
<br><br><br><br><br>
<pre class="top">
यह कभी न भूलें कि किसी अस्वस्थता से दूर चलना बहादुरी है,
भले ही आप दरवाजे से बाहर निकलते समय थोड़ा भी ठोकर खाएँ।</pre>
<img class="contact" src="imagess/contact3.jpg" alt="">
<div class="container">
<form class="form" id="formm"action="/action_page.php">
<h1>Contact Form</h1>
<label style="font-size: 25px;font-weight: bolder;" for="fname"><b>First Name</b></label><br>
<input type="text" id="fname" name="firstname" placeholder="Your name.."><br>
<label style="font-size: 25px;font-weight: bolder; " for="lname">Last Name</label><br>
<input type="text" id="lname" name="lastname" placeholder="Your last name.."><br>
<label style="font-size: 25px;font-weight: bolder; " for="country">Email</label><br>
<input type="text" id="lname" name="lastname" placeholder="Your Email.."><br>
<label style="font-size: 25px;font-weight: bolder; " for="subject">Subject</label><br>
<textarea id="subject" name="subject" placeholder="Write something.." style="height:100px"></textarea><br>
<input type="submit" value="Submit">
</form>
</div>
<div class="foot foot1">
<p class="ven">ENLiven</p>
<p class="ven ben">Be a helping hand</p>
<table class="tab">
<tr>
<td><img class="block_pic" src="imagess/face.png" alt=""></td>
<td><img class="block_pic" src="imagess/insta.png" alt=""></td>
<td><img class="block_pic" src="imagess/twit.png" alt=""></td>
<td><img class="block_pic" src="imagess/link.png" alt=""></td>
</tr>
</table>
</div>
<pre class="final final2" >About us<br>Contact us<br>Terms and conditions<br>Private Policy</pre>
</body>
</html>