-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathquickfix1.html
56 lines (44 loc) · 1.74 KB
/
quickfix1.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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="page">
<div class="header">
<span class="logo"></span> UI AKADEMIJA
</div>
<div class="menu">
<a class="item mob-size1of1" href="index.html" >pradinis</a>
<a class="item mob-size1of1" href="lessons.html" >paskaitos</a>
<a class="item mob-size1of1" href="team.html" >komanda</a>
</div>
<div class="content">
<h2>
Quick Fix One sponsored by <a style="color:red" href="//bit.ly/manau">bit.ly/manau</a>
</h2>
<ul >
<li style="font-size:24px;padding-bottom:10px">
Ką išmokom ir sužinojom
</li>
<li style="font-size:24px;padding-bottom:10px">
HTML generavimas
</li>
<li style="font-size:24px;padding-bottom:10px">
Ajax
</li>
<li style="font-size:24px;padding-bottom:10px">
Turiu plytų ir cemento, tad kaip statyti namus?
</li>
<li style="font-size:24px;padding-bottom:10px">
Užduotis ir jos akcentas
</li>
</ul>
</div>
<div class="footer">
© UI AKADEMIJA
</div>
</div>
</body>
</html>