-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindexCSSSelectors.html
More file actions
44 lines (37 loc) · 1.67 KB
/
Copy pathindexCSSSelectors.html
File metadata and controls
44 lines (37 loc) · 1.67 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
<html lang="en">
<head>
<meta charset="UTF-8">
<title>CSS Selectors</title>
<link rel="stylesheet" href="style5.css">
</head>
<body>
<header class="header">
<span class="logo">MA</span>
<nav class="nav">
<a href="index.html" class="nav__link">Home</a>
<a href="about.html" class="nav__link active">About</a>
<a href="courses.html" class="nav__link">Courses</a>
<a href="contacts.html" class="nav__link">Contacts</a>
</nav>
</header>
<main>
<h1 title="About Mate academy">About Mate academy</h1>
<p>Mate academy is an online platform for programming learning and finding your first job in IT.</p>
<p>Training lasts for 4-5 months and takes place online. In the portfolio of Mate academy you can find such courses: Java, Front-end, Full Stack Web, UI/UX Design.</p>
<h2 title="Our mission">Our mission</h2>
<p>“Create all the necessary conditions so that capable Ukrainians could receive the necessary resources to reach their full potential. We believe that the more educated and talented specialists there are in the country, the more rapid the positive changes in society will occur.</p>
<div>
<h2>Useful links</h2>
<ul>
<li>
<a href="https://www.mate.academy">Mate academy site</a>
</li>
<li>
<a href="https://jobs.dou.ua/companies/mate-academy/">We are hiring</a>
</li>
</ul>
<p>We believe that Ukraine can become one of the world’s IT leaders. For this, we need to significantly improve the quality of specialists’ education.</p>
</div>
</main>
</body>
</html>