The Walking Dead. A header with the title and zombies in the background

About // index.html

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<?xml-model href="index.rnc" type="application/relax-ng-compact-syntax"?>
<head>
<title>
The Walking Dead</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="webstyle.css" />
<link rel="icon" type="image/png" href="images/bloodyhand.png" />
</head>
<body>
<header>
<img src="images/TWD_headerS.png" alt="The Walking Dead. A header with the title and zombies in the background" />
</header>
<ul class="htop">
<li class="active">
<a href="index.html">
About</a>
</li>
<li>
<a href="characters-output.html">
Characters</a>
</li>
<li>
<a href="summary.html">
Summary</a>
</li>
<li>
<a href="code.html">
Code</a>
</li>
<li>
<a href="cmblODD.html">
Comic ODD</a>
</li>
</ul>
<p class="moreText2">
Welcome to a captivating exploration of the first half of Chapter 1 from The Walking Dead Compendium Volume 1. Within these digital pages, we delve into the rich tapestry of characters, showcasing their interactions through detailed dialogue and the immersive experience of sound effects. Accompanying our journey are glimpses into the code that breathes life into our interactive narrative.</p>
<p class="moreText">
As intrepid explorers of this apocalyptic universe, we've curated a visual feast featuring striking images of the characters we've encountered during our digital odyssey. Join us as we unravel the storyline, merging the worlds of comic artistry and technological innovation.</p>
<p class="moreText">
This dedicated page serves as a portal into the heart of The Walking Dead narrative, blending the visual allure of graphic storytelling with the intricacies of code that shape our interactive experience. Let the adventure unfold as we navigate through the dynamic fusion of words, images, and technology within the enthralling realm of The Walking Dead Compendium Volume 1.</p>
<h2>
About us</h2>
<p>
A collaborative masterpiece brought to life by the talents of Mistie, Chelsea, and Tyler. Each contributor has left their unique imprint on this page, weaving together a seamless blend of skills to enhance your experience.<br />
</p>
<div class="row">
<div class="column">
<img src="images/chelsea.png" alt="Zombie Chelsea" />
<h2 class="name">
Chelsea</h2>
<p>
The architect of our digital landscape, has skillfully implemented the code that orchestrates the placement of text, aligning it harmoniously with the chapters. Her meticulous work ensures that the narrative unfolds organically, guided by the cadence of the story.</p>
</div>
<div class="column">
<img src="images/mistie.png" alt="Zombie Mistie" />
<h2 class="name">
Mistie</h2>
<p>
With her prowess in CSS and styling, has meticulously crafted the visual aesthetics, ensuring that every element is a visual delight. The artistry in design reflects her dedication to creating an immersive and visually pleasing environment.</p>
</div>
<div class="column">
<img src="images/tyler.png" alt="Zombie Tyler" />
<h2 class="name">
Tyler</h2>
<p>
The storyteller and documentarian, has lent his expertise to the creation of the README file and other informational components. From author details to insights on the About page, Tyler has enriched our collective work with valuable context and clarity.</p>
</div>
</div>
<p class="text">
Together, Chelsea, Mistie, and Tyler have synergized their talents, transforming this page into a collaborative canvas where the worlds of design, code, and narrative seamlessly converge. Join us in celebrating this collective effort, where each stroke of creativity and line of code contributes to the vibrant tapestry of our creation.<br />
</p>
<p xmlns:cc="http://creativecommons.org/ns" xmlns:dct="http://purl.org/dc/terms/">
<a property="dct:title" rel="cc:attributionURL" href="https://ceq5032.github.io/ComicBookTWD/">The Walking Dead </a>
by <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://github.com/ceq5032/ComicBookTWD">
Mistie McColm, Chelsea Quijas, and Tyler Dollard</a> is licensed under
<a href="http://creativecommons.org/licenses/by-nc-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;"> CC BY-NC-SA 4.0
<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" />
<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1" />
<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/nc.svg?ref=chooser-v1" />
<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg?ref=chooser-v1" />
</a>
</p>
</body>
</html>

Characters // characters.html

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<title>
Characters - The Walking Dead</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="webstyle.css" />
<link rel="icon" type="image/png" href="images/bloodyhand.png" />
</head>
<body>
<header>
<img src="images/TWD_headerS.png"
<alt="The Walking Dead. A header with the title and zombies in the background" />
</header>
<ul class="htop">
<li><a href="index.html">About</a></li>
<li class="active"><a href="characters.html">Characters</a></li>
<li><a href="summary.html">Chapter</a></li>
<li><a href="code.html">Code</a></li>
<li><a href="cmblODD.html">Comic ODD</a></li>

</ul>
<div id="table">
<table class="character">
<tr class="row" style="font-family:'deathrattleebb'; font-size: xx-large;">
<th></th>
<th class="columnC ignore-css">Character</th>
<th class="columnC" style="padding-left:10px;">Locations</th>
</tr>
<tr class="row">
<td class="columnC ignore-css"><img src="images/Allen.png"/></td>
<td class="columnC ignore-css">Allen</td>
<td class="columnC">
<ul>
<li>Page 48
<ul>
<li><a href="summary.html#48-panel-1" class="ignore-css">Panel 1</a></li>
</ul>
</li>
</ul>
</td>
</tr>
<tr class="row">
<td><img src="images/Amy.jpeg" /></td>
<td class="columnC ignore-css">Amy</td>
<td class="columnC">
<ul>
<li>Page 56
<ul>
<li><a href="summary.html#56-panel-5" class="ignore-css">Panel 5</a></li>
<li><a href="summary.html#56-panel-6" class="ignore-css">Panel 6</a></li>
<li><a href="summary.html#56-panel-7" class="ignore-css">Panel 7</a></li>
</ul>
</li>
</ul>
</td>
</tr>
<tr class="row" style="padding-top: 25px;">
<td><img src="images/Carl.png" /></td>
<td class="columnC ignore-css">Carl</td>
<td class="columnC" style="list-style:none;">
<ul>
<li class="space">Page 46
<ul>
<li><a href="summary.html#46-panel-2" class="ignore-css">Panel 2</a></li>
</ul>
</li>
<li class="space">Page 56
<ul>
<li><a href="summary.html#56-panel-3" class="ignore-css">Panel 3</a></li>
<li><a href="summary.html#56-panel-4" class="ignore-css">Panel 4</a></li>
</ul>
</li>
<li class="space">Page 58
<ul>
<li><a href="summary.html#58-panel-2" class="ignore-css">Panel 2</a></li>
<li><a href="summary.html#58-panel-4" class="ignore-css">Panel 4</a></li>
</ul>
</li>
</ul>
</td>
</tr>
<tr class="row" style="padding-top: 25px;">
<td><img src="images/Carol.png"/></td>
<td class="columnC ignore-css">Carol</td>
<td class="columnC">
<ul>
<li>Page 56
<ul>
<li><a href="summary.html#56-panel-5" class="ignore-css">Panel 5</a></li>
</ul>
</li>
<li>Page 57
<ul>
<li><a href="summary.html#57-panel-1" class="ignore-css">Panel 1</a></li>
</ul>
</li>
</ul>
</td>
</tr>
<tr class="row" style="padding-top: 25px;">
<td><img src="images/Dale.png" /></td>
<td class="columnC ignore-css">Dale</td>
<td class="columnC">
<ul>
<li>Page 54
<ul>
<li><a href="summary.html#54-panel-3" class="ignore-css">Panel 3</a></li>
<li><a href="summary.html#54-panel-4" class="ignore-css">Panel 4</a></li>
<li><a href="summary.html#54-panel-6" class="ignore-css">Panel 6</a></li>
</ul>
</li>
</ul>
</td>
</tr> <tr class="row" style="padding-top: 25px;">
<td><img src="images/Donna.png" /></td>
<td class="columnC ignore-css">Donna</td>
<td class="columnC">
<ul>
<li>Page 49
<ul>
<li><a href="summary.html#49-panel-2" class="ignore-css">Panel 2</a></li>
<li><a href="summary.html#49-panel-4" class="ignore-css">Panel 4</a></li>
</ul>
</li>
<li>Page 56
<ul>
<li><a href="summary.html#56-panel-5" class="ignore-css">Panel 5</a></li>
<li><a href="summary.html#56-panel-6" class="ignore-css">Panel 6</a></li>
</ul>
</li>
<li>Page 57
<ul>
<li><a href="summary.html#57-panel-2" class="ignore-css">Panel 2</a></li>
<li><a href="summary.html#57-panel-4" class="ignore-css">Panel 4</a></li>
<li><a href="summary.html#57-panel-6" class="ignore-css">Panel 6</a></li>
</ul>
</li>
</ul>
</td>
</tr>
<tr class="row" style="padding-top: 25px;">
<td><img src="images/Duane.png" /></td>
<td class="columnC ignore-css">Duane</td>
<td class="columnC"> <ul>
<li>Page 14
<ul>
<li><a href="summary.html#14-panel-2" class="ignore-css">Panel 2</a></li>
<li><a href="summary.html#14-panel-3" class="ignore-css">Panel 3</a></li>
<li><a href="summary.html#14-panel-4" class="ignore-css">Panel 4</a></li>
</ul>
</li>
<li>Page 19 <ul>
<li><a href="summary.html#19-panel-3" class="ignore-css">Panel 3</a></li>
<li><a href="summary.html#19-panel-4" class="ignore-css">Panel 4</a></li>
</ul>
</li>
</ul>
</td>
</tr>
<tr class="row" style="padding-top: 25px;" >
<td><img src="images/Glenn.png" /></td>
<td class="columnC ignore-css">Glenn</td>
<td class="columnC">
<ul>
<li>Page 38
<ul>
<li><a href="summary.html#38-panel-4" class="ignore-css">Panel 4</a></li>
<li><a href="summary.html#38-panel-5" class="ignore-css">Panel 5</a></li>
</ul>
</li>
<li>Page 39
<ul>
<li><a href="summary.html#39-panel-1" class="ignore-css">Panel 1</a></li>
<li><a href="summary.html#39-panel-3" class="ignore-css">Panel 3</a></li>
<li><a href="summary.html#39-panel-4" class="ignore-css">Panel 4</a></li>
</ul>
</li>
<li>Page 40
<ul>
<li><a href="summary.html#40-panel-1" class="ignore-css">Panel 1</a></li>
<li><a href="summary.html#40-panel-3" class="ignore-css">Panel 3</a></li>
<li><a href="summary.html#40-panel-7" class="ignore-css">Panel 7</a></li>
</ul>
</li>
<li>Page 41
<ul>
<li><a href="summary.html#41-panel-3" class="ignore-css">Panel 3</a></li>
<li><a href="summary.html#41-panel-5" class="ignore-css">Panel 5</a></li>
<li><a href="summary.html#41-panel-6" class="ignore-css">Panel 6</a></li>
<li><a href="summary.html#41-panel-7" class="ignore-css">Panel 7</a></li>
</ul>
</li>
<li>Page 42
<ul>
<li><a href="summary.html#42-panel-1" class="ignore-css">Panel 1</a></li>
<li><a href="summary.html#42-panel-3" class="ignore-css">Panel 3</a></li>
<li><a href="summary.html#42-panel-4" class="ignore-css">Panel 4</a></li>
<li><a href="summary.html#42-panel-6" class="ignore-css">Panel 6</a></li>
<li><a href="summary.html#42-panel-7" class="ignore-css">Panel 7</a></li>
</ul>
</li>
<li>Page 43
<ul>
<li><a href="summary.html#43-panel-1" class="ignore-css">Panel 1</a></li>
<li><a href="summary.html#43-panel-3" class="ignore-css">Panel 3</a></li>
<li><a href="summary.html#43-panel-5" class="ignore-css">Panel 5</a></li>
</ul>
</li>
<li>Page 44
<ul>
<li><a href="summary.html#44-panel-2" class="ignore-css">Panel 2</a></li>
<li><a href="summary.html#44-panel-4" class="ignore-css">Panel 4</a></li>
<li><a href="summary.html#44-panel-6" class="ignore-css">Panel 6</a></li>
</ul>
</li>
<li>Page 45
<ul>
<li><a href="summary.html#45-panel-1" class="ignore-css">Panel 1</a></li>
<li><a href="summary.html#45-panel-2" class="ignore-css">Panel 2</a></li>
<li><a href="summary.html#45-panel-4" class="ignore-css">Panel 4</a></li>
<li><a href="summary.html#45-panel-5" class="ignore-css">Panel 5</a></li>
</ul>
</li>
<li>Page 48
<ul>
<li><a href="summary.html#48-panel-1" class="ignore-css">Panel 1</a></li>
</ul>
</li>
</ul>
</td>
</tr>
<tr class="row" style="padding-top: 25px;">
<td><img src="images/horse.png" /></td>
<td class="columnC ignore-css">Horse</td>
<td class="columnC">
<ul>
<li>Page 36 <ul>
<li><a href="summary.html#36-panel-2" class="ignore-css">Panel 2</a></li>
</ul>
</li>
</ul>
</td>
</tr>
<tr class="row" style="padding-top: 25px;">
<td><img src="images/Lori.png" /></td>
<td class="columnC ignore-css">Lori</td>
<td class="columnC">
<ul>
<li>Page 46
<ul>
<li><a href="summary.html#46-panel-1" class="ignore-css">Panel 1</a></li>
</ul>
</li>
<li>Page 47
<ul>
<li><a href="summary.html#47-panel-4" class="ignore-css">Panel 4</a></li>
</ul>
</li>
<li>Page 50
<ul>
<li><a href="summary.html#50-panel-2" class="ignore-css">Panel 2</a></li>
<li><a href="summary.html#50-panel-3" class="ignore-css">Panel 3</a></li>
<li><a href="summary.html#50-panel-4" class="ignore-css">Panel 4</a></li>
<li><a href="summary.html#50-panel-6" class="ignore-css">Panel 6</a></li>
<li><a href="summary.html#50-panel-7" class="ignore-css">Panel 7</a></li>
</ul>
</li>
<li>Page 51
<ul>
<li><a href="summary.html#51-panel-1" class="ignore-css">Panel 1</a></li>
<li><a href="summary.html#51-panel-2" class="ignore-css">Panel 2</a></li>
<li><a href="summary.html#51-panel-5" class="ignore-css">Panel 5</a></li>
</ul>
</li>
<li>Page 55
<ul>
<li><a href="summary.html#55-panel-5" class="ignore-css">Panel 5</a></li>
<li><a href="summary.html#55-panel-6" class="ignore-css">Panel 6</a></li>
<li><a href="summary.html#55-panel-7" class="ignore-css">Panel 7</a></li>
</ul>
</li>
<li>Page 56
<ul>
<li><a href="summary.html#56-panel-2" class="ignore-css">Panel 2</a></li>
<li><a href="summary.html#56-panel-4" class="ignore-css">Panel 4</a></li>
<li><a href="summary.html#56-panel-7" class="ignore-css">Panel 7</a></li>
</ul>
</li>
<li>Page 57
<ul>
<li><a href="summary.html#57-panel-1" class="ignore-css">Panel 1</a></li>
<li><a href="summary.html#57-panel-4" class="ignore-css">Panel 4</a></li>
<li><a href="summary.html#57-panel-5" class="ignore-css">Panel 5</a></li>
<li><a href="summary.html#57-panel-6" class="ignore-css">Panel 6</a></li>
</ul>
</li>
</ul>
</td>
</tr> <tr class="row" style="padding-top: 25px;"> <td><img src="images/Morgan.png" /></td>
<td class="columnC ignore-css">Morgan</td>
<td class="columnC"> <ul>
<li>Page 14
<ul>
<li><a href="summary.html#14-panel-3" class="ignore-css">Panel 3</a></li>
<li><a href="summary.html#14-panel-4" class="ignore-css">Panel 4</a></li>
</ul>
</li>
<li>Page 15
<ul>
<li><a href="summary.html#15-panel-2" class="ignore-css">Panel 2</a></li>
<li><a href="summary.html#15-panel-3" class="ignore-css">Panel 3</a></li>
<li><a href="summary.html#15-panel-5" class="ignore-css">Panel 5</a></li>
<li><a href="summary.html#15-panel-7" class="ignore-css">Panel 7</a></li>
</ul>
</li>
<li>Page 16
<ul>
<li><a href="summary.html#16-panel-1" class="ignore-css">Panel 1</a></li>
<li><a href="summary.html#16-panel-2" class="ignore-css">Panel 2</a></li>
<li><a href="summary.html#16-panel-4" class="ignore-css">Panel 4</a></li>
</ul>
</li>
<li>Page 17
<ul>
<li><a href="summary.html#17-panel-1" class="ignore-css">Panel 1</a></li>
<li><a href="summary.html#17-panel-3" class="ignore-css">Panel 3</a></li>
<li><a href="summary.html#17-panel-4" class="ignore-css">Panel 4</a></li>
<li><a href="summary.html#17-panel-5" class="ignore-css">Panel 5</a></li>
<li><a href="summary.html#17-panel-6" class="ignore-css">Panel 6</a></li>
</ul>
</li>
<li>Page 18
<ul>
<li><a href="summary.html#18-panel-4" class="ignore-css">Panel 4</a></li>
</ul>
</li>
<li>Page 19
<ul>
<li><a href="summary.html#19-panel-1" class="ignore-css">Panel 1</a></li>
<li><a href="summary.html#19-panel-3" class="ignore-css">Panel 3</a></li>
<li><a href="summary.html#19-panel-4" class="ignore-css">Panel 4</a></li>
<li><a href="summary.html#19-panel-6" class="ignore-css">Panel 6</a></li>
</ul>
</li>
<li>Page 20
<ul>
<li><a href="summary.html#20-panel-1" class="ignore-css">Panel 1</a></li>
<li><a href="summary.html#20-panel-2" class="ignore-css">Panel 2</a></li>
<li><a href="summary.html#20-panel-5" class="ignore-css">Panel 5</a></li>
</ul>
</li>
<li>Page 21
<ul>
<li><a href="summary.html#21-panel-4" class="ignore-css">Panel 4</a></li>
</ul>
</li>
<li>Page 22
<ul>
<li><a href="summary.html#22-panel-1" class="ignore-css">Panel 1</a></li>
<li><a href="summary.html#22-panel-3" class="ignore-css">Panel 3</a></li>
</ul>
</li>
</ul>
</td>
</tr>
<tr class="row" style="padding-top: 25px;">
<td><img src="images/Rick.png" /></td>
<td class="columnC ignore-css">Rick</td>
<td class="columnC">
<ul>
<li>Page 1 <ul>
<li><a href="summary.html#1-panel-1" class="ignore-css">Panel 1</a></li>
<li><a href="summary.html#1-panel-2" class="ignore-css">Panel 2</a></li>
<li><a href="summary.html#1-panel-4" class="ignore-css">Panel 4</a></li>
</ul>
</li>
<li>Page 2
<ul>
<li><a href="summary.html#2-panel-1" class="ignore-css">Panel 1</a></li>
</ul>
</li>
<li>Page 3
<ul>
<li><a href="summary.html#3-panel-5" class="ignore-css">Panel 5</a></li>
</ul>
</li>
<li>Page 4
<ul>
<li><a href="summary.html#4-panel-1" class="ignore-css">Panel 1</a></li>
<li><a href="summary.html#4-panel-2" class="ignore-css">Panel 2</a></li>
<li><a href="summary.html#4-panel-3" class="ignore-css">Panel 3</a></li>
<li><a href="summary.html#4-panel-8" class="ignore-css">Panel 8</a></li>
</ul>
</li>
<li>Page 5
<ul>
<li><a href="summary.html#5-panel-1" class="ignore-css">Panel 1</a></li>
<li><a href="summary.html#5-panel-2" class="ignore-css">Panel 2</a></li>
<li><a href="summary.html#5-panel-3" class="ignore-css">Panel 3</a></li>
<li><a href="summary.html#5-panel-5" class="ignore-css">Panel 5</a></li>
<li><a href="summary.html#5-panel-6" class="ignore-css">Panel 6</a></li>
</ul>
</li>
<li>Page 7
<ul>
<li><a href="summary.html#7-panel-1" class="ignore-css">Panel 1</a></li>
<li><a href="summary.html#7-panel-3" class="ignore-css">Panel 3</a></li>
<li><a href="summary.html#7-panel-4" class="ignore-css">Panel 4</a></li>
<li><a href="summary.html#7-panel-5" class="ignore-css">Panel 5</a></li>
</ul>
</li>
<li>Page 8
<ul>
<li><a href="summary.html#8-panel-1" class="ignore-css">Panel 1</a></li>
<li><a href="summary.html#8-panel-4" class="ignore-css">Panel 4</a></li>
<li><a href="summary.html#8-panel-5" class="ignore-css">Panel 5</a></li>
<li><a href="summary.html#8-panel-6" class="ignore-css">Panel 6</a></li>
</ul>
</li>
<li>Page 9
<ul>
<li><a href="summary.html#9-panel-3" class="ignore-css">Panel 3</a></li>
<li><a href="summary.html#9-panel-6" class="ignore-css">Panel 6</a></li>
</ul>
</li>
<li>Page 11
<ul>
<li><a href="summary.html#11-panel-2" class="ignore-css">Panel 2</a></li>
<li><a href="summary.html#11-panel-5" class="ignore-css">Panel 5</a></li>
</ul>
</li>
<li>Page 12
<ul>
<li><a href="summary.html#12-panel-4" class="ignore-css">Panel 4</a></li>
</ul>
</li>
<li>Page 13
<ul>
<li><a href="summary.html#13-panel-6" class="ignore-css">Panel 6</a></li>
</ul>
</li>
<li>Page 15
<ul>
<li><a href="summary.html#15-panel-1" class="ignore-css">Panel 1</a></li>
<li><a href="summary.html#15-panel-2" class="ignore-css">Panel 2</a></li>
<li><a href="summary.html#15-panel-3" class="ignore-css">Panel 3</a></li>
<li><a href="summary.html#15-panel-4" class="ignore-css">Panel 4</a></li>
<li><a href="summary.html#15-panel-6" class="ignore-css">Panel 6</a></li>
</ul>
</li>
<li>Page 16
<ul>
<li><a href="summary.html#16-panel-1" class="ignore-css">Panel 1</a></li>
<li><a href="summary.html#16-panel-3" class="ignore-css">Panel 3</a></li>
<li><a href="summary.html#16-panel-5" class="ignore-css">Panel 5</a></li>
</ul>
</li>
<li>Page 17
<ul>
<li><a href="summary.html#17-panel-1" class="ignore-css">Panel 1</a></li>
<li><a href="summary.html#17-panel-2" class="ignore-css">Panel 2</a></li>
<li><a href="summary.html#17-panel-3" class="ignore-css">Panel 3</a></li>
<li><a href="summary.html#17-panel-5" class="ignore-css">Panel 5</a></li>
<li><a href="summary.html#17-panel-6" class="ignore-css">Panel 6</a></li>
</ul>
</li>
<li>Page 18
<ul>
<li><a href="summary.html#18-panel-1" class="ignore-css">Panel 1</a></li>
<li><a href="summary.html#18-panel-3" class="ignore-css">Panel 3</a></li>
<li><a href="summary.html#18-panel-4" class="ignore-css">Panel 4</a></li>
<li><a href="summary.html#18-panel-5" class="ignore-css">Panel 5</a></li>
<li><a href="summary.html#18-panel-6" class="ignore-css">Panel 6</a></li>
</ul>
</li>
<li>Page 19
<ul>
<li><a href="summary.html#19-panel-1" class="ignore-css">Panel 1</a></li>
<li><a href="summary.html#19-panel-2" class="ignore-css">Panel 2</a></li>
<li><a href="summary.html#19-panel-5" class="ignore-css">Panel 5</a></li>
<li><a href="summary.html#19-panel-6" class="ignore-css">Panel 6</a></li>
<li><a href="summary.html#19-panel-7" class="ignore-css">Panel 7</a></li>
</ul>
</li>
<li>Page 20
<ul>
<li><a href="summary.html#20-panel-1" class="ignore-css">Panel 1</a></li>
<li><a href="summary.html#20-panel-2" class="ignore-css">Panel 2</a></li>
<li><a href="summary.html#20-panel-3" class="ignore-css">Panel 3</a></li>
<li><a href="summary.html#20-panel-4" class="ignore-css">Panel 4</a></li>
<li><a href="summary.html#20-panel-6" class="ignore-css">Panel 6</a></li>
<li><a href="summary.html#20-panel-7" class="ignore-css">Panel 7</a></li>
</ul>
</li>
<li>Page 21
<ul>
<li><a href="summary.html#21-panel-1" class="ignore-css">Panel 1</a></li>
</ul>
</li>
<li>Page 22
<ul>
<li><a href="summary.html#22-panel-2" class="ignore-css">Panel 2</a></li>
<li><a href="summary.html#22-panel-3" class="ignore-css">Panel 3</a></li>
</ul>
</li>
<li>Page 25
<ul>
<li><a href="summary.html#25-panel-3" class="ignore-css">Panel 3</a></li>
<li><a href="summary.html#25-panel-4" class="ignore-css">Panel 4</a></li>
</ul>
</li>
<li>Page 26
<ul>
<li><a href="summary.html#26-panel-1" class="ignore-css">Panel 1</a></li>
</ul>
</li>
<li>Page 27
<ul>
<li><a href="summary.html#27-panel-5" class="ignore-css">Panel 5</a></li>
</ul>
</li>
<li>Page 28
<ul>
<li><a href="summary.html#28-panel-2" class="ignore-css">Panel 2</a></li>
<li><a href="summary.html#28-panel-3" class="ignore-css">Panel 3</a></li>
<li><a href="summary.html#28-panel-4" class="ignore-css">Panel 4</a></li>
<li><a href="summary.html#28-panel-5" class="ignore-css">Panel 5</a></li>
<li><a href="summary.html#28-panel-6" class="ignore-css">Panel 6</a></li>
</ul>
</li>
<li>Page 29
<ul>
<li><a href="summary.html#29-panel-6" class="ignore-css">Panel 6</a></li>
</ul>
</li>
<li>Page 30
<ul>
<li><a href="summary.html#30-panel-1" class="ignore-css">Panel 1</a></li>
<li><a href="summary.html#30-panel-2" class="ignore-css">Panel 2</a></li>
<li><a href="summary.html#30-panel-3" class="ignore-css">Panel 3</a></li>
<li><a href="summary.html#30-panel-4" class="ignore-css">Panel 4</a></li>
<li><a href="summary.html#30-panel-5" class="ignore-css">Panel 5</a></li>
<li><a href="summary.html#30-panel-6" class="ignore-css">Panel 6</a></li>
</ul>
</li>
<li>Page 31
<ul>
<li><a href="summary.html#31-panel-1" class="ignore-css">Panel 1</a></li>
<li><a href="summary.html#31-panel-3" class="ignore-css">Panel 3</a></li>
<li><a href="summary.html#31-panel-4" class="ignore-css">Panel 4</a></li>
<li><a href="summary.html#31-panel-5" class="ignore-css">Panel 5</a></li>
</ul>
</li>
<li>Page 32
<ul>
<li><a href="summary.html#32-panel-1" class="ignore-css">Panel 1</a></li>
<li><a href="summary.html#32-panel-2" class="ignore-css">Panel 2</a></li>
<li><a href="summary.html#32-panel-3" class="ignore-css">Panel 3</a></li>
<li><a href="summary.html#32-panel-4" class="ignore-css">Panel 4</a></li>
<li><a href="summary.html#32-panel-5" class="ignore-css">Panel 5</a></li>
<li><a href="summary.html#32-panel-6" class="ignore-css">Panel 6</a></li>
<li><a href="summary.html#32-panel-7" class="ignore-css">Panel 7</a></li>
<li><a href="summary.html#32-panel-8" class="ignore-css">Panel 8</a></li>
</ul>
</li>
<li>Page 33
<ul>
<li><a href="summary.html#33-panel-1" class="ignore-css">Panel 1</a></li>
</ul>
</li>
<li>Page 34
<ul>
<li><a href="summary.html#34-panel-1" class="ignore-css">Panel 1</a></li>
</ul>
</li>
<li>Page 35
<ul>
<li><a href="summary.html#35-panel-1" class="ignore-css">Panel 1</a></li>
<li><a href="summary.html#35-panel-2" class="ignore-css">Panel 2</a></li>
<li><a href="summary.html#35-panel-3" class="ignore-css">Panel 3</a></li>
<li><a href="summary.html#35-panel-4" class="ignore-css">Panel 4</a></li>
</ul>
</li>
<li>Page 36
<ul>
<li><a href="summary.html#36-panel-3" class="ignore-css">Panel 3</a></li>
<li><a href="summary.html#36-panel-4" class="ignore-css">Panel 4</a></li>
<li><a href="summary.html#36-panel-6" class="ignore-css">Panel 6</a></li>
</ul>
</li>
<li>Page 37
<ul>
<li><a href="summary.html#37-panel-1" class="ignore-css">Panel 1</a></li>
<li><a href="summary.html#37-panel-3" class="ignore-css">Panel 3</a></li>
</ul>
</li>
<li>Page 38
<ul>
<li><a href="summary.html#38-panel-3" class="ignore-css">Panel 3</a></li>
</ul>
</li>
<li>Page 39
<ul>
<li><a href="summary.html#39-panel-5" class="ignore-css">Panel 5</a></li>
</ul>
</li>
<li>Page 40
<ul>
<li><a href="summary.html#40-panel-2" class="ignore-css">Panel 2</a></li>
<li><a href="summary.html#40-panel-4" class="ignore-css">Panel 4</a></li>
<li><a href="summary.html#40-panel-6" class="ignore-css">Panel 6</a></li>
<li><a href="summary.html#40-panel-8" class="ignore-css">Panel 8</a></li>
</ul>
</li>
<li>Page 41
<ul>
<li><a href="summary.html#41-panel-2" class="ignore-css">Panel 2</a></li>
<li><a href="summary.html#41-panel-4" class="ignore-css">Panel 4</a></li>
</ul>
</li>
<li>Page 42
<ul>
<li><a href="summary.html#42-panel-3" class="ignore-css">Panel 3</a></li>
<li><a href="summary.html#42-panel-7" class="ignore-css">Panel 7</a></li>
</ul>
</li>
<li>Page 43
<ul>
<li><a href="summary.html#43-panel-2" class="ignore-css">Panel 2</a></li>
<li><a href="summary.html#43-panel-3" class="ignore-css">Panel 3</a></li>
<li><a href="summary.html#43-panel-4" class="ignore-css">Panel 4</a></li>
</ul>
</li>
<li>Page 44
<ul>
<li><a href="summary.html#44-panel-1" class="ignore-css">Panel 1</a></li>
<li><a href="summary.html#44-panel-3" class="ignore-css">Panel 3</a></li>
<li><a href="summary.html#44-panel-5" class="ignore-css">Panel 5</a></li>
</ul>
</li>
<li>Page 45
<ul>
<li><a href="summary.html#45-panel-3" class="ignore-css">Panel 3</a></li>
<li><a href="summary.html#45-panel-6" class="ignore-css">Panel 6</a></li>
</ul>
</li>
<li>Page 46
<ul>
<li><a href="summary.html#46-panel-3" class="ignore-css">Panel 3</a></li>
</ul>
</li>
<li>Page 47
<ul>
<li><a href="summary.html#47-panel-1" class="ignore-css">Panel 1</a></li>
<li><a href="summary.html#47-panel-3" class="ignore-css">Panel 3</a></li>
<li><a href="summary.html#47-panel-5" class="ignore-css">Panel 5</a></li>
</ul>
</li>
<li>Page 50
<ul>
<li><a href="summary.html#50-panel-2" class="ignore-css">Panel 2</a></li>
<li><a href="summary.html#50-panel-3" class="ignore-css">Panel 3</a></li>
<li><a href="summary.html#50-panel-4" class="ignore-css">Panel 4</a></li>
<li><a href="summary.html#50-panel-5" class="ignore-css">Panel 5</a></li>
<li><a href="summary.html#50-panel-7" class="ignore-css">Panel 7</a></li>
</ul>
</li>
<li>Page 51
<ul>
<li><a href="summary.html#51-panel-1" class="ignore-css">Panel 1</a></li>
<li><a href="summary.html#51-panel-3" class="ignore-css">Panel 3</a></li>
<li><a href="summary.html#51-panel-6" class="ignore-css">Panel 6</a></li>
</ul>
</li>
<li>Page 52
<ul>
<li><a href="summary.html#52-panel-4" class="ignore-css">Panel 4</a></li>
</ul>
</li>
<li>Page 53
<ul>
<li><a href="summary.html#53-panel-3" class="ignore-css">Panel 3</a></li>
<li><a href="summary.html#53-panel-4" class="ignore-css">Panel 4</a></li>
<li><a href="summary.html#53-panel-5" class="ignore-css">Panel 5</a></li>
</ul>
</li>
<li>Page 54
<ul>
<li><a href="summary.html#54-panel-2" class="ignore-css">Panel 2</a></li>
<li><a href="summary.html#54-panel-3" class="ignore-css">Panel 3</a></li>
<li><a href="summary.html#54-panel-5" class="ignore-css">Panel 5</a></li>
<li><a href="summary.html#54-panel-6" class="ignore-css">Panel 6</a></li>
</ul>
</li>
<li>Page 55
<ul>
<li><a href="summary.html#55-panel-3" class="ignore-css">Panel 3</a></li>
<li><a href="summary.html#55-panel-4" class="ignore-css">Panel 4</a></li>
<li><a href="summary.html#55-panel-5" class="ignore-css">Panel 5</a></li>
<li><a href="summary.html#55-panel-6" class="ignore-css">Panel 6</a></li>
</ul>
</li>
<li>Page 57
<ul>
<li><a href="summary.html#57-panel-3" class="ignore-css">Panel 3</a></li>
</ul>
</li>
<li>Page 59
<ul>
<li><a href="summary.html#59-panel-1" class="ignore-css">Panel 1</a></li>
<li><a href="summary.html#59-panel-2" class="ignore-css">Panel 2</a></li>
<li><a href="summary.html#59-panel-4" class="ignore-css">Panel 4</a></li>
</ul>
</li>
<li>Page 60
<ul>
<li><a href="summary.html#60-panel-3" class="ignore-css">Panel 3</a></li>
</ul>
</li>
</ul>
</td>
</tr>
<tr class="row" style="padding-top: 25px;">
<td><img src="images/Shane.png" /></td>
<td class="columnC ignore-css">Shane</td>
<td class="columnC"> <ul>
<li>Page 1
<ul>
<li><a href="summary.html#1-panel-2" class="ignore-css">Panel 2</a></li>
<li><a href="summary.html#1-panel-6" class="ignore-css">Panel 6</a></li>
</ul>
</li>
<li>Page 47
<ul>
<li><a href="summary.html#47-panel-2" class="ignore-css">Panel 2</a></li>
<li><a href="summary.html#47-panel-5" class="ignore-css">Panel 5</a></li>
</ul>
</li>
<li>Page 48
<ul>
<li><a href="summary.html#48-panel-2" class="ignore-css">Panel 2</a></li>
<li><a href="summary.html#48-panel-3" class="ignore-css">Panel 3</a></li>
</ul>
</li>
<li>Page 49
<ul>
<li><a href="summary.html#49-panel-1" class="ignore-css">Panel 1</a></li>
<li><a href="summary.html#49-panel-3" class="ignore-css">Panel 3</a></li>
<li><a href="summary.html#49-panel-4" class="ignore-css">Panel 4</a></li>
</ul>
</li>
<li>Page 53
<ul>
<li><a href="summary.html#53-panel-2" class="ignore-css">Panel 2</a></li>
<li><a href="summary.html#53-panel-6" class="ignore-css">Panel 6</a></li>
</ul>
</li>
<li>Page 55
<ul>
<li><a href="summary.html#55-panel-4" class="ignore-css">Panel 4</a></li>
</ul>
</li>
<li>Page 59 <ul>
<li><a href="summary.html#59-panel-1" class="ignore-css">Panel 1</a></li>
<li><a href="summary.html#59-panel-2" class="ignore-css">Panel 2</a></li>
<li><a href="summary.html#59-panel-3" class="ignore-css">Panel 3</a></li>
<li><a href="summary.html#59-panel-5" class="ignore-css">Panel 5</a></li>
</ul>
</li>
<li>Page 60
<ul>
<li><a href="summary.html#60-panel-4" class="ignore-css">Panel 4</a></li>
<li><a href="summary.html#60-panel-5" class="ignore-css">Panel 5</a></li>
</ul>
</li>
</ul>
</td>
</tr>
<tr class="row" style="padding-top: 25px;">
<td><img src="images/shooter.png" /></td>
<td class="columnC ignore-css">Shooter</td>
<td class="columnC">
<ul>
<li>Page 1
<ul>
<li><a href="summary.html#1-panel-3" class="ignore-css">Panel 3</a></li>
</ul>
</li>
</ul>
</td>
</tr>
<tr class="row" style="padding-top: 25px;">
<td><img src="images/Sophia.png" /></td>
<td class="columnC ignore-css">Sophia</td>
<td class="columnC">
<ul>
<li>Page 58
<ul>
<li><a href="summary.html#58-panel-1" class="ignore-css">Panel 1</a></li>
<li><a href="summary.html#58-panel-3" class="ignore-css">Panel 3</a></li>
<li><a href="summary.html#58-panel-5" class="ignore-css">Panel 5</a></li>
</ul>
</li>
</ul>
</td>
</tr>
<tr class="row" style="padding-top: 25px;">
<td><img src="images/zombie.png" /></td>
<td class="columnC ignore-css">Zombie</td>
<td class="columnC">
<ul>
<li>Page 6
<ul>
<li><a href="summary.html#6-panel-1" class="ignore-css">Panel 1</a></li>
</ul>
</li>
<li>Page 7
<ul>
<li><a href="summary.html#7-panel-2" class="ignore-css">Panel 2</a></li>
</ul>
</li>
<li>Page 10
<ul>
<li><a href="summary.html#10-panel-1" class="ignore-css">Panel 1</a></li>
<li><a href="summary.html#10-panel-3" class="ignore-css">Panel 3</a></li>
<li><a href="summary.html#10-panel-5" class="ignore-css">Panel 5</a></li>
<li><a href="summary.html#10-panel-7" class="ignore-css">Panel 7</a></li>
</ul>
</li>
<li>Page 21
<ul>
<li><a href="summary.html#21-panel-1" class="ignore-css">Panel 1</a></li>
<li><a href="summary.html#21-panel-3" class="ignore-css">Panel 3</a></li>
</ul>
</li>
<li>Page 22
<ul>
<li><a href="summary.html#22-panel-7" class="ignore-css">Panel 7</a></li>
</ul>
</li>
<li>Page 23
<ul>
<li><a href="summary.html#23-panel-5" class="ignore-css">Panel 5</a></li>
</ul>
</li>
<li>Page 33
<ul>
<li><a href="summary.html#33-panel-4" class="ignore-css">Panel 4</a></li>
</ul>
</li>
<li>Page 36
<ul>
<li><a href="summary.html#36-panel-1" class="ignore-css">Panel 1</a></li>
<li><a href="summary.html#36-panel-3" class="ignore-css">Panel 3</a></li>
</ul>
</li>
<li>Page 60
<ul>
<li><a href="summary.html#60-panel-1" class="ignore-css">Panel 1</a></li>
</ul>
</li>
</ul>
</td>
</tr>
</table>
</div>
</body>
</html>

Chapter 1 // summary.html

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<title>
Chapter 1 - The Walking Dead</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="webstyle.css" />
<link rel="icon" type="image/png" href="images/bloodyhand.png" />
</head>
<body>
<header>
<img src="images/TWD_headerS.png" alt="The Walking Dead. A header with the title and zombies in the background" />
</header>
<ul class="htop">
<li>
<a href="index.html">
About</a>
</li>
<li>
<a href="characters.html">
Characters</a>
</li>
<li class="active">
<a href="summary.html">
Chapter</a>
</li>
<li>
<a href="code.html">
Code</a>
</li>
<li>
<a href="cmblODD.html">
Comic ODD</a>
</li>
</ul>
<div id="reading-view">
<div class="text">
<h2>
Chapter One: Days Gone Bye </h2>
<section class="page">
<div class="panel" id="1-panel-1">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 1</div>
<div>
<p class="action">
Rick and Shane find refuge behind a police car, seeking safety from an ongoing threat posed by an active shooter. </p>
<hr />
<p class="balloon">
This is not good. </p>
<hr />
</div>
<div class="panel" id="1-panel-2">
<span class="sound">
Boom </span>
<hr />
<p class="action">
Rick and Shane, while discreetly hiding from the shooter, engage in conversation,leaning against a police car. </p>
<hr />
<p class="balloon">
I don't think he is from around here. </p>
<hr />
<p class="balloon">
I think that's a safe bet. When they opened that prison in grant county I didn't think we'd be getting their run-off! </p>
<hr />
<span class="sound">
Spak </span>
<hr />
</div>
<div class="panel" id="1-panel-3">
<p class="action">
The assailant in the midst of the incident is wielding a firearm. </p>
<hr />
<p class="balloon">
I'm ain't goin' back! I'll die first! </p>
<hr />
</div>
<div class="panel" id="1-panel-4">
<p class="action">
Rick and Shane, while discreetly hiding from the shooter, engage in conversation,leaning against a police car.</p>
<hr />
<p class="balloon">
DAMMIT! Our back-up is probably more than ten miles away! We're sitting ducks behind this car... Cover me.. I'm going to try and make it to that ditch so we can surround him. </p>
<hr />
</div>
<div class="panel" id="1-panel-5">
<p class="action">
Shane, in the act of shielding Rick, has his firearm forcefully disarmed by the shooter's gunfire.</p>
<hr />
</div>
<div class="panel" id="1-panel-6">
<p class="action">
Clutching his wounded hand, Shane witnesses the harrowing scene as the shooter targets Rick, firing a shot directly into his chest.</p>
<hr />
<p class="balloon">
RICK!! </p>
</div>
</div>
<div class="columnR">
<img src="https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0004.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=0" />
</div>
</div>
</div>
<hr />
</section>
<section class="page">
<div class="panel" id="2-panel-1">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 2</div>
<p class="action">
Rick lies in a hospital bed, just rousing from his slumber. </p>
<hr />
<p class="balloon">
GASP! </p>
</div>
<div class="columnR">
<img src="https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0005.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=0" />
</div>
</div>
</div>
<hr />
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 3</div>
<div class="panel" id="3-panel-1">
<p class="action">
Reclined in the hospital bed, Rick reaches over and carefully removes the oxygen apparatus. </p>
<hr />
</div>
<div class="panel" id="3-panel-2">
<p class="action">
Rick sits upright, swinging his leg over the side of the bed. </p>
<hr />
</div>
<div class="panel" id="3-panel-3">
<p class="action">
Gripping onto the IV pole for support, Rick endeavors to rise to his feet. </p>
<hr />
</div>
<div class="panel" id="3-panel-4">
<p class="action">
Rick attempts to take a step but immediately crumples to the ground. </p>
<hr />
</div>
<div class="panel" id="3-panel-5">
<p class="action">
From the ground, Rick gazes upward, scanning the surroundings in search of the nurse.</p>
<hr />
<p class="balloon">
NURSE!! </p>
<hr />
</div>
<div class="panel" id="3-panel-6">
<p class="action">
Rick, determined, crawls back to the bed and locates the emergency button, pressing it with urgency.</p>
<hr />
</div>
<div class="panel" id="3-panel-7">
<p class="action">
Rick positions himself on the floor, leaning against the bed with his back for support. </p>
<hr />
</div>
<div class="panel" id="3-panel-8">
<p class="action">
Seated on the floor with his back against the bed, Rick observes a dresser to his right.</p>
<hr />
</div>
<div class="panel" id="3-panel-9">
<p class="action">
Rick opens the dresser to find his belongings neatly arranged, including his clothes, shoes, keys, and his badge. </p>
</div>
</div>
<div class="columnR">
<img src="https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0006.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
</div>
</section>
<hr />
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 4</div>
<div class="panel" id="4-panel-1">
<p class="action">
Rick stands in the doorway of the hospital room 251. </p>
<hr />
<p class="balloon">
Hello? </p>
<hr />
</div>
<div class="panel" id="4-panel-2">
<p class="action">
Rick strides down the empty hallway. </p>
<hr />
<p class="balloon">
Hello?! Anybody?! </p>
<hr />
</div>
<div class="panel" id="4-panel-3">
<p class="action">
Rick approaches the information desk in the hospital. </p>
<hr />
<p class="balloon">
What the hell?! Did everyone just decide to take a break at the same time?! </p>
<hr />
</div>
<div class="panel" id="4-panel-4">
<p class="action">
Rick continues navigating the deserted hospital corridors. </p>
<hr />
</div>
<div class="panel" id="4-panel-5">
<p class="action">
Rick discovers an elevator. </p>
<hr />
</div>
<div class="panel" id="4-panel-6">
<p class="action">
Rick steps into the elevator.</p>
<hr />
</div>
<div class="panel" id="4-panel-7">
<span class="sound" style="color:red">
DING! </span>
<p class="action">
The elevator halts, and Rick waits for the doors to open. </p>
<hr />
</div>
<div class="panel" id="4-panel-8">
<span class="sound">
FWUMP!</span>
<p class="action">
The elevator doors creak open, revealing a zombie that tumbles inside. </p>
<hr />
<p class="balloon">
AHH! </p>
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0007.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
</div>
<hr />
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 5</div>
<div class="panel" id="5-panel-1">
<p class="action">
Rick stands over the zombie, visibly frightened.</p>
<hr />
<p class="balloon">
Help!! </p>
<hr />
</div>
<div class="panel" id="5-panel-2">
<p class="action">
Rick leaps over the zombie, escaping the elevator. </p>
<hr />
<p class="balloon">
Somebody Help!! </p>
<hr />
</div>
<div class="panel" id="5-panel-3">
<p class="action">
Rick coninues his journey down the hospital corridor. </p>
<hr />
<p class="balloon">
Anybody? </p>
<hr />
</div>
<div class="panel" id="5-panel-4">
<p class="action">
Rick proceeds along the hospital halls. </p>
<hr />
</div>
<div class="panel" id="5-panel-5">
<p class="action">
Rick spots a double door blocked with a board. </p>
<hr />
<p class="balloon">
What the Hell? </p>
<hr />
</div>
<div class="panel" id="5-panel-6">
<p class="action">
Rick removes the wooden board. </p>
<hr />
<p class="balloon">
What happened here? </p>
<hr />
</div>
<div class="panel" id="5-panel-7">
<p class="action">
Rick opens the door slowly. </p>
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0008.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
<hr />
</div>
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 6</div>
<div class="panel" id="6-panel-1">
<p class="action">
Rick opens the door to a room filled with over 20 zombies. </p>
<hr />
<p class="balloon">
UUNGH. </p>
<hr />
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0009.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
</div>
<hr />
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 7</div>
<div class="panel" id="7-panel-1">
<p class="action">
Rick visibly frightened, moves away from zombie at the door. </p>
<hr />
<p class="balloon">
Uh. Uh. Uh. </p>
</div>
<div class="panel" id="7-panel-2">
<span class="sound" style="color:red">
THAP!</span>
<p class="action">
Rick falls to the ground while backing away from the approaching zombie. </p>
<hr />
<p class="balloon">
UFF! </p>
<hr />
</div>
<div class="panel" id="7-panel-3">
<p class="action">
Rick, on the floor, continues to move away from the zombie. </p>
<hr />
<p class="balloon">
STOP! Get away from me ! </p>
<hr />
</div>
<div class="panel" id="7-panel-4">
<p class="action">
The zombie grabs Rick by the shirt as he attempts to exit the hospital. </p>
<hr />
<p class="balloon">
Cant you understand?! </p>
<hr />
</div>
<div class="panel" id="7-panel-5">
<span class="sound" style="color:red">
FWUMP! </span>
<p class="action">
The zombie forcefully shoves Rick out of the door, and they tumble to the ground. </p>
<hr />
<p class="balloon">
PLEASE! </p>
<hr />
</div>
<div class="panel" id="7-panel-6">
<span class="sound" style="color:red">
WHUMP!</span>
<p class="action">
The zombie lands on top of Rick, and together, they descend down the stairs. </p>
<hr />
</div>
<div class="panel" id="7-panel-7">
<span class="sound" style="color:red">
SNAP! </span>
<p class="action">
The zombies neck snaps during the fall down the stairs. </p>
<hr />
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0010.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
<hr />
</div>
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 8</div>
<div class="panel" id="8-panel-1">
<span class="sound" style="color:red">
WHUMP! </span>
<p class="action">
Rick collapses onto the zombie at the bottom of the stairs. </p>
<hr />
<p class="balloon">
OOF! </p>
<hr />
</div>
<div class="panel" id="8-panel-2">
<p class="action">
Rick rises and descends the stairs as zombies persue him.</p>
<hr />
</div>
<div class="panel" id="8-panel-3">
<p class="action">
Rick pushes open a door and starts removing his belt. </p>
<hr />
</div>
<div class="panel" id="8-panel-4">
<p class="action">
Rick passes through the door, securing it with his belt. </p>
<hr />
<p class="balloon">
What the hell was all that? </p>
<hr />
</div>
<div class="panel" id="8-panel-5">
<p class="action">
Rick stands in an almost empty parking structure with only one car. </p>
<hr />
<p class="balloon">
... </p>
<hr />
</div>
<div class="panel" id="8-panel-6">
<p class="action">
Rick attempts to open the door. </p>
<hr />
<p class="balloon">
Damn. </p>
<hr />
</div>
<div class="panel" id="8-panel-7">
<p class="action">
Rick walks away from the car. </p>
<hr />
</div>
<hr />
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0011.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
</div>
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 9</div>
<div class="panel" id="9-panel-1">
<p class="action">
Rick is outside the hospital, strolling down the sidewalk. </p>
<hr />
</div>
<div class="panel" id="9-panel-2">
<p class="action">
Rick contunies walking down the sidewalk. </p>
<hr />
</div>
<div class="panel" id="9-panel-3">
<p class="action">
Rick comes across a wrecked car with a dead body hanging out of it. </p>
<hr />
<p class="balloon">
Jesus.. </p>
<hr />
</div>
<div class="panel" id="9-panel-4">
<p class="action">
Rick spots a bike in the grass up ahead. </p>
<hr />
</div>
<div class="panel" id="9-panel-5">
<p class="action">
Rick walks up to the bike. </p>
<hr />
</div>
<div class="panel" id="9-panel-6">
<p class="action">
Rick looks horrified by what he sees. </p>
<hr />
<p class="balloon">
GASP! </p>
<hr />
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0012.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
<hr />
</div>
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 10</div>
<div class="panel" id="10-panel-1">
<p class="action">
A deteriorated zombie lies next to the bike. </p>
<hr />
<p class="balloon">
GUK...GLAKK. </p>
<hr />
</div>
<div class="panel" id="10-panel-2">
<p class="action">
Rick covers his mouth in disbelief. </p>
<hr />
</div>
<div class="panel" id="10-panel-3">
<p class="action">
The zombie notices Rick and gazes at him. </p>
<hr />
<p class="balloon">
GUK. </p>
<hr />
</div>
<div class="panel" id="10-panel-4">
<p class="action">
A close-up of Rick's face. </p>
<hr />
</div>
<div class="panel" id="10-panel-5">
<p class="action">
The zombie lies on the ground with its mouth open. </p>
<hr />
<p class="balloon">
GUH. </p>
<hr />
</div>
<div class="panel" id="10-panel-6">
<p class="action">
A close-up of Rick's face as he begins to cry. </p>
<hr />
</div>
<div class="panel" id="10-panel-7">
<p class="action">
The zombie lies on the ground, looking at Rick. </p>
<hr />
<p class="balloon">
GAR. </p>
<hr />
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0013.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
<hr />
</div>
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 11</div>
<div class="panel" id="11-panel-1">
<p class="action">
Rick walks down the road with a bike. </p>
<hr />
</div>
<div class="panel" id="11-panel-2">
<p class="action">
Rick collapses to his knees, letting the bike fall. </p>
<hr />
<p class="balloon">
Oh God... </p>
<hr />
</div>
<div class="panel" id="11-panel-3">
<p class="action">
Rick buries his face in his hands in the middle of the road. </p>
<hr />
</div>
<div class="panel" id="11-panel-4">
<p class="action">
Still weeping, Rick remains on his knees in the middle of the road. </p>
<hr />
</div>
<div class="panel" id="11-panel-5">
<p class="action">
Rick stands up, gazing at the abandoned bike. </p>
<hr />
<p class="balloon">
... </p>
<hr />
</div>
<div class="panel" id="11-panel-6">
<p class="action">
Rick mounts the bike. </p>
<hr />
</div>
<div class="panel" id="11-panel-7">
<p class="action">
Wiping away his tears, Rick preapres to ride the bike. </p>
<hr />
</div>
<div class="panel" id="11-panel-8">
<p class="action">
Rick begains to pedal the bike forward. </p>
<hr />
</div>
<div class="panel" id="11-panel-9">
<p class="action">
Riding down the empty road, Rick tries to escape his pain. </p>
<hr />
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0014.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
<hr />
</div>
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 12</div>
<div class="panel" id="12-panel-1">
<p class="action">
Rick rides a bike through a desolated neighborhood. </p>
<hr />
</div>
<div class="panel" id="12-panel-2">
<p class="action">
Rick halts in front of a dilapidated house. </p>
<hr />
</div>
<div class="panel" id="12-panel-3">
<p class="action">
Dismounting, Rick approaches the front door of the house. </p>
<hr />
</div>
<div class="panel" id="12-panel-4">
<p class="action">
As he nears the door, Rick mutters, </p>
<hr />
<p class="balloon">
Son of a bitch. </p>
<hr />
</div>
<div class="panel" id="12-panel-5">
<p class="action">
Rick opens the screen door and grips the doorknob. </p>
<hr />
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0015.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
<hr />
</div>
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 13</div>
<div class="panel" id="13-panel-1">
<p class="action">
Rick enters the house. </p>
<hr />
</div>
<div class="panel" id="13-panel-2">
<p class="action">
Passing by a family picture showing two parents and a son, Rick reminisces.</p>
<hr />
</div>
<div class="panel" id="13-panel-3">
<p class="action">
Rick opens a door and peeks into a bedroom, surveying the silent space. </p>
<hr />
</div>
<div class="panel" id="13-panel-4">
<p class="action">
Moving on, Rick steps into the kitchen, haunted by memories. </p>
<hr />
</div>
<div class="panel" id="13-panel-5">
<p class="action">
Rick steps outside and onto the porch, leaning on the railing. </p>
<hr />
</div>
<div class="panel" id="13-panel-6">
<p class="action">
Rick surveys the surroundings. </p>
<hr />
<p class="balloon">
Nothing. </p>
<hr />
</div>
<div class="panel" id="13-panel-7">
<p class="action">
Reflecting, Rick walks around the exterior of the house. </p>
<hr />
</div>
<div class="panel" id="13-panel-8">
<p class="action">
Rick's gaze wanders, taking in the desolation that surrounds him. </p>
<hr />
</div>
<div class="panel" id="13-panel-9">
<p class="action">
A shovel swings through the air, catching Rick off guard. </p>
<hr />
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0016.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
<hr />
</div>
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 14</div>
<div class="panel" id="14-panel-1">
<span class="sound" style="color:red">
CLUNGG!!</span>
<p class="action">
Rick is struck in the back of the head with a shovel. </p>
<hr />
</div>
<div class="panel" id="14-panel-2">
<p class="action">
A young boy stands above Rick, wielding a shovel.</p>
<hr />
<p class="balloon">
Dad! </p>
<hr />
</div>
<div class="panel" id="14-panel-3">
<p class="action">
Father and son loom over Rick, the shovel-weilding boy explaining his actions. </p>
<hr />
<p class="balloon">
Jesus, Shit! Son.. What did you do? </p>
<hr />
<p class="balloon">
He was going to try to eat us, Dad.</p>
<hr />
</div>
<div class="panel" id="14-panel-4">
<p class="action">
The father corrects the misunderstanding, realizing Rick is still alive. </p>
<hr />
<p class="balloon">
No, son..This man is alive.</p>
<hr />
<p class="balloon">
Oh. </p>
<hr />
<p class="balloon">
Grab his feet.. Help me get him inside.</p>
<hr />
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0017.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
<hr />
</div>
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 15</div>
<div class="panel" id="15-panel-1">
<p class="action">
Rick regains consciousness on a couch. </p>
<hr />
<p class="balloon">
Huh! </p>
<hr />
</div>
<div class="panel" id="15-panel-2">
<p class="action">
The father and son are in the kitchen; Rick, now sitting up, questions them. </p>
<hr />
<p class="balloon">
Oh, You're awake. We're just getting ready to have dinner. Would you care to join us? </p>
<hr />
<p class="balloon">
Wait, what the hell is going on here?!</p>
<hr />
</div>
<div class="panel" id="15-panel-3">
<p class="action">
The trio sits at the dining room table, the father explaining the shovel incident. </p>
<hr />
<p class="balloon">
Oh, sorry about my boy. He hit you over the head with a shovel. </p>
<hr />
<p class="balloon">
Huh? What are you talking about? </p>
<hr />
<p class="balloon">
He thought you were one of those things..</p>
<hr />
</div>
<div class="panel" id="15-panel-4">
<p class="action">
Rick is bewildered. </p>
<hr />
<p class="balloon">
"Things?" You mean those monsters that are at the hospital?! Who are you people? What the hell is going on? </p>
<hr />
</div>
<div class="panel" id="15-panel-5">
<p class="action">
The father attempts to soothe Rick's confusion.</p>
<hr />
<p class="balloon">
Whoa, whoa.. calm down there buddy. This was all just a misunderstanding. My boy didn't mean nothing. </p>
<hr />
</div>
<div class="panel" id="15-panel-6">
<p class="action">
Rick demands answers. </p>
<hr />
<p class="balloon">
How did it all happen? What went wrong? </p>
<hr />
</div>
<div class="panel" id="15-panel-7">
<p class="action">
The father is suprised that Rick is unaware of the situation. </p>
<hr />
<p class="balloon">
What a minute. Hold up. Damn son.. You don't know about any of it? </p>
<hr />
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0018.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
<hr />
</div>
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 16</div>
<div class="panel" id="16-panel-1">
<p class="action">
Rick, the father, and son father in front of a fireplace. The son is drawing on the floor. </p>
<hr />
<p class="balloon">
I was shot... I woke up in the hospital and was atacked. i came home.. My wife and kid were gone.. The whole damn town was deserted. i didn't know what the hell was going on. </p>
<hr />
<p class="balloon">
All media shut down after a few weeks. I haven't heard much of anything after that. It they found a way to stop it.. they haven't made it here yet. Those things are everywhere.</p>
<hr />
<p class="balloon">
You say nobody knows what caused it? </p>
<hr />
<p class="balloon">
A good blow to the head will take 'em out. That's why the boy whacked you with our shovel. Nothing much else seems to faze them. Anytime one wanders into the yard we take care of it. We try to keep quiet.. They'd come after us if they knew we was here.</p>
<hr />
</div>
<div class="panel" id="16-panel-2">
<p class="action">
The father looks worried. </p>
<hr />
<p class="balloon">
Before they stopped broadcasting they told us to relocate to the bigger cities. They said they could protect us all there. I figured i'd be better off taking my chances here. </p>
<hr />
</div>
<div class="panel" id="16-panel-3">
<p class="action">
Rick seems relieved. </p>
<hr />
<p class="balloon">
My in-laws line in Atlanta..That's only a five-hour drive from here. That's probably where my wife went. Thank god.. If they're protecting the cities.. Man, I was so worried. </p>
<hr />
</div>
<div class="panel" id="16-panel-4">
<p class="action">
The father leans back in his chair, appearing suspicious.</p>
<hr />
<p class="balloon">
Oh, yeah.. I'm sure they're fine. </p>
<hr />
</div>
<div class="panel" id="16-panel-5">
<p class="action">
Rick stands up, holding a key. </p>
<hr />
<p class="balloon">
Well.. I need a car if im going to Atlanta.. Want to go shopping? </p>
<hr />
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0019.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
<hr />
</div>
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 17</div>
<div class="panel" id="17-panel-1">
<p class="action">
Rick, the father, and son stand in front of the police station. </p>
<hr />
<p class="balloon">
So, you're a cop, huh? </p>
<hr />
<p class="balloon">
Yep. </p>
<hr />
<p class="balloon">
I figured you for a hunter, after you said you got shot and all. You being a cop.. You don't mind my boy and I taking residence in your neighbor's place do you?</p>
<hr />
</div>
<div class="panel" id="17-panel-2">
<p class="action">
Rick looks back at the father while putting the key in the door. </p>
<hr />
<p class="balloon">
I'm not going to arrest you if that's what you mean. Most of the houses on my street had been looted. You seemed to be fixing the place up. The Thompson's will probably thank you when they get back. As long as you don't put up a fight over the place. </p>
<hr />
</div>
<div class="panel" id="17-panel-3">
<p class="action">
Rick and the father, and his son stand in the entry of the police station. </p>
<hr />
<p class="balloon">
It's not like we're stealing the place.. Your neighborhood just seemed safer. We don't figure that we're hurting anybody by staying there.. and in my book that makes it okay. </p>
<hr />
<p class="balloon">
You don't have to justify anything to me. You're keeping your son safe. I'm worried sick about mine. I understand.</p>
<hr />
</div>
<div class="panel" id="17-panel-4">
<p class="action">
The father seems happy. </p>
<hr />
<p class="balloon">
I appreciate that y'know... I don't think I got your name? </p>
<hr />
</div>
<div class="panel" id="17-panel-5">
<p class="action">
Rick and the father shake hands. </p>
<hr />
<p class="balloon">
Rick.. officer Rick Grimes at your service. And you? </p>
<hr />
<p class="balloon">
Oh, Morgan Jones.. and this here is little Duane.</p>
<hr />
</div>
<div class="panel" id="17-panel-6">
<p class="action">
Rick and Morgan look around the police station. </p>
<hr />
<p class="balloon">
You're a good man, Morgan. I really appreciate you driving me over here. you've helped me out a lot. </p>
<hr />
<p class="balloon">
It's worth it just to get to talk to someone. If it ain't about cartoons or passing gas..My boy don't want to talk about it.</p>
<hr />
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0020.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
<hr />
</div>
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 18</div>
<div class="panel" id="18-panel-1">
<p class="action">
Rick does a half smile and laughs. </p>
<hr />
<p class="balloon">
Heh. </p>
<hr />
</div>
<div class="panel" id="18-panel-2">
<p class="action">
Rick looks sad. </p>
<hr />
</div>
<div class="panel" id="18-panel-3">
<p class="action">
Rick looks guilty. </p>
<hr />
<p class="balloon">
Damn. After everything I've seen today... I feel guil;ty for laughing. </p>
<hr />
</div>
<div class="panel" id="18-panel-4">
<p class="action">
Rick is stands with Morgan and Duane in front of a computer desk. Rick is holding a gun. </p>
<hr />
<p class="balloon">
Hey, man... It's okay. you've seen some crazy shit out there... We all have. You can't let it get to you. You just gotta keep going. you can't stop to think about it.. or you'll go crazy. </p>
<hr />
<p class="balloon">
Yeah... </p>
<hr />
<p class="balloon">
What's up with that?</p>
<hr />
</div>
<div class="panel" id="18-panel-5">
<p class="action">
Rick looks at his gun. Morgan and Duane watch him. </p>
<hr />
<p class="balloon">
Oh, this? I figured I might as well bring a few along... just incase. Speaking of which.. Follow me. </p>
<hr />
</div>
<div class="panel" id="18-panel-6">
<p class="action">
Rick opens a locked door. Morgan and Duane are standing behind him. </p>
<hr />
<p class="balloon">
I just need to find the right key... here we are.</p>
<hr />
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0021.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
<hr />
</div>
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 19</div>
<div class="panel" id="19-panel-1">
<p class="action">
Rick opens a door to a gun vault. Morgan and Duane walk in.</p>
<hr />
<p class="balloon">
Wow. </p>
<hr />
<p class="balloon">
Grab a couple for yourself. if whacking those things over the head with a shovel does them in.. I'm sure those things will work. Should save you some effort.</p>
<hr />
</div>
<div class="panel" id="19-panel-2">
<p class="action">
Rick points out where the ammo is located. </p>
<hr />
<p class="balloon">
The shells are in the cabinet below the gun rack. Make sure you save some for me. I'll be right back.</p>
<hr />
</div>
<div class="panel" id="19-panel-3">
<p class="action">
Duane observes as his father, Morgan, reaches for a shotgun. </p>
<hr />
<p class="balloon">
Can I--? </p>
<hr />
<p class="balloon">
No, dammit. Don't touch anything. </p>
<hr />
</div>
<div class="panel" id="19-panel-4">
<p class="action">
Morgan holds two guns while Duane watches. </p>
<hr />
<p class="balloon">
But I'm old enough. </p>
<hr />
<p class="balloon">
Yes, you are.. and I'm gonna teach you how to use one of them tomorrow... but until then they're off limits.</p>
<hr />
</div>
<div class="panel" id="19-panel-5">
<p class="action">
Rick reenters the room, dressed in his cop uniform. </p>
<hr />
<p class="balloon">
Are there enough shells for both of us in there? </p>
<hr />
</div>
<div class="panel" id="19-panel-6">
<p class="action">
Rick walks towards Morgan. </p>
<hr />
<p class="balloon">
Well.. that getup certainly suits you. </p>
<hr />
<p class="balloon">
I keep a spare uniform in my locker. I figured if I was going into a big city, and they've got a ton of people holled up there.. I could get around easier being a cop so I might as well look the part.</p>
<hr />
</div>
<div class="panel" id="19-panel-7">
<p class="action">
Rick smiles, holding a handful of guns and ammo. </p>
<hr />
<p class="balloon">
Grab what you're getting and follow me out back. i got another suprise for you. </p>
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0022.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
</div>
<hr />
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 20</div>
<div class="panel" id="20-panel-1">
<p class="action">
Rick, Morgan, and Duane exit the back of the police station into the parking lot, surrounded by patrol cars. </p>
<hr />
<p class="balloon">
You take that one of the left. It doesn't run as good as the one I'm taking but btter than that hatchback you're driving. If I'm going to make it all the way to Atlanta I'm going to need the newer one. </p>
<hr />
<p class="balloon">
Wait... what? </p>
<hr />
</div>
<div class="panel" id="20-panel-2">
<p class="action">
Rick straps his bag filled with guns and ammo on his back. </p>
<hr />
<p class="balloon">
You'll be safer in one of these things if you need to go anywhere. </p>
<hr />
<p class="balloon">
But I... </p>
<hr />
</div>
<div class="panel" id="20-panel-3">
<p class="action">
Rick hands Morgan car keys. </p>
<hr />
<p class="balloon">
Don't sweat it, man. I'm just doing my job. I can't think of a better way to "protect and serve" under the circumstances. </p>
<hr />
</div>
<div class="panel" id="20-panel-4">
<p class="action">
Rick opens the door to his patrol car; Morgan and Duane watch. </p>
<hr />
<p class="balloon">
When things get back to normal... You'll have to give it back.. So try not to bang it up or put too many miles on it. </p>
<hr />
</div>
<div class="panel" id="20-panel-5">
<p class="action">
Morgan looks grateful. </p>
<hr />
<p class="balloon">
Thank you, Rick. I can't tell you how much this will help us. </p>
<hr />
</div>
<div class="panel" id="20-panel-6">
<p class="action">
Rick continues to put his stuff in the patrol car. </p>
<hr />
<p class="balloon">
Look you've already helped-- </p>
<hr />
<span class="sound" style="color:red">
CLINK.</span>
</div>
<div class="panel" id="20-panel-7">
<p class="action">
Rick looks up from the car. </p>
<hr />
<p class="balloon">
What was that?! </p>
<hr />
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0023.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
<hr />
</div>
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 21</div>
<div class="panel" id="21-panel-1">
<p class="action">
Rick, Morgan and Duane turn to the chain-link fence, where a zombie appears. </p>
<hr />
<p class="balloon">
UHH! UHH! UHH! </p>
<hr />
<p class="balloon">
LOOK OUT! </p>
<hr />
</div>
<div class="panel" id="21-panel-2">
<p class="action">
Rick places his hand on his holstered pistol. </p>
<hr />
</div>
<div class="panel" id="21-panel-3">
<p class="action">
The zombie leans on the fence, its face pressed against the chain links. </p>
<hr />
<p class="balloon">
RUH! RUOALIAGH! </p>
<hr />
</div>
<div class="panel" id="21-panel-4">
<p class="action">
Rick draws his pistol, ready to shoot the zombie. Morgan places his hand on top of the gun. </p>
<hr />
<p class="balloon">
No. </p>
<hr />
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0024.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
<hr />
</div>
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 22</div>
<div class="22-panel-1">
<p class="action">
Morgan extends his arms to stop Rick from stooting the zombie. </p>
<hr />
<p class="balloon">
Leave it be. it can't get to us in here.. you may need that bullet later. </p>
<hr />
</div>
<div class="panel" id="22-panel-2">
<p class="action">
Rick holsters his gun. </p>
<hr />
<p class="balloon">
Yeah.. you're right. We better get these cars out of here before it makes its way around to the gate.</p>
<hr />
</div>
<div class="panel" id="22-panel-3">
<p class="action">
Rick and Morgan get into the patrol cars. </p>
<hr />
<p class="balloon">
I'll see you around? </p>
<hr />
<p class="balloon">
Of course.. we're neighbors. Keep an eye on my house for me.</p>
<hr />
<p class="balloon">
Will do. </p>
<hr />
</div>
<div class="panel" id="22-panel-4">
<p class="action">
Rick opens the gate, allowing Morgan and Duane to exit. Morgan drives out of the gate. </p>
<hr />
</div>
<div class="panel" id="22-panel-5">
<p class="action">
Rick takes the wheel, driving the patrol car out of the gate. </p>
<hr />
</div>
<div class="panel" id="22-panel-6">
<p class="action">
Rick steps out of the car and secures the gate behind him. </p>
<hr />
</div>
<div class="panel" id="22-panel-7">
<p class="action">
A zombie watches as Rick drives off.</p>
<hr />
<p class="balloon">
UHH. </p>
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0025.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
<hr />
</div>
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 23</div>
<div class="panel" id="23-panel-1">
<p class="action">
Rick maneuvers through the empty town in his patrol car.</p>
<hr />
</div>
<div class="panel" id="23-panel-2">
<p class="action">
Rick reaches the highway in his patrol car. </p>
<hr />
</div>
<div class="panel" id="23-panel-3">
<p class="action">
Rick stops the patrol car and steps out onto the road. </p>
<hr />
</div>
<div class="panel" id="23-panel-4">
<p class="action">
Rick walks over to the side of the road. </p>
<hr />
</div>
<div class="panel" id="23-panel-5">
<p class="action">
The zombie that Rick encountered by the bicycle remains in the same spot. </p>
<hr />
<p class="balloon">
GAK! </p>
<hr />
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0026.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
<hr />
</div>
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 24</div>
<div class="panel" id="24-panel-1">
<p class="action">
Rick draws his pistol and fires, putting down the zombie. </p>
<hr />
<span class="sound" style="color:red">
BLAM ! </span>
</div>
<div class="panel" id="24-panel-2">
<p class="action">
Rick gazes down at the lifeless zombie. </p>
<hr />
</div>
<div class="panel" id="24-panel-3">
<p class="action">
The zombie lies motionless, a bullet to the head. </p>
<hr />
</div>
<div class="panel" id="24-panel-4">
<p class="action">
Rick is overcome with emotion, tears welling up. </p>
<hr />
</div>
<div class="panel" id="24-panel-5">
<p class="action">
Rick wipes away his tears, colleting himself. </p>
<hr />
</div>
<div class="panel" id="24-panel-6">
<p class="action">
Rick walks back to the patrol car.</p>
<hr />
</div>
<div class="panel" id="24-panel-7">
<p class="action">
Rick enters the patrol car. </p>
<hr />
</div>
<div class="panel" id="24-panel-8">
<p class="action">
Rick drives away into the night. </p>
<hr />
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0027.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
</div>
<hr />
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 25</div>
<div class="panel" id="25-panel-1">
<p class="action">
Rick continues to navigate the dark highway in his patrol car.</p>
<hr />
</div>
<div class="panel" id="25-panel-2">
<p class="action">
Rick passes a "Welcome to Georgia" sign along the way. </p>
<hr />
</div>
<div class="panel" id="25-panel-3">
<p class="action">
Rick stops for gas, only to find it empty. </p>
<hr />
<p class="balloon">
God dammit!! Not again! </p>
<hr />
</div>
<div class="panel" id="25-panel-4">
<p class="action">
Back in his patrol car, Rick notices a zombie in a car adjacent to him. </p>
<hr />
<p class="balloon">
... </p>
<hr />
</div>
<div class="panel" id="25-panel-5">
<p class="action">
Rick continues driving down the desolate highway. </p>
<hr />
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0028.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
</div>
<hr />
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 26</div>
<div class="panel" id="26-panel-1">
<p class="action">
Rick runs out of gas, and the car comes to a halt. He steps out. </p>
<hr />
<p class="balloon">
Damn it! </p>
<hr />
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0029.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
</div>
<hr />
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 27</div>
<div class="panel" id="27-panel-1">
<p class="action">
Rick retrieves his gear from the patrol car. </p>
<hr />
</div>
<div class="panel" id="27-panel-2">
<p class="action">
Rick starts walking, leaving his car behind. </p>
<hr />
</div>
<div class="panel" id="27-panel-3">
<p class="action">
Rick moves further into the distance, leaving his car behind. </p>
<hr />
</div>
<div class="panel" id="27-panel-4">
<p class="action">
Rick spots a farmhouse in the distance. </p>
<hr />
</div>
<div class="panel" id="27-panel-5">
<p class="action">
Rick gazes at the farmhouse. </p>
<hr />
<p class="balloon">
Huh.. </p>
<hr />
</div>
<div class="panel" id="27-panel-6">
<p class="action">
Rick jumps over the fence, heading towards the farmhouse. </p>
<hr />
</div>
<div class="panel" id="27-panel-7">
<p class="action">
Rick stands in front of the house. </p>
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0030.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
</div>
<hr />
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 28</div>
<div class="panel" id="28-panel-1">
<p class="action">
Rick knocks on the door. </p>
<hr />
<span class="sound" style="color:red">
Knock! Knock! </span>
</div>
<div class="panel" id="28-panel-2">
<p class="action">
Rick calls out to see if anyone is home. </p>
<hr />
<p class="balloon">
Anybody home?! </p>
<hr />
</div>
<div class="panel" id="28-panel-3">
<p class="action">
Rick turns the door knob to enter the house. </p>
<hr />
<p class="balloon">
I'm coming in... </p>
<hr />
</div>
<div class="panel" id="28-panel-4">
<p class="action">
Rick opens the door and steps in. </p>
<hr />
<p class="balloon">
I'm not here to hurt or rob you.. I just need some gasoline... </p>
<hr />
</div>
<div class="panel" id="28-panel-5">
<p class="action">
Rick walks further into the house. </p>
<hr />
<p class="balloon">
Sniff.. Sniff </p>
<hr />
</div>
<div class="panel" id="28-panel-6">
<p class="action">
Rick is terrified. </p>
<hr />
<p class="balloon">
GAH! </p>
<hr />
</div>
<div class="panel" id="28-panel-7">
<p class="action">
Rick holds is hand to his mouth looking into a living room filled with a dead, rotting family.</p>
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0031.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
</div>
<hr />
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 29</div>
<div class="panel" id="29-panel-1">
<p class="action">
Rick runs for the door, holding his mouth. </p>
<hr />
</div>
<div class="panel" id="29-panel-2">
<p class="action">
Rick makes it to the door and throws up. </p>
<hr />
<span class="sound" style="color:red">
HWAGG! </span>
</div>
<div class="panel" id="29-panel-3">
<p class="action">
Rick wipes his face. </p>
<hr />
</div>
<div class="panel" id="29-panel-4">
<p class="action">
Rick walks towards a locked barn. </p>
<hr />
</div>
<div class="panel" id="29-panel-5">
<p class="action">
Rick unlocked the barn and goes inside. </p>
<hr />
</div>
<div class="panel" id="29-panel-6">
<p class="action">
Rick sees a horse in the barn. </p>
<hr />
<p class="balloon">
Hello...</p>
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0032.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
</div>
<hr />
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 30</div>
<div class="panel" id="30-panel-1">
<p class="action">
Rick walks up to the horse and pets her. </p>
<hr />
<p class="balloon">
Hey, girl. they leave you in here all alone? </p>
<hr />
</div>
<div class="panel" id="30-panel-2">
<p class="action">
Rick grabs a saddle to put on the horse. </p>
<hr />
<p class="balloon">
I sure could use your help... if you're interested. I'm trying to get to Atlanta. To see my wife and son. </p>
<hr />
</div>
<div class="panel" id="30-panel-3">
<p class="action">
Rick puts the saddle on the horse. </p>
<hr />
<p class="balloon">
You ever been to Atlanta? It's not really that far away... </p>
<hr />
</div>
<div class="panel" id="30-panel-4">
<p class="action">
Rick sees an axe.</p>
<hr />
<p class="balloon">
You mind if I take this? I think it might come in handy... </p>
<hr />
</div>
<div class="panel" id="30-panel-5">
<p class="action">
Rick gets on the horse. </p>
<hr />
<p class="balloon">
Your ready, girl? </p>
<hr />
</div>
<div class="panel" id="30-panel-6">
<p class="action">
Rick leaves the barn on the horse. </p>
<hr />
<p class="balloon">
Let's go! </p>
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0033.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
</div>
<hr />
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 31</div>
<div class="panel" id="31-panel-1">
<p class="action">
Rick rides the horse through a field. </p>
<hr />
<p class="balloon">
Slow down, girl! I know you've been in that barn for a while, but you're going to wear yourself out. </p>
<hr />
</div>
<div class="panel" id="31-panel-2">
<p class="action">
Rick and the horse jump over a fence. </p>
<hr />
</div>
<div class="panel" id="31-panel-3">
<p class="action">
With a pull on the reins, Rick steers the horse, guiding it skillfully. </p>
<hr />
<p class="balloon">
Whoa!! </p>
<hr />
</div>
<div class="panel" id="31-panel-4">
<p class="action">
Rick and the horse discover a road, providing a welcome respite. </p>
<hr />
<p class="balloon">
That's better... I don't want you passing out before we get there. </p>
<hr />
</div>
<div class="panel" id="31-panel-5">
<p class="action">
Rick confidently rides the horse down the open road, seeking solace in conversation.</p>
<hr />
<p class="balloon">
So... you got a name? </p>
<hr />
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0034.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
</div>
<hr />
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 32</div>
<div class="panel" id="32-panel-1">
<p class="action">
Rick rides the horse and shares a moment of solace, recounting the happiest day of his life. </p>
<hr />
<p class="balloon">
Y'know... That's a good idea. Talking about the happiest day of my life will surely get my mind off all the messed up shit I've seen recently... </p>
<hr />
</div>
<div class="panel" id="32-panel-2">
<p class="action">
Rick reflects on the past while riding, recalling the morning he received a life-changing call at the station. </p>
<hr />
<p class="balloon">
i had just gone into work that morning. I was sitting at the station drinking my second cup of coffee for the day. Gilroy was telling me about the drunk they brought in the night before... then the call came. </p>
<hr />
</div>
<div class="panel" id="32-panel-3">
<p class="action">
Rick, still conversing with the horse, shares the story of rushing home when Lori went into labor. </p>
<hr />
<p class="balloon">
It was my wife Lori, her water had broken not ten minutes after I left. I grabbed my coat and ran home to get her. Got Gilory to call Doc Stevens so he could meet us at the hospital. </p>
<hr />
</div>
<div class="panel" id="32-panel-4">
<p class="action">
Rick talks to the horse, recalling the intense moments at the hospital, where complications arose but everything turned out okay. </p>
<hr />
<p class="balloon">
I got her to the hospital without a hitch. One of the only times I got to use the sirens on my car... It was a small town we lived in. I held her hand the whole time. there were some complications... and she had to get a cesarean. I was really worried... but everything went okay. </p>
<hr />
</div>
<div class="panel" id="32-panel-5">
<p class="action">
Rick continues sharing memories with the horse, fondly remembering the first time he laid eyes on little Carl.</p>
<hr />
<p class="balloon">
The first time I laid eyes on little Carl.</p>
<hr />
</div>
<div class="panel" id="32-panel-6">
<p class="action">
Rick gazes into the distance, struggling to hold back tears as he rides the horse. </p>
<hr />
<p class="balloon">
I -- </p>
<hr />
</div>
<div class="panel" id="32-panel-7">
<p class="action">
Rick, overcome with emotion, holds back tears while riding the horse. </p>
<hr />
<p class="balloon">
... </p>
<hr />
</div>
<div class="panel" id="32-panel-8">
<p class="action">
Rick rides the horse down the road, reconsidering the impact of reminiscing about the good times. </p>
<hr />
<p class="balloon">
Y'know... on second thought... thinking about the good times makes all this seem so much worse. </p>
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0035.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
</div>
<hr />
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 33</div>
<div class="panel" id="33-panel-1">
<p class="action">
Rick and the horse reach Atlanta. </p>
<hr />
<p class="balloon">
Here we are... </p>
<hr />
</div>
<div class="panel" id="33-panel-2">
<p class="action">
Rick rides the horse into the city. </p>
<hr />
</div>
<div class="panel" id="33-panel-3">
<p class="action">
Rick passes by an alley. </p>
<hr />
</div>
<div class="panel" id="33-panel-4">
<p class="action">
A zombie, laying against a building, notices Rick. </p>
<hr />
<p class="balloon">
RUH? </p>
<hr />
</div>
<div class="panel" id="33-panel-5">
<p class="action">
Rick continues riding the horse into the city, surrounded by zombies. </p>
<hr />
</div>
<div class="panel" id="33-panel-6">
<p class="action">
Zombies on the street start noticing Rick and the horse. </p>
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0036.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
</div>
<hr />
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 34</div>
<div class="panel" id="34-panel-1">
<p class="action">
Rick finds himself surrounded by zombies. </p>
<hr />
<p class="balloon">
Shit. </p>
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0037.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
</div>
<hr />
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 35</div>
<div class="panel" id="35-panel-1">
<p class="action">
Rick and the horse are surrounded by zombies. </p>
<hr />
<p class="balloon">
C'mon, girl...let's get the hell out of here! </p>
<hr />
</div>
<div class="panel" id="35-panel-2">
<p class="action">
Rick realizes there is no way out. </p>
<hr />
<p class="balloon">
Shit. Shit. Shit. Shit. </p>
<hr />
</div>
<div class="panel" id="35-panel-3">
<p class="action">
The zombies close in on Rick and the horse, making the horse buck Rick off.</p>
<hr />
<p class="balloon">
AAAHH! </p>
<hr />
</div>
<div class="panel" id="35-panel-4">
<p class="action">
Rick falls to the ground with zombies surrounding him. </p>
<hr />
<p class="balloon">
UFF! </p>
<hr />
<span class="sound" style="color:red">
THUMP! </span>
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0038.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
</div>
<hr />
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 36</div>
<div class="panel" id="36-panel-1">
<p class="action">
The zombies attack the horse. </p>
<hr />
<p class="balloon">
GUH. </p>
<hr />
</div>
<div class="panel" id="36-panel-2">
<p class="action">
The horse is being eaten by zombies. </p>
<hr />
<p class="balloon">
REEEARHHH! </p>
<hr />
</div>
<div class="panel" id="36-panel-3">
<p class="action">
Rick watches in horror as the zombies devour the horse, and then notices one of the zombies locking eyes with him. </p>
<hr />
<p class="balloon">
Ruh? </p>
<hr />
<p class="balloon">
Oh, God. </p>
<hr />
</div>
<div class="panel" id="36-panel-4">
<p class="action">
A zombie seizes Rick while he's on the ground, clutching his axe.. </p>
<hr />
<p class="balloon">
Shit! </p>
<hr />
</div>
<div class="panel" id="36-panel-5">
<p class="action">
Rick swings the axe into the zombie's head. </p>
<hr />
<span class="sound" style="color:red">
THONK! </span>
</div>
<div class="panel" id="36-panel-6">
<p class="action">
The zombie falls to the side of Rick. </p>
<hr />
<p class="balloon">
UGH. </p>
<hr />
</div>
<div class="panel" id="36-panel-7">
<p class="action">
Rick stands up, retrieves his axe from the zombie's head. </p>
<hr />
<span class="sound" style="color:red">
SHUKK! </span>
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0039.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
</div>
<hr />
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 37</div>
<div class="panel" id="37-panel-1">
<p class="action">
Rick finds himself surrounded by hundreds of zombies. </p>
<hr />
<p class="balloon">
Son of a bitch... </p>
<hr />
</div>
<div class="panel" id="37-panel-2">
<p class="action">
The zombies are tearing a person apart. </p>
<hr />
</div>
<div class="panel" id="37-panel-3">
<p class="action">
Rick is outraged. </p>
<hr />
<p class="balloon">
Bastards!! What the hell is wrong with you?! </p>
<hr />
</div>
<div class="panel" id="37-panel-4">
<p class="action">
Rick starts shooting the zombies. </p>
<hr />
<span class="sound" style="color:red">
BLAM! </span>
</div>
<div class="panel" id="37-panel-5">
<p class="action">
Rick shots a zombie in the head. </p>
<hr />
<span class="sound" style="color:red">
BLAM! </span>
</div>
<div class="panel" id="37-panel-6">
<p class="action">
Rick shoots another zombie in the head. </p>
<hr />
<span class="sound" style="color:red">
BLAM! </span>
</div>
<div class="panel" id="37-panel-7">
<p class="action">
Rick shoots another zombie in the head. </p>
<hr />
<span class="sound" style="color:red">
BLAM! </span>
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0040.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
</div>
<hr />
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 38</div>
<div class="panel" id="38-panel-1">
<p class="action">
Rick takes his axe and decapitates a zombie. </p>
<hr />
<span class="sound" style="color:red">
Thunk!</span>
</div>
<div class="panel" id="38-panel-2">
<p class="action">
Rick finds an alley and makes a run for it. </p>
<hr />
</div>
<div class="panel" id="38-panel-3">
<p class="action">
Someone grabs Rick's shoulder. </p>
<hr />
<p class="balloon">
AAUGH! </p>
<hr />
</div>
<div class="panel" id="38-panel-4">
<p class="action">
A man holds Rick to the side. </p>
<hr />
<p class="balloon">
I can get you out of here. Follow me. </p>
<hr />
</div>
<div class="panel" id="38-panel-5">
<p class="action">
The man runs ahead of Rick down an alley. </p>
<hr />
<p class="balloon">
And stop using that gun! You'll have the whole city on us! </p>
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0041.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
</div>
<hr />
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 39</div>
<div class="panel" id="39-panel-1">
<p class="action">
Rick and the man look behind them and see zombies are following. </p>
<hr />
<p class="balloon">
Don't worry about them. We'll be long gone before they get down here. Stay there. </p>
<hr />
</div>
<div class="panel" id="39-panel-2">
<p class="action">
The man pulls down an escape ladder. </p>
<hr />
</div>
<div class="panel" id="39-panel-3">
<p class="action">
The man is skillfully lowering the ladder while Rick watches the zombies closing in. </p>
<hr />
<p class="balloon">
Got it on the first try... </p>
<hr />
</div>
<div class="panel" id="39-panel-4">
<p class="action">
The man starts climbing the ladder, urging Rick to follow. </p>
<hr />
<p class="balloon">
C'mon man. I'm trying to save your life here! What're you waiting on?! </p>
<hr />
</div>
<div class="panel" id="39-panel-5">
<p class="action">
Rick and the man begin climbing up the ladder. </p>
<hr />
<p class="balloon">
Sorry... ... It's just ... I've never seen so many of them. </p>
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0042.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
</div>
<hr />
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 40</div>
<div class="panel" id="40-panel-1">
<p class="action">
The man successfully climbs onto the roof. </p>
<hr />
<p class="balloon">
Then you're a lucky man... That's nothing down there... had you gotten fifty more feet into the city before they attacked.. you would not be here right now. </p>
<hr />
</div>
<div class="panel" id="40-panel-2">
<p class="action">
The man helps Rick off the ladder and onto the roof. </p>
<hr />
<p class="balloon">
What? </p>
<hr />
</div>
<div class="panel" id="40-panel-3">
<p class="action">
The man starts to run, but Rick hesitates. </p>
<hr />
<p class="balloon">
C'mon we must hurry! </p>
<hr />
</div>
<div class="panel" id="40-panel-4">
<p class="action">
Rick holds his hand out. </p>
<hr />
<p class="balloon">
Wait! </p>
<hr />
</div>
<div class="panel" id="40-panel-5">
<p class="action">
The man jumps to the next building. </p>
<hr />
</div>
<div class="panel" id="40-panel-6">
<p class="action">
Rick looks over the side of the building, fear evident in his expression.</p>
<hr />
<p class="balloon">
No. No way in hell. </p>
<hr />
</div>
<div class="panel" id="40-panel-7">
<p class="action">
Rick and the man exchange glances atop the buildings. </p>
<hr />
<p class="balloon">
You're going to have to. Listen.. It's easy... I do it all the time. When we climb down this building those things will still be waiting for us at the bottom of that building. And there's no way out of that one. All these buildings are filled with zombies. Trust me. </p>
<hr />
</div>
<div class="panel" id="40-panel-8">
<p class="action">
Rick gets ready to jump. </p>
<hr />
<p class="balloon">
God damn it. </p>
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0043.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
</div>
<hr />
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 41</div>
<div class="panel" id="41-panel-1">
<p class="action">
Rick jumps to the other building. </p>
<hr />
</div>
<div class="panel" id="41-panel-2">
<p class="action">
Rick lands short and grabs the side of the building. </p>
<hr />
<p class="balloon">
OOF! </p>
<hr />
<span class="sound" style="color:red">
FWUMP! </span>
</div>
<div class="panel" id="41-panel-3">
<p class="action">
The man grabs Rick and helps him onto the building. </p>
<hr />
<p class="balloon">
Jesus man! You should have thrown the duffle bag over first! </p>
<hr />
</div>
<div class="panel" id="41-panel-4">
<p class="action">
Rick adjusts his hat. </p>
<hr />
<p class="balloon">
Now you tell me. </p>
<hr />
</div>
<div class="panel" id="41-panel-5">
<p class="action">
Rick follows the man across the rooftop. </p>
<hr />
<p class="balloon">
We've got to hurry before they spread out again. When we climb down this building, be ready to run. Don't worry, we don't have far to go.</p>
<hr />
</div>
<div class="panel" id="41-panel-6">
<p class="action">
The man starts to climb down the ladder. </p>
<hr />
<p class="balloon">
We're not in the clear yet... but this building is close to the woods at the edge of the city. We've got to run about a block before we get to them... and there's liable to be a few of those things on the way. As long as we keep moving, though... they shouldn't be able to surround us. </p>
<hr />
</div>
<div class="panel" id="41-panel-7">
<p class="action">
Rick follows the man down the ladder. </p>
<hr />
<p class="balloon">
those things are slow as hell, so you should be able to maneuver around them. Don't use your gun.. and don't let them touch you. One bite and it's all over for you. </p>
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0044.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
</div>
<hr />
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 42</div>
<div class="panel" id="42-panel-1">
<p class="action">
The man and Rick make it to the end of the ladder. </p>
<hr />
<p class="balloon">
This way. </p>
<hr />
</div>
<div class="panel" id="42-panel-2">
<p class="action">
The man and Rick start running down the alley. </p>
<hr />
</div>
<div class="panel" id="42-panel-3">
<p class="action">
Rick and the man slip through a wooden fence. </p>
<hr />
<p class="balloon">
From this point on is where we need to be careful. </p>
<hr />
<p class="balloon">
Gotcha. </p>
<hr />
</div>
<div class="panel" id="42-panel-4">
<p class="action">
Rick slips through the wooden panels, and the man is standing infront of a warehouse. </p>
<hr />
<p class="balloon">
It's not far, now. </p>
<hr />
</div>
<div class="panel" id="42-panel-5">
<p class="action">
Rick and the man run between the warehouses. </p>
<hr />
</div>
<div class="panel" id="42-panel-6">
<p class="action">
While running, they pass by a zombie leaning on the wall. </p>
<hr />
<p class="balloon">
Heads up! </p>
<hr />
</div>
<div class="panel" id="42-panel-7">
<p class="action">
Rick and the man continue running. </p>
<hr />
<p class="balloon">
I didn't even see it! </p>
<hr />
<p class="balloon">
You're going to have to keep your eyes open, man. Where've you been for the past month?</p>
<hr />
<p class="balloon">
Coma. </p>
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0045.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
</div>
<hr />
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 43</div>
<div class="panel" id="43-panel-1">
<p class="action">
Rick and the man are running through the woods. </p>
<hr />
<p class="balloon">
Seriously? </p>
<hr />
</div>
<div class="panel" id="43-panel-2">
<p class="action">
Rick is running. </p>
<hr />
<p class="balloon">
Yeah... I woke up in the hospital yesterday.. I... </p>
<hr />
</div>
<div class="panel" id="43-panel-3">
<p class="action">
Rick puts his hand on the man's shoulder. </p>
<hr />
<p class="balloon">
Can we stop here? Is it safe? </p>
<hr />
<p class="balloon">
For a minute. </p>
<hr />
</div>
<div class="panel" id="43-panel-4">
<p class="action">
Rick looks at the man. </p>
<hr />
<p class="balloon">
What you said about the city earlier.. How dangerous it is. Where are all the people that were there? </p>
<hr />
</div>
<div class="panel" id="43-panel-5">
<p class="action">
The man looks concerned. </p>
<hr />
<p class="balloon">
That... That was them trying to eat us back there. You can't go into the cities anymore.. Everyone that was there is dead. The government tried to herd everyone into the cities so we'd be easier to protect. All that did was put all the food in one place. Every time one of those things kills one of us we become one of them. It took a week for just about everyone in the city to be killed. After that... We don't know. Nobody can get in or out. Did you have family in there? </p>
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0046.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
</div>
<hr />
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 44</div>
<div class="panel" id="44-panel-1">
<p class="action">
Rick collapses to his knees. </p>
<hr />
<p class="balloon">
My wife... my son... </p>
<hr />
</div>
<div class="panel" id="44-panel-2">
<p class="action">
The man attempts to console Rick. </p>
<hr />
<p class="balloon">
I'm sorry, man.. I hate for you to have to hear it this way. </p>
<hr />
</div>
<div class="panel" id="44-panel-3">
<p class="action">
Rick breaks down in tears, wiping them away. </p>
<hr />
<p class="balloon">
We... we're from Kentucky... but when I was told people were ordered to larger cities I figured my wife would have taken my son to her parents place.. here in Atlanta. They may not have come.. but I don't know where else they'd be. </p>
<hr />
</div>
<div class="panel" id="44-panel-4">
<p class="action">
The man extends a hand to help Rick up. </p>
<hr />
<p class="balloon">
Don't give up hope, man... I've seen all kinds of people that have survived some crazy shit. We've got a guy at the camp that actually made it out of Atlanta.. </p>
<hr />
</div>
<div class="panel" id="44-panel-5">
<p class="action">
Rick composes himself. </p>
<hr />
<p class="balloon">
Did you say... camp? </p>
<hr />
</div>
<div class="panel" id="44-panel-6">
<p class="action">
Rick and the man start walking. </p>
<hr />
<p class="balloon">
Yeah... That's where we're headed. They're more people there. </p>
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0047.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
</div>
<hr />
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 45</div>
<div class="panel" id="45-panel-1">
<p class="action">
Rick and the man stand in a vast field. </p>
<hr />
<p class="balloon">
We're almost there, c'mon. </p>
<hr />
</div>
<div class="panel" id="45-panel-2">
<p class="action">
Rick and the man continue walking. </p>
<hr />
<p class="balloon">
We're mostly latecomers, people that tried to get into Atlanta too late.. like you. We couldn't get in, so we set up camp here. </p>
<hr />
</div>
<div class="panel" id="45-panel-3">
<p class="action">
Rick walks alongside the man. </p>
<hr />
<p class="balloon">
So you're just camping out here? Is that safe? </p>
<hr />
</div>
<div class="panel" id="45-panel-4">
<p class="action">
The man responds to Rick's question. </p>
<hr />
<p class="balloon">
Yeah... we've got some cars for shelter.. and we all take turns keeping watch at night. We figure if we stick close to the city they'll be able to find us when the government sorts all this mess out. </p>
<hr />
</div>
<div class="panel" id="45-panel-5">
<p class="action">
Rick and the man approach the camp.</p>
<hr />
<p class="balloon">
Here we are. </p>
<hr />
</div>
<div class="panel" id="45-panel-6">
<p class="action">
Rick looks astonished.</p>
<hr />
<p class="balloon">
Holy shit. </p>
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0048.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=0r" />
</div>
</div>
<hr />
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 46</div>
<div class="panel" id="46-panel-1">
<p class="action">
Lori, Rick's wife, runs towards Rick, extremely excited.</p>
<hr />
<p class="balloon">
RICK! </p>
<hr />
</div>
<div class="panel" id="46-panel-2">
<p class="action">
Carl, Rick's son, rushes towards Rick, overjoyed. </p>
<hr />
<p class="balloon">
DAD! </p>
<hr />
</div>
<div class="panel" id="46-panel-3">
<p class="action">
Rick, Lori, and Carl embrace each other. </p>
<hr />
<p class="balloon">
Oh, Thank God. </p>
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0049.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
</div>
<hr />
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 47</div>
<div class="panel" id="47-panel-1">
<p class="action">
Rick embraces his wife and son, while Shane observes in the background. </p>
<hr />
<p class="balloon">
I--I was so worried about you. </p>
<hr />
</div>
<div class="panel" id="47-panel-2">
<p class="action">
Shane approaches Rick, placing a hand on his shoulder. </p>
<hr />
<p class="balloon">
It's good to see you man. </p>
<hr />
</div>
<div class="panel" id="47-panel-3">
<p class="action">
Rick is surpised to see Shane. </p>
<hr />
<p class="balloon">
Oh my god shane! </p>
<hr />
</div>
<div class="panel" id="47-panel-4">
<p class="action">
Lori wipes away her tears. </p>
<hr />
<p class="balloon">
Shane helped us get here.. we wouldn't have made it without him. </p>
<hr />
</div>
<div class="panel" id="47-panel-5">
<p class="action">
Rick grabs Shane's shoulders to express gratitude, while Lori and Carl watch. </p>
<hr />
<p class="balloon">
I guess I owe you more than I'll ever be able to repay. </p>
<hr />
<p class="balloon">
Rick, please. It was nothing. I had to make up for letting you get shot like that...</p>
<hr />
<p class="balloon">
Man that wasn't your fault. Besides, I'm fine now.</p>
<hr />
<p class="balloon">
Fair enough. Let me show you around.</p>
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0050.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
</div>
<hr />
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 48</div>
<div class="panel" id="48-panel-1">
<p class="action">
One of the camp members kneels down with the man who saved Rick. </p>
<hr />
<p class="balloon">
What'd you get this time, Glenn? </p>
<hr />
<p class="balloon">
I got some candy bars for the kids, some soap, detergent.. A couple rolls of toilet paper.</p>
<hr />
<p class="balloon">
Great! </p>
<hr />
</div>
<div class="panel" id="48-panel-2">
<p class="action">
Shane introduces Rick to Allen and Glenn. </p>
<hr />
<p class="balloon">
You've met Glenn, that's Allen hounding him for supplies. Allen's wife, Donna is around here somewhere. They've got twins, Billy and Ben... They're hellions. </p>
<hr />
</div>
<div class="panel" id="48-panel-3">
<p class="action">
Shane introduces Rick to Dale, Jim, Carol, and Sophia. </p>
<hr />
<p class="balloon">
That's Dale up there keeping watch. That's his camper. Jim is over there eating. That's Carol and her daughter Sophia sitting on the back of the car.</p>
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0051.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
</div>
<hr />
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 49</div>
<div class="panel" id="49-panel-1">
<p class="action">
Shane introduces Rick to Amy and Andrea. </p>
<hr />
<p class="balloon">
This is Amy and Andrea... they're sisters. </p>
<hr />
<p class="balloon">
You guys seen Donna an the twins? </p>
<hr />
</div>
<div class="panel" id="49-panel-2">
<p class="action">
Donna and the twins exit the RV. </p>
<hr />
<p class="balloon">
We're right here, what-- Oh.. new arrival? </p>
<hr />
</div>
<div class="panel" id="49-panel-3">
<p class="action">
Shane talks to Donna. </p>
<hr />
<p class="balloon">
This is Lori's husband. </p>
<hr />
</div>
<div class="panel" id="49-panel-4">
<p class="action">
Rick, Shane, Donna, Lori, and Jim stand in a circle. </p>
<hr />
<p class="balloon">
My word... that's the best news I've heard all month. Shane, darling... come with me... those two have got some catching up to o. </p>
<hr />
<p class="balloon">
Yeah. </p>
<hr />
</div>
<div class="panel" id="49-panel-5">
<p class="action">
Rick and Lori hug while Donna and Shane give them space. </p>
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0052.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
</div>
<hr />
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 50</div>
<div class="panel" id="50-panel-1">
<p class="action">
Rick sits alone by the camp fire surrounded by tents.</p>
<hr />
</div>
<div class="panel" id="50-panel-2">
<p class="action">
Lori pops her head out of the tent to talk to Rick. </p>
<hr />
<p class="balloon">
I'm so glad you saved this for me. I felt naked without it. Is he asleep? </p>
<hr />
<p class="balloon">
Yeah..finally.</p>
<hr />
</div>
<div class="panel" id="50-panel-3">
<p class="action">
Lori gets out of the tent and joins Rick by the fire. </p>
<hr />
<p class="balloon">
He can't sleep anymore unless he knows I'm right next to him. Never really had to slip away from him like that... I usually just lie there and look at him... he's... </p>
<hr />
<p class="balloon">
You've been through a lot.</p>
<hr />
<p class="balloon">
Yeah.. I'm sorry we left you Rick.</p>
<hr />
</div>
<div class="panel" id="50-panel-4">
<p class="action">
Rick holds Lori closer to comfort her. </p>
<hr />
<p class="balloon">
Lori, please. i understand the circumstances. you thought Atlanta would be safer for Carl. I would've done the same thing. </p>
<hr />
<p class="balloon">
They said people were going to sty at the hospital when they evacuated us. From what you told me... They must have abandoned the hospital less than a week after we left.</p>
<hr />
</div>
<div class="panel" id="50-panel-5">
<p class="action">
Rick gazes at Lori. </p>
<hr />
<p class="balloon">
You did what's right for little Carl. I'm just glad Shane was around to help you get here. </p>
<hr />
</div>
<div class="panel" id="50-panel-6">
<p class="action">
Lori speaks to Rick. </p>
<hr />
<p class="balloon">
I don't even think I would've found the way down here without him. Let alone survived after we got here. </p>
<hr />
<p class="balloon">
Your hand !</p>
<hr />
</div>
<div class="panel" id="50-panel-7">
<p class="action">
Rick examines his hand as Lori watches.</p>
<hr />
<p class="balloon">
That's just from the IV. It's not a big deal.. </p>
<hr />
<p class="balloon">
Oh. </p>
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0053.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
</div>
<hr />
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 51</div>
<div class="panel" id="51-panel-1">
<p class="action">
Rick points out the lone watchman to Lori. </p>
<hr />
<p class="balloon">
Is he enough up there? </p>
<hr />
<p class="balloon">
So far that's all we've needed. Luckily those things haven't come at us in any numer. Most we've had at one time is three.</p>
<hr />
</div>
<div class="panel" id="51-panel-2">
<p class="action">
Lori sits in front of the tent, talking to Rick. </p>
<hr />
<p class="balloon">
This is... none of us really sleep anymore. Soon as we hear one of the shots, we're up ready to defend this place. </p>
<hr />
</div>
<div class="panel" id="51-panel-3">
<p class="action">
Lori is talking with Rick. </p>
<hr />
<p class="balloon">
We've only got two guns. Shane's pistol and Dale's rifle.... but we've got shovels around the camp that we can hit them with... it's worked so far.. They don't come very often...</p>
<hr />
</div>
<div class="panel" id="51-panel-4">
<p class="action">
Rick and Lori embrace each other while staring at the fire. </p>
<hr />
</div>
<div class="panel" id="51-panel-5">
<p class="action">
Lori turns to Rick. </p>
<hr />
<p class="balloon">
Rick.. you're shaking. </p>
<hr />
</div>
<div class="panel" id="51-panel-6">
<p class="action">
A close up of Rick's face and he looks scared. </p>
<hr />
<p class="balloon">
The past two days... I've been so worried about finding you and Carl... and getting here in one piece... I haven't had time to be scared. </p>
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0054.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=0r" />
</div>
</div>
<hr />
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 52</div>
<div class="panel" id="52-panel-1">
<p class="action">
Rick, Lori and Carl peacefully rest inside the tent. </p>
<hr />
</div>
<div class="panel" id="52-panel-2">
<p class="action">
Rick quietly inches closer to Carl within the confines of the tent. </p>
<hr />
</div>
<div class="panel" id="52-panel-3">
<p class="action">
Rick's eyes open. </p>
<hr />
</div>
<div class="panel" id="52-panel-4">
<p class="action">
Rick sits up in bed, surveying his sleeping family.</p>
<hr />
<p class="balloon">
.... </p>
<hr />
</div>
<div class="panel" id="52-panel-5">
<p class="action">
Rick extends his hand, tenderly placing it on Lori's face. </p>
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0055.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
</div>
<hr />
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 53</div>
<div class="panel" id="53-panel-1">
<p class="action">
Rick opens the tent door as Lori rubs her eyes, waking up. </p>
<hr />
</div>
<div class="panel" id="53-panel-2">
<p class="action">
Shane greets Rick, who is stretching outside the tent. </p>
<hr />
<p class="balloon">
Morning, partner. </p>
<hr />
</div>
<div class="panel" id="53-panel-3">
<p class="action">
Rick looks at Shane.</p>
<hr />
<p class="balloon">
Hey, man... I thought you'd still be asleep. You kept watch most of the night, didn't you? </p>
<hr />
</div>
<div class="panel" id="53-panel-4">
<p class="action">
Shane gives Rick a thumbs up. </p>
<hr />
<p class="balloon">
Glenn took over about half way through.. but I don't sleep much anyway. You want to take a shower? The one in Dale's camper still works. It's pond water... but it's better than nothing. </p>
<hr />
</div>
<div class="panel" id="53-panel-5">
<p class="action">
Rick rubs his head. </p>
<hr />
<p class="balloon">
Man, I'd love a shower... I had already kissed that luxury goodbye. </p>
<hr />
</div>
<div class="panel" id="53-panel-6">
<p class="action">
Shane responds to Rick. </p>
<hr />
<p class="balloon">
Don't linger too long... you and I are going hunting today. </p>
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0056.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
</div>
<hr />
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 54</div>
<div class="panel" id="54-panel-1">
<p class="action">
Rick enters the camper, finding dale inside. </p>
<hr />
</div>
<div class="panel" id="54-panel-2">
<p class="action">
Rick looks suprised. </p>
<hr />
<p class="balloon">
Oh, Hey! </p>
<hr />
</div>
<div class="panel" id="54-panel-3">
<p class="action">
Dale and Rick engage in conversation. </p>
<hr />
<p class="balloon">
I didn't see you there, man... you almost scared me to death. </p>
<hr />
<p class="balloon">
So you're Lori's husband huh?</p>
<hr />
<p class="balloon">
Yeah. </p>
<hr />
</div>
<div class="panel" id="54-panel-4">
<p class="action">
Dale shares his thoughts with Rick.</p>
<hr />
<p class="balloon">
I don't want to stir nothing up... and you gotta understand this has nothing to do with your wife. She did nothing but talk about you while you were gone... she worried about you. She felt bad about leaving you. But that Shane... he's a good man... he helps out a lot around here... he took care of your wife.. but he's not glad you're back. he's had his eye on Lori for as long as I've known them. </p>
<hr />
</div>
<div class="panel" id="54-panel-5">
<p class="action">
Rick places a reassuring hand on Dale's shoulder. </p>
<hr />
<p class="balloon">
I appreciate the advice, but Shane is my friend. he was just keeping her safe. I don't have anything to worry about. </p>
<hr />
</div>
<div class="panel" id="54-panel-6">
<p class="action">
Rick turns to leave the RV, and as he exits, Dale offers a cautionary remark. </p>
<hr />
<p class="balloon">
I woulnd't trust him around my wife...</p>
<hr />
<p class="balloon">
I'll keep that in mind. </p>
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0057.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
</div>
<hr />
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 55</div>
<div class="panel" id="55-panel-1">
<p class="action">
Rick exits the RV carrying clothes. </p>
<hr />
</div>
<div class="panel" id="55-panel-2">
<p class="action">
Lori and Shane share a lighthearted moment, laughing together. </p>
<hr />
</div>
<div class="panel" id="55-panel-3">
<p class="action">
Rick reflects on the situation. </p>
<hr />
<p class="balloon">
Crazy old man... </p>
<hr />
</div>
<div class="panel" id="55-panel-4">
<p class="action">
Shane interrupts his conversation with Lori and turns to Rick. </p>
<hr />
<p class="balloon">
You ready? We should get going if we're going to find anything. </p>
<hr />
<p class="balloon">
I'm ready when you are. </p>
<hr />
</div>
<div class="panel" id="55-panel-5">
<p class="action">
Rick hands Lori his clothes. </p>
<hr />
<p class="balloon">
I'll take those hon. </p>
<hr />
<p class="balloon">
Scrub 'em really good... they're a bit funky.</p>
<hr />
</div>
<div class="panel" id="55-panel-6">
<p class="action">
Shane hands Rick a shotgun. </p>
<hr />
<p class="balloon">
Uh-huh... Don't you have some animals to try and shoot? </p>
<hr />
<p class="balloon">
That's the plan..love you.</p>
<hr />
</div>
<div class="panel" id="55-panel-7">
<p class="action">
Rick puts on his cowboy hat and turns to leave with Shane. </p>
<hr />
<p class="balloon">
I lov eyou too. Be careful. </p>
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0058.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
</div>
<hr />
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 56</div>
<div class="panel" id="56-panel-1">
<p class="action">
Lori observes Rick and Shane departing. </p>
<hr />
</div>
<div class="panel" id="56-panel-2">
<p class="action">
Lori spots Carl with a bucket. </p>
<hr />
<p class="balloon">
CARL! Where are you going? </p>
<hr />
</div>
<div class="panel" id="56-panel-3">
<p class="action">
Carl, holding a small shovel, points behind him. </p>
<hr />
<p class="balloon">
Over by Sophia's car... we're going to play in the dirt. </p>
<hr />
</div>
<div class="panel" id="56-panel-4">
<p class="action">
Lori grabs Carl by the chin. </p>
<hr />
<p class="balloon">
Alright, i'm going to go wash our clothes with Donna and Carol. you make sure you and Sophia keep an eye on Allen. if he tells you to get in the RV, you do it! </p>
<hr />
<p class="balloon">
Okay, momma.</p>
<hr />
</div>
<div class="panel" id="56-panel-5">
<p class="action">
Donna and Carol converse with lori, while Amy and Andrea stand with the twins in the background. </p>
<hr />
<p class="balloon">
Don't worry. Amy and Andrea are going to watch the kids. </p>
<hr />
<p class="balloon">
Anything to get out of laundry duty.</p>
<hr />
<p class="balloon">
You're damn right!</p>
<hr />
</div>
<div class="panel" id="56-panel-6">
<p class="action">
Donna turns to Amy in anger. </p>
<hr />
<p class="balloon">
Not in front of the kids. </p>
<hr />
<p class="balloon">
Oh, bite me.</p>
<hr />
</div>
<div class="panel" id="56-panel-7">
<p class="action">
Amy and Andrea watch Lori and Donna leave to wash the clothes. </p>
<hr />
<p class="balloon">
Stay safe. </p>
<hr />
<p class="balloon">
Always. </p>
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0059.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
</div>
<hr />
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 57</div>
<div class="panel" id="57-panel-1">
<p class="action">
Donna, Carol and Lori depart from the camp. </p>
<hr />
<p class="balloon">
I can't wait to see how these things smell with the new detergent Glenn got from the city! </p>
<hr />
<p class="balloon">
That stuff Dale had in the RV just wasn't working. It made the clothes smell better.. but not by much.</p>
<hr />
</div>
<div class="panel" id="57-panel-2">
<p class="action">
Donna carries a laundry bag on her back. </p>
<hr />
<p class="balloon">
Jesus christ, will you listen to yourselves?! You're excited about trying out a new detergent?! This is such bullshit. </p>
<hr />
</div>
<div class="panel" id="57-panel-3">
<p class="action">
Lori looks at Donna. </p>
<hr />
<p class="balloon">
Damn, Donna. We're not throwing a party. i'm just looking forward to the possibility of clean smelling clothes. that'd be a welcome change at this point. </p>
<hr />
</div>
<div class="panel" id="57-panel-4">
<p class="action">
Donna expresses frustration while talking to Lori.</p>
<hr />
<p class="balloon">
I just don't understand why we're the ones doing laundry while they go off and hunt. when things get back to normal I wonder if we'll still be allowed to vote. </p>
<hr />
<p class="balloon">
Are you serious? </p>
<hr />
</div>
<div class="panel" id="57-panel-5">
<p class="action">
Lori responds to Donna. </p>
<hr />
<p class="balloon">
I don't know about you but I can't shoot a gun... I've never even tried. To be honest... I wouldn't trust any of those guys to wash my clothes. Rick couldn't do it with a washing machine.. he'd be lost out here. </p>
<hr />
</div>
<div class="panel" id="57-panel-6">
<p class="action">
Lori, Donna and Carol reach the creek. </p>
<hr />
<p class="balloon">
This isn't about women's rights.. </p>
<hr />
<p class="balloon">
Whatever. </p>
<hr />
<p class="balloon">
It' about being realistic and doing what needs to be done.</p>
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0060.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
</div>
<hr />
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 58</div>
<div class="panel" id="58-panel-1">
<p class="action">
Sophia and Carl play in the dirt while Amy and Andrea watch them. </p>
<hr />
<p class="balloon">
You think my daddy will come back too? </p>
<hr />
</div>
<div class="panel" id="58-panel-2">
<p class="action">
Carl gathers dirt into a bucket. </p>
<hr />
<p class="balloon">
Ain't your daddy dead? </p>
<hr />
</div>
<div class="panel" id="58-panel-3">
<p class="action">
Sophia crafts a castle in the dirt. </p>
<hr />
<p class="balloon">
Yeah, but so was your daddy and he came back. </p>
<hr />
</div>
<div class="panel" id="58-panel-4">
<p class="action">
Carl looks up at Sophia. </p>
<hr />
<p class="balloon">
My dady was just sick. we had to leave him in the hospital back home so he could get better. He wasn't dead. </p>
<hr />
</div>
<div class="panel" id="58-panel-5">
<p class="action">
Carl and Sophia continue their imaginative play.</p>
<hr />
<p class="balloon">
oh... I miss my daddy.</p>
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0061.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
</div>
<hr />
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 59</div>
<div class="panel" id="59-panel-1">
<p class="action">
Shane and Rick embark on a hunting expedition in the woods. </p>
<hr />
<p class="balloon">
I thought I'd take Lori and Carl down here to her parents and come back. I thought this thing would be over in a week. I didn't want to explain stolen guns to the captain when I got back. </p>
<hr />
<p class="balloon">
Well.. if you had seen the place the way I did.. you wouldn't have been so worried about the rules. I don't think it'll ever be the same again.</p>
<hr />
<p class="balloon">
Don't say that man.. this won't last.</p>
<hr />
</div>
<div class="panel" id="59-panel-2">
<p class="action">
Rick glances back at Shane. </p>
<hr />
<p class="balloon">
i don't know, man... it looked bad.</p>
<hr />
<p class="balloon">
Well... I'm glad you brought these guns.</p>
<hr />
</div>
<div class="panel" id="59-panel-3">
<p class="action">
Rick and Shane scan the surroundings for animals. </p>
<hr />
<p class="balloon">
We just had Dale's rifle and my side arm. Someone had to keep watch with the rifle at all times.. and it's hard as hell to hunt with a pistol. Just about all we've had to eat was canned goods Glenn brought back from the city. </p>
<hr />
</div>
<div class="panel" id="59-panel-4">
<p class="action">
Rick looks back at Shane. </p>
<hr />
<p class="balloon">
Man... what's up with that guy? Risking his life every day to get toilet paper and candy bars? I mean... it's a great help, and he did save my life, but damn... </p>
<hr />
</div>
<div class="panel" id="59-panel-5">
<p class="action">
Shane and Rick contine their conversation. </p>
<hr />
<p class="balloon">
I have no idea... he seems to know how to get in and get out before they gang up on him. It's-- </p>
<hr />
<span class="sound" style="color:red">
Rustle Rustle </span>
</div>
<div class="panel" id="59-panel-6">
<p class="action">
Shane signals Rick to be quiet. </p>
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0062.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
</div>
<hr />
</section>
<section class="page">
<div class="row">
<div class="columnL">
<div class="pageN">
Page 60</div>
<div class="panel" id="60-panel-1">
<span class="sound" style="color:red">
CHOMP </span>
<p class="action">
A zombie is feasting on a deer. </p>
<hr />
<p class="balloon">
GUH. </p>
<hr />
<span class="sound" style="color:red">
SLURP </span>
</div>
<div class="panel" id="60-panel-2">
<p class="action">
Shane and Rick exchange surprised glances upon seeing the zombie. </p>
<hr />
</div>
<div class="panel" id="60-panel-3">
<p class="action">
Shane and Rick watch the zombie eat the deer. </p>
<hr />
<p class="balloon">
It doesn't even know we're here..., </p>
<hr />
</div>
<div class="panel" id="60-panel-4">
<p class="action">
Shane gazes at the deer. </p>
<hr />
<p class="balloon"> Do you think we should get the deer away from it?</p>
<hr />
</div>
<div class="panel" id="60-panel-5">
<p class="action"> Shane and Rick continue observing the zombie devouring the deer. </p>
<hr />
<p class="balloon"> Do you think it's be safe to eat? </p>
<hr />
</div>
</div>
<div class="columnR">
<img src=" https://ia802606.us.archive.org/BookReader/BookReaderImages.php?zip=/6/items/the-walking-dead-compendium-v-01-2011-digital-empire/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2.zip&file=The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_jp2/The%20Walking%20Dead%20Compendium%20v01%20%282011%29%20%28digital-Empire%29_0063.jp2&id=the-walking-dead-compendium-v-01-2011-digital-empire&scale=2&rotate=" />
</div>
</div>
</section>
</div>
</div>
</body>
</html>

CSS // webstyle.css

font-face {
font-family: 'nikopol-regular';
src: url('Font/nikopol-regular.otf') format('opentype');
}
@font-face {
font-family: 'deathrattleebb';
src: url('Font/deathrattlebb_reg.ttf') format('truetype');
}

body {
color: black;
font-family: "nikopol-regular";
text-align: center;
background-image: url("images/dots.png");
background-size: 100vw;
background-attachment: fixed;
letter-spacing: 1px;
font-size: 22px;
margin: 0;
}
p {
width: 80%;
margin: 20px auto;
}
img {
padding: 0;
display: table;
margin: 0 auto;
max-height: 100%;
max-width: 100vw;
top: 0;
left: 0;
}
.character img {
border-radius: 50%;
max-width: 125px;
height: auto;
display: block;
margin: 0 30px 10px;
border: solid black 4px;
}
.htop {
position: sticky;
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333;
font-size: x-large;
top: 0;
width: 100%;
}
h2 {
font-family: "deathrattleebb";
font-size: 56px;
}
li {
display: inline-block;
list-style-type: none;
}
li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
float: left;
}
li a:hover {
color: white;
background-color: black;
}
.active {
background-color: #580204;
}
@media screen and (max-width : 600px) {
.topnav a, .topnav-right {
float: none;
display: block;
}
header {
text-align: center;
top: 0;
left: 0;
right: 0;
padding-bottom: 25px;
background-color: black;
width: 100vw;
}
.text {
color: #580204;
padding: 50px 0;
margin: auto;
text-align: left;
width: 60%;
text-indent: 40px;
}
.moreText {
color: #580204;
padding: 5px 0;
margin: auto;
text-align: left;
width: 60%;
text-indent: 40px;
}
.moreText2 {
color: #580204;
padding-top: 50px;
margin: auto;
text-align: left;
width: 60%;
text-indent: 40px;
}
* {
box-sizing: border-box;
}
.column {
width: calc(30% - 20px);
box-sizing: border-box;
margin: 0 10px 20px;
padding: 10px;
text-align: center;
border: black 5px solid;
background-color: lightgrey;
}
.columnC {
box-sizing: border-box;
margin: 0 10px 20px;
padding: 10px;
text-align: left;
width: 250px;
margin-right: 500px;
color:#333;
}
.space {
padding-right: 25px;
}
.ignore-css {
all:unset;
}
.column img {
border-radius: 50%;
border: 5px solid #333;
max-width: 50%;
height: auto;
display: block;
margin: 0 auto 10px;
}
.row::after {
content: "";
clear: both;
display: table;
}
.row {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 0 auto;
}
.row p {
margin-bottom: 20px;
}
.row .columnL, .row .columnR {
display: flex;
flex-direction: column;
}
.columnL {
width: calc(50% - 20px);
box-sizing: border-box;
margin: 0 10px 20px;
padding: 10px;
text-align: left;
border: black 5px solid;
background-color: lightgrey;
}
.columnR {
width: calc(50% - 20px);
box-sizing: border-box;
margin: 0 10px 20px;
padding: 10px;
}
.columnR img {
border: 5px solid #333;
max-width: 750px;
height: auto;
display: block;
margin: auto;
}
.name {
color: #580204;
font-size: 42px;
text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.2);
}
hr {
margin: 20px auto;
width: 60%;
}
.action {
color: #333;
padding: 5px 0;
margin: auto;
text-align: left;
width: 90%;
text-indent: 0;
}
.balloon {
color: #580204;
padding: 5px 0;
margin: auto;
text-align: left;
width: 90%;
text-indent: 0;
}
.panel {
text-align: center;
text-indent: 0;
}
.sound {
display: inline-block;
color: red;
}
.codebox {
width: 70%;
box-sizing: border-box;
margin: 20px auto;
padding: 20px;
text-align: left;
border: black 5px solid;
background-color: #333;
overflow: auto;
height: 500px;
}
.codebox code {
font-size: medium;
color: #00FF41;
}
.odd {
width: 80%;
box-sizing: border-box;
margin: 20px auto;
padding: 20px;
text-align: left;
border: black 5px solid;
background-color: white;
overflow: auto;
height: 1000px;
}
.pageN {
text-align: right;
}
.contain {
width: 100%;
box-sizing: border-box;
}
.codebox::-webkit-scrollbar {
width: 12px;
}
.codebox::-webkit-scrollbar-thumb {
background-color: #00FF41;
border-radius: 5px;
}
.codebox::-webkit-scrollbar-track {
background-color: #333;
}
table {
width: 70%;
justify-content: left;
margin: auto;
padding: 20px;
vertical-align: middle;
text-align: left;
}
th {
padding: 0 25px;
}