-
Notifications
You must be signed in to change notification settings - Fork 0
/
exercises.html
74 lines (67 loc) · 2.43 KB
/
exercises.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
<html lang="bg">
<head>
<lang="bg"></lang>
<title>Vayloan - Научи Java онлайн</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/lessons-style.css">
<link rel="shortcut icon" href="css/img/favicon.ico">
</head>
<body>
<div id="header">
<nav>
<div id="logo">
<a href="index.html"><img src="css/img/logo.png" width="80px" height="80px"></a>
</div>
<ul>
<li><a href="index.html">Начало</a></li>
<li><a href="lessons.html">Уроци</a></li>
<li><a href="exercises.html">Упражнения</a></li>
<li><a href="contact-us.html">Свържете се с нас</a></li>
</ul>
</nav>
</div>
<div id="contact-bs">
</div>
<div id="bs-3">
</div>
<div id="content">
<div id="bs-4">
</div>
<div id="lessons">
Упражнения
</div>
<div id="another-bs">
</div>
<a href="basics-exercises.html">
<div id="basics">
<div id="bs-5">
</div>
<center>Основи на <br>програмирането</center>
</div>
</a>
<a href="">
<div id="dekstop-apps">
<div id="bs-7">
</div>
<center>Настолни <br> приложения</center>
</div>
</a>
<a href="">
<div id="android">
<div id="bs-6"></div>
Мобилни<br> приложения
</div>
</a>
</div>
<div id="footer">
<div id="bs">
</div>
<h6>Copyright © 2018 | Изработен от Христо Тодоров и Янис Якимов | Проект №84 за НОИТ</h6>
<div id="contact">
<a href="https://www.facebook.com/Vayloan-1951527885163461/"><img src="css/img/fb.png"></a>
<a href="https://github.com/Vayloan"><img src="css/img/github.png"></a>
<a href="https://www.youtube.com/channel/UCWt3DkdlMsordyw967G1akg"><img src="css/img/yt.png"></a>
</div>
</div>
</body>
</html>