-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage2.html
116 lines (102 loc) · 5.74 KB
/
page2.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Greetings | Français avec Yash</title>
<meta name="description" content="French Language Site Made by Yash">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<!-- Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"></script>
<!-- H5P JS -->
<script src="https://h5p.org/sites/all/modules/h5p/library/js/h5p-resizer.js" charset="UTF-8"></script>
<!-- Custom CSS -->
<link rel="stylesheet" href="styles.css">
<!-- Custom JS -->
<script src="script.js"></script>
</head>
<body>
<nav class="navbar navbar-expand-sm navbar-dark bg-dark fixed-top">
<div class="container-fluid">
<a class="navbar-brand" href="https://ysboomofficial.github.io/Yash-Website-SML5202/">
<div class="site-logo"></div>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#mynavbar">
<span class="navbar-toggler-icon"></span>
</button>
<div id="mynavbar" class="collapse navbar-collapse justify-content-end">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="index.html">Bienvenue</a>
</li>
<li class="nav-item">
<a class="nav-link" href="page2.html">Greetings</a>
</li>
<li class="nav-item">
<a class="nav-link" href="page3.html">Numbers</a>
</li>
<li class="nav-item">
<a class="nav-link" href="page4.html">Grammar</a>
</li>
<li class="nav-item">
<a class="nav-link" href="page5.html">Resources</a>
</li>
</ul>
</div>
</nav>
<div id="jumbotron" class="mt-5 p-5 bg-primary">
<h1>Greetings</h1>
<p>Don't know how to start a conversation?<br>Lets start by saying Hello and looking at a bunch of other
greetings in French</p>
</div>
<div class="container-fluid">
<h4 style="text-align: center; margin-bottom: 0.5em; margin-top: 0.5em;">Bonjour ! that means hello, but you
probably knew that
already<br>So lets learn some other greetings that you'll find useful</h4>
<!-- Video and Flashcards -->
<h5 style="text-align: center;margin-bottom: 0.5em;">Here's a video on French greetings and some flashcards
to help you remember them</h5>
<div class="row" style="margin-bottom: 0.5em;">
<div class="col-sm-6" style="margin-top: 0.5em; text-align: center; align-self: center;">
<div class="container-iframe">
<iframe class="responsive-iframe" src="https://www.youtube.com/embed/hd0_GZHHWeE"
title="YouTube video player"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
</div>
<div class="col-sm-6" style="margin-top: 0.5em; text-align: center; align-self: center;">
<iframe src="https://h5p.org/h5p/embed/1236989" width="100%" height="550"
allowfullscreen="allowfullscreen"
allow="geolocation *; microphone *; camera *; midi *; encrypted-media *"
title="French Greetings"></iframe>
<script src="https://h5p.org/sites/all/modules/h5p/library/js/h5p-resizer.js"
charset="UTF-8"></script>
</div>
</div>
<br>
<!-- Fill in the blanks exercise -->
<h4 style="text-align: center;margin-bottom: 0.5em;">Now that you know some greetings,
lets have a small conversation</h4>
<div style="text-align: center;">
<iframe src="https://h5p.org/h5p/embed/1236986" width="95%" height="513"
allowfullscreen="allowfullscreen"
allow="geolocation *; microphone *; camera *; midi *; encrypted-media *"
title="Let's have a conversation!"></iframe>
<script src="https://h5p.org/sites/all/modules/h5p/library/js/h5p-resizer.js" charset="UTF-8"></script>
</div>
<br>
<h6 style="text-align: center; margin-bottom: 0.5em;">Now that you know some greetings, it's time to learn
some <a class="bottom-link" href="page3.html">Numbers</a></h6>
</div>
<footer>
<p><a href="https://ysboomofficial.github.io/Yash-Website-SML5202/">Yash-Website-SML5202
</a> is maintained by <a href="https://github.com/YSBoomOfficial">Yash</a>.</p>
<p>This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.</p>
</footer>
</body>
</html>