-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
68 lines (42 loc) · 2.17 KB
/
Copy pathabout.html
File metadata and controls
68 lines (42 loc) · 2.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Start cookieyes banner -->
<script id="cookieyes" type="text/javascript" src="https://cdn-cookieyes.com/client_data/9a0b31a5d5f7a4068ec5d7fe/script.js"></script>
<!-- End cookieyes banner -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-06L56VXPC1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-06L56VXPC1');
</script>
<!-- end Google tag (gtag.js) -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link type="text/css" rel="stylesheet" href="css/style.css" media="all">
<title>Terra Prima - Homepage</title>
</head>
<body>
<div class=" subPage clearfix">
<div align="center">
<div class="writeHeader"></div>
<div class="box">
<h1>About Terra Prima</h1>
<p>The story of Terra Prima was initially inspired by a roleplaying game my friends and I created and played but, unfortunately, never finished. Writing and drawing has been a hobby for as long as I can remember, yet as time passed, I found myself having less time and energy to dedicate to it so, one day, I decide to draw a comic, with the idea of combining both writing and drawing into one. For this, I wrote a story loosely inspired by our game, since I had many fond memories of it, and the plan was to draw only up to chapter 9 (book one). As my drawing skills improved, I decided to continue the comic.</p>
<img src="img/cars.png" alt="happy driving" class="responsiveImage">
</div>
</div>
</div>
<div id="footer" class="writeFooter">
</div>
</div>
<!-- every js script is called here, in this specific order.-->
<script src="js/comic_header.js" defer></script>
<script src="js/comic_settings.js" defer></script>
<script src="js/comic_archive.js" defer></script>
<script src="js/comic_footer.js" defer></script>
</body>
</html>