-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
344 lines (341 loc) · 11.6 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
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Complete Bootstrap 4 Website Layout</title>
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="https://use.fontawesome.com/releases/v5.0.8/js/all.js"></script>
<link href="style.css" rel="stylesheet" />
</head>
<body>
<!-- Navigation -->
<nav class="navbar navbar-expand-md navbar-light bg-light sticky-top">
<div class="container-fluid">
<a class="navbar-brand" href="#"><img src="Image/logo.png"/></a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarResponsive"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="#">Home</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#">About</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#">Services</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#">Team</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="#">Connect</a>
</li>
</ul>
</div>
</div>
</nav>
<!--- Image Slider -->
<div id="slides" class="carousel slide" data-ride="carousel">
<ul class="carousel-indicators">
<li data-target="#slides" data-slide-to="0" class="active"></li>
<li data-target="#slides" data-slide-to="1"></li>
<li data-target="#slides" data-slide-to="2"></li>
</ul>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="Image/R&M1.png" />
<div class="carousel-caption">
<h1 class="display-2">Your Choice</h1>
<h3>Either Red or Blue...</h3>
<a href="https://www.youtube.com/watch?v=zE7PKRjrid4"
><button type="button" class="btn btn-outline-light btn-lg">
Red Pill
</button></a
>
<a href="https://www.youtube.com/watch?v=zE7PKRjrid4"
><button type="button" class="btn btn-primary btn-lg">
Blue Pill
</button></a
>
</div>
</div>
<div class="carousel-item">
<img src="Image/R&M2.jpg" />
</div>
<div class="carousel-item">
<img src="Image/R&M3.jpg" />
</div>
</div>
</div>
<!--- Jumbotron -->
<div class="container-fluid">
<div class="row jumbotron">
<div class="col-xs-12 col-sm-12 col-md-9 col-lg-9 col-xl-10">
<p class="lead">
Season 4 - Rick and Morty is coming out soon Nov. 2019
snitchsssssss!!!!!
</p>
</div>
<div class="col-xs-12 col-sm-12 col-md-3 col-lg-3 col-xl-2">
<a href="https://www.youtube.com/watch?v=dIdk61KN1to">
<button type="button" class="btn btn-outline-secondary btn-lg">
R & M Adventure
</button>
</a>
</div>
</div>
</div>
<!--- Welcome Section -->
<div class="container-fluid padding">
<div class="row welcome text-center">
<div class="col-12">
<h1 class="display-4">Built with love.</h1>
</div>
<hr />
<div class="col-12">
<p class="lead">
Welcome to this site... It was made with love and lots of help from
a YouTube tutorial from Drew Ryan
</p>
</div>
</div>
</div>
<!--- Three Column Section -->
<div class="container-fluid padding">
<div class="row text-center padding">
<div class="col-xs-12 col-sm-6 col-md-4">
<i class="fas fa-code"></i>
<h3>HTML5</h3>
<p>
Built with HTML... Not sure why people always point out the "5"
part... :)
</p>
</div>
<div class="col-xs-12 col-sm-6 col-md-4">
<i class="fas fa-bold"></i>
<h3>BOOTSTRAP</h3>
<p>
Built with Bootstrap... The tutorial creator mentioned it's the
latest reffering to version 4, but I'm sure that's changed since
then. Ha!
</p>
</div>
<div class="col-sm-12 col-md-4">
<i class="fab fa-css3"></i>
<h3>CSS3</h3>
<p>Built with CSS3... Made with CSS love</p>
</div>
</div>
</div>
<!--- Two Column Section -->
<div class="container-fluid padding">
<div class="row padding">
<div class="col-lg-6">
<h2>If you build it...</h2>
<p>
I barely have a reason to care, and even I noticed. Come on, Rick!
Don't talk about my parents like that. Listen, Morty, I hate to
break it to you
</p>
<p>
Not anymore, homey. S.E.A.L. Team Ricks turned his unibrow into two
brows -- with a bullet.
</p>
<p>
Are you kidding me? This again? Oh, man, it looks like we've hit
dream bedrock here, Morty. Oh, geez, Rick. W-w-whoa, this isn't
good.
</p>
<br />
<a href="https://masterofallscience.com/" class="btn btn-primary"
>Rick & Morty Meme Generator</a
>
</div>
<div class="col-lg-6">
<img src="Image/R&M4.jpg" class="img-fluid" />
</div>
</div>
</div>
<hr class="my-4" />
<!--- Fixed background -->
<figure>
<div class="fixed-wrap">
<div id="fixed"></div>
</div>
</figure>
<!--- Emoji Section -->
<button class="fun" data-toggle="collapse" data-target="#emoji">
Click for the answer to everything!
</button>
<div id="emoji" class="collapse">
<div class="container-fluid padding">
<div class="row text-center">
<div class="col-sm-6 col-md-3">
<img class="gif" src="Image/panda.gif" />
</div>
<div class="col-sm-6 col-md-3">
<img class="gif" src="Image/poo.gif" />
</div>
<div class="col-sm-6 col-md-3">
<img class="gif" src="Image/chicken.gif" />
</div>
<div class="col-sm-6 col-md-3">
<img class="gif" src="Image/unicorn.gif" />
</div>
</div>
</div>
</div>
<!--- Meet the team -->
<div class="container-fluid padding">
<div class="row welcome text-center">
<div class="col-12">
<h1 class="display-4">Meet the Team</h1>
</div>
<hr />
</div>
</div>
<!--- Cards -->
<div class="container-fluid padding">
<div class="row padding col">
<div class="col-md-4">
<div class="card">
<img class="card-img-top" src="Image/teamrick.jpg" />
<div class="card-body">
<h4 class="card-title">Team Rick</h4>
<p class="card-text">
Join team Rick if you're as Stoic and careless as they are!
</p>
<a
href="https://www.zenmonkeystudios.com/products/seal-team-rick-rick-morty"
class="btn btn-outline-secondary"
>You in?</a
>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<img class="card-img-top" src="Image/teammorty.jpg" />
<div class="card-body">
<h4 class="card-title">Team Morty</h4>
<p class="card-text">
Join the Morty crew if you're constantly doubting yourself and
are always worrying about how others see you!
</p>
<a
href="https://www.inverse.com/article/36299-rick-and-morty-season-3-episode-7-evil-morty-citadel-villain"
class="btn btn-outline-secondary"
>You in?</a
>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card">
<img class="card-img-top" src="Image/teamV.jpg" />
<div class="card-body">
<h4 class="card-title">Team Vindicators</h4>
<p class="card-text">
Join the Vindicators if you're always looking for
acknowledgement from external people, as well as think you have
super powers!
</p>
<a
href="https://www.pinterest.com/pin/778489485559224358/"
class="btn btn-outline-secondary"
>You in?</a
>
</div>
</div>
</div>
</div>
</div>
<!--- Two Column Section -->
<div class="container-fluid padding">
<div class="row padding">
<div class="col-lg-6">
<h2>The Ideas of Rick</h2>
<p>
How does Rick think...?
</p>
<p>
Well, luckily there's a video that helps explain it
<a href="https://www.youtube.com/watch?v=hWFDHynfl1E"
><strong>HERE</strong></a
>
</p>
<br />
</div>
<div class="col-lg-6">
<img src="Image/RickPhil.jpg" class="img-fluid" />
</div>
</div>
<hr class="my-4" />
</div>
<!--- Connect -->
<div class="container-fluid padding">
<div class="row text-center padding">
<div class="col-12">
<h2>Social on Rick & Morty</h2>
</div>
<div class="col-12 social padding">
<a href="#"><i class="fab fa-facebook"></i> </a>
<a href="#"><i class="fab fa-twitter"></i> </a>
<a href="#"><i class="fab fa-instagram"></i> </a>
<a href="#"><i class="fab fa-youtube"></i> </a>
</div>
</div>
</div>
<!--- Footer -->
<footer>
<div class="container-fluid padding">
<div class="row text-center">
<div class="col-md-4">
<img src="Image/w3newbie.png" />
<hr class="light" />
<p>555-555-5555</p>
<p>email@ricksemail.com</p>
<p>Star Cluster 6546</p>
<p>Planet Crpyto</p>
</div>
<div class="col-md-4">
<hr class="light" />
<h5>Hours of Ops.</h5>
<hr class="light" />
<p>Monday: 2:21am - 6:13am</p>
<p>Sunday: 1:33am - 5:52am</p>
<p>Monday: 12:03am - 4:12am</p>
<p>Every other day we're <strong>CLOSED</strong></p>
</div>
<div class="col-md-4">
<hr class="light" />
<h5>Service Areas</h5>
<hr class="light" />
<p>Planet Crpyto-boom</p>
<p>Planet Crpyto-swanchy</p>
<p>Planet Crpyto-swampy</p>
<p>Planet Crpyto-blanky</p>
</div>
<div class="col-12">
<hr class="light-100" />
<h5>© Rick&Morty.com</h5>
</div>
</div>
</div>
</footer>
</body>
</html>