-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (43 loc) · 1.9 KB
/
index.html
File metadata and controls
46 lines (43 loc) · 1.9 KB
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
<!DOCTYPE html>
<html>
<head>
<title>JACK FROST</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<!--Start here-->
<div class="wrapper">
<header>
<img src="img/profile3.gif">
<h1>Jack Frost</h1>
</header>
<div class="content">
<h3>About Jack</h2>
<p>Jackson Overland Frost, better known as Jack Frost, is the main protagonist in Rise of the Guardians and an immortal supernatural being much like the Guardians</p>
<h3>Jack's characteristics</h2>
<ol>
<li>Wind</li>
<li>Storms</li>
<li>Cold</li>
<li>Snow</li>
</ol>
<img class="big-image" src="img/big-image5.jpg">
<p class="caption">This is Jack with his friends</p>
<h3>Jack's friends</h2>
<ul>
<li><a href="http://riseoftheguardians.wikia.com/wiki/Sandman" target="_blank" title="Visit Sandman's page">Sanderson Mansnoozie</a> the Sandman</li>
<li><a href="http://riseoftheguardians.wikia.com/wiki/North" target="_blank" title="Visit North's page">Nicholas St. North</a> better known as Santa Claus</li>
<li><a href="http://riseoftheguardians.wikia.com/wiki/Toothiana" target="_blank" title="Visit Toothiana's page">Toothiana</a> is the Tooth Fairy</li>
<li><a href="http://riseoftheguardians.wikia.com/wiki/Bunnymund" target="_blank" title="Visit Bunnymund's page">E. Aster Bunnymund</a> the Easter Bunny</li>
</ul>
</div>
<footer>
<ul>
<li>Made by <a href="https://www.facebook.com/levkippdev" target="_blank" title="Visit my page">Artem</a></li>
<li>Made during a <a href="https://www.skillshare.com/classes/technology/Hand-Coding-Your-First-Website-HTML-and-CSS-Basics/1483893097" target="_blank" title="Hand-Coding Your First Website: HTML and CSS Basics">Skillshare</a> class</li>
<li>© 2015</li>
</ul>
</footer>
</div>
</body>
</html>