-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwriting.html
More file actions
141 lines (132 loc) · 5.87 KB
/
writing.html
File metadata and controls
141 lines (132 loc) · 5.87 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-136768252-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-136768252-1');
</script>
<title>NPhillips Portfolio - Writing</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/unholy-core.css">
<link rel="stylesheet" href="css/unholy-utility.css">
<link rel="stylesheet" href="css/unholy-navigation.css">
<link rel="stylesheet" href="css/custom.css">
<script src="js/custom.js"></script>
</head>
<body>
<nav id="hamnav">
<label for="hamburger">☰</label>
<input type="checkbox" id="hamburger"/>
<div id="hamitems">
<a href="index.html">Home</a>
<a href="bio.html">Biography</a>
<a href="portfolio.html">Portfolio</a>
<a class="active" href="writing.html">Writing</a>
<a href="version.html">Version</a>
</div>
</nav>
<div class="container">
<div class="row">
<h1>Writing and Flash Ficton</h1>
</div>
<br>
<div class="row">
<div class="column-full">
One of my hobbies in recent times is to write horror flash fiction stories.
<br>Below is a list of my published works, or competitions I have won.
It is early days so this list will, hopefully, grow over time!
</div>
</div>
<br>
<div class="row">
<div class="box-medium">
<div class="card shadow">
<div class="card-header">
Nonsensically Challenged Volume 3
</div>
<div class="card-content">
The Terrible Misadventure of Professor Krauss and his Magnificent Refrievictmer and other nonsensical stories!
</div>
<div class="card-action">
<a href="https://www.amazon.co.uk/Nonsensically-Challenged-3-Christopher-Fielden/dp/B08JV9JVTT" target="_blank" rel="noopener noreferrer">Buy on Amazon</a>
</div>
</div>
</div>
<div class="box-medium">
<div class="card shadow">
<div class="card-header">
Prepositionally Challenged Volume 1
</div>
<div class="card-content">
That which lives below and 99 other stories, where every sentence ends with a preposition.
</div>
<div class="card-action">
<a href="https://www.amazon.co.uk/Prepositionally-Challenged-1-Christopher-Fielden/dp/B08KHGGY5R" target="_blank" rel="noopener noreferrer">Buy on Amazon</a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="box-medium">
<div class="card shadow">
<div class="card-header">
Sensorially Challenged Volume 2
</div>
<div class="card-content">
Have your senses overwhelmed by The Skeleton of Nyctus and 99 other fabulous sensory overloads.
</div>
<div class="card-action">
<a href="https://www.amazon.co.uk/Sensorially-Challenged-2-Christopher-Fielden/dp/1799109860/ref=sr_1_1?keywords=Sensorially+Challenged+Volume+2&qid=1561277716&s=books&sr=1-1" target="_blank" rel="noopener noreferrer">Buy on Amazon</a>
</div>
</div>
</div>
<div class="box-medium">
<div class="card shadow">
<div class="card-header">
Adverbially Challanged 4
</div>
<div class="card-content">
Endure the horror of the Caretaker and enjoy the creativty of authors overusing adverbs.
</div>
<div class="card-action">
<a href="https://www.amazon.co.uk/Adverbially-Challenged-4-Christopher-Fielden-ebook/dp/B07P7WJVVY" target="_blank" rel="noopener noreferrer">Buy on Amazon</a>
</div>
</div>
</div>
</div>
<div class="row">
<div class="box-medium">
<div class="card shadow">
<div class="card-header">
L’Appel Du Vide
</div>
<div class="card-content">
101 word story around a young boy camping with his parents and the inner voice telling him to touch the fire.
</div>
<div class="card-action">
<a href="https://101words.org/lappel-du-vide/" target="_blank" rel="noopener noreferrer">Read here</a>
</div>
</div>
</div>
<div class="box-medium">
<div class="card shadow">
<div class="card-header">
Lucid Nightmare
</div>
<div class="card-content">
Runner up in the first ever Fusilli flash fiction challenge - a story with a twist
</div>
<div class="card-action">
<a href="https://www.facebook.com/Fusilli.flashfiction/posts/762697194210286" target="_blank" rel="noopener noreferrer">Read here</a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>