-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
156 lines (144 loc) · 6.92 KB
/
index.html
File metadata and controls
156 lines (144 loc) · 6.92 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
147
148
149
150
151
152
153
154
155
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<html lang="en">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" type="image/png" href="images/logo.png">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<!--Custom CSS -->
<link rel="stylesheet" type="text/css" href="css/style.css">
<title>ReCruit | Home </title>
</head>
<body>
<header class="mb-2">
<!--Navigation -->
<nav class="navbar navbar-expand-lg">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a href="index.html"> <img src="images/trimmed-logo.png" alt="ReCruit Logo with tag-line 'Making recuitment accessible for you'" width="180"> </a>
<!--Bootstrap flex to make it go to right-->
<div class="collapse navbar-collapse d-flex flex-row-reverse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item active pl-5 pt-2">
<a class="outside-nav-link" href="index.html"> <u> HOME </u><span class="sr-only">(current)</span></a>
</li>
<li class="nav-item pl-5 pt-2">
<a class="outside-nav-link" href="about.html">ABOUT US</a>
</li>
<button type="button" class="btn yellow-btn btn-lg ml-5" data-toggle="modal" data-target="#loginModal"> Sign in </button>
</ul>
</div>
</nav>
<!-- The Log-in Modal -->
<div class="modal" id="loginModal">
<div class="modal-dialog">
<div class="modal-content">
<!-- Modal Header -->
<div class="modal-header">
<h4 class="modal-title">Sign in</h4>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<div class="modal-body">
<form class="p-5 text-center">
<div class="form-group">
<input type="email" class="form-control" id="#" placeholder="Enter your email address">
</div>
<div class="form-group">
<input type="password" class="form-control" id="#" placeholder="Password">
</div>
<button class="btn yellow-btn mt-2" type="submit"><a href="account.html">Sign in</a></button>
</form>
<a href="https://www.linkedin.com/uas/request-password-reset"> <u> Reset password </u></a>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-danger" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- End of log-in modal -->
</header>
<main style="color:#4f5d75;>
<div class="container-fluid p-0">
<img src="images/home-banner-1-cropped.png" alt="ReCRuit Logo with tag-line 'Making recuitment accessible for you'" class="img-fluid">
<!--Need to position absolute so it sits on image-->
<form class="p-5 text-center" id="sign-up-form">
<h4>Sign up now!</h4>
<div class="form-group">
<input type="text" class="form-control" id="#" placeholder="Enter your name">
</div>
<div class="form-group">
<input type="email" class="form-control" id="#" placeholder="Enter your email address">
</div>
<div class="form-group">
<input type="password" class="form-control" id="#" placeholder="Enter a password">
</div>
<div class="form-group">
<input type="password" class="form-control" id="#" placeholder="Confirm password">
</div>
<button class="btn yellow-btn mt-2" type="submit"><a href="account.html">Get Started!</a></button>
</form>
</div>
<!--How ReCruit works card deck-->
<div class="row p-2 m-0 justify-content-center">
<div class="col-md-12 pt-5 pb-5">
<h4> How does ReCruit work? </h4>
</div>
<div class="col-md-3" align="center">
<div class="card-body border p-5">
<img src="images\review-companies.png" alt="Review companies" class="img-fluid"/>
<p class="mt-5">Review companies on their inclusivity and accesibility</p>
</div>
</div>
<div class="col-md-3" align="center">
<div class="card-body border p-5">
<img src="images\Upload resources.png" alt="Upload resources" class="img-fluid"/>
<p style="padding-top: 15%; padding-bottom: 10%;">Upload resources to help others</p>
</div>
</div>
<div class="col-md-3" align="center">
<div class="card-body border p-5">
<img src="images\Share experiences.png" alt="Community forum" class="img-fluid"/>
<p class="mt-5" style="padding-top: 2%; padding-bottom: 10%;">Share your candid experiences</p>
</div>
</div>
<div class="col-md-3" align="center">
<div class="card-body border p-5">
<img src="images\track-progress.png" alt="Track application progress" class="img-fluid pt-2"/>
<p class="mt-5 " style="padding-bottom: 18%;";>Track your applications</p>
</div>
</div>
</div>
<div class="row m-0 my-5 bg-light" ">
<div class="col-md-6 px-0 py-5">
<img src="images\home-table-image.jpg" alt="People sitting working at table" class="img-fluid"/>
</div>
<div class="col-md-6 p-5">
<h4> What is ReCruit? </h4>
<p> ReCruit is a community-based website for disabled users to review recruitment processes on
inclusivity and accessibility. Our aim is to highlight conscious and unconscious biases in the
recruitment process and boost employment in disabled communities. </p>
<br>
<h4> Who is ReCruit for? </h4>
<p> ReCruit is for people with all types of disabilities, including those who do not consider
themselves to be disabled, have hidden disabilities and those who require reasonable adjustments.</p>
</div>
</div>
</div>
</main>
<!--Footer area -->
<footer class="page-footer p-2">
<p id="created-by"> Created by: CFG Diversity Hack Team 1</p>
<p id="copyright"> © ReCruit 2020 </p>
</footer>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.14.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H44lZH81PoYlFhbGU+4BZp4G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
</body>
</html>