-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathluvlingua.html
More file actions
111 lines (111 loc) · 4.94 KB
/
luvlingua.html
File metadata and controls
111 lines (111 loc) · 4.94 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Узнайте французский язык, алфавит и грамматику с Luvlingua</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=Rubik:wght@400;600&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.css"
/>
<link rel="shortcut icon" type="image/png" href="images/favicon.png" />
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<div class="wrapper">
<main id="main" class="main">
<div class="container">
<h1 class="title article-title">
Узнайте французский язык, алфавит и грамматику с Luvlingua
</h1>
<p class="main__date">6 Апреля, 2023</p>
<div class="main--two-column-layout">
<div class="swiper swiper--two-column-layout">
<div class="swiper-wrapper">
<div class="swiper-slide">
<img src="images/luv-1.jpg" alt="" />
</div>
<div class="swiper-slide">
<img src="images/luv-2.jpg" alt="" />
</div>
<div class="swiper-slide">
<img src="images/luv-3.jpg" alt="" />
</div>
</div>
<div class="swiper-pagination"></div>
</div>
<div class="main__text">
<h3>Описание проекта</h3>
<p>
Образовательные приложения Luvlingua позволяют учиться через
веселые игры, рассчитанные на разные уровни владения языком.
Изучите ключевые слова и основные предложения, чтобы приобрести
твердую базу на французском языке.
</p>
<h3>Возможности применения</h3>
<p>
Разработано учителями для поддержки и реагирования на различные
стили обучения.
</p>
<div>
<p>- Визуальная (изображение и игра памяти)</p>
<p>- Слух (викторина прослушивания)</p>
<p>
- Чтение (написание викторины и множественного выбора, Word
Riddles)
</p>
<p>- кинестетическая (анимация и целевые игры)</p>
</div>
<p>
Быстро и легко ищите слова или предложения в разделе поиска и
сохраняйте, чтобы изучить их позже. В приложение присутствует
возможность изменить язык пользователя, скрыть/отображать
романизацию.
</p>
<h3>Ссылки</h3>
<ul>
<li>
<a href="https://www.luvlingua.com/" class="main__link">
Сайт проекта
</a>
</li>
<li>
<a
href="https://play.google.com/store/apps/details?id=com.silvermoonapps.luvlingualearnfunfrenchlanguage&hl=en_US"
class="main__link"
>
Приложение на французском
</a>
</li>
<li>
<a
href="https://play.google.com/store/apps/details?id=com.silvermoonapps.learnenglishlanguageculturelite"
class="main__link"
>
Приложение на английском
</a>
</li>
</ul>
</div>
</div>
</div>
</main>
<footer class="footer">
<div class="container">
<div class="footer__buttons">
<a href="#main" class="button button--yellow"> Вверх </a>
<a href="index.html" class="button button--yellow"> На главную </a>
</div>
</div>
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/swiper@9/swiper-bundle.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>