-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·49 lines (42 loc) · 1.35 KB
/
index.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
<!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' rel='stylesheet' type='text/css'>
<link href='foundation-icons/foundation-icons.css' rel='stylesheet' type='text/css'>
</head>
<body>
<header>
<ul>
<li>Hello world!</li>
<li><a href="#about">#halotuziemia</a></li>
<li><a href="#ilike">#kręcimnie</a></li>
<li><a href="#about-author">#oautorze</a></li>
</ul>
</header>
<section id="about">
<h1>#halotuziemia</h1>
<div class="avatar grow">
<img src="http://i.dailymail.co.uk/i/pix/2012/02/23/article-2105388-0824E6EC000005DC-994_468x430.jpg">
</div>
<div class="info">
<p> Halo halo! </p>
</div>
</section>
<section id="ilike">
<h1>#kręcimnie</h1>
<div class="video">
<iframe width="854" height="480" src="https://www.youtube.com/embed/dbeCNiBuv3Q" frameborder="0" allowfullscreen></iframe>
</div>
</section>
<footer id="about-author">
<div class="author">
<a href=" " target="_blank"><span class="socials fi-social-facebook"></a>
<a href=" " target="_blank"><span class="socials fi-social-twitter"></span></a>
<a href=" "><span class="socials fi-social-instagram"></span></a>
</div>
</footer>
</body>
</html>