-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
197 lines (185 loc) · 5.96 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
<!DOCTYPE html>
<html id="main">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width" />
<link rel="shortcut icon" href="images/turtlesfavicon.ico" />
<link rel="stylesheet" href="index.css" />
<link rel="stylesheet" href="shared.css" />
<title>Teenage Mutant Ninja Turtles</title>
</head>
<!-- Header -->
<div id="box-container-header">
<nav class="navbar">
<a href="index.html" id="title">Teenage Mutant Ninja Turtles</a>
<ul class="nav-menu">
<li class="nav-item">
<a href="index.html" class="nav-link">Home</a>
</li>
<li class="nav-item">
<a href="cowabunga-collection.html" class="nav-link">"Cowabunga Collection"</a>
</li>
<li class="nav-item">
<a href="shredders-revenge.html" class="nav-link">"Shredder's Revenge"</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link">Limited Run Games</a>
</li>
</ul>
<div class="nav-hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</nav>
<!-- Title Section -->
<div id="img-div">
<img
id="image"
class="turtles-border turtles-image"
src="images/TMNT.jpg"
alt="All four Teenage Mutant Ninja Turtles"
/>
<figcaption id="img-caption">
All four Teenage Mutant Ninja Turtles
</figcaption>
</div>
</div>
<!-- Site Info -->
<body>
<h2>Who Are They?</h2>
<div id="tribute-info">
<p>
They're the world's most fearsome fighting team. They're really hip.
They're heroes in a half shell, and they're green. When the evil
Shredder attacks, these turtle boys don't cut him no slack. Splinter
taught them to be ninja teens. He's a radical rat.
</p>
<p>
And now they're back in some retro games!
</p>
</div>
<div>
<nav id="header">
<a href="#Leonardo">Leonardo</a> <a href="#Donatello">Donatello</a>
<a href="#Raphael">Raphael</a> <a href="#Michelangelo">Michelangelo</a>
</nav>
</div>
<!-- Teenage Mutant Ninja Turtles Profiles -->
<div class="turtle-profile">
<div id="profile-text">
<h3 id="Leonardo">Leonardo</h3>
<p>
He leads. <br /><br />
Age: 16
<br /><br />
Height: 5’01”<br />
Weight: 155 Lbs.<br />
Weapon: Katana Blade<br />
<br />
Leader of the boys.
<br /><br />
If it gets serious, his swords start slicing everything in sight . . .
. . Including salami pizza!
</p>
</div>
<div id="img-div">
<img src="images/Leonardo.jpg" alt="Leonardo" />
<figcaption id="img-caption">Leonardo</figcaption>
</div>
</div>
<div class="turtle-profile">
<div id="profile-text">
<h3 id="Donatello">Donatello</h3>
<p>
He does machines. That's a fact, Jack! <br /><br />
Age: 15
<br /><br />
Height: 4’09”<br />
Weight: 145 Lbs.<br />
Weapon: Bo Staff<br />
<br />
Hippest machine freak this side of Shellville.<br /><br />
Avoids sushi like a bad case of rust!
<br />
</p>
</div>
<div id="img-div">
<img src="images/Donatello.jpg" alt="Donatello" />
<figcaption id="img-caption">Donatello</figcaption>
</div>
</div>
<div class="turtle-profile">
<div id="profile-text">
<h3 id="Raphael">Raphael</h3>
<p>
He's cool, but crude. Give him a break. <br /><br />
Age: 15<br /><br />
Height: 5’01”<br />
Weight: 147 Lbs.<br />
Weapon: Pair of Sai<br />
<br />
Wild boy of the bunch.<br /><br />
Raw energy can finish off a foot . . or a pizza before you can say
‘Turtles’.
</p>
</div>
<div id="img-div">
<img src="images/Raphael.jpg" alt="Raphael" id="img-div"/>
<figcaption id="img-caption">Raphael</figcaption>
</div>
</div>
<div class="turtle-profile">
<div id="profile-text">
<h3 id="Michelangelo">Michelangelo</h3>
<p>
Party dude.<br /><br />
Age: 15<br /><br />
Height: 5’00”<br />
Weight: 150 Lbs.<br />
Weapon: Nunchakus<br />
<br />
Party dude and pizza connoisseur extraordinaire.
<br /><br />
Takes occasional break from partying to smash heads . . . And foots!
</p>
</div>
<div id="img-div">
<img id="image" src="images/Michelangelo.png" alt="Michelangelo" />
<figcaption id="img-caption">Michelangelo</figcaption>
</div>
</div>
</body>
<!-- Footer -->
<footer id="footer">
<a
id="tribute-link"
href="https://en.wikipedia.org/wiki/Teenage_Mutant_Ninja_Turtles_(disambiguation)"
target="_blank"
>More information about the Teenage Mutant Ninja Turtles.</a
>
<a
id="tribute-link"
href="https://www.google.com/search?q=teenage+mutant+ninja+turtles&rlz=1C1CHBF_enUS969US969&sxsrf=AOaemvKvXU6Mjuj4ukOGxibDuWi3wIGsCw:1631561410488&source=lnms&tbm=isch&sa=X&sqi=2&ved=2ahUKEwjG47Py1_zyAhU5SPEDHdx5AKwQ_AUoAnoECAEQBA&biw=1920&bih=969"
target="_blank"
>More photos of the Teenage Mutant Ninja Turtles.</a
>
<h4>
THE TEENAGE MUTANT NINJA TURTLES AND ALL RELATED CHARACTERS, LOGOS,
QUOTES, SOFTWARE, AND CARTOONS ARE TRADEMARKS OF VIACOM INTERNATIONAL INC.
COWABUNGA!
</h4>
<a href="#header">
<img
class="turtles-image"
id="img-div"
src="images/TMNT-logo.png"
alt="Tmnt 1987 Logo"
/></a>
<figcaption id="img-caption">
1987 Teenage Mutant Ninja Turtles Logo
</figcaption>
</footer>
<script src="index.js"></script>
</html>