-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshort-stories.html
More file actions
219 lines (186 loc) · 13 KB
/
Copy pathshort-stories.html
File metadata and controls
219 lines (186 loc) · 13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6MLH4C813C"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-6MLH4C813C');
</script>
<!-- End Google tag (gtag.js) -->
<!-- Paypal -->
<script
src="https://www.paypal.com/sdk/js?client-id=BAAD1zJtbE40OjVVkEhhVILkPKFaclvGacws1xxNjdJymgYzKWQsEXyvirjhYiN21TeK2Smot4fLEIAEzc&components=hosted-buttons&disable-funding=venmo¤cy=CHF">
</script>
<!-- End Paypal -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link type="text/css" rel="stylesheet" href="style.css" media="all">
<title>Azifri's Library - Books</title>
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
<link rel="icon" type="image/png" href="images/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="images/favicon-16x16.png" sizes="16x16" />
</head>
<body>
<a id="top"></a>
<div class="subPage">
<header>
<h1>Azifri's Library</h1>
<h5><i>Aka. fiction books by Cristina Villafranca.</i></h5>
</header>
<nav id="main-nav">
<a href="index.html" class="navbutton1">Home</a>
<a href="terra-prima.html" class="navbutton2">Terra Prima</a>
<a href="children-of-the-meteorite.html" class="navbutton2">Children of the Meteorite</a>
<a href="short-stories.html" class="navbutton2">Short Stories</a>
<a href="about.html" class="navbutton1">About</a>
<a href="contact.html" class="navbutton1">Contact</a>
</nav>
<main>
<div id="others">
<div id="others-bg">
<h1 id="semitransparent">Short stories, zines and anthologies</h1>
<p id="semitransparent">A while ago, I gave myself the goal to craft at least one short story per year. I have plenty of ideas, so it sounded easy enough, yet somehow it isn't. Still, as a result, here are some short comics I've created. Themes range from Sci-Fi to gaming adventure to nature magic realism.</p>
<p id="semitransparent">This has been a good opportunity to practice with different media and styles (ink, watercolors, gouache, different digital techniques, color vs. grayscale, etc). It also means that in some cases, I don't have much practice with a certain medium and have to be okay with the art being rough. As they say, done is better than perfect, and I've come to agree with it. I'm mentioning this because you have an idea you'd like to express through any art form, I'd like to encourage you to do it now, and don't wait to be perfect at writing/drawing/painting/etc to do so.</p>
<p id="semitransparent">Happy reading!</p>
</div>
<div class="box-with-buttons" id="adventure-in-new-world">
<div class="box-with-buttons-image">
<!--Paypal buy button-->
<div id="paypal-container-AQGCATUU4GLBY"></div>
<script>
paypal.HostedButtons({
hostedButtonId: "AQGCATUU4GLBY",
}).render("#paypal-container-AQGCATUU4GLBY")
</script>
<!--End Paypal buy button-->
</div>
<div class="box-with-buttons-text">
<h3>Adventure in New World</h3>
<p>Jack and Mike are childhood friends whose bond is put to the test when Mike and his family have to move far away. Through video games and their imaginations, they're determined to prove that some friendships are too strong to disconnect.</p>
<p>Story and colors by David L.</p>
<p>Comic adaptation and inks by Cristina V.</p>
<div class="product-details">
<p><b>Product details</b></p>
<p>Publisher: Azifri</p>
<p>Format: PDF</p>
<p>Number of pages: 12</p>
<p>Publication date: August 04, 2025</p>
</div>
<p>You can also join the adventure for free on Tapas.io, in which case your voluntary fee is to leave a comment!</p>
<a href="https://tapas.io/series/Adventure-in-NewWorld/info" target="_blank" style="background-color: #FF9900; color: white; padding: 10px 20px; text-decoration: none; border-radius: 5px; font-weight: bold;">Read on Tapas</a>
</div>
</div>
<div class="box-with-buttons" id="stop-on-request">
<div class="box-with-buttons-image">
<!--Paypal buy button-->
<div id="paypal-container-WFKFQB7KTFU96"></div>
<script>
paypal.HostedButtons({
hostedButtonId: "WFKFQB7KTFU96",
}).render("#paypal-container-WFKFQB7KTFU96")
</script>
<!--End Paypal buy button-->
</div>
<div class="box-with-buttons-text">
<h3>Stop on Request</h3>
<p>After accidentally leaving the trail, a hiker stumbles upon remnants of the past, whose full history and purpose can only be left to the imagination.</p>
<div class="product-details">
<p><b>Product details</b></p>
<p>Publisher: Azifri</p>
<p>Format: PDF</p>
<p>Number of pages: 14</p>
<p>Publication date: June 16, 2024</p>
</div>
<p>Curious? A scroll (mobile) version of the comic is available on Tapas.io</p>
<a href="https://tapas.io/series/Stop-on-Request/info" target="_blank" style="background-color: #FF9900; color: white; padding: 10px 20px; text-decoration: none; border-radius: 5px; font-weight: bold;">Read on Tapas</a>
</div>
</div>
<div class="box-with-buttons" id="grandmas-hometown">
<div class="box-with-buttons-image">
<!--Paypal buy button-->
<div id="paypal-container-L9JS9HRVV4CC4"></div>
<script>
paypal.HostedButtons({
hostedButtonId: "L9JS9HRVV4CC4",
}).render("#paypal-container-L9JS9HRVV4CC4")
</script>
<!--End Paypal buy button-->
</div>
<div class="box-with-buttons-text">
<h3>Grandma's Hometown</h3>
<p>In the not-so-distant past, strife and war cut off the farthest away space colonies, forcing their residents to develop their own terraforming technologies to survive.</p>
<p>Times have now calmed, and humanity has returned to Earth. After decades of abandonment, scientists Carmen and Fredrika are granted permission to explore a village colony that ties back to Rika's family. As they muse over the local lore, they may find out that there could be more than superstition behind some of the former residents' folk tales.</p>
<div class="product-details">
<p><b>Product details</b></p>
<p>Publisher: Azifri</p>
<p>Format: PDF</p>
<p>Number of pages: 28</p>
<p>Publication date: October 30, 2021</p>
</div>
<p>A slightly older version of the comic is available on Tapas.io for you to read:</p>
<a href="https://tapas.io/series/Grandmas-Hometown/info" target="_blank" style="background-color: #FF9900; color: white; padding: 10px 20px; text-decoration: none; border-radius: 5px; font-weight: bold;">Read on Tapas</a>
</div>
</div>
<div class="box-with-buttons" id="nanoparticles-in-my-coffee">
<div class="box-with-buttons-image">
<img src="images/anthology1.png" width=90% length="auto" alt="Anthology cover">
<a href="https://www.amazon.com/Over-Coffee-Anthology-Faeries-Ents-ebook/dp/B07TXPV3Z6" target="_blank" style="background-color: #FF9900; color: white; padding: 10px 20px; text-decoration: none; border-radius: 5px; font-weight: bold; float: left;">Buy on Amazon</a>
</div>
<div class="box-with-buttons-text">
<h3>Nanoparticles in my Coffee</h3>
<h4><i>in</i> Over A Coffee: An Anthology</h4>
<p>When you are a genius and coffee is your only friend.</p>
<p>When humanity is destroying itself and you can do something about it, something... special.</p>
<p>How far will Carla go for peace?</p>
<div class="product-details">
<p><b>Product details</b></p>
<p>ASIN: B07TXPV3Z6</p>
<p>Publisher: Faeries and Ents</p>
<p>Format: PDF</p>
<p>Number of pages: 96</p>
<p>Publication date: July 02, 2019</p>
</div>
</div>
</div>
</div>
<!--newsletter subscription-->
<div id="mc_embed_shell">
<div id="mc_embed_signup">
<form action="https://azifri.us11.list-manage.com/subscribe/post?u=1df3b6bca8f4edba55299aeac&id=7dbc3600a1&f_id=001703e1f0" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_self" novalidate="">
<div id="mc_embed_signup_scroll"><h3>Subscribe to be notified when a new book is available</h3>
<div class="mc-field-group">
<label for="mce-EMAIL">Email Address: <span class="asterisk"></span></label><input type="email" name="EMAIL" class="required email" id="mce-EMAIL" required="" value="">
</div>
<div id="mce-responses" class="clear foot">
<div class="response" id="mce-error-response" style="display: none;"></div>
<div class="response" id="mce-success-response" style="display: none;"></div>
</div>
<div aria-hidden="true" style="position: absolute; left: -5000px;">
/* real people should not fill this in and expect good things - do not remove this or risk form bot signups */
<input type="text" name="b_1df3b6bca8f4edba55299aeac_7dbc3600a1" tabindex="-1" value="">
</div>
<div class="optionalParent">
<div class="clear foot">
<input type="submit" name="subscribe" id="mc-embedded-subscribe" class="button" value="Subscribe">
<p style="margin: 0px auto;"><a href="http://eepurl.com/jCcwuM" title="Mailchimp - email marketing made easy and fun"><span style="display: inline-block; background-color: transparent; border-radius: 4px;"><img class="refferal_badge" src="https://digitalasset.intuit.com/render/content/dam/intuit/mc-fe/en_us/images/intuit-mc-rewards-text-dark.svg" alt="Intuit Mailchimp" style="width: 220px; height: 40px; display: flex; padding: 2px 0px; justify-content: center; align-items: center;"></span></a></p>
</div>
</div>
</div>
</form>
</div>
</div>
<!--End newsletter subscription-->
<div class="back-to-top">
<p><a href="#top">Back to top</a></p>
</div>
</main>
<footer>
<p>© 2010-2026 Cristina Villafranca</p>
<p>This website is developed by Cristina Villafranca. For details and credits visit the <a href="https://github.com/Azifri21/azifri.github.io" title="link to GitHub" target="_blank" span id="link-color"> GitHub repository</a></p>
</footer>
</div>
</body>
</html>