-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhelp.html
60 lines (51 loc) · 2.96 KB
/
help.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>TaggaJobb! Enter the job market on equal ground</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet" type="text/css">
<!-- Custom styles for this template -->
<link href="css/cover1.css" rel="stylesheet">
</head>
<body>
<div class="site-wrapper">
<div class="site-wrapper-inner">
<div class="cover-container">
<div class="row text-center">
<a href="/index.html"><img src="lilogo.png" border="0" /></a>
<img src="help.png" onclick=logOut() border="0" /><a href="/help.html"><img src="logout.png" border="0" /></a>
<h1 id="greeting">Let us explain how it works</h1>
</div>
<div class="row marketing">
<div class="col-lg-6">
<h4>1. Registration</h4>
<p>As you can see you didn't have to create a new account and fill any confusing forms in order to create your profile. Instead you had to log in with your google Account. That's because all WE need from you is your email.</p>
<h4>2. Tags</h4>
<p>This site provides anonymity in order to make equal grounds for everyone, no matter your gender, ethnicity, religion or looks. </p>
<h4>3. How does it work then?</h4>
<p>You create your own CV adding tags that you think describe the best your professional abilities. Add what you specialize in and tell us something about you! Are you an <button type="button" class="btn btn-xs btn-danger">individualist</button> or a <button type="button" class="btn btn-xs btn-danger">teamworker</button> ?
</p>
</div>
<div class="col-lg-6">
<h4>4.What now?</h4>
<p>Now you wait for a match! A company will create their own tags that decrease the pound of their future potential employees. Once they are satisfied in the number of matches they will send a mail with a quiz that will give you an opportunity to tell them more about yourself and your experiences.</p>
<h4>5. Now you wait.</h4>
<p>Once you complete the quiz you wait for the answer! If you are the one they are looking for they will ask you for an interview, or maybe a career portfolio. It's up to them.</p>
</div>
</div>
</div>
</div>
</div>
<!-- Loading JS Plugins-->
<script src="https://www.gstatic.com/firebasejs/3.6.2/firebase.js"></script>
<script src="js/common.js"></script>
<script src="js/worker.js"></script>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/plugins/bootstrap.min.js"></script>
</body>
</html>