-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
713 lines (642 loc) · 38.8 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
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
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
<!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">
<title>HOME | Learn French</title>
<!-- Linking Stylesheet main.css -->
<link rel="stylesheet" href="scss/main.css" type="text/css">
<!-- Linking Favicon favicon -->
<link rel="icon" type="icon/x-image" href="/L1T20 Capstone Project/favicon.ico">
<!-- Link to Flag Icon Repository for CSS https://flagicons.lipis.dev by koppi and lipis on github -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/lipis/flag-icons@6.6.6/css/flag-icons.min.css">
<!-- Font Awesome Icon Library -->
<script src="https://kit.fontawesome.com/d212f14b68.js" crossorigin="anonymous"></script>
<!-- Linking JQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.3/jquery.min.js"></script>
</head>
<body>
<div class="container">
<!-- HEADER: MAIN HEADER, SITE NAVIGATION, SEARCH BAR -->
<header>
<h1><a href="/L1T20 Capstone Project/index.html">Learn French with Me</a></h1>
<!-- Top Navigation Bar -->
<nav>
<ul class="mainMenu">
<!-- Homepage -->
<li id="main-menu-home-button" class="home-button">
<a class="main-navbar-button" href="index.html"><i class="fa-solid fa-house"></i> HOME</a>
</li>
<!-- Phrasebooks -->
<li class="dropdown-button">
<div id="main-menu-phrasebooks-button" class="dropdown">
<a class="main-navbar-button" href="#"><i class="fa-solid fa-book-open"></i> Phrase Books</a>
<div class="dropdown-content">
<a href="phrasebooks-bonjour.html">Bonjour!</a>
<a href="phrasebooks-bonappetit.html">Bon Appetit!</a>
<a href="phrasebooks-bonvoyage.html">Bon Voyage!</a>
</div>
</div>
</li>
<!-- Vocabulary -->
<li class="dropdown-button">
<div id="main-menu-vocabulary-button" class="dropdown">
<a class="main-navbar-button" href="#"><i class="fa-solid fa-language"></i> Vocabulary</a>
<div class="dropdown-content">
<a href="javascript:void(0)" class="notAllowed">Nouns</a> <!--vocabulary-nouns.html -->
<a href="vocabulary-verbs.html">Verbs</a> <!--vocabulary-verbs.html-->
<a href="javascript:void(0)" class="notAllowed">Adjectives</a> <!--vocabulary-adjectives.html -->
<a href="javascript:void(0)" class="notAllowed">Top 1000 Words</a> <!-- vocabulary-top1000words.html-->
</div>
</div>
</li>
<!-- Grammar -->
<li class="dropdown-button">
<div id="main-menu-grammar-button" class="dropdown">
<a class="main-navbar-button" href="#"><i class="fa-solid fa-spell-check"></i> Grammar</a>
<div class="dropdown-content">
<a href="javascript:void(0)" class="notAllowed">Present Tense</a> <!--grammar-present.html-->
<a href="javascript:void(0)" class="notAllowed">Past Tense</a> <!--grammar-past.html-->
<a href="javascript:void(0)" class="notAllowed">Future Tense</a> <!--grammar-future.html-->
<a href="javascript:void(0)" class="notAllowed">Conditional </a> <!--grammar-conditional.html-->
</div>
</div>
</li>
<!-- Immersive French -->
<li class="dropdown-button">
<div id="main-menu-immersive-french-button" class="dropdown">
<a class="main-navbar-button" href="#"><i class="fa-solid fa-photo-film"></i> Immersive French</a>
<div class="dropdown-content">
<a href="javascript:void(0)" class="notAllowed">French Movies & Series</a> <!--immersive-movies.html-->
<a href="javascript:void(0)" class="notAllowed">French Podcasts</a> <!--immersive-podcasts.html-->
<a href="javascript:void(0)" class="notAllowed">French Music</a> <!--immersive-music-->
<a href="javascript:void(0)" class="notAllowed">Apps to Learn French</a> <!--immersive-apps.html-->
</div>
</div>
</li>
<!-- About Me -->
<li id="main-menu-about-me-button" class="about-me-button">
<a class="main-navbar-button" href="#"><i class="fa-solid fa-user"></i> About Me</a>
</li>
<!-- Saved Articles / Bookmarks / Reading List-->
<li id="main-menu-bookmarks-button" class="bookmarks-button">
<a class="main-navbar-button" href="bookmarks.html"><i class="fa-solid fa-bookmark"></i></a>
</li>
</ul>
</nav>
<!-- Search Bar -->
<div class="search-bar">
<form class="search">
<input type="text" placeholder="Search.." name="search">
<button type="submit"><i class="fa-solid fa-magnifying-glass"></i></button>
</form>
</div>
</header>
<!-- CAROUSEL OF IMAGES USING CSS -->
<article class="carousel-of-images">
<h5 id="websiteSubtitle">The ultimate French language-learning guide for native English speakers ™</h5>
<div class="carousel-wrapper">
<span id="carousel-image-1"></span>
<span id="carousel-image-2"></span>
<span id="carousel-image-3"></span>
<span id="carousel-image-4"></span>
<span id="carousel-image-5"></span>
<div class="carousel-image carousel-image-1">
<a href="#carousel-image-5" class="arrow-prev arrow"></a>
<a href="#carousel-image-2" class="arrow-next arrow"></a>
<div class="carousel-image-caption">
<p><em>Beachfront in Cannes, France</em> by <a href="https://unsplash.com/photos/TcnHgEF2_CE?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Diane Picchiottino</a></p>
</div>
</div>
<div class="carousel-image carousel-image-2">
<a href="#carousel-image-1" class="arrow-prev arrow"></a>
<a href="#carousel-image-3" class="arrow-next arrow"></a>
<div class="carousel-image-caption">
<p><em>A French Course for Schools</em> by <a href="https://unsplash.com/photos/MEiCmQgMFoI?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Erik Mclean</a></p>
</div>
</div>
<div class="carousel-image carousel-image-3">
<a href="#carousel-image-2" class="arrow-prev arrow"></a>
<a href="#carousel-image-4" class="arrow-next arrow"></a>
<div class="carousel-image-caption">
<p><em>The Louvre Museum in Paris, France</em> by <a href="https://unsplash.com/photos/GjYw5xyMI3w?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Gloria Villa</a></p>
</div>
</div>
<div class="carousel-image carousel-image-4">
<a href="#carousel-image-3" class="arrow-prev arrow"></a>
<a href="#carousel-image-5" class="arrow-next arrow"></a>
<div class="carousel-image-caption">
<p><em>Cobbled Street in Antibes, France</em> by <a href="https://unsplash.com/photos/u0Bfur4ZNzU?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Reuben Mcfeeters</a></p>
</div>
</div>
<div class="carousel-image carousel-image-5">
<a href="#carousel-image-4" class="arrow-prev arrow"></a>
<a href="#carousel-image-1" class="arrow-next arrow"></a>
<div class="carousel-image-caption">
<p><em>French Flag in the Bokeh</em> by <a href="https://unsplash.com/photos/GDyJRbm6Msg?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Cecile Hournau</a></p>
</div>
</div>
</div>
</article>
<!-- GRID CONTAINER 1: SITE CONTENT + FOOTER -->
<div class="grid-container-1">
<article id="homepageArticle1" class="box-1 why-learn-french">
<div class="bookmark-button">
<i class="unsaved-article fa-bookmark fa-solid" title="Add bookmark"></i>
</div>
<h2 id="why-learn-french" class="article-header">Why learn French?</h2>
<p>
When deciding on a foreign language to learn, its important to consider a few factors:
</p>
<ul>
<li>
Is the language widely spoken?
</li>
<li>
In what contexts is this language useful?
</li>
<li>
Is the language easy to learn?
</li>
<li>
How easy is it to access language learning tools for this language?
</li>
</ul>
<div class="interaction-button-container">
<span class="article-like-button"> <i class="fa-regular fa-heart"></i> 12 </span>
<span class="article-share-button"> <i class="fa-regular fa-share-from-square"></i> 4 </span>
<span class="article-comment-button"> <i class="fa-regular fa-comment"></i> 1 </span>
</div>
</article>
<article id="homepageArticle2" class="box-2 is-french-widely-spoken">
<div class="bookmark-button">
<i class="unsaved-article fa-bookmark fa-solid" title="Add bookmark"></i>
</div>
<h3>Is French widely spoken?</h3>
<p>
French is the <a class="paragraph-link" href="https://www.weforum.org/agenda/2015/10/which-languages-are-most-widely-spoken/" target="_blank">fifth most widely spoken language</a> in the world and it is spoken on every continent. Estimated to be used by
over 300 million people worldwide, French can be considered a versatile language as it has functions beyond the borders of France.
</p>
<aside>
<h4>The most widely spoken languages in the world</h4>
<div class="language-graph">
<span class="minimiser-maximiser-button"><i class="fa-solid fa-up-right-and-down-left-from-center"></i></span>
<a href="https://www.statista.com/statistics/266808/the-most-spoken-languages-worldwide/" rel="nofollow" target="_blank">
<img id="statistaGraph"class="minimised"src="images/why-french/language-graph.jpg" alt="Graph of the most spoken languages worldwide in 2022 (by speakers in millions)">
</a>
<p>
<em>Graph of the most spoken languages worldwide in 2022 (by speakers in millions)</em> published by <a class="paragraph-link" href="https://www.statista.com" target="_blank">Statista</a>.
</p>
</div>
</aside>
<div class="interaction-button-container">
<span class="article-like-button"> <i class="fa-regular fa-heart"></i> 12 </span>
<span class="article-share-button"> <i class="fa-regular fa-share-from-square"></i> 4 </span>
<span class="article-comment-button"> <i class="fa-regular fa-comment"></i> 1 </span>
</div>
</article>
<article id="homepageArticle3" class="box-3 in-what-contexts-is-french-useful">
<div class="bookmark-button">
<i class="unsaved-article fa-bookmark fa-solid" title="Add bookmark"></i>
</div>
<h3 id="contexts-french-is-useful">In what contexts is French useful?</h3>
<div class="context-text-container">
<p>
Being proficient in French can make <mark>travelling</mark> to French speaking countries a lot easier. Having conversational French skills allow you, as a tourist, to communicate with locals without a hitch. This can make your travel experience all the more fun because you do not need to rely on
translator apps to ask for directions or restaurant recommendations. <mark>Forming connections</mark> with people becomes easier allowing you to <mark>befriend locals</mark>- not <em>just</em> other tourists. Your experience of both business and leisure <mark>travel</mark> can be greatly ameliorated by speaking French.
</p>
<p>
French is often referred to as the language of <mark>love</mark>, however French is also a useful <mark> business</mark> language. Being a fluent French speaker opens doors to French schools and universities and allows one to <mark>study</mark>, live and <mark>work</mark> in Francophone countries too. Some of the best universities and colleges in the world are in French speaking countries making the language relevant if you
you are interested in studying at one of these institutions. Furthermore, <mark>international organisations</mark> like the <abbr title="World Health Organisation">WHO</abbr> and the <abbr title="United Nations">UN</abbr>, often use French as one of the languages of communication. If you are interested in working with or at global organisations, being fluent in French will set
you apart from other applicants and businesspeople.
</p>
</div>
<div class="contexts-french-photobox">
<figure class="contextPhoto1Travel">
<img id="contextPhoto1Travel"src="images/context-photo-1.jpg" alt="An unnamed traveller in the foreground looking at the list of departing flights in a busy airport terminal." title="Travel internationally with ease">
<figcaption>
Photo by <a href="https://unsplash.com/@odiin?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Erik Odiin</a> <br> on <a href="https://unsplash.com/images/travel?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Unsplash</a>
</figcaption>
</figure>
<figure class="contextPhoto2Friends">
<img id="contextPhoto2Friends"src="images/context-photo-2.jpg" alt="A friendship group of four unnamed young adults at a coffee shop laughing together" title="Make friends with locals">
<figcaption>
Photo by <a href="https://unsplash.com/ko/@brookecagle?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Brooke Cagle</a> <br> on <a href="https://unsplash.com/photos/-uHVRvDr7pg?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Unsplash</a>
</figcaption>
</figure>
<figure class="contextPhoto3Love">
<img id="contextPhoto3Love"src="images/context-photo-3.jpg" alt="A couple embraces on steps overlooking a quiet street in Montmartre, France" title="The language of love">
<figcaption>
Photo by <a href="https://unsplash.com/@jbonunsplash?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Jean-Baptiste D.</a> <br> on <a href="https://unsplash.com/photos/lofU3UFf3SU?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Unsplash</a>
</figcaption>
</figure>
<figure class="contextPhoto4Study">
<img id="contextPhoto4Study"src="images/context-photo-4.jpg" alt="The grand looking entrance of Sorbonne University. The street is empty except for a solitary guard standing at the door. Carved in the ancient looking stone archway is 'L'Université de Paris'. " title="Worldclass Universities and Colleges">
<figcaption>
Photo by <a href="https://unsplash.com/@robinoode?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Robin Ooode</a> <br> on <a href="https://unsplash.com/photos/nsHO6mtOsc4?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Unsplash</a>
</figcaption>
</figure>
<figure class="contextPhoto5Diplomacy">
<img id="contextPhoto5Diplomacy"src="images/context-photo-5.jpg" alt="A close up of a United Nations branded notebook clutched under the arm of a man wearing a business suit and a sophisticated wristwatch." title="A language of diplomacy">
<figcaption>
Photo by <a href="https://unsplash.com/@ilyasssed?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Ilyass SEDDOUG</a> <br> on <a href="https://unsplash.com/photos/06w8RxgSzF0?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Unsplash</a>
</figcaption>
</figure>
<figure class="contextPhoto6Business">
<img id="contextPhoto6Business"src="images/context-photo-6.jpg" alt="A close up of the 'Business' section of a newspaper held by a well-dressed businessman." title="A language for global business, trade and commerce">
<figcaption>
Photo by <a href="https://unsplash.com/@adeolueletu?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Adeolu Eletu</a> <br> on <a href="https://unsplash.com/photos/E7RLgUjjazc?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Unsplash</a>
</figcaption>
</figure>
</div>
<div class="interaction-button-container">
<span class="article-like-button"> <i class="fa-regular fa-heart"></i> 12 </span>
<span class="article-share-button"> <i class="fa-regular fa-share-from-square"></i> 4 </span>
<span class="article-comment-button"> <i class="fa-regular fa-comment"></i> 1 </span>
</div>
</article>
<article id="homepageArticle4" class="box-4 is-french-easy-to-learn">
<div class="bookmark-button">
<i class="unsaved-article fa-bookmark fa-solid" title="Add bookmark"></i>
</div>
<h3>Is French easy to learn?</h3>
<p>
After English, French is the <a target="_blank" href="https://www.diplomatie.gouv.fr/en/coming-to-france/studying-in-france/learning-french/article/10-good-reasons-for-learning">second most learned foreign language</a> in the world. With so many people learning French, French learning and teaching techniques have been perfected. In addition to this, French has many similarities with
English with both languages having "borrowed" words from each other. Native English speakers are at an advantage when learning French as the languages use the same alphabet and at times the same syntax is applied. There are areas of the French language that can be difficult for English speakers to master. Pronunciation and agreement between subjects and objects with other parts of speech in a sentence. Although these areas are challenging,
with practice and reptition, the learner will begin to do this intuitively. After learning French, learning other Romance Languages, namely Italian, Portuguese, Spanish, and Romanian, becomes easier as French contains the foundation upon which all Romance languages are built.
</p>
<div class="interaction-button-container">
<span class="article-like-button"> <i class="fa-regular fa-heart"></i> 12 </span>
<span class="article-share-button"> <i class="fa-regular fa-share-from-square"></i> 4 </span>
<span class="article-comment-button"> <i class="fa-regular fa-comment"></i> 1 </span>
</div>
</article>
<article id="homepageArticle5" class="box-5 french-language-learning-tools">
<div class="bookmark-button">
<i class="unsaved-article fa-bookmark fa-solid" title="Add bookmark"></i>
</div>
<h3>How easy is it to access French language learning tools?</h3>
<p>
This website is one of many French learning resources available to the aspiring French-speaker. Because French is so widely spoken, there are many free and affordable tools to learn French online and in-person. <br>The <a class="in-text-nav-button" href="javascript:void(0)"><i class="fa-solid fa-photo-film"></i> Immersive French</a> tab details a few of the
best resources available to you.
</p>
<div class="interaction-button-container">
<span class="article-like-button"> <i class="fa-regular fa-heart"></i> 12 </span>
<span class="article-share-button"> <i class="fa-regular fa-share-from-square"></i> 4 </span>
<span class="article-comment-button"> <i class="fa-regular fa-comment"></i> 1 </span>
</div>
</article>
<article id="homepageArticle6" class="box-6 french-speaking-countries">
<div class="bookmark-button">
<i class="unsaved-article fa-bookmark fa-solid" title="Add bookmark"></i>
</div>
<h2 id="french-speaking-countries">French Speaking Countries</h2>
<div class="tooltip">
<span class="fi fi-be"></span>
<span class="tooltiptext">
Belgium
</span>
</div>
<div class="tooltip">
<span class="fi fi-bj"></span>
<span class="tooltiptext">
Bénin
</span>
</div>
<div class="tooltip">
<span class="fi fi-bf"></span>
<span class="tooltiptext">
Burkina Faso
</span>
</div>
<div class="tooltip">
<span class="fi fi-bi"></span>
<span class="tooltiptext">
Burundi
</span>
</div>
<div class="tooltip">
<span class="fi fi-cm"></span>
<span class="tooltiptext">
Cameroon
</span>
</div>
<div class="tooltip">
<span class="fi fi-ca"></span>
<span class="tooltiptext">
Canada
</span>
</div>
<div class="tooltip">
<span class="fi fi-cf"></span>
<span class="tooltiptext">
The Central African Republic
</span>
</div>
<div class="tooltip">
<span class="fi fi-td"></span>
<span class="tooltiptext">
Chad
</span>
</div>
<div class="tooltip">
<span class="fi fi-km"></span>
<span class="tooltiptext">
The Comoros
</span>
</div>
<div class="tooltip">
<span class="fi fi-cg"></span>
<span class="tooltiptext">
Congo (Brazzaville)
</span>
</div>
<div class="tooltip">
<span class="fi fi-cd"></span>
<span class="tooltiptext">
Congo (Kinshasa)
</span>
</div>
<div class="tooltip">
<span class="fi fi-ci"></span>
<span class="tooltiptext">
Côte d'Ivoire
</span>
</div>
<div class="tooltip">
<span class="fi fi-dj"></span>
<span class="tooltiptext">
Djibouti
</span>
</div>
<div class="tooltip">
<span class="fi fi-gq"></span>
<span class="tooltiptext">
Equatorial Guinea
</span>
</div>
<div class="tooltip">
<span class="fi fi-fr"></span>
<span class="tooltiptext">
France
</span>
</div>
<div class="tooltip">
<span class="fi fi-ga"></span>
<span class="tooltiptext">
Gabon
</span>
</div>
<div class="tooltip">
<span class="fi fi-gn"></span>
<span class="tooltiptext">
Guinee
</span>
</div>
<div class="tooltip">
<span class="fi fi-ht"></span>
<span class="tooltiptext">
Haïti
</span>
</div>
<div class="tooltip">
<span class="fi fi-lu"></span>
<span class="tooltiptext">
Luxembourg
</span>
</div>
<div class="tooltip">
<span class="fi fi-mg"></span>
<span class="tooltiptext">
Madagascar
</span>
</div>
<div class="tooltip">
<span class="fi fi-ml"></span>
<span class="tooltiptext">
Mali
</span>
</div>
<div class="tooltip">
<span class="fi fi-mc"></span>
<span class="tooltiptext">
Monaco
</span>
</div>
<div class="tooltip">
<span class="fi fi-ne"></span>
<span class="tooltiptext">
The Niger
</span>
</div>
<div class="tooltip">
<span class="fi fi-rw"></span>
<span class="tooltiptext">
Rwanda
</span>
</div>
<div class="tooltip">
<span class="fi fi-sn"></span>
<span class="tooltiptext">
Senegal
</span>
</div>
<div class="tooltip">
<span class="fi fi-sc"></span>
<span class="tooltiptext">
Seychelles
</span>
</div>
<div class="tooltip">
<span class="fi fi-ch"></span>
<span class="tooltiptext">
Switzerland
</span>
</div>
<div class="tooltip">
<span class="fi fi-tg"></span>
<span class="tooltiptext">
Togo
</span>
</div>
<div class="tooltip">
<span class="fi fi-vu"></span>
<span class="tooltiptext">
Vanuatu
</span>
</div>
<div class="interaction-button-container">
<span class="article-like-button"> <i class="fa-regular fa-heart"></i> 12 </span>
<span class="article-share-button"> <i class="fa-regular fa-share-from-square"></i> 4 </span>
<span class="article-comment-button"> <i class="fa-regular fa-comment"></i> 1 </span>
</div>
</article>
<article class="box-9 comments-section">
<h3><i class="fa-regular fa-comment-dots"></i> Have a question? Leave a comment below.</h3>
<article id="all-published-comments">
<div class="published-comment-container">
<p class="published-comment-author"><i class="fa-solid fa-circle-user"></i>Henry</p>
<p class="published-comment-comment">I love this site!</p>
<p class="published-comment-location"><i class="fa-solid fa-location-dot"></i>Cape Town, South Africa</p>
<p class="published-comment-date"><i class="fa-solid fa-calendar-day"></i>12 Jan 2023</p>
</div>
</article>
<form id="comment-form" class="user-comment-form">
<label for="user-comment-author">
Name
<input title="Enter a display name to be seen by other commenters" name="user-comment-author" id="user-comment-author" type="text" minlength="1" maxlength="20" autocomplete="given-name" placeholder="Jean Dupont" required>
</label>
<label for="user-comment-location">
Location
<input title="Enter your country" name="user-comment-location" id="user-comment-location" type="text" placeholder="City, Country" autocomplete="country-name" required>
</label>
<label for="user-comment-name">
Comment
<textarea name="user-comment-comment" id="user-comment-comment" type="text" maxlength="280" placeholder="1-280 characters..."></textarea>
</label>
<input id="post-comment-button" type="submit" value="Post Comment">
</form>
</article>
</div>
</div>
<footer>
<article class="box-8 subscribe-to-newsletter">
<!-- Assistance from https://www.w3schools.com/howto/howto_css_newsletter.asp -->
<form class="subscribe" action="action_page.php">
<div class="form-container">
<div class="bunding">
<h2>Subscribe to our Newsletter</h2>
<img id="french-bunding-image" src="images/french-bunding.png" alt="Bunding of French flag">
</div>
<p>My newsletter keeps you informed about current affairs with the aim of building your French vocabulary and introducing you to jargon and slang you may encounter
in the day-to-day.
</p>
</div>
<div class="form-container">
<input type="text" placeholder="First Name" name="name" required>
<input type="text" placeholder="Email Address" name="mail" required>
<label>
<input type="radio" checked="checked" name="subscribe"> Annual Newsletter
</label>
<br>
<label>
<input type="radio" checked="checked" name="subscribe"> Monthly Newsletter
</label>
<br>
<label>
<input type="radio" checked="checked" name="subscribe"> Weekly Newsletter
</label>
</div>
<div class="form-container">
<input type="submit" value="Subscribe">
<div class="social-buttons-container">
<a class="social-buttons" href="#"><i class="fa-brands fa-instagram fa-3x"></i></a>
<a class="social-buttons" href="#"><i class="fa-brands fa-twitter fa-3x"></i></a>
<a class="social-buttons" href="#"><i class="fa-brands fa-facebook fa-3x"></i></a>
<a class="social-buttons" href="#"><i class="fa-brands fa-tiktok fa-3x"></i></a>
</div>
</div>
<blockquote>
"This website has helped me master my French skills in prepartion for my gap year.
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>"
<cite>- Amy, 19</cite>
</blockquote>
<blockquote>
"My French mark increased by 10% when I started using the resources from this site consistently!
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star"></i>
<i class="fa-solid fa-star-half"></i>"
<cite>- Fidel, 16</cite>
</blockquote>
</form>
</article>
<article class="box-7 who-is-this-site-for">
<div class="bunding">
<h2 id="who-is-this-site-for"> Who is this website for?</h2>
<img class="french-bunding-image" src="images/french-bunding.png" alt="Bunding of French flag">
</div>
<p>
Tick the checkboxes that apply to see if this site is right for you!
</p>
<label>
<input type="checkbox" name="site-function-1"> I want to learn French.
</label>
<br>
<label>
<input type="checkbox" name="site-function-2"> I know the basics of French.
</label>
<br>
<label>
<input type="checkbox" name="site-function-3"> I want to learn more French.
</label>
<br>
<label>
<input type="checkbox" name="site-function-4"> I need help learning French.
</label>
<br>
<figure class="site-users">
<img class="site-users site-users-loading" title="Tick the checkboxes"src="images/site-users-loading.jpg" alt="An open notebook with blank pages on a white desk.">
<img class="site-users site-users-success hidden-image" title="This site is for you!" src="images/site-users-success.jpg" alt="An open notebook with blank pages on a white desk.">
</figure>
</article>
<div class="box-10 homepage-footer-site-map">
<h5>Homepage</h5>
<ul class="footer-site-map">
<li><a href="#why-learn-french">Why Learn French?</a></li>
<li><a href="#french-speaking-countries">French Speaking Countries</a></li>
<li><a href="#who-is-this-site-for">Who is this website for?</a></li>
</ul>
</div>
<div class="box-11 phrasebooks-footer-site-map">
<h5>Phrase Books</h5>
<ul class="footer-site-map">
<li><a href="phrasebooks-bonjour.html">Bonjour!</a></li>
<li><a href="javascript:void(0)" class="notAllowed">Bon Appéti!</a></li>
<li><a href="javascript:void(0)" class="notAllowed">Bon voyage!</a></li>
</ul>
</div>
<div class="box-12 vocabulary-footer-site-map">
<h5>Vocabulary</h5>
<ul class="footer-site-map">
<li><a href="javascript:void(0)" class="notAllowed">Nouns</a></li>
<li><a href="vocabulary-verbs.html">Verbs</a></li>
<li><a href="javascript:void(0)" class="notAllowed">Adjectives</a></li>
<li><a href="javascript:void(0)" class="notAllowed">1000 Most Used Words</a></li>
</ul>
</div>
<div class="box-13 grammar-footer-site-map">
<h5>Grammar</h5>
<ul class="footer-site-map">
<li><a href="javascript:void(0)" class="notAllowed">Present Tense</a></li>
<li><a href="javascript:void(0)" class="notAllowed">Future Tense</a></li>
<li><a href="javascript:void(0)" class="notAllowed">Past Tense</a></li>
</ul>
</div>
<div class="box-14 immersive-footer-site-map">
<h5>Immersive French</h5>
<ul class="footer-site-map">
<li><a href="javascript:void(0)" class="notAllowed">Movies & TV</a></li>
<li><a href="javascript:void(0)" class="notAllowed">Podcast</a></li>
<li><a href="javascript:void(0)" class="notAllowed">Music</a></li>
<li><a href="javascript:void(0)" class="notAllowed">Courses & Classes</a></li>
<li><a href="javascript:void(0)" class="notAllowed">Mobile & Web Apps</a></li>
</ul>
</div>
<div class=" box-15 copyrights-footer">
<h6><a href="#">Return to Top</a></h6>
<p>
Powered by Apollo <i class="fa-solid fa-user-astronaut"></i> | © 2022 by Zandi Mgutshini. All Rights Reserved.
</p>
</div>
</footer>
<!-- Linking javascript file -->
<script src="js/index.js"></script>
</body>
</html>