-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
281 lines (278 loc) · 14.1 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
<!DOCTYPE html>
<html lang="ua">
<head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
<meta name="format-detection" content="telephone=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="shortcut icon" href="favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<link rel="stylesheet" href="font/icon/icon_font.css"/>
<link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css">
<link rel="stylesheet" href="css/style.min.css"/>
<title>COURSEWAY</title>
</head>
<body>
<div class="wrapper">
<header class="header">
<div class="header__container _container">
<a href="" class="header__logo">COURSEWAY</a>
<div class="header__menu menu">
<div class="menu__icon">
<span></span>
</div>
<nav class="menu__body">
<ul class="menu__list">
<li><a href="#" class="menu__link">головна</a></li>
<li><a href="#" class="menu__link">курси</a></li>
<li><a href="#" class="menu__link">блог</a></li>
<li><a href="#" class="menu__link">про проект</a></li>
<li><a href="#" class="menu__link">реєстрація</a></li>
</ul>
</nav>
</div>
</div>
<div class="header__container-info-form _container">
<h2>БЕЗКОШНОВНІ ОНЛАЙН-КУРСИ</h2>
<p>ВІД ВИКЛАДАЧІВ ПРОВІДНИХ УНІВЕРСИТЕТІВ СВІТУ</p>
<form action="#" id="form" class="form__body">
<div class="form__name">
<div class="form__item">
<input id="formEmail" type="text" placeholder="Email:" name="Email" class="form__input _req _email">
</div>
<div class="form__item">
<input id="formPassword" type="password" placeholder="Password:" class="form__input _req _password _req">
</div>
</div>
<button type="submit" class="form__button"> <span>РОЗПОЧАТИ!</span></button>
</form>
</div>
</header>
<main class="main">
<section class="advantages__container _container">
<h2>ПЕРЕВАГИ</h2>
<div class="advantages__cart__block _first">
<div class="advantages__cart">
<img src="./img/icon/Clock.png" alt="">
<h4>Будь-коли</h4>
<p>Навчайтесь у зручний для Вас час. Відеолекції, тести та форум доступні цілодобово.</p>
</div>
<div class="advantages__cart">
<img src="./img/icon/iPhone.png" alt="">
<h4>Будь-який пристрій</h4>
<p>Навчайтесь на комп’ютері, планшеті чи телефоні: сайт підлаштується під Ваш пристрій.</p>
</div>
</div>
<img class="lyre__filled" src="./img/icon/Lyre Filled-100.png" alt="">
<div class="advantages__cart__block _second">
<div class="advantages__cart">
<img src="./img/icon/Globe.png" alt="">
<h4>Будь-де</h4>
<p>Проходьте курси, не виходячи з дому чи в дорозі. Все, що Вам знадобиться, – це доступ до інтернету.</p>
</div>
<div class="advantages__cart">
<img src="./img/icon/Man.png" alt="">
<h4>Будь-хто</h4>
<p>Наші курси абсолютно безкоштовні – захмарні ціни більше ніколи не стануть на заваді найкращій освіті.</p>
</div>
</div>
</section>
<section class="courses__container ">
<div class="_container">
<div class="courses__container-title__text">
<h2>ДОСТУПНІ КУРСИ</h2>
<p>Запишіться прямо зараз на безкоштовні курси</p>
</div>
<div class="courses__grid-card__block">
<div class="courses__grid-card">
<div class="grid-card-info">
<h5>Основи програмування</h5>
<p>After the first 50 completed projects to make a mistake with the deadlines almost unreal.</p>
<a href="#">Read more ...</a>
<button type="button">ЗАРЕЄСТРУВАТИСЬ НА КУРС!</button>
</div>
<div class="grid-card-img">
<img src="./img/courses1.png" alt="">
</div>
</div>
<div class="courses__grid-card">
<div class="grid-card-info">
<h5>Розробка та <br> аналіз алгоритмів</h5>
<p>After the first 50 completed projects to make a mistake with the deadlines almost unreal.</p>
<a href="#">Read more ...</a>
<button type="button">ЗАРЕЄСТРУВАТИСЬ НА КУРС!</button>
</div>
<div class="grid-card-img">
<img src="./img/courses2.png" alt="">
</div>
</div>
<div class="courses__grid-card">
<div class="grid-card-info">
<h5>Економіка <br> для всіх</h5>
<p>After the first 50 completed projects to make a mistake with the deadlines almost unreal.</p>
<a href="#">Read more ...</a>
<button type="button">ЗАРЕЄСТРУВАТИСЬ НА КУРС!</button>
</div>
<div class="grid-card-img">
<img src="./img/courses3.png" alt="">
</div>
</div>
<div class="courses__grid-card">
<div class="grid-card-info">
<h5>Історія <br> України</h5>
<p>After the first 50 completed projects to make a mistake with the deadlines almost unreal.</p>
<a href="#">Read more ...</a>
<button type="button">ЗАРЕЄСТРУВАТИСЬ НА КУРС!</button>
</div>
<div class="grid-card-img">
<img src="./img/courses4.png" alt="">
</div>
</div>
</div>
</div>
</section>
<section class="slidder__container">
<div class="image-slider swiper-container _container">
<h2>ПАРТНЕРИ - ОСВІТНІ ЗАКЛАДИ</h2>
<div class="image-slider__wrapper swiper-wrapper">
<div class="image-slider__slide swiper-slide">
<figure class="image-slider__image">
<img src="./img/partners/cambridge.png">
<figcaption>Cambridge</figcaption>
</figure>
</div>
<div class="image-slider__slide swiper-slide" alt="Картинка">
<figure class="image-slider__image">
<img src="./img/partners/harvard-university-logo-90057.png" alt="Картинка">
<figcaption>Harvard</figcaption>
</figure>
</div>
<div class="image-slider__slide swiper-slide">
<figure class="image-slider__image">
<img src="./img/partners/mit_crest_logo.png" alt="Картинка">
<figcaption>MIT</figcaption>
</figure>
</div>
<div class="image-slider__slide swiper-slide">
<figure class="image-slider__image">
<img src="./img/partners/ucla_logo.png" alt="Картинка">
<figcaption>UCLA</figcaption>
</figure>
</div>
</div>
<div class="swiper-button-prev"></div>
<div class="swiper-button-next"></div>
</div>
</section>
<section class="promo__container">
<div class="promo__img-block">
</div>
<div class="promo__bg-block ">
<div class="bg_block__info">
<h4>СЕРТИФІКАТ ВІД ГАРВАРДУ</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,
when an unknown printer took a galley of type.</p>
<button class="bg_block__info-btn">ОТРИМАТИ!</button>
</div>
</div>
</section>
<section class="OurTeam__container _container">
<h2>РОЗРОБНИКИ</h2>
<div class="OurTeam__block">
<div class="OurTeam__card">
<img src="./img/team/team-2.png" alt="">
<div class="card__info">
<h5>Daniel Raynolds</h5>
<p>After the first 50 completed projects to make a mistake with the deadlines almost unreal.
After the first hundred projects to break the promises already impossible.</p>
<div class="cadr__social_block">
<a href="" class="facebook"><span class="icon-facebook"></span></a>
<a href="" class="twiter"><span class="icon-twitter"></span></a>
<a href="" class="google"><span class="icon-google"></span></a>
</div>
</div>
</div>
<div class="OurTeam__card">
<img src="./img/team/team-14.png" alt="">
<div class="card__info">
<h5>Nick Parson</h5>
<p>After the first 50 completed projects to make a mistake with the deadlines almost unreal.
After the first hundred projects to break the promises already impossible.</p>
<div class="cadr__social_block">
<a href="" class="facebook"><span class="icon-facebook"></span></a>
<a href="" class="twiter"><span class="icon-twitter"></span></a>
<a href="" class="google"><span class="icon-google"></span></a>
</div>
</div>
</div>
<div class="OurTeam__card">
<img src="./img/team/team-15.png" alt="">
<div class="card__info">
<h5>William Stanley</h5>
<p>After the first 50 completed projects to make a mistake with the deadlines almost unreal.
After the first hundred projects to break the promises already impossible.</p>
<div class="cadr__social_block">
<a href="" class="facebook"><span class="icon-facebook"></span></a>
<a href="" class="twiter"><span class="icon-twitter"></span></a>
<a href="" class="google"><span class="icon-google"></span></a>
</div>
</div>
</div>
<div class="OurTeam__card">
<img src="./img/team/team-18.png" alt="">
<div class="card__info">
<h5>Sarah Noel</h5>
<p>After the first 50 completed projects to make a mistake with the deadlines almost unreal.
After the first hundred projects to break the promises already impossible.</p>
<div class="cadr__social_block">
<a href="" class="facebook"><span class="icon-facebook"></span></a>
<a href="" class="twiter"><span class="icon-twitter"></span></a>
<a href="" class="google"><span class="icon-google"></span></a>
</div>
</div>
</div>
</div>
</section>
<section class="registration__form__container _background">
<div class="registration__form__container _container">
<h2>ЗАРЕЄСТРУЙСЯ ЗАРАЗ</h2>
<p>Та отримай задоволення від навчання</p>
<form action="#" id="form__reg" class="form__body-reg">
<div class="form__name-reg">
<div class="form__item-reg">
<input id="formName" type="text" placeholder="Name:" name="name" class="form__input-reg _req-reg">
</div>
<div class="form__item-reg">
<input id="formEmail" type="text" placeholder="Email:" name="Email" class="form__input-reg _req-reg _email-reg">
</div>
</div>
<button type="submit" class="form__button-reg"> <span>Submit</span></button>
</form>
</div>
</section>
</main>
<footer class="footer__container _background">
<div class="footer__container _container">
<div class="footer-block__text">
<p>Made with love by <span>Alex Kuzmenko</span>
Ispired by <span>PROMETHEUS</span></p>
</div>
<div class="footer__social-block">
<div class="social-block__blue">
<a href="" class="twiter"><span class="icon-twitter"></span></a>
<a href="" class="facebook"><span class="icon-facebook"></span></a>
<a href="" class="google"><span class="icon-google"></span></a>
</div>
<div class="social-block__red">
<a href="" class="twiter"><span class="icon-twitter"></span></a>
<a href="" class="facebook"><span class="icon-facebook"></span></a>
<a href="" class="google"><span class="icon-google"></span></a>
</div>
</div>
</div>
</footer>
</div>
<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>
<script src="js/script.min.js"></script>
</body>
</html>