43 lines
1.8 KiB
HTML
43 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>About | Nuzzle</title>
|
|
|
|
<!-- style -->
|
|
<link href="css/style.css" rel="stylesheet" type="text/css" media="all">
|
|
|
|
</head>
|
|
<body>
|
|
<!-- header -->
|
|
<div class="writeHeader"></div>
|
|
|
|
<div class="subPage clearfix">
|
|
<h1>About the Story</h1>
|
|
<p>Nuzzle is the story of Rocky's chance to fulfill her dream as an artist in a new town. Alongside her strange yet amazing friends, they all overcome the obstacles that lay upon them in life.</p>
|
|
|
|
<h1>About the Comic</h1>
|
|
<p>Nuzzle started serialization in January of 2022, new pages come on Saturdays at 12 PM Pacific. Nuzzle is a quirky slice-of-life story centered around school life, early adulthood, identity, responsibility and the meaning of family.</p>
|
|
|
|
<img src="img/alison.webp" alt="Alison the Author" class="clearfix leftPic"/>
|
|
|
|
<h1>About the Author</h1>
|
|
<p>Nuzzle is written and illustrated by Alison Kira, an artist from Baja California, Mexico. Alison has been drawing ever since they were little, and have been in the furry fandom since 2014.</p>
|
|
|
|
<h1>Special Thanks</h1>
|
|
<ul>
|
|
<li> Mystii (meowmaritus) for offering to do proofreading. </li>
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<!-- footer -->
|
|
<div class="writeFooter"></div>
|
|
|
|
<!-- at the end of this page we only call the header and footer scripts, because we don't need use any functions from the other scripts. -->
|
|
<script src="js/comic_header.js" defer></script>
|
|
<script src="js/comic_footer.js" defer></script>
|
|
</body>
|
|
</html>
|