-
Notifications
You must be signed in to change notification settings - Fork 3
/
about.html
50 lines (49 loc) · 2.68 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>bEquality | About</title>
<meta charset="utf-8"/>
<script src="jquery-3.2.1.js"></script>
<link href="css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-primary">
<a class="navbar-brand" href="index.html" style="margin-left:1%">bEquality</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarColor01" aria-controls="navbarColor01" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarColor01">
<ul class="navbar-nav mr-auto">
<!-- <li class="nav-item active"> -->
<li class="nav-item">
<!-- <a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a> -->
<a class="nav-link" href="survey.html">Survey</a>
</li>
<li class="nav-item">
<a class="nav-link" href="ranking.html">Ranking</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" placeholder="Search" type="text">
<button class="btn btn-secondary my-2 my-sm-0" type="submit">Search</button>
</form>
</div>
</nav>
<h1 style="margin-left:2%">About</h1>
<h4 style="margin-left:2%">Gender Equality Index</h4>
<h4 style="margin-left:2%">Fair, Cheap, Fast and Transparent Blockchain-Technology</h4>
<h5 style="margin-left:2%">Welcome to bEquality! We may be a small team, but we are about to change the process of gender-equality rating forever!</h5>
<h5 style="margin-left:2%">Companies all over the world want to know how happy and well treated their employees are, regardless of their gender.</h5>
<h5 style="margin-left:2%">We are here to give them this information: fast and efficient with the highest security standards, thanks to the revolutionairy blockchain technology!</h5>
<img src="img/bEquality-evaluation-spiderweb.png" alt="Survey Evaluation" style="width:80%;height:30%;margin:3%">
<h6 style="margin-left:2%">For further understanding of the evaluation and the application of the spider-diagram, please refer to the corresponding paper.</h6>
<br/><br/>
<script src="custom.js"></script>
</body>
</html>