-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
80 lines (67 loc) · 3.49 KB
/
Copy pathcontact.html
File metadata and controls
80 lines (67 loc) · 3.49 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
<!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 - Contact</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>
</main>
<h1>Contact</h1>
<p class="narrow">You can <a href="mailto:azifri@proton.me">send me an email</a>.</p>
<br>
<p class="narrow">Alternatively, you can leave a comment below and check back later. I can be fast or slow but I'll get back to you eventually (unless it's spam or somerthing weird, in which case I'll delete the comment). Also, if you read any of my stories, feel free to leave a message so I know you're there!</p>
<div id="disqus_thread"></div>
<script>
/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables */
/*
var disqus_config = function () {
this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};
*/
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = 'https://azifri-com.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<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>
<script id="dsq-count-scr" src="//azifri-com.disqus.com/count.js" async></script>
</body>
</html>