-
Notifications
You must be signed in to change notification settings - Fork 0
/
subpage-1.html
378 lines (371 loc) · 13.5 KB
/
subpage-1.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
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
<!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="icon" type="image/png" sizes="32x32" href="./images/logo.png" />
<title>Charmaine Lee - Behind the Scenes</title>
<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=Open+Sans:wght@300;400;500;600;700&display=swap"
rel="stylesheet"
/>
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="css/style.css" />
<script
src="https://kit.fontawesome.com/b7a4928992.js"
crossorigin="anonymous"
></script>
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg navbar-light">
<div class="container">
<a class="navbar-brand" href="index.html">
<img src="images/logo.png" alt="Logo"
/></a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0 gap-2">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="subpage-3.html">Past Projects</a>
</li>
<li class="nav-item">
<a
class="nav-link active"
aria-current="page"
href="subpage-1.html"
>Behind The Scenes</a
>
</li>
</ul>
</div>
</div>
</nav>
</header>
<main>
<div class="container mt-4">
<h1>‹Behind the Scenes›</h1>
<p class="text-center mb-5">
Here is a small documentation of how I apply design thinking into the
creation of this microsite.
</p>
<div class="row mb-5">
<div
class="col-md-4 offset-md-1 col-lg-3 offset-lg-2 align-self-center"
>
<h2>
Step 1:
<span class="accent-text d-md-block">Empathise</span>
</h2>
</div>
<div class="col-md-6 col-lg-5">
<h3 class="fs-6">
Who are the target audiences? What is it that they want to know?
What is the purpose of this site?
</h3>
Potential recruiter:
<ul>
<li>
Know more about who I am and whether I am suitable for the job
<ul>
<li>Any past work experiences?</li>
</ul>
</li>
<li>Contact details and other platforms that I am on</li>
<li>
Having to go through multiple candidate portfolios can cause
weariness
</li>
</ul>
Myself:
<ul>
<li>A representation of myself</li>
<li>A place for others to get to more about me</li>
</ul>
</div>
</div>
<div class="row mb-5">
<div class="col-md-4 col-lg-3 align-self-center">
<h2 class="text-md-end">
Step 2: <span class="accent-text d-md-block">Define</span>
</h2>
</div>
<div class="col-md-6 offset-md-1 col-lg-5 offset-lg-2 order-md-first">
<h3 class="fs-6">
Analysing information gathered from step 1 to define problems that
need to be solved, and what should be prioritised:
</h3>
<ol>
<li>
Portfolio should represent who I am and demonstrate the
technical and soft skills I possess as these are some factors
potential recruiters look for when searching for a suitable job
candidate.
</li>
<li>
Portfolio should be simple and easy to navigate around as
recruiters are often fatigue after looking through numerous
portfolios.
</li>
</ol>
</div>
</div>
<div class="row mb-5">
<div
class="col-md-4 offset-md-1 col-lg-3 offset-lg-2 align-self-center"
>
<h2>Step 3: <span class="accent-text d-md-block">Ideate</span></h2>
</div>
<div class="col-md-6 col-lg-5">
<h3 class="fs-6">
Problems defined previously served as the anchor on how the
portfolio should be designed and the types of features required:
</h3>
<em>
Firstly, how can the audiences know more about my technical and
soft skills?
</em>
<ul>
<li>
Exhibit past projects
<ul>
<li>
Information like the technologies used for each project and
the links to both the repository and live site should be
included
</li>
</ul>
</li>
<li>
A table that display all technical skills
<ul>
<li>To be found on the main landing page</li>
</ul>
</li>
<li>
Link audiences to other platforms that they can find me on
</li>
<ul>
<li>
Took inspiration from social buttons that can be found on many
sites that brings users to their social media platforms
</li>
<li>Platforms to be included: LinkedIn, GitHub, Twitter</li>
</ul>
</ul>
<em>Secondly, how can I represent myself through the portfolio?</em>
<ul>
<li>
Using customised fonts and hand-drawn illustrations to give a
personal touch to the portfolio
</li>
<li>
Using of rounded corners to excude a welcoming and harmonious
energy
<ul>
<li>for elements like buttons, borders, etc</li>
</ul>
</li>
<li>
Create a colour palette that can create a brand identity
<ul>
<li>
Having blue as the primary colour (my favourite color)
</li>
<li>
Should include some shades of orange to excude playful and
positive energy
</li>
</ul>
</li>
</ul>
<figure class="figure mt-3 d-block text-center">
<picture>
<source
type="image/webp"
srcset="images/bts-colour-palette.webp"
/>
<img
src="images/bts-colour-palette.jpg"
class="figure-img img-fluid rounded-3"
alt="Prototype draft of website"
/>
</picture>
<figcaption class="figure-caption">
Final colour palette of the portfolio.
</figcaption>
</figure>
<em>
Thirdly, how should the portfolio be structured so that it's easy
to navigate through?
</em>
<ul>
<li>
Past projects can be displayed in a card form to create an
organised structure that is easy to understand
</li>
<li>
as the portfolio consists of multiple subpages, there should be
a way to inform users about the page they are at
</li>
</ul>
<figure class="figure mt-3 d-block text-center">
<picture>
<source
type="image/webp"
srcset="images/bts-ideation-map.webp"
/>
<img
src="images/bts-ideation-map.jpg"
class="figure-img img-fluid rounded-3"
alt="Ideation map placed beside a notebook"
/>
</picture>
<figcaption class="figure-caption">
Ideation mindmap built from the problems defined previously.
</figcaption>
</figure>
</div>
</div>
<div class="row mb-5">
<div class="col-md-4 col-lg-3 align-self-center">
<h2 class="text-md-end">
Step 4: <span class="accent-text d-md-block">Prototype</span>
</h2>
</div>
<div class="col-md-6 offset-md-1 col-lg-5 offset-lg-2 order-md-first">
<ul>
<li>
Sketches were created to explore the different ways of
displaying information
</li>
</ul>
<figure class="figure mt-3 d-block text-center">
<picture>
<source
type="image/webp"
srcset="images/bts-layout-sketch.webp"
/>
<img
src="images/bts-layout-sketch.jpg"
class="figure-img img-fluid rounded-3"
alt="Prototype draft of website"
/>
</picture>
<figcaption class="figure-caption">
Layout ideas of every sub-page of the microsite.
</figcaption>
</figure>
<ul>
<li>
A low-fidelity prototype was then drawn to test out feasibility
of the design
</li>
</ul>
<figure class="figure mt-3 d-block text-center">
<picture>
<source type="image/webp" srcset="images/bts-prototype.webp" />
<img
src="images/bts-prototype.jpg"
class="figure-img img-fluid rounded-3"
alt="Prototype draft of website"
/>
</picture>
<figcaption class="figure-caption">
Low-fidelity prototype of the final layout.
</figcaption>
</figure>
</div>
</div>
<div class="row mb-5">
<div
class="col-md-4 offset-md-1 col-lg-3 offset-lg-2 align-self-center"
>
<h2>
Step 5:
<span class="accent-text d-md-block"
>Test and Implementation</span
>
</h2>
</div>
<div class="col-md-6 col-lg-5">
<h3 class="fs-6">
Continuous testing done throughout the building of portfolio to
ensure its usability
</h3>
Some items that were only implemented after the implementation phase
include:
<ul>
<li>
"Home" tab on the navigation bar that allows users to return to
the landing page easily
</li>
<li>
"Return to top" button as a shortcut for users to go back to the
top of the page if they want to explore other sub-pages
</li>
</ul>
</div>
</div>
</div>
</main>
<footer>
<div class="text-center mt-5">
<p class="footer__email fw-bold">[email protected]</p>
<div class="social-grp d-flex gap-2 justify-content-center mb-3">
<a
class="social-btn d-flex justify-content-center align-items-center"
href="https://github.com/charmainelhm"
target="_blank"
><i class="fa fa-github-alt"></i
></a>
<a
class="social-btn d-flex justify-content-center align-items-center"
href="https://www.linkedin.com/in/charmainelhm/"
target="_blank"
><i class="fa fa-linkedin"></i
></a>
<a
class="social-btn d-flex justify-content-center align-items-center"
href="https://twitter.com/noodercob_ie"
target="_blank"
><i class="fa fa-twitter"></i
></a>
</div>
<p class="accent-text footer__attribution">
Designed & built by Charmaine Lee, 2022
</p>
</div>
<button onclick="topFunction()" class="btt-btn" title="Back to Top">
<i class="fas fa-arrow-up"></i>
</button>
</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>
<script src="js/script.js"></script>
</body>
</html>