-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
106 lines (106 loc) · 5.1 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-beta/css/materialize.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-beta/js/materialize.min.js"></script>
<link rel="stylesheet" type="text/css" href="main.css">
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Poller+One|Racing+Sans+One" rel="stylesheet">
<title>l33t tr41n3r's POKéDEX</title>
</head>
<div class="row">
<div class="col l12 m12 s12">
<div id="big-container">
<body>
<header>
<br />
<br />
<span id="header-text">DOT MATRIX WITH STEREO SOUND</span>
<hr id="hr-one">
<br />
<br />
<hr id="hr-two">
</header>
<main class="wrapper">
<section class="grid-box1">
<div id="light"></div>
<br />
<p>BATTERY</p>
</section>
<section class="grid-box2">
<section class="load">
<p>Nintendo<span id="trademark">®</span></p>
</section>
<section class="not-load">
<header id="content-header">
<p id="trainer-name">l33t tr41n3r</p><br />
<div id="lvl">POKéDEX</div><br />
</header>
<main id="content-main">
<img id="trainer" src="images/trainer.png">
<img id="arrow-balls" src="images/arrow-balls.png">
<div class="image-info" style="bottom: 36vw;">
<img class="img-size" id="poke-image" src="images/vaporeon.png">
<br />
<br />
<span style="position: relative; bottom: 2vw;">
<p id="poke-name"></p>
<p id="lvl-display">:L25</p>
</span>
<br />
<section class="info" style="bottom: 4vw">
<p id="hp"></p>
<p id="attack"></p>
<p id="defense"></p>
<p id="abilities">ABLT: </p>
<ul id="abl-list" style="position: relative; left: 3vw;">
<li id="ab1"></li>
<li id="ab2"></li>
</ul>
<span class="move-span"><p id="move">MOVES:</p><img id="move-arrow" src="images/menu-arrow.png"></span>
</section>
</div>
</main>
<footer id="content-footer">
<img id="margin" src="images/margin2.png">
<span class="menu">
<img id="menu-arrow" src="images/menu-arrow.png">
<img id="pkmn" src="images/pkmn.png">
</span>
<div class="pokemon">
<div id="poke1">
<img id="vap-arrow" style="bottom: vw;" src="images/menu-arrow.png">
<p id="vap-text" style="bottom: 3.7vw;">VAP</p>
</div>
<div id="poke2">
<img id="flr-arrow" src="images/menu-arrow.png" style="bottom: 5.5vw;">
<p id="flr-text" style="bottom: 8.8vw;">FLR</P>
</div>
<div id="poke3">
<img id="jlt-arrow" style="bottom: 9.7vw;" src="images/menu-arrow.png">
<p id="jlt-text" style="bottom: 13vw;">JLT</P>
</div>
</div>
</footer>
</section>
</section>
<section class="grid-box3">
</section>
<footer>
</footer>
<div class="sub">
<p>Nintendo<span id="sub-footer">GAME BOY</span><span id="tm">TM</span></p>
</div>
</main>
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
<script type="text/javascript" src="main.js"></script>
</body>
</div>
<span class="new-margin">
<img id="marg-img" src="images/new-margin-vap.png">
</span>
</div>
<span class="post-load">
<img src="images/intro.png">
</span>
</html>