-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
546 lines (520 loc) · 19.2 KB
/
index.html
File metadata and controls
546 lines (520 loc) · 19.2 KB
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
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>TechNative/ Codecademy Projects</title>
<link href="./index-specific.css" type="text/css" rel="stylesheet" />
<link href="./index.css" type="text/css" rel="stylesheet" />
<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=Handlee&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nanum+Gothic+Coding:wght@400;700&family=Shadows+Into+Light+Two&display=swap"
rel="stylesheet"
/>
<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=Kode+Mono:wght@400..700&display=swap"
rel="stylesheet"
/>
</head>
<body>
<header>
<h1>Jo Pickering</h1>
<nav class="site-nav">
<ul>
<li><a href="X" class="internal_link">About</a></li>
<li>
<a
href="https://jo-pickering.github.io/from_stage_to_screen/"
class="internal_link"
>From Stage to Screen</a
>
</li>
<li>
<a
href="https://jo-pickering.github.io/technative_codecademy/"
class="internal_link here"
>Projects</a
>
</li>
</ul>
</nav>
</header>
<main>
<section class="page-introduction">
<h2 class="page-title">TechNative/ Codecademy Projects</h2>
<p class="intro">
Have a look at a selection of the learning projects from my Full Stack
Bootcamp. These range from absolute beginner projects in week one,
through more complicated projects with a few group projects thrown in
for good measure.
</p>
<br />
<p class="intro">
I hope they give you an idea of how far I've come during the bootcamp.
Remember, I had very little experience before this! You can read about
my experiences throughout the project on my blog
<em><strong>From Stage to Screen</strong></em
>. It's linked in the nav bar.
</p>
<br />
<p class="intro">
If you'd like to take a look at some of my course peers and coding
collaborators, I've linked to their GitHub profiles at the bottom of
the page.
</p>
<br />
</section>
<nav class="page-navigation">
<p><strong>Jump to week:</strong></p>
<ul>
<li>
<a class="internal_link" href="#week1">Week 1</a>
</li>
<li>
<a class="internal_link" href="#week2">Week 2</a>
</li>
<li>
<a class="internal_link" href="#week3">Week 3</a>
</li>
<li class="nobull">
<a class="internal_link" href="#week4">Week 4</a>
</li>
<li class="nobull">
<a class="internal_link" href="#week5">Week 5</a>
</li>
<li class="nobull">
<a class="internal_link" href="#week6">Week 6</a>
</li>
<li class="nobull">
<a class="internal_link" href="#week7">Week 7</a>
</li>
<li class="nobull">
<a class="internal_link" href="#week8">Week 8</a>
</li>
<li class="nobull">
<a class="internal_link" href="#week9">Week 9</a>
</li>
<li class="nobull">
<a class="internal_link" href="#week10">Week 10</a>
</li>
<li class="nobull">
<a class="internal_link" href="#week12">Week 12</a>
</li>
<!-----------------------------------------------------------------------
<li class="nobull">
<a class="internal_link" href="#week13">Week 13</a>
</li>
<li class="nobull">
<a class="internal_link" href="#week14">Week 14</a>
</li>
<li class="nobull">
<a class="internal_link" href="#week15">Week 15</a>
</li>
<li class="nobull">
<a class="internal_link" href="#week16">Week 16</a>
</li>
-->
</ul>
</nav>
<br />
<br />
<section class="posts">
<article class="container" id="week1">
<h3 class="week-title">Week 1</h3>
<div class="inline_blocks">
<div class="project">
<a class="button" href="./ca_dasmotos/damotos_art.html"
>Dasmoto's Arts and Crafts</a
>
<br /><br />
<details>
<summary>Project description</summary>
<p>
One of the first basic sites I made on the Codecademy course
focusing on basic CSS elements. Click the name to view the
project.
</p>
</details>
</div>
<br /><br />
<div class="project">
<a class="button" href="./ca_cribsheet/css_selectors.html"
>CSS Selectors Crib Sheet</a
>
<br /><br />
<details>
<summary>Project description</summary>
<p>
Practising using HTML tables and basic CSS elements. Click the
name to view the project.
</p>
</details>
</div>
</div>
</article>
<br /><br />
<article class="container" id="week2">
<h3 class="week-title">Week 2</h3>
<div class="inline_blocks">
<div class="project">
<a class="button" href="./ca_cosy_tea_flexbox/cosy_tea_index.html"
>Cozy Tea</a
>
<br /><br />
<details>
<summary>Project description</summary>
<p>
Working from a Codecademy brief mock up to implement flexbox
for the first time. Click the name to view the project.
</p>
</details>
</div>
<br /><br />
<div class="project">
<a
class="button"
href="./ca_design_stylesheet/website_stylesheet.html"
>Website Stylesheet</a
>
<br /><br />
<details>
<summary>Project description</summary>
<p>
I went a little more indepth for this than strictly necessary,
but its served me well as the basis for this site. Click the
name to view the project.
</p>
</details>
</div>
<br /><br />
<div class="project">
<a class="button" href="./ca_fotomatic_debug/index.html"
>Fotomatic Debug</a
>
<br /><br />
<details>
<summary>Project description</summary>
<p>
Rather than generating the code myself, this has been an
interestign exercise in debugging someone else's work. I've
managed to get the desktop site looking decent, but mobile has
much to be desired. In hindsight, I wish I'd done mobile
first! Click the name to view the project.
</p>
</details>
</div>
<br /><br />
<div class="project">
<a class="button" href="./ca_company_website/index.html"
>Nerdland Farm Homepage</a
>
<br /><br />
<details>
<summary>Project description</summary>
<p>
A free practice project, built mobile first and in homage to
my Stardew Valley farm for a bit of fun! Click the name to
view the project.
</p>
</details>
</div>
</div>
</article>
<br />
<br />
<article class="container" id="week3">
<h3 class="week-title">Week 3</h3>
<div class="inline_blocks">
<div class="project">
<a
class="button external_link"
href="https://github.com/Jo-Pickering/technative_codecademy/tree/main/ca_javascript_week_3"
>The start of JavaScript!</a
>
<br /><br />
<details>
<summary>Project description</summary>
<p>
I'd never seen JavaScript before this week and this was a
couple of the bigger end of module projects on Codecademy. Its
not the best code, but I think its useful to demostrate my
progress over the weeks. Click the name to view the project.
</p>
</details>
</div>
</div>
</article>
<br /><br />
<article class="container" id="week4">
<h3 class="week-title">Week 4</h3>
<div class="inline_blocks">
<div class="project">
<a class="button" href="./tn_playing_with_javascript/filter.html"
>Data, search and Filter</a
>
<br /><br />
<details>
<summary>Project description</summary>
<p>
This was a project set by TechNative that was part follow the
instructions and part freer practice. I really enjoyed setting
to see JS in practice on the web and it helped inspire some
features on this site. Click the name to view the project.
</p>
</details>
</div>
<br /><br />
<div class="project">
<a
class="button"
href="https://jo-pickering.github.io/git-practice/"
>Git/GitHub Workflow</a
>
<br /><br />
<details>
<summary>Project description</summary>
<p>
This was a very quick additional project with Chloe, Elyas and
Helder to practice using Git and GitHub. It's based on the
Codecademy 'Mixed Messages' project. It was the first time
we'd made branches, pull requests and merged work! Click the
name to view the project.
</p>
</details>
</div>
</div>
</article>
<br /><br />
<article class="container" id="week5">
<h3 class="week-title">Week 5</h3>
<div class="inline_blocks">
<div class="project">
<a class="button" href="./tn_api_practice/api_practice.html"
>API's</a
>
<br /><br />
<details>
<summary>Project description</summary>
<p>
I'd have loved a bit more time to play with this, but I was so
proud to have gotten this much working after a few blocks with
the original learning content. Click the name to view the
project.
</p>
</details>
</div>
</div>
</article>
<br />
<br />
<article class="container" id="week6">
<h3 class="week-title">Week 6</h3>
<div class="inline_blocks">
<div class="project">
<a
class="button"
href="https://technative-academy.github.io/milliways_restaurant/"
>Milliways (Group Project)</a
>
<br /><br />
<details>
<summary>Project description</summary>
<p>
This was our first group project, set by TechNative and the
attached employers. We had a design brief to work from but
were free to create a site on whatever we wanted. It was a
tough 4 days, but I'm really proud of what we've put together.
Created with Helder and Nico. Click the name to view the
project.
</p>
</details>
</div>
</div>
</article>
<br /><br />
<article class="container" id="week7">
<h3 class="week-title">Week 7</h3>
<div class="inline_blocks">
<div class="project">
<a
class="button external_link"
href="https://github.com/Jo-Pickering/technative_codecademy/tree/main/ca_javascript_week_3"
>React Playground</a
>
<br /><br />
<details>
<summary>Project description</summary>
<p>
A walkthrough project I did to start getting to grips with
React. I went on holiday for a couple of weeks, so I've not
yet had a chance to edit it as much as I'd like! Click the
name to view the project.
</p>
</details>
</div>
</div>
</article>
<br /><br />
<article class="container" id="week8">
<h3 class="week-title">Week 8</h3>
<div class="inline_blocks">
<div class="project">
<p>On holiday! No coding time for me...</p>
</div>
</div>
</article>
<br /><br />
<article class="container" id="week9">
<h3 class="week-title">Week 9</h3>
<div class="inline_blocks">
<div class="project">
<p>On holiday! No coding time for me...</p>
</div>
</div>
</article>
<br /><br />
<article class="container" id="week10">
<h3 class="week-title">Week 10</h3>
<div class="inline_blocks">
<div class="project">
<a
class="button external_link"
href="https://dagron-limited.netlify.app/"
>Ask Dargon (Group Project)</a
>
<br /><br />
<details>
<summary>Project description</summary>
<p>
This was our second TechNative group project, this time based
around React and Redux. As with the previous project, we were
given a design brief for an AI company but were encouraged to
put our own spin on it. It's safe to say we really had fun
with it! Created with Elyas and Seb. Click the name to see the
project.
</p>
</details>
</div>
</div>
</article>
<br /><br />
<article class="container" id="week12">
<h3 class="week-title">Week 12</h3>
<div class="inline_blocks">
<div class="project">
<a
class="button external_link"
href="https://github.com/Jo-Pickering/technative_codecademy/tree/main/ca_oauth_project"
>OAuth Project with GitHub</a
>
<br /><br />
<details>
<summary>Project description</summary>
<p>
A chance to put some of the learning from the OAuth module
into practice. We were given some boilerplate from Codecademy
and fill in the blanks to get the code to login via GitHub.
</p>
</details>
</div>
<br />
<br />
<div class="project">
<a
class="button external_link"
href="https://github.com/Jo-Pickering/technative_codecademy/tree/main/ca_boss_machine"
>Boss Machine</a
>
<br /><br />
<details>
<summary>Project description</summary>
<p>
A Codecademy project helping solidfy Express routing and
Middleware. I really enjoyed running the tests for this and
using them to debug - it helped solidfy the use of params
middleware.
</p>
</details>
</div>
</div>
</article>
<br /><br />
<article class="container" id="week13">
<h3 class="week-title">Week 13</h3>
<div class="inline_blocks">
<div class="project">
<a
class="button external_link"
href="https://github.com/Jo-Pickering/api_practise"
>My first backend API!</a
>
<br /><br />
<details>
<summary>Project description</summary>
<p>
It's not pretty, but I'm really proud of myself for getting
everything working on this API. I struggled a bit getting the
middleware functions working properly, but it's a great
example for me moving forwards!
</p>
</details>
</div>
<br />
<br />
<div class="project">
<a
class="button external_link"
href="https://github.com/Jo-Pickering/technative_codecademy/tree/main/ca_SQL_BestOfBaseball"
>Best of Baseball Awards</a
>
<br /><br />
<details>
<summary>Project description</summary>
<p>
A Codecademy project to practise SQL queries on a multi-table
database. The database contains lots of baseball stats from
1800's onwards and I was querying to find winners of various
awards!
</p>
</details>
</div>
</div>
</article>
</section>
<br /><br />
<section class="container">
<h3>Collaborators</h3>
<br />
<p>
Check out some of the wonderful human's I've been blessed to work with
and learn from during my time on the bootcamp:
</p>
<br />
<div class="inline_blocks">
<a class="button person" href="https://github.com/ChloeSAPage"
>Chloe Page</a
>
<a class="button person" href="https://github.com/BlueElyas"
>Elyas Faiq</a
>
<a class="button person" href="https://github.com/HelderBalbino"
>Helder Balbino</a
>
<a class="button person" href="https://github.com/hedgehog125"
>Nico Clack</a
>
<a class="button person" href="https://github.com/Sebbybobbler"
>Seb Davies</a
>
</div>
</section>
<br /><br />
</main>
<footer>
<p class="foot">Hello there. The Kenobi from my nightmares...</p>
</footer>
</body>
</html>