-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
195 lines (184 loc) · 6.93 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
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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Teri Eyenike" />
<meta name="description" content="Reefit landing page" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ffffff" />
<link rel="apple-touch-icon" sizes="180x180" href="./img/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="./img/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="./img/favicon-16x16.png" />
<link rel="manifest" href="./img/site.webmanifest" />
<link rel="mask-icon" href="./img/safari-pinned-tab.svg" color="#5bbad5" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.2/css/all.min.css" />
<link rel="stylesheet" href="./style.css" />
<title>Reefit - Earn your body, live your life</title>
</head>
<body>
<header>
<div class="container row">
<button class="nav-toggle">
<span class="hamburger"></span>
</button>
<div class="header__left">
<img src="./img/apple-touch-icon.png" alt="reefit logo" />
<nav class="nav">
<ul class="nav__list">
<li class="nav__item">
<a href="#about" class="nav__link">about</a>
</li>
<li class="nav__item">
<a href="#session" rel="noopener noreferrer" class="nav__link">work with me</a
>
</li>
</ul>
</nav>
</div>
<div class="theme-switch-wrapper">
<span id="toggle-icon">
<span class="toggle-text">Light mode</span>
<i class="fas fa-sun"></i>
</span>
<label class="theme-switch">
<input type="checkbox" />
<div class="slider round"></div>
</label>
</div>
</div>
</header>
<main>
<section class="section-one">
<div class="container">
<img
src="./img/eloho_light.jpg"
alt="fitness instructor"
id="image1"
/>
</div>
</section>
<section class="section-two">
<div class="container row">
<div class="col">
<img
src="./img/undraw_personal_training_light.svg"
alt="fitness trainer"
id="image2"
/>
<p>personal trainer</p>
</div>
<div class="col">
<img
src="./img/undraw_mindfulness_light.svg"
alt="yoga"
id="image3"
/>
<p>yoga trainer</p>
</div>
<div class="col">
<img
src="./img/undraw_finish_line_katerina_light.svg"
alt="racer"
id="image4"
/>
<p>marathoner</p>
</div>
</div>
</section>
<section class="section-three" id="about">
<div class="container">
<h1>Who is Reefit?</h1>
<p>
Roseline Eyenike is a marathoner, fitness, and yoga instructor. She
loves to travel and seeks new adventures in different countries of
the world. Some of her memorable experiences have been in Ghana,
South Africa, Cote d'Ivoire. She coaches runners and provides
training programs to get them prepared for big races. She has helped
over 50 runners cross the finish line and shift their couch
experience to earn medals. Roseline continues to help women and men
to change their mindset to strengthen their bodies, tone muscles and
enhance cardiovascular endurance. This has given more people an
opportunity to earn their body and live their life while embracing
overall wellbeing.
</p>
<h1>We help you achieve your goals</h1>
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Repudiandae quas numquam temporibus perferendis commodi cum eos ex tempora deserunt unde distinctio, nemo eaque repellat eveniet dicta illum suscipit sunt aspernatur. </p>
</div>
</section>
<section class="section-four" id="session">
<div class="container row">
<img src="./img/eloho.jpg" alt="rose eko_atlantic" />
<a
href="https://www.instagram.com/tusheloho/"
target="_blank"
class="btn"
>book a session</a
>
</div>
</section>
<footer>
<div class="container row">
<div class="footer__logo">
<div>
<img src="./img/android-chrome-192x192.png" alt="reefit logo" />
<p>Earn your body, live your life</p>
</div>
<p class="desktop">© 2020 Reefit. all rights reserved</p>
</div>
<div class="footer__nav--links">
<h2>Features</h2>
<ul class="footer__list">
<li class="footer__item">
<a href="#about" clas
</li>
<li class="footer__item">
<a href="#session" class="footer__link">work with me</a>
</li>
</ul>
</div>
<div class="footer__nav--links">
<h2>Social</h2>
<ul class="footer__list">
<li class="footer__item">
<a href="https://linkedin.com/in/roselineeyenike" class="footer__link" target="_blank">linkedin
</li>
<li class="footer__item">
<a href="#session" class="footer__link">work with me</a>
</li>
</ul>
</div>
<div class="footer__nav--links">
<h2>Getting around</h2>
<ul class="footer__list">
<li class="footer__item">
<a href="#portfolio" class="footer__link">portfolio</a></li>
</ul>
</div>
<div class="footer__nav--links">
<h2>Social</h2>
<ul class="footer__list">
<li class="footer__item">
<a
href="https://linkedin.com/in/roselineeyenike"
class="footer__link"
target="_blank"
>
</li>
<li class="footer__item">
<a
href="https://instagram.com/tusheloho"
class="footer__link"
target="_blank"
>instagram</a
>
</li>
</ul>
</div>
</div>
<p class="mobile">© 2020 Reefit. all rights reserved</p>
</footer>
</main>
<script src="./app.js"></script>
</body>
</html>