-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
460 lines (450 loc) · 20.4 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
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
<!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="styles.css" />
<link
href="https://www.dafontfree.net/embed/dmFnLXJvdW5kZWQtcmVndWxhciZkYXRhLzUwL3YvMjgxMzAvVkFHUm91bmRlZEJULVJlZ3VsYXIub3Rm"
rel="stylesheet"
type="text/css"
/>
<link
href="https://fonts.googleapis.com/css2?family=PT+Sans:wght@700&family=Poppins"
rel="stylesheet"
/>
<script src="https://cdn.jsdelivr.net/npm/axios/dist/axios.min.js"></script>
<title>Application Website</title>
</head>
<body>
<div class="fixed">
<header class="header-container">
<div class="header-container-one">
<a id="reddit-link" href="https://www.reddit.com/">
<img
src="Images/APD-Logo.jpeg"
alt="Reddit logo"
class="apd-logo"
/>
</a>
<p class="reddit-word">apply<span class="reddit-i">i</span>t</p>
<a href="https://alexpd93.github.io/FAC-Website/">
<button id="homepage" class="reddit-name">a/AlexPerezDavies</button>
</a>
</div>
<div class="header-container-two">
<img id="weather-icon" class="weather-image" src="" alt="Weather icon">
</div>
<div class="header-container-three">
<p id="temperature" class="temperature"></p>
<p id="weather-description" class="weather-description"></p>
</div>
</header>
</div>
</div>
<div class="h1-container">
<h1>Alex Perez-Davies on applyit</h1>
</div>
<nav class="nav-bar-container">
<p class="nav-bar-items"><a href="#about-me">About Me</a></p>
<p class="nav-bar-items"><a href="#free-code-camp"> FCC</a></p>
<p class="nav-bar-items"><a href="#tribute-page">Tribute Page</a></p>
<p class="nav-bar-items">
<a href="#functions-part-one">Functions Pt 1</a>
</p>
<p class="nav-bar-items">
<a href="#functions-part-two">Functions Pt 2</a>
</p>
<p class="nav-bar-items">
<a href="#dom">DOM</a>
</p>
<p class="nav-bar-items"><a href="#arrays">Arrays</a></p>
<p class="nav-bar-items"><a href="#objects">Objects</a></p>
<p class="nav-bar-items"><a href="#feature">Feature</a></p>
</nav>
<main class="main-container">
<div class="container-one">
<div class="box-container">
<div class="box-container-one">
<button onclick="aboutMeLike()" class="like-button"> <img
class="like-button-img"
src="Images/APD-Logo.jpeg"
alt="Like button"
/>
</button>
<p id="aboutMeLikeCount" class="like-count">0</p>
<button onclick="aboutMeDislike(event)" class="dislike-button">
<img
class="dislike-button-img"
src="Images/APD-Logo.jpeg"
alt="Like button"
/>
</button>
</div>
<div class="box-container-two">
<div class="box-items" id="aboutMe">
<p class="when-posted" >Posted by u/APD93 8 hours ago</p>
<h3 class="box-titles">A little bit about me & why I want to apply for the course.</h3>
<p>I was born and raised in North London to an English mother and Colombian father. At the age of nineteen I went on a four-month trip to South America to explore my roots before going to university. I had an amazing time and it sparked my love for travelling. </p>
<p> After that summer I went to university. However, after six months, I realised I had chosen the wrong course and decided to leave to take more time to think about what I really want to do. Since then, I have travelled around the world, mostly working in restaurants to fund my trips, trying to find what I really want to do as a career. </p>
<p> During lockdown I found Free Code Camp and started working through the exercises. I have thoroughly enjoyed my journey since then. Using a mixture of FCC, Codeacademy, online resources, and some short, paid courses I have developed my knowledge and want to keep going further. I believe Founders and Coders will give me the perfect platform to carry on my education in the career I finally believe is right for me.
</p>
<div class="comments-container" id="comments">
<img id="commentIcon" class="comment-icon" src="Images/Comment.png" alt="comment icon" onclick="comment(event)">
<button class="comment-button" id="commentButton" onclick="comment(event)" > Comment </button>
</div>
</div>
</div>
</div>
<div class="box-container">
<div class="box-container-one">
<button onclick="fccLike()" class="like-button"> <img
class="like-button-img"
src="Images/APD-Logo.jpeg"
alt="Like button"
/>
</button>
<p id="fccLikeCount" class="like-count">0</p>
<button onclick="fccDislike()" id="dislikeButton" class="dislike-button">
<img
class="dislike-button-img"
src="Images/APD-Logo.jpeg"
alt="Like button"
/>
</button>
</div>
<div class="box-container-two">
<div class="box-items" id="freeCodeCamp">
<p class="when-posted">Posted by u/Houssem_Aouar 10 hours ago</p>
<h3 class="box-titles">A link to my Free Code Camp page. From there you can access all the challenges I've completed</h3>
<a class="link" href="https://www.freecodecamp.org/apd93">https://www.freecodecamp.org/apd93</a>
<a class="link" href="https://www.freecodecamp.org/apd93">
<img
class="box-images"
src="Images/FCC.png"
alt="Object-code"
/>
</a>
<div class="comments-container" id="comments">
<img id="commentIcon" class="comment-icon" src="Images/Comment.png" alt="comment icon" onclick="comment(event)">
<button class="comment-button" id="commentButton" onclick="comment(event)" > Comment </button>
</div>
</div>
</div>
</div>
<div class="box-container">
<div class="box-container-one">
<button onclick="tributePageLike()" class="like-button"> <img
class="like-button-img"
src="Images/APD-Logo.jpeg"
alt="Like button"
/>
</button>
<p id="tributePageLikeCount" class="like-count">0</p>
<button onclick="tributePageDislike()" id="dislikeButton" class="dislike-button">
<img
class="dislike-button-img"
src="Images/APD-Logo.jpeg"
alt="Like button"
/>
</button>
</div>
<div class="box-container-two">
<div class="box-items" id="tributePage">
<p class="when-posted">Posted by u//Domkey-Kongg 12 hours ago</p>
<h3 class="box-titles">Here is my tribute page to one of the best footballer's of all time.</h3>
<a class="link" href="https://hopeful-blackwell-bd59b6.netlify.app/">https://hopeful-blackwell-bd59b6.netlify.app/</a>
<a class="link" href="https://hopeful-blackwell-bd59b6.netlify.app/">
<img
class="box-images"
src="Images/Tribute-page.png"
alt="Object-code"
/>
</a>
<div class="comments-container" id="comments">
<img id="commentIcon" class="comment-icon" src="Images/Comment.png" alt="comment icon" onclick="comment(event)">
<button class="comment-button" id="commentButton" onclick="comment(event)" > Comment </button>
</div>
</div>
</div>
</div>
<div class="box-container">
<div class="box-container-one">
<button onclick="functionsPartOneLike()" class="like-button"> <img
class="like-button-img"
src="Images/APD-Logo.jpeg"
alt="Like button"
/>
</button>
<p id="functionsPartOne" class="like-count">0</p>
<button onclick="functionsPartOneDislike()" id="dislikeButton" class="dislike-button">
<img
class="dislike-button-img"
src="Images/APD-Logo.jpeg"
alt="Like button"
/>
</button>
</div>
<div class="box-container-two">
<div class="box-items" id="functionsPartOne">
<p class="when-posted">Posted by u/paraboot_allen 13 hours ago</p>
<h3 class="box-titles">Function challenges: Hello user - What type? - and Check length.</h3>
<a class="link" href="https://replit.com/@AlexPerezDavies/Functions-FACs#index.js">https://replit.com/@AlexPerezDavies/Functions-FACs#index.js</a>
<a class="link" href="https://replit.com/@AlexPerezDavies/Functions-FACs#index.js">
<img
class="box-images"
src="Images/Functions-Part-one-Prompt.png"
alt="Object-code"
/>
</a>
<div class="comments-container" id="comments">
<img id="commentIcon" class="comment-icon" src="Images/Comment.png" alt="comment icon" onclick="comment(event)">
<button class="comment-button" id="commentButton" onclick="comment(event)" > Comment </button>
</div>
</div>
</div>
</div>
<div class="box-container">
<div class="box-container-one">
<button onclick="functionsPartTwoLike()" class="like-button"> <img
class="like-button-img"
src="Images/APD-Logo.jpeg"
alt="Like button"
/>
</button>
<p id="functionsPartTwoLikeCount" class="like-count">0</p>
<button onclick="functionsPartTwoDislike()" id="dislikeButton" class="dislike-button">
<img
class="dislike-button-img"
src="Images/APD-Logo.jpeg"
alt="Like button"
/>
</button>
</div>
<div class="box-container-two">
<div class="box-items" id="functionsPartTwo">
<p class="when-posted">Posted by u/I-like-corgis 15 hours ago</p>
<h3 class="box-titles">Function challenges: Sum of two numbers - Add and multiply - Return larger - Sum of elements </h3>
<a class="link"
href="https://replit.com/@AlexPerezDavies/Number-Functions-FACs#index.js"
>https://replit.com/@AlexPerezDavies/Number-Functions-FACs#index.js"</a>
<a
href="https://replit.com/@AlexPerezDavies/Number-Functions-FACs#index.js"
>
<img
class="box-images"
src="Images/Functions-Part-two-Prompt.png"
alt="Object-code"
/>
</a>
<div class="comments-container" id="comments">
<img id="commentIcon" class="comment-icon" src="Images/Comment.png" alt="comment icon" onclick="comment(event)">
<button class="comment-button" id="commentButton" onclick="comment(event)" > Comment </button>
</div>
</div>
</div>
</div>
<div class="box-container">
<div class="box-container-one">
<button onclick="domLike()" class="like-button"> <img
class="like-button-img"
src="Images/APD-Logo.jpeg"
alt="Like button"
/>
</button>
<p id="domLikeCount" class="like-count">0</p>
<button onclick="domDislike()" id="dislikeButton" class="dislike-button">
<img
class="dislike-button-img"
src="Images/APD-Logo.jpeg"
alt="Like button"
/>
</button>
</div>
<div class="box-container-two">
<div class="box-items" id="dom">
<p class="when-posted">Posted by u/MumboGumbo06 17 hours ago</p>
<a href="https://stackblitz.com/edit/web-platform-wfwpcb">
<h3 class="box-titles">A link to the DOM challenge on StackBlitz.</h3>
<a class="link"
href="https://stackblitz.com/edit/web-platform-wfwpcb"
>https://stackblitz.com/edit/web-platform-wfwpcb</a>
<a href="https://stackblitz.com/edit/web-platform-wfwpcb">
<img
class="box-images"
src="Images/Dom-Prompt.png"
alt="Object-code"
/>
</a>
<div class="comments-container" id="comments">
<img id="commentIcon" class="comment-icon" src="Images/Comment.png" alt="comment icon" onclick="comment(event)">
<button class="comment-button" id="commentButton" onclick="comment(event)" > Comment </button>
</div>
</div>
</div>
</div>
<div class="box-container">
<div class="box-container-one">
<button onclick="arrayLike()" class="like-button"> <img
class="like-button-img"
src="Images/APD-Logo.jpeg"
alt="Like button"
/>
</button>
<p id="arrayLikeCount" class="like-count">0</p>
<button onclick="arrayDislike()" id="dislikeButton" class="dislike-button">
<img
class="dislike-button-img"
src="Images/APD-Logo.jpeg"
alt="Like button"
/>
</button>
</div>
<div class="box-container-two">
<div class="box-items" id="arrays">
<p class="when-posted">Posted by u/zakaria20199 19 hours ago</p>
<h3 class="box-titles">A link to the Arrays challenge on StackBlitz</h3>
<a class="link"
href="https://stackblitz.com/edit/web-platform-tpwcem?file=index.html"
>https://stackblitz.com/edit/web-platform-tpwcem?file=index.html</a>
<a class="link"
href="https://stackblitz.com/edit/web-platform-tpwcem?file=index.html"
>
<img
class="box-images"
src="Images/Arrays-Prompt.png"
alt="Object-code"
/>
</a>
<div class="comments-container" id="comments">
<img id="commentIcon" class="comment-icon" src="Images/Comment.png" alt="comment icon" onclick="comment(event)">
<button class="comment-button" id="commentButton" onclick="comment(event)" > Comment </button>
</div>
</div>
</div>
</div>
<div class="box-container">
<div class="box-container-one">
<button onclick="objectsLike()" class="like-button"> <img
class="like-button-img"
src="Images/APD-Logo.jpeg"
alt="Like button"
/>
</button>
<p id="objectsLikeCount" class="like-count">0</p>
<button onclick="objectsDislike()" id="dislikeButton" class="dislike-button">
<img
class="dislike-button-img"
src="Images/APD-Logo.jpeg"
alt="Like button"
/>
</button>
</div>
<div class="box-container-two">
<div class="box-items" id="objects">
<p class="when-posted">Posted by u/RumbuncTheRadiant 21 hours ago</p>
<h3 class="box-titles">Object challenges: Capitalise keys - String to object - Going shopping - Map object
</h3>
<a class="link"
href="https://replit.com/@AlexPerezDavies/FACs-Prompt-Objects#index.js"
>https://replit.com/@AlexPerezDavies/FACs-Prompt-Objects#index.js</a>
<a class="link"
href="https://replit.com/@AlexPerezDavies/FACs-Prompt-Objects#index.js"
>
<img
class="box-images"
src="Images/Objects-prompt.png"
alt="Object-code"
/>
</a>
<div class="comments-container" id="comments">
<img id="commentIcon" class="comment-icon" src="Images/Comment.png" alt="comment icon" onclick="comment(event)">
<button class="comment-button" id="commentButton" onclick="comment(event)" > Comment </button>
</div>
</div>
</div>
</div>
<div class="box-container">
<div class="box-container-one">
<button onclick="featureLike()" class="like-button"> <img
class="like-button-img"
src="Images/APD-Logo.jpeg"
alt="Like button"
/>
</button>
<p id="featureLikeCount" class="like-count">0</p>
<button onclick="featureDislike()" id="dislikeButton" class="dislike-button">
<img
class="dislike-button-img"
src="Images/APD-Logo.jpeg"
alt="Like button"
/>
</button>
</div>
<div class="box-container-two">
<div class="box-items" id="feature">
<p class="when-posted">Posted by u/MyNameIsJonny_ 22 hours ago</p>
<h3 class="box-titles">A link to a stopwatch feature that I created.</h3>
<a class="link" href="https://alexpd93.github.io/Stopwatch-Javascript/">https://alexpd93.github.io/Stopwatch-Javascript</a>
<a class="link" href="https://alexpd93.github.io/Stopwatch-Javascript/">
<img
class="box-images"
src="Images/Stopwatch.png"
alt="Object-code"
/>
</a>
<div class="comments-container" id="comments">
<img id="commentIcon" class="comment-icon" src="Images/Comment.png" alt="comment icon" onclick="comment(event)">
<button class="comment-button" id="commentButton" onclick="comment(event)" > Comment </button>
</div>
</div>
</div>
</div>
</div>
<div class="container-two">
<div class="right-box-items first-picture">
<img
class="my-images"
src="Images/Alex-eating-ramen.jpeg"
alt="Object-code"
/>
<p class="photo-descriptions">Me participating in one of my favourite activities: eating. Here I am eating a delicious ramen.</p>
</div>
<div class="right-box-items">
<img
class="my-images"
src="Images/Alex-with-cat.jpeg"
alt="Object-code"
/>
<p class="photo-descriptions">Me when I was a child with my very first pet.</p>
</div>
<div class="right-box-items">
<img
class="my-images"
src="Images/Alex-drinking-tea.jpeg"
alt="Object-code"
/>
<p class="photo-descriptions">Me in a tea plantation in Malaysia's Cameron Highlands.</p>
</div>
<div class="right-box-items">
<img
class="my-images"
src="Images/Alex-on-the-beach.jpeg"
alt="Object-code"
/>
<p class="photo-descriptions">Me on a beach, again in Malaysia. On one of my favourite islands in the world. Pulao Kapas.</p>
</div>
</div>
</main>
<footer class="footer">Code written by Alex Perez-Davies. Find the code on <a class="footer-link" href="https://github.com/AlexPD93/FAC-Website"> GitHub </a>
<br />
Copyright © 2022 applyit inc. All rights reserved.
<br />
<a class="footer-link" href="https://www.instagram.com/apd93/"> Contact</a>
</footer>
</div>
</div>
<script src="script.js"></script>
</body>
</html>