-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfylo.html
executable file
·321 lines (318 loc) · 11.3 KB
/
fylo.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
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/css/main.min.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Ibarra+Real+Nova:wght@400;700&family=Public+Sans:wght@400;700&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"
/>
<title>Richard Torble Portfolio</title>
<link rel=icon
href=https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.7.2/icons/robot.svg>
</head>
<body>
<nav
class="navbar navbar-expand-md navbar-light bg-white mt-5 mb-6"
aria-label="primary navigation"
>
<div class="container">
<a class="navbar-brand" href="#">
<img src="/images/logo.svg" alt="logo" />
</a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse text-uppercase" id="navbarNav">
<ul
class="
navbar-nav
align-items-center
ms-auto
bg-primary bg-md-white
ls-2
pt-6 pt-md-0
py-md-0
w-75 w-md-auto
"
>
<li class="nav-item mb-5 mb-md-0">
<a class="nav-link active" aria-current="page" href="/index.html"
>Home</a
>
</li>
<li class="nav-item mb-5 mb-md-0 mx-md-6">
<a class="nav-link" href="/portfolio.html">Portfolio</a>
</li>
<li class="nav-item mb-5 mb-md-0">
<a class="nav-link" href="/contact.html">Contact Me</a>
</li>
</ul>
</div>
</div>
</nav>
<div role="region" class="detail container">
<picture>
<!-- Displays on viewports 1400px or higher -->
<source
srcset="/images/detail/desktop/[email protected]"
media="(min-width: 1400px)"
/>
<!-- Displays on viewports 768px or higher -->
<source
srcset="/images/detail/tablet/[email protected]"
media="(min-width: 768px)"
/>
<!-- Default image on viewports less than 768px -->
<img
src="/images/detail/mobile/[email protected]"
alt=""
class="img-fluid header-image mb-6 mb-lg-13"
/>
</picture>
<div class="row">
<div
class="
detail-content
border-top border-bottom
py-4
mb-7
col-lg-4 col-me-auto
h-100
d-sm-block d-md-none d-lg-block
"
>
<h2 class="detail-heading">Fylo</h2>
<main>
<p class="detail-copy opacity-80 text-primary">
This project required me to build a fully responsive landing page
to the designs provided. I used HTML5, along with CSS Grid and
JavaScript for the areas that required interactivity, such as the
testimonial slider.
</p>
</main>
<div class="detail-skillset">
<p class="text-info fw-bold">
Interaction Design / Front End Development HTML / CSS / JS
</p>
</div>
<a href="#" class="btn btn-outline-primary text-uppercase ls-2"
>Visit Website</a
>
</div>
<div
class="
detail-content-tablet
border-top border-bottom
py-4
mb-7
col-lg-4 col-me-auto
h-100
d-none d-md-block d-lg-none
"
>
<div class="row">
<div class="col-5 me-auto">
<h2 class="detail-heading">Fylo</h2>
<div class="detail-skillset">
<p class="text-info fw-bold">
Interaction Design / Front End Development HTML / CSS / JS
</p>
</div>
<a href="#" class="btn btn-outline-primary text-uppercase ls-2"
>Visit Website</a
>
</div>
<div class="col-6">
<main>
<p class="detail-copy opacity-80 text-primary">
This project required me to build a fully responsive landing
page to the designs provided. I used HTML5, along with CSS
Grid and JavaScript for the areas that required interactivity,
such as the testimonial slider.
</p>
</main>
</div>
</div>
</div>
<div class="col-lg-7 ms-lg-auto">
<div class="background-content mb-6">
<h3 class="background-heading fw-normal">Project Background</h3>
<p class="background-copy opacity-80 text-primary">
This project was a front-end challenge from Frontend Mentor. It’s
a platform that enables you to practice building websites to a
design and project brief. Each challenge includes mobile and
desktop designs to show how the website should look at different
screen sizes. Creating these projects has helped me refine my
workflow and solve real-world coding problems. I’ve learned
something new with each project, helping me to improve and adapt
my style.
</p>
</div>
<div class="previews-content mb-9">
<h3 class="previews-heading fw-normal">Static Previews</h3>
<picture>
<!-- Displays on viewports 1400px or higher -->
<source
srcset="/images/detail/desktop/[email protected]"
media="(min-width: 1400px)"
/>
<!-- Displays on viewports 768px or higher -->
<source
srcset="/images/detail/tablet/[email protected]"
media="(min-width: 768px)"
/>
<!-- Default image on viewports less than 768px -->
<img
src="/images/detail/mobile/[email protected]"
alt=""
class="img-fluid previews-image mb-6"
/>
</picture>
<picture>
<!-- Displays on viewports 1400px or higher -->
<source
srcset="/images/detail/desktop/[email protected]"
media="(min-width: 1400px)"
/>
<!-- Displays on viewports 768px or higher -->
<source
srcset="/images/detail/tablet/[email protected]"
media="(min-width: 768px)"
/>
<!-- Default image on viewports less than 768px -->
<img
src="/images/detail/mobile/[email protected]"
alt=""
class="img-fluid previews-image mb-6"
/>
</picture>
</div>
</div>
</div>
</div>
<section class="container">
<div class="row align-items-center py-5">
<div class="col px-0 position-relative border-top border-bottom">
<div class="ms-5 my-5">
<a class="text-decoration-none" href="/insure.html"
><h3 class="mb-0 fw-normal">Insure</h3></a
>
<a
class="opacity-50 pagination-prev text-decoration-none"
href="/insure.html"
>Previous Project</a
>
</div>
<a href="/insure.html" aria-label="Previous Project"
><img
class="position-absolute top-50 start-0 translate-middle ps-4"
src="/images/icons/arrow-left.svg"
alt=""
/></a>
</div>
<div
class="
col
px-0
position-relative
border-top border-bottom border-start
"
>
<div class="me-5 my-5 text-end">
<a class="text-decoration-none" href="/manage.html"
><h3 class="mb-0 fw-normal">Manage</h3></a
>
<a
class="opacity-50 pagination-next text-decoration-none"
href="/manage.html"
>Next Project</a
>
</div>
<a href="/manage.html" aria-label="Next Project"
><img
class="position-absolute top-50 start-100 translate-middle pe-4"
src="/images/icons/arrow-right.svg"
alt=""
/></a>
</div>
</div>
</section>
<section class="contact container">
<div class="row py-10 justify-content-center align-items-center">
<div class="col-md-6 col-xl-4">
<h2 class="text-center mb-md-0">
Interested in doing a project together?
</h2>
</div>
<div class="col d-none d-md-block">
<hr />
</div>
<div class="col-auto">
<a
href="/contact.html"
class="btn btn-outline-primary text-uppercase ls-2"
>Contact Me</a
>
</div>
</div>
</section>
<footer class="footer bg-primary py-8 py-md-5">
<nav
class="navbar navbar-dark navbar-expand text-uppercase ls-2 text-center"
aria-label="footer navigation"
>
<div class="container flex-column flex-md-row">
<a href="#" class="navbar-brand me-md-7 mb-6 mb-md-0">
<img src="/images/logo-light.svg" alt="logo-light" />
</a>
<ul class="navbar-nav me-md-auto flex-column flex-md-row">
<li class="nav-item mb-5 mb-md-0">
<a href="/index.html" class="nav-link active" aria-current="page"
>Home</a
>
</li>
<li class="nav-item mx-md-6 mb-5 mb-md-0">
<a href="/portfolio.html" class="nav-link">Portfolio</a>
</li>
<li class="nav-item mb-6 mb-md-0">
<a href="/contact.html" class="nav-link">Contact Me</a>
</li>
</ul>
<div class="icons-social col-auto d-flex justify-content-center">
<a href="#" aria-label="Github link"
><i class="bi bi-github"></i
></a>
<a href="#" aria-label="Twitter link"
><i class="bi bi-twitter mx-3"></i
></a>
<a href="#" aria-label="Linkedin link"
><i class="bi bi-linkedin"></i
></a>
</div>
</div>
</nav>
</footer>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"
></script>
</body>
</html>