forked from RicWeazy/Cartoon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (41 loc) · 1.45 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
<!DOCTYPE html>
<html>
<head>
<title>Wreck-it Ralph</title>
<link rel="stylesheet" type="text/css" href="css/hero.css">
</head>
<body>
<div class="wrapper">
<header>
<img src="img/profile.jpg">
<h1>Wreck-It Ralph</h1>
</header>
<div class="content">
<h2>About Ralph</h2>
<p>An 8-bit video-game bad guy who travels the lenght of the arcade to prove that he's a good guy.</p>
<h2>Ralph's characteristics</h2>
<ol>
<li>He's super cool</li>
<li>He's treated as bad-ass</li>
<li>He's friendly to glithy-girl game characters</li>
</ol>
<img class="big-image" src="img/big-image.jpg">
<p class="caption">This is Ralph in action</p>
<h2>Raplh's friends</h2>
<ul>
<li><a href="https://en.wikipedia.org/wiki/Jake_the_Dog" target="_blank" title="Visit Jake's page">Jake</a> from Adventure time</li>
<li><a href="http://fhif.wikia.com/wiki/Bloo" target="_blank" title="Visit Bloo's page">Bloo</a> from Fosters</li>
<li><a href="https://en.wikipedia.org/wiki/King_Arthur%27s_Disasters" target="_blank" title="Visit Arthur's page">Arthur</a> from the King Arthur's disasters
</li>
</ul>
</div>
<footer>
<ul>
<li>Made by <a href="http//instagram.com/ric.weazy" target="_blank" title="Visit Rich's website">Ric.Weazy</a></li>
<li>Made during a <a href="http://skillshare.com" target="_blank" title="Visit Skillshare's website">Skillshare</a> class</li>
<li>© 2018</li>
</ul>
</footer>
</div>
</body>
</html>