-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathepisodes.html
711 lines (700 loc) · 50.6 KB
/
episodes.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
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Favicon -->
<!-- Generated through https://www.favicon-generator.org/ -->
<link rel="apple-touch-icon" sizes="57x57" href="assets/images/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="assets/images/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="assets/images/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="assets/images/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="assets/images/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="assets/images/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="assets/images/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="assets/images/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="assets/images/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="assets/images/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/images/favicon/favicon-16x16.png">
<link rel="manifest" href="assets/images/favicon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="assets/images/favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-BmbxuPwQa2lc/FVzBcNJ7UAyJxM6wuqIj61tLrc4wSX0szH/Ev+nYRRuWlolflfl" crossorigin="anonymous">
<!-- Font Awesome 5.12.2 -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css"
integrity="sha512-HK5fgLBL+xu6dm/Ii3z4xhlSUyZgTT9tuc/hSrtw6uzJOvgRr2a9jyxxT1ely+B+xFAmJKVSTbpM/CuL7qxO8w=="
crossorigin="anonymous" />
<!-- Own Stylesheet -->
<link rel="stylesheet" href="assets/css/darkstyle.css" id="cssStyling">
<title>breakingBadMe | Episodes</title>
</head>
<body onload="randomBackground();">
<!-- loader to allow overlay over page, until all is loaded in -->
<div class="loader"></div>
<!-- Start of header section (Navbar etc.) -->
<header>
<!-- Start Credit Codeply: https://www.codeply.com/p/P0KN7DNsEq -->
<nav class="navbar navbar-expand-lg">
<a class="navbar-brand abs" href="index.html">breakingBadMe</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNavAltMarkup"
aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<i class="fas fa-ellipsis-v navbarIcon"></i>
</button>
<div class="navbar-collapse collapse" id="navbarNavAltMarkup">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="characters.html">Characters</a>
</li>
<li class="nav-item">
<a class="nav-link" href="episodes.html">Episodes</a>
</li>
<li class="nav-item">
<a class="nav-link" href="places.html">Places</a>
</li>
<li class="nav-item">
<a class="nav-link" href="trivia.html">Trivia</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<button id="themeToggleButton" onclick="toggleDarkLightTheme()" class="btn btnLightDarkstyle"><i
class="fas fa-sun"></i> Light Mode</button>
</li>
</ul>
</div>
</nav>
<!-- End Credit Codeply -->
</header>
<!-- End of header section (Navbar etc.) -->
<!-- Start of main content section -->
<section>
<div class="container-fluid">
<div class="row bg-secondary mainImageRow align-content-center justify-content-center">
<div class="col-8">
<h1 class="mainSectionIntroText">All episodes of Breaking Bad, have a good scene in them, and, funny
parts.. Read about some of them below.</h1>
</div>
</div>
<!-- Start main body content -->
<div class="row justify-content-center align-content-center mainSectionRow">
<div class="col-10 mainSectionIntroductionCol text-center">
<h3>Episodes...</h3>
<p>As one of the most popular shows of the late 2000s, there are some notable episodes that would be
a "must watch", and if you've already seen Breaking Bad, they are definitely worth watching
again.</p>
<p>Below, is a ranking from high to low, per season, as found on <a href="https://www.ranker.com/"
target="_blank">ranker.com</a> and also, a list of things to watch after Breaking Bad.</p>
<p>Click on Each Season and Episode name, to expand the list. Please note, episodes are listed in
ranking, and not in order of airing.</p>
<div class="row">
<div class="col-12">
<div class="accordion" id="seasonsEpisodesAccordion">
<!-- Start Season 1 -->
<div class="accordion-item">
<h2 class="accordion-header" id="headingSeasonOne">
<button class="accordion-button" type="button" data-bs-toggle="collapse"
data-bs-target="#collapseSeasonOne" aria-expanded="true"
aria-controls="collapseSeasonOne">
Season #1
</button>
</h2>
<div id="collapseSeasonOne" class="accordion-collapse collapse show"
aria-labelledby="headingSeasonOne" data-bs-parent="#seasonsEpisodesAccordion">
<div class="accordion-body">
<div id="accordionSeason1">
<h5 class="btn btnLightDarkstyle episodeAccButton">1: ...and the Bag's
in the
River</h5>
<div>
<p>Episode #3</p>
<p>Walter fights with Jesse over his drug use, causing him to leave
Walter
alone with their captive, Krazy-8. Meanwhile, Hank has a scared
straight
moment with Walter Jr. after his aunt discovers he has been
smoking
pot.
Also, Skyler is upset when Walter stays away from home</p>
</div>
<h5 class="btn btnLightDarkstyle episodeAccButton">2: A No-Rough-Stuff
Type
Deal
</h5>
<div>
<p>Episode #7</p>
<p>Walter accepts his new identity as a drug dealer after a PTA
meeting.
Elsewhere, Jesse decides to put his aunt's house on the market
and
Skyler is the recipient of a baby shower.</p>
</div>
<h5 class="btn btnLightDarkstyle episodeAccButton">3: Crazy Handful of
Nothin'
</h5>
<div>
<p>Episode #6</p>
<p>The side effects of chemo begin to plague Walt. Meanwhile, the
DEA
rounds
up suspected dealers</p>
</div>
<h5 class="btn btnLightDarkstyle episodeAccButton">4: Pilot</h5>
<div>
<p>Episode #1</p>
<p>"Pilot" is the first episode of the American television drama
series
Breaking Bad. It originally aired on AMC on January 20, 2008,
and
was
written and directed by series creator and showrunner Vince
Gilligan
</p>
</div>
<h5 class="btn btnLightDarkstyle episodeAccButton">5: The Cat's in the
Bag
</h5>
<div>
<p>Episode #2</p>
<p>Walt and Jesse attempt to tie up loose ends. The desperate
situation
gets
more complicated with the flip of a coin. Walt's wife, Skyler,
becomes
suspicious of Walt's strange behavior.</p>
</div>
<h5 class="btn btnLightDarkstyle episodeAccButton">6: Gray Matter</h5>
<div>
<p>Episode #5</p>
<p>Walter and Skyler attend a former colleague's party. Jesse tries
to
free
himself from the drugs, while Skyler organizes an intervention.
</p>
</div>
<h5 class="btn btnLightDarkstyle episodeAccButton">7: Cancer Man</h5>
<div>
<p>Episode #4</p>
<p>Walter finally tells his family that he has been stricken with
cancer.
Meanwhile, the DEA believes Albuquerque has a new, big time
player
to
worry about. Meanwhile, a worthy recipient is the target of a
depressed
Walter's anger, and Jesse makes a surprise visit to his parents
home.
</p>
</div>
</div>
</div>
</div>
</div>
<!-- End Season 1 -->
<!-- Start Season 2 -->
<div class="accordion-item">
<h2 class="accordion-header" id="headingSeasonTwo">
<button class="accordion-button collapsed" type="button"
data-bs-toggle="collapse" data-bs-target="#collapseSeasonTwo"
aria-expanded="false" aria-controls="collapseSeasonTwo">
Season #2
</button>
</h2>
<div id="collapseSeasonTwo" class="accordion-collapse collapse"
aria-labelledby="headingSeasonTwo" data-bs-parent="#seasonsEpisodesAccordion">
<div class="accordion-body">
<div id="accordionSeason2">
<h5 class="btn btnLightDarkstyle episodeAccButton">1: ABQ</h5>
<div>
<p>Episode # 13</p>
<p>In the season two finale, Skylar confronts Walt about his
secrecy;
Jesse
falls apart; and Jane's grief-stricken father takes action that
results
in further tragedy</p>
</div>
<h5 class="btn btnLightDarkstyle episodeAccButton">2: Peekaboo</h5>
<div>
<p>Episode #6</p>
<p>Walt's secret is in jeopardy when Skyler thanks Gretchen for
paying
for
his treatment.</p>
</div>
<h5 class="btn btnLightDarkstyle episodeAccButton">3: Phoenix</h5>
<div>
<p>Episode #12</p>
<p>Skylar has her baby; Walter Jr. launches a new website in an
effort
to
contribute to the family income; and Jesse's addiction begins to
cause
problems</p>
</div>
<h5 class="btn btnLightDarkstyle episodeAccButton">4: Grilled</h5>
<div>
<p>Episode #2</p>
<p>Walt and Jesse trapped with Tuco, Marie and Hank comfort Skyler
over
his
disappearance.</p>
</div>
<h5 class="btn btnLightDarkstyle episodeAccButton">5: Bit by a Dead Bee
</h5>
<div>
<p>Epsiode #3</p>
<p>Walt and Jesse's become short on cash when they try to cover
their
tracks. Meanwhile, the DEA has a lead that could them straight
to
Walt
and Jesse.</p>
</div>
<h5 class="btn btnLightDarkstyle episodeAccButton">6: 4 Days Out</h5>
<div>
<p>Epsiode #9</p>
<p>After undergoing a PET-CAT scan and fearing the worst, Walt takes
lawyer
Saul's advice and hunkers down for a marathon session of cooking
product; Jesse's romance with his landlady is heating up</p>
</div>
<h5 class="btn btnLightDarkstyle episodeAccButton">7: Down</h5>
<div>
<p>Epsiode #4</p>
<p>A suspicious Skylar keeps Walt at arm's length, despite his
attempt
to
reconnect with the family, as Skylar worries what Walt has been
doing
while he was away.</p>
</div>
<h5 class="btn btnLightDarkstyle episodeAccButton">8: Better Call Saul
</h5>
<div>
<p>Epsiode #8</p>
<p>Walt and Jesse seek advice from a shady attorney when Badger gets
in
trouble with the law; the DEA believes they have caught up with
"Heisenberg".</p>
</div>
<h5 class="btn btnLightDarkstyle episodeAccButton">9: Seven Thirty-Seven
</h5>
<div>
<p>Epsiode #1</p>
<p>Walt and Jesse try to figure a way out of their partnership with
Tuco.
Hank tries to mend the fences between Marie and Skyler.</p>
</div>
<h5 class="btn btnLightDarkstyle episodeAccButton">10: Over</h5>
<div>
<p>Epsiode #10</p>
<p>Walt and Hank get into a heated argument at a party. Skyler opens
up
to
her boss. Jane hides her relationship with Jesse from her
father.
</p>
</div>
<h5 class="btn btnLightDarkstyle episodeAccButton">11: Mandala</h5>
<div>
<p>Episode #11</p>
<p>When unforeseen circumstances cause Walt and Jesse to lose some
dealers,
Saul suggests they add a new business partner. At work, Skylar
confronts
Ted about the unnerving information she had.</p>
</div>
<h5 class="btn btnLightDarkstyle episodeAccButton">12: Negro Y Azul</h5>
<div>
<p>Episode #7</p>
<p>Jesse and Walt discuss expanding into new territories; Hank
struggles
to
fit in; Skyler pursues a new job opportunity; Jesse gets to know
his
landlord.</p>
</div>
<h5 class="btn btnLightDarkstyle episodeAccButton">13: Breakage</h5>
<div>
<p>Episode #5</p>
<p>A confrontation with Tuco has Hank dealing with some
aftereffects.
Meanwhile, tensions are running high as bills mount at the White
home;
and Jesse rounds up a crew of dealers to get their product on
</p>
</div>
</div>
</div>
</div>
</div>
<!-- End Season 2 -->
<!-- Start Season 3 -->
<div class="accordion-item">
<h2 class="accordion-header" id="headingSeasonThree">
<button class="accordion-button collapsed" type="button"
data-bs-toggle="collapse" data-bs-target="#collapseSeasonThree"
aria-expanded="false" aria-controls="collapseSeasonThree">
Season #3
</button>
</h2>
<div id="collapseSeasonThree" class="accordion-collapse collapse"
aria-labelledby="headingSeasonThree" data-bs-parent="#seasonsEpisodesAccordion">
<div class="accordion-body">
<div id="accordionSeason3">
<h5 class="btn btnLightDarkstyle episodeAccButton">1: Half Measures</h5>
<div>
<p>Episode #12</p>
<p>Against Walt's advice, Jesse lashes out . Fearing for Jesse's
safety,
Walt takes drastic action to intervene. A tragic event leads to
a
shocking confrontation</p>
</div>
<h5 class="btn btnLightDarkstyle episodeAccButton">2: One Minute</h5>
<div>
<p>Episode #7</p>
<p>Hank's increasing volatility forces a confrontation with Jesse
and
trouble at work. Skyler pressures Walt to make a deal. Gus'
actions
have
severe consequences</p>
</div>
<h5 class="btn btnLightDarkstyle episodeAccButton">3: Full Measure</h5>
<div>
<p>Episode #13</p>
<p>"Full Measure" is the thirteenth episode and season finale of the
third
season of the American television drama series Breaking Bad, and
the
33rd overall episode of the series.</p>
</div>
<h5 class="btn btnLightDarkstyle episodeAccButton">4: Sunset</h5>
<div>
<p>Episode #6</p>
<p>Walt settles into his new surroundings, Walter, Jr. demands
answers
about
his parents' relationship. Hank's investigation creates an
immediate
problem for Walt and Jesse..</p>
</div>
<h5 class="btn btnLightDarkstyle episodeAccButton">5: Fly</h5>
<div>
<p>Episode #10</p>
<p>"Fly" is the tenth episode of the third season of the American
television
drama series Breaking Bad, and the 30th overall episode of the
series.
</p>
</div>
<h5 class="btn btnLightDarkstyle episodeAccButton">6: Green Light</h5>
<div>
<p>Episode #4</p>
<p>Walt loses control endangering his job and relationships; Hank
throws
himself into his investigation; Jesse has a new plan..</p>
</div>
<h5 class="btn btnLightDarkstyle episodeAccButton">7: Caballo Sin Nombre
</h5>
<div>
<p>Episode #2</p>
<p>Despite ever-increasing tension between Walt and Skyler, he pulls
out
all
the stops in an effort to reconcile with the family.</p>
</div>
<h5 class="btn btnLightDarkstyle episodeAccButton">8: I See You</h5>
<div>
<p>Episode #8</p>
<p>The family waits for news about Hank. While Jesse covers at the
lab,
Walt
attempts to placate Gus. After witnessing a disturbing outburst,
Walt
worries he and his family are in danger....</p>
</div>
<h5 class="btn btnLightDarkstyle episodeAccButton">9: Abiquiu</h5>
<div>
<p>Episode #11</p>
<p>Skyler gets involved with Walt's business while Hank struggles
with
recovery. Jesse has a startling discovery after meeting a girl
at
group
therapy.</p>
</div>
<h5 class="btn btnLightDarkstyle episodeAccButton">10: No Mas</h5>
<div>
<p>Episode #1</p>
<p>Walt faces a new threat on a new front and deals with an
increasingly
angry Skyler, who must consider what to do next with her life
and
the
kids'.</p>
</div>
<h5 class="btn btnLightDarkstyle episodeAccButton">11: Mas</h5>
<div>
<p>Episode #5</p>
<p>Gus tries to lure Walt back into the business; Skyler doubts her
new
relationship; Marie is concerned for Hank's well-being....</p>
</div>
<h5 class="btn btnLightDarkstyle episodeAccButton">12: I.F.T.</h5>
<div>
<p>Episode #3</p>
<p>Walt ignores Skyler's demands, increasing the tension between
them
and
pushing her to break bad. Saul entreats Jesse to persuade Walt
to
keep
cooking.</p>
</div>
</div>
</div>
</div>
</div>
<!-- End Season 3 -->
<!-- Start Season 4 -->
<div class="accordion-item">
<h2 class="accordion-header" id="headingSeasonFour">
<button class="accordion-button collapsed" type="button"
data-bs-toggle="collapse" data-bs-target="#collapseSeasonFour"
aria-expanded="false" aria-controls="collapseSeasonFour">
Season #4
</button>
</h2>
<div id="collapseSeasonFour" class="accordion-collapse collapse"
aria-labelledby="headingSeasonFour" data-bs-parent="#seasonsEpisodesAccordion">
<div class="accordion-body">
<div id="accordionSeason4">
<h5 class="btn btnLightDarkstyle episodeAccButton">1: Salud</h5>
<div>
<p>Episode #10</p>
<p>Walt's family worries when he doesn't show up for Walt Jr's
birthday.
Jesse puts his lab skills to the test without Mr White's help.
</p>
</div>
<h5 class="btn btnLightDarkstyle episodeAccButton">2: End Times</h5>
<div>
<p>Episode #12</p>
<p>Hank pushes Gomez to pursue one last lead, while Walt struggles
to
protect the family. Jesse gets alarming news and rushes to meet
with
Mr.
White.</p>
</div>
<h5 class="btn btnLightDarkstyle episodeAccButton">3: Face Off</h5>
<div>
<p>Episode #13</p>
<p>A showdown with Gus occurs.</p>
</div>
<h5 class="btn btnLightDarkstyle episodeAccButton">4: Box Cutter</h5>
<div>
<p>Episode #1</p>
<p>Walt and Jesse's lives hang in the balance as Gus takes some
expensive
steps to guarantee that he continues to be supplied with a
"pure"
product.</p>
</div>
<h5 class="btn btnLightDarkstyle episodeAccButton">5: Hermanos</h5>
<div>
<p>Episode #8</p>
<p>Skyler develops an unusual solution to her money troubles. Hank
enlists
Walt to investigate a theory.</p>
</div>
<h5 class="btn btnLightDarkstyle episodeAccButton">6: Bug</h5>
<div>
<p>Episode #9</p>
<p>Walt drives to Gus's restaurant with an eager Hank to retrieve
the
tracking bug he left on Gus's car. Hank's suspicious when the
bug
only
shows Gus driving between home and work.</p>
</div>
<h5 class="btn btnLightDarkstyle episodeAccButton">7: Bullet Points</h5>
<div>
<p>Episode #4</p>
<p>"Bullet Points" is the fourth episode of the fourth season of the
American television drama series Breaking Bad, and the 37th
overall
episode of the series.</p>
</div>
<h5 class="btn btnLightDarkstyle episodeAccButton">8: Shotgun</h5>
<div>
<p>Episode #5</p>
<p>Shotgun" is the fifth episode of the fourth season of the
American
television drama series Breaking Bad, and the 38th overall
episode
of
the series.</p>
</div>
<h5 class="btn btnLightDarkstyle episodeAccButton">9: Crawl Space</h5>
<div>
<p>Episode #11</p>
<p>Walt takes drastic action to protect his secret and Gus. Skyler's
efforts
to solve Ted's financial problems hit a wall.</p>
</div>
<h5 class="btn btnLightDarkstyle episodeAccButton">10: Problem Dog</h5>
<div>
<p>Episode #7</p>
<p>"Problem Dog" is the seventh episode of the fourth season of the
American
television drama series Breaking Bad, and the 40th overall
episode
of
the series.</p>
</div>
<h5 class="btn btnLightDarkstyle episodeAccButton">11: Cornered</h5>
<div>
<p>Episode #6</p>
<p>Skyler makes an unsettling discovery. Meanwhile, Walter Jr.
pushes
his
dad into a questionable purchase</p>
</div>
<h5 class="btn btnLightDarkstyle episodeAccButton">12: Thirty-Eight Snub
</h5>
<div>
<p>Episode #2</p>
<p>Walt attempts to form a new alliance. Skyler pushes towards a new
business opportunity</p>
</div>
<h5 class="btn btnLightDarkstyle episodeAccButton">13: Open House</h5>
<div>
<p>Episode #3</p>
<p>Skyler asks for Saul's help. Meanwhile, Marie returns to an old
pastime
and a friend asks Hank for help..</p>
</div>
</div>
</div>
</div>
</div>
<!-- End Season 4 -->
<!-- Start Top seasons -->
<div class="accordion-item">
<h2 class="accordion-header" id="headingBestSeason">
<button class="accordion-button collapsed" type="button"
data-bs-toggle="collapse" data-bs-target="#collapseBestSeason"
aria-expanded="false" aria-controls="collapseSeasonFive">
Best season, high to low
</button>
</h2>
<div id="collapseBestSeason" class="accordion-collapse collapse"
aria-labelledby="headingBestSeason" data-bs-parent="#seasonsEpisodesAccordion">
<div class="accordion-body">
<h5>1: Season 4</h5>
<h5>2: Season 5</h5>
<h5>3: Season 3</h5>
<h5>4: Season 2</h5>
<h5>5: Season 1</h5>
</div>
</div>
</div>
<!-- End Top seasons -->
<!-- Start Other Shows -->
<div class="accordion-item">
<h2 class="accordion-header" id="headingOtherShows">
<button class="accordion-button collapsed" type="button"
data-bs-toggle="collapse" data-bs-target="#collapseOthers"
aria-expanded="false" aria-controls="collapseOthers">
Others
</button>
</h2>
<div id="collapseOthers" class="accordion-collapse collapse"
aria-labelledby="headingOtherShows" data-bs-parent="#seasonsEpisodesAccordion">
<div class="accordion-body">
<div id="accordionOthers">
<h5 class="btn btnLightDarkstyle episodeAccButton">Better Caul Saul</h5>
<div>
<p>Currently available through Netflix, it's up to 5 seasons now,
and
planned for a sixth.
</p>
</div>
<h5 class="btn btnLightDarkstyle episodeAccButton">Your Honor</h5>
<div>
<p>A mini series, which, is a must see/watch.</p>
</div>
<h5 class="btn btnLightDarkstyle episodeAccButton">El Camino: A breaking
Bad
Movie</h5>
<div>
<p>A follow-up on the closure of Breaking Bad, and what happened to
Jesse
after the ending...</p>
</div>
</div>
</div>
</div>
</div>
<!-- End Other Shows -->
</div>
</div>
<div class="col-12">
<p class="text-muted">Excerps each episode are from <a href="https://www.ranker.com"
target="_blank" class="text-reset">ranker.com</a>
</p>
</div>
</div>
</div>
</div>
</div>
<!-- End main body content -->
</section>
<!-- End of main content section -->
<!-- Start of footer section -->
<footer>
<div class=" row bg-secondary">
<div class="col-12 footerStyling">
<p>Made with <i class="fas fa-heart"></i> & <i class="fas fa-coffee"></i> in Cork,
Ireland</p>
<p><a href="https://github.com/michaeldijk" target="_blank"><i class="fab fa-github"></i></a> <a
href="https://www.twitter.com" target="_blank"><i class="fab fa-twitter"></i></a> <a
href="https://michaeldijk.com" target="_blank"><i class="fas fa-dog"></i></a></p>
</div>
</div>
</footer>
<!-- End of footer section -->
<!-- JavaScript scripts (libraries, own) -->
<script src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<!-- JQuery 3.5.1 -->
<script src="assets/js/loader.js"></script>
<!-- Loader script, before all others, after JQuery, to load until page is fully loaded -->
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script> <!-- JQuery UI 1.12.1 -->
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.6.0/dist/umd/popper.min.js"
integrity="sha384-KsvD1yqQ1/1+IA7gi3P0tyJcT3vR+NdBTt13hSJ2lnve8agRGXTTyNaBYmCR/Nwi" crossorigin="anonymous">
</script> <!-- Bootstrap popperJS -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/js/bootstrap.min.js"
integrity="sha384-nsg8ua9HAw1y0W1btsyWgBklPnCUAFLuTMS2G72MMONqmOymq585AcH49TLBQObG" crossorigin="anonymous">
</script> <!-- Bootstrap bootstrapJS -->
<script src="assets/js/episodes.js"></script> <!-- Episodes script (using JQuery) -->
<script src="assets/js/themeswitcher.js"></script> <!-- Dark / Light theme toggler script -->
<script src="assets/js/closingMenus.js"></script>
<!-- ClosingMenu's script (navbar button onclick, episodes list) -->
</body>
</html>