-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (22 loc) · 1000 Bytes
/
index.html
File metadata and controls
25 lines (22 loc) · 1000 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>Kids Code Fun</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="style.css">
<link href='https://fonts.googleapis.com/css?family=Lato:400,300|Dosis:700,400,300,200' rel='stylesheet' type='text/css'>
</head>
<body>
<h1>Strony stworzone na zajęciach <strong>Kodujemy Razem</strong> w Cisco 13.02.2016 r.</h1>
<div class="ul-push"></div>
<ul>
<li><a class="hvr-wobble-horizontal" href="selena.html" target="_blank"> Strona o Selenie Gomez - Julietta </a></li>
<li><a class="hvr-wobble-horizontal" href="kurczak.html" target="_blank"> Strona o Kurczaku - Alicja & Natalia </a></li>
<li><a class="hvr-wobble-horizontal" href="grumpy.html" target="_blank"> Strona o Zrzędliwym kocie - Basia </a></li>
</ul>
<div class="info">
<span>Zajęcia przeprowadzone przez mentorów</span>
<a class="hvr-wobble-horizontal" href="http://kidscodefun.com" target="_blank">Kids Code Fun</a>
</div>
</body>
</html>