-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
73 lines (55 loc) · 2.3 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Про нас</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div class="main clearfix">
<div class="header">
<div class="header__content">
<img src="img/header.jpg" width="100%"
height="100">
</div>
</div>
<aside>
<nav id="cssmenu">
<ul>
<li><a href="index.html"><span>Головна</span></a></li>
<li class='active has-sub'><a href="#"><span>Новини</span></a>
<ul>
<li class='has-sub'><a href='#'><span>2017</span></a>
<ul>
<li class='last'><a href='teachers_day.html'><span>День вчителя</span></a></li>
<li class='last'><a href="peaсe_day.html"><span>День миру</span></a></li>
<li class='last'><a href='harvest_day.html'><span>Свято урожаю</span></a></li>
<li class='last'><a href='week_elementary_school.html'><span>Тиждень початкової школи</span></a></li>
</ul>
</li>
</ul>
</li>
<li><a href="about.html"><span>Про нас</span></a></li>
<li class='last'><a href="contacts.html"><span>Контакти</span></a></li>
</ul>
</nav>
</aside>
<section class="clearfix" >
<div class="main_inf">
<h3>Наші педагоги</h3>
<p>Терин Василь Юрійович – 10.01.1963 р.н.</p>
<p>Директор школи</p>
<p>Тимуш Олена Петрівна- 18.04.1969 р.н.</p>
<p>Завуч з навчально-виховної роботи
</p>
</div>
</section>
<div class="footer" >
<div class="footer_content">
<img src="img/footer.jpg" width="100%"
height="102">
</div>
</div>
</div>
</body>
</html>