-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
108 lines (99 loc) · 5.09 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<html lang="en">
<head>
<meta class="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>GuideMe</title>
<!-- Don't forget to add your metadata here -->
<meta name="description" content="GuideMe is a fast, free and personalised tech career accelerator. Find and grow in a career you love.">
<link rel="stylesheet" href="css/style.min.css" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-116318405-1"></script>
<script async src="javascript/g-tracking.js"></script>
<link href="https://fonts.googleapis.com/css2?family=Aclonica&display=swap" rel="stylesheet">
</head>
<body>
<!-- Hero(extended) navbar -->
<div class="navbar navbar--extended" style="background-color:#ffc60b">
<nav class="nav__mobile"></nav>
<div class="container">
<div class="navbar__inner">
<a href="index.html" class="navbar__logo">GuideMe</a>
<nav class="navbar__menu">
</nav>
<div class="navbar__menu-mob"><a href="" id="toggle"><svg role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="currentColor" d="M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z" class=""></path></svg></a></div>
</div>
</div>
</div>
<!-- Hero unit -->
<div class="hero" style="background-image: url('images/yoyo.jpeg');">
<div class="hero__mask"></div>
<div class="hero__inner">
<div class="container">
<div class="hero__content">
<div class="hero__content__inner" id="navConverter" style="margin-bottom:2rem;">
<h1 class="hero__title" style="font-family: 'Aclonica', sans-serif;">FIND A CAREER THAT SUITS YOU</h1>
<span> <img src="/images/5.png" style="width: 17rem;"></span>
<p class="hero__text">GuideMe is your own personalised app which helps you to choose and upskill your career with the benefits it provides.</p>
<form id="user-details" action="#">
<input type="email" name="email" id="email" value="" placeholder="Enter your email to get started" required>
<button type="submit" class="button button__accent button-dark">Here we go!</button>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="hero__sub">
<span id="scrollToNext" class="scroll">
</span>
</div>
<!-- Steps -->
<div class="steps landing__section">
<div class="container">
<h2 style="font-family: 'Aclonica', sans-serif;">How to use GuideMe</h2>
</div>
<div class="container">
<div class="steps__inner">
<div class="step">
<div class="step__media">
<img src="./images/1.png" class="step__image">
</div>
<p class="step__text">Enter your email and answer a few questions to help us create a detailed learning profile for you.</p>
</div>
<div class="step">
<div class="step__media">
<img src="./images/2.png" class="step__image">
</div>
<p class="step__text">Instantly see the career path that fits your hobbies and suits your interests.</p>
</div>
<div class="step">
<div class="step__media">
<img src="./images/3.png" class="step__image">
</div>
<p class="step__text">Access free resources and a support community of mentors to help you learn fast.</p>
</div>
</div>
</div>
</div>
<!-- Footer -->
<div class="footer" style="background-color: black;">
<div class="container">
<div class="footer__inner">
<a href="index.html" class="footer__textLogo" style="color: #f3c623;text-align: center;">GuideMe</a>
<div class="footer__data">
<div class="footer__data__item">
<div class="footer__row" style="text-align:center;">
Made with ☕ by <a href="/" class="footer__link" style="color: #f3c623;text-align: center;">Hack Elites</a>
</div>
</div>
</div>
</div>
</div>
<!-- Linking Javascript -->
<script src="javascript/app.min.js"></script>
<script src="javascript/jquery-3.3.1.min.js"></script>
<script src="javascript/index.js"></script>
</div>
</body>
</html>