-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
89 lines (89 loc) · 2.31 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html>
<head>
<title>
DigimonGo - Angela G
</title>
<link rel="stylesheet" type="text/css" href="css/styles.css">
<link href="https://fonts.googleapis.com/css?family=Baloo+Bhai|Lato" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Sarpanch" rel="stylesheet">
</head>
<body>
<header class="clearfix">
<img src="assets/logo.png" class="logo">
<img src="assets/digimon.png" class="digimon">
<div class="navcontent">
<nav>
<ul>
<li>
Home
</li>
<li>
About
</li>
<li>
Pricing
</li>
<li>
How It Works
</li>
</ul>
</nav>
</div>
</header>
<div class="upperhalf">
<div class="container">
<div class="what">
<h2>
What is Digimon Go?
</h2>
<hr noshade color="#C4C4C4">
<p>
Become a Digimon trainer, team up to defeat evil Digimon and human villains who are trying to destroy the fabric of the Digital world.
</p>
</div>
<img src="assets/talkie.png" class="talkie">
</div>
</div>
<!--NOW ON TO THE BOTTOM HALF :D-->
<div class="bottomhalf, clearfix">
<div class="list" id="first">
<h2>How To Download</h2>
<hr noshade color="#C4C4C4" width="275px">
<ol>
<li>Go to our Shop</li>
<li>Purchase a key</li>
<li>Install</li>
<li>GO!</li>
</ol>
</div>
<div class="list" id="second">
<h2>Types of Digimon</h2>
<hr noshade color="#C4C4C4" width="275px">
<ol>
<li>Eevee</li>
<li>Leafeon</li>
<li>Agumon</li>
<li>Greymon</li>
<li>War-greymon</li>
<li>Metal-greymon</li>
</ol>
</div>
<div class="list" id="third">
<h2>Newest Warriors</h2>
<hr noshade color="#C4C4C4" width="275px">
<ol>
<li>zakattk</li>
<li>xXxYoloSwagxXx</li>
<li>Cutiegirl526</li>
<li>Yoscroll</li>
<li>JusBacon</li>
<li>Sen2017</li>
</ol>
</div>
</div>
</body>
<footer>
DIGIMON GO, INC 2016
</footer>
</html>