-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (65 loc) · 2.45 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<header>
<a href=""></a>
<nav>
<ul>
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
</ul>
</nav>
<button></button>
</header>
<main>
<section>
<h2>Skills</h2>
<ul>
<li>
<img src="./images/shared-goals-bro.jpg" alt="speaking clab " width="390" height="390">
<h3>Speaking</h3>
<p>Improve your English skills and confidence.
Live classes and interactive lessons online.
20% extra free for a limited time only
Learn English online and improve your
skills through our high-quality courses
and resources – all designed for adult language learners.</p>
<a href="">Learn more</a>
</li>
<li>
<img src="./images/typewriter-bro.jpg" alt="writing" width="390" height="264">
<h3>Writing</h3>
<p>One of the most important and extensive
areas of natural science, the science that
studies substances, also their composition</p>
<a href="">Learn more</a>
</li>
<li>
<img src="./images/house-bookshelves-bro.jpg" alt="reading" width="390" height="264">
<h3>Reading</h3>
<p>Perception and response actions of the user
resulting from the use and/or upcoming use
of the product, system or service</p>
<a href="">Learn more</a>
</li>
<li>
<img src="./images/podcast-audience-bro.jpg" alt="podcast" width="408" height="274">
<h3>Listening</h3>
<p>Here you can find activities to practise
your listening skills. Listening will help you to improve your understanding</p>
<a href="">Learn more</a>
</li>
</ul>
</section>
</main>
</body>
</html>