-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
64 lines (52 loc) · 2.85 KB
/
about.html
File metadata and controls
64 lines (52 loc) · 2.85 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
<!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) -->
<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 - About</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>
<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>
<h1>About me</h1>
<p class="narrow">My goal is to create adventures that take us to a different place, while also exploring topics that I consider interesting or relevant. Therefore, whenever possible, I aim to give the reader a question that is up to them to answer.</p>
<br>
<p class="narrow">I develop my stories either as comics or in prose, depending on which format I consider best fits the idea. They're available as physical books and/or in digital format (PDF, EPUB), and most can also be read for free. Life is hard enough, so if my stories can bring a little joy into someone's life, then the goal is achieved.</p>
<br>
<figure>
<img src="images/lab.png" width=50% length="auto" alt="Terra Prima sample">
<figcaption><i>Fig. The author and her sister, the day they escaped from the lab, circa 2018.</i></figcaption>
</figure>
</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>