-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
33 lines (22 loc) · 817 Bytes
/
Copy pathabout.html
File metadata and controls
33 lines (22 loc) · 817 Bytes
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
---
layout: default
title: About
permalink: /about/
---
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<div class="about-portrait">
<div class="text-center"><h1>About the Author</h1></div>
{% include image_with_attribution.html image_id="bianca_portrait" %}
</div>
<hr>
<div class="about-intro">
<p>You can call me Bianca Vacarescu.</p>
<p>I have been writing since I learned how to hold a pencil. While my academic background is in the sciences, I nevertheless maintained a passion for creative writing as a way to document the human experience.</p>
<p style="margin-bottom: 2em;">I am currently working on the eleven-book fantasy series <em>The Convergent Eigenspace</em>, beginning with Book 0: <em>What Time Cannot Touch</em>.</p>
</div>
</body>
</html>