-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
146 lines (130 loc) · 5.95 KB
/
Copy pathindex.html
File metadata and controls
146 lines (130 loc) · 5.95 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap" rel="stylesheet">
<link rel="icon" type="image/svg" href="./img/ico.png">
<title>Home</title>
</head>
<body onload="animateValue()">
<!-- Header -->
<section id="header">
<div class="header container">
<div class="nav-bar">
<div class="brand">
<a href="#hero"><h1><span>Rozgaar</h1></a>
</div>
<div class="nav-list">
<div class="hamburger"><div class="bar"></div></div>
<ul>
<li><a href="#hero" data-after="Home" style="color: #f8bd7f;">Home</a></li>
<li><a href="#services" data-after="Service">Services</a></li>
<li><a href="search.html" data-after="Projects">search</a></li>
<li><a href="#about" data-after="About">About</a></li>
<li><a href="#contact" data-after="Contact">Contact</a></li>
<li><a href="login.html" >Login</a></li>
</ul>
</div>
</div>
</div>
</section>
<!-- End Header -->
<!-- Hero Section -->
<section id="hero">
<div class="hero container">
<div>
<h1>Welcome, To Rozgaar<span></span></h1>
<h2 class="work"></h2>
<a href="#about" type="button" class="cta">About us</a>
</div>
</div>
</section>
<!-- End Hero Section -->
<!-- Service Section -->
<section id="services">
<div class="services container">
<div class="service-top">
<h1 class="section-title">Serv<span>i</span>ces</h1>
<p>We all know the plight of migrant labourers post-COVID-19. A lot of the daily-wage-workers rushed to their homes in villages when the lockdown was instated. Now that these restrictions are being lifted, it's a real challenge for them to find employment. A lot of old businesses have been shut down and many others are running at a reduced capacity. Workers can use their simple 2G Feature Phones to register themselves on a nationwide database of workers actively seeking for employment by just sending a message.</p>
</div>
</div>
</section>
<!-- End Service Section -->
<!-- About Section -->
<section id="about">
<div class="about container">
<div class="col-right">
<h1 class="section-title">About <span>Us</span></h1>
<p>Rozgar is a humble app that aims to bring employment to the poorest of the poor of our country who don't have Whatsapp or Linkedin to search for jobs.</p>
</div>
</div>
</section>
<!-- End About Section -->
<!-- Contact Section -->
<section id="contact">
<div class="contact container">
<div><h1 class="section-title">Get In <span>Touch</span></h1></div>
<div class="contact-items">
<div class="conleft">
<div class="contact-form">
<form action="" onsubmit="return validatenoblank(); return validateemail();">
<div class="col">
<input type="text" class="form-control" id="uname" placeholder="Enter your name">
<span></span><span>
<input type="email" class="form-control" id="uemail" placeholder="Enter your email address">
</span>
</div>
<div class="contxt">
<textarea class= "form-control" id="umessage" rows="10" placeholder="Enter your message"></textarea>
</div>
<button type="submit" class="conbtn">Send</button>
</form>
</div>
</div>
<div class="conright">
<div class="address">
<h3>Address</h3>
<p>Rozgaar Private Limited 7th Floor, 9A Building, DLF Tower 8th Rd, DLF CyberHub, Gurugram, Haryana, 122002, India</p>
</div>
<div class="cd">
<ul class="fa-ul">
<li><span class="fa-li"><i class="fas fa-mobile-alt"></i></span>0123 450 5000</li>
<li><span class="fa-li"><i class="fas fa-map-marker-alt"></i></span>9A, DLF Tower 8th Road, Gurugram, Haryana, 122002</li>
<li><span class="fa-li"><i class="fas fa-paper-plane"></i></span>info@Rozgaar.com</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Contact Section -->
<!-- Footer -->
<section id="footer">
<div class="footer container">
<div class="brand"><h1>Rozgaar</h1></div>
<div class="social-icon">
<div class="social-item">
<a href="https://www.facebook.com/"><img src="https://img.icons8.com/bubbles/100/000000/facebook-new.png"/></a>
</div>
<div class="social-item">
<a href="https://www.instagram.com/"><img src="https://img.icons8.com/bubbles/100/000000/instagram-new.png"/></a>
</div>
<div class="social-item">
<a href="https://www.twitter.com/"><img src="https://img.icons8.com/bubbles/100/000000/twitter.png"/></a>
</div>
<div class="social-item">
<a href="https://www.behance.net/"><img src="https://img.icons8.com/bubbles/100/000000/behance.png"/></a>
</div>
</div>
<p>Copyright © 2020 Rozgaar. All rights reserved</p>
</div>
</section>
<!-- End Footer -->
<script src="./index.js"></script>
<script src="./login.js"></script>
</body>
</html>