-
Notifications
You must be signed in to change notification settings - Fork 0
/
Horror.html
156 lines (146 loc) · 6.61 KB
/
Horror.html
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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<!DOCTYPE HTML>
<html>
<head>
<title>Prashanth Blogger</title>
<link rel="icon" type="image/x-icon" href="assets/images/favicon.ico">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main0.6.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<!-- Custom CSS for the login button -->
<style>
.login-btn {
position: fixed;
top: 20px;
right: 20px;
background-color: #f39c12;
color: #fff;
border: none;
border-radius: 50%;
padding: 15px;
font-size: 18px;
cursor: pointer;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
transition: background-color 0.3s;
}
.login-btn:hover {
background-color: #e67e22;
}
.login-btn i {
font-size: 20px;
}
</style>
</head>
<!-- is-preload -->
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<a href="Horror.html" class="logo">Horror</a>
</header>
<!-- Nav -->
<nav id="nav">
<ul class="links">
<li><a href="index2.html">Ghostwriter</a></li>
<li><a href="Author.html">Author </a></li>
<li><a href="Universal.html">Universal </a></li>
<li><a href="Love&Break.html">Love & Break </a></li>
<li><a href="Mystery.html">Mystery</a></li>
<li><a href="Crime.html">Crime</a></li>
<li class="active"><a href="Horror.html">Horror</a></li>
</ul>
</nav>
<!-- Login Icon -->
<div style="float: right; margin-right: 10px;">
<a href="index.html" class="login-btn" title="Login" style="text-decoration: none; color: #ffffff;">
<i class="fas fa-user" style="font-size: 30px;"></i>
</a></div>
<!-- Main -->
<div id="main">
<!-- Banner ->
<div id="banner-wrapper">
<div id="banner" class="box container">
<a href="#" class="image fit"><img src="images/Love&Break Pic/love break.jpg" alt="" /></a>
<h2>Love is unconditional. Relationships are not.</h2>
<p>Love is a powerful energy that has the power to either cause or heal the most painful injuries.
Though it sometimes leaves us silently, holding onto memories rather than hands, it whispers promises of forever.
It teaches us that even hearts that are damaged may heal and beat again.
</p>
</div>
</div>
<-- Features -->
<div id="features-wrapper">
<div class=" container">
<!-- row -->
<div class="row">
<!-- Shadows of Haunting Despair -->
<div class="col-4 col-12-medium">
<section class="box feature">
<a href="#" class="image fit"><img src="images/Horror Pic/horror 001/shd.jpg" alt="" /></a>
<div class="inner">
<header>
<h3> Shadows of Haunting Despair </h3>
</header>
<ul class="actions special">
<li><a href="Horror 1.html" class="button primary small">Full Story</a></li>
<li><a href="https://medium.com/@kpsvdp/trapped-in-the-shadows-50de1de2556a" class="button primary small">Link</a></li>
</ul>
</div>
</section>
</div>
</div>
</div>
</div>
</div>
<!-- Copyright -->
<div id="copyright">
<hr>
<footer style="background-color: #000000; color: #ffffff; padding: 20px; text-align: center;">
<h4>About Us</h4>
<p> Welcome to Ghostwriter, a space where life's odyssey unfolds through the written word. Here, we capture the essence of universal tales, thrillers, and crime stories that keep you on the edge of your seat. Our blog is more than just storytelling; it’s a journey through the multifaceted narratives that define the human experience—gripping, mysterious, and ever-evolving.
<br><br>
K.P.S.V.D. Prashanth, the voice behind Ghostwriter, is passionate about bringing stories to life. With a unique blend of suspense, drama, and insight into the human psyche, his writing transforms everyday moments into extraordinary tales. Whether it’s a heart-racing thriller or a deep dive into the complexities of a crime mystery, Prashanth’s words are designed to keep you hooked.
<br><br>
We invite you to explore, engage, and experience storytelling that resonates beyond the page. </p>
<!-- Copyright Notice -->
<p>© 2021 Ghostwriter by K.P.S.V.D. Prashanth. All Rights Reserved.</p>
<!-- Contact Information -->
<p>Have a story to share or feedback to give? Contact us at:
<a href="mailto:[email protected]" style="color: #f39c12;">[email protected]</a>
</p>
<!-- Newsletter Signup -->
<p>Stay updated with our latest stories and insights. Subscribe to our newsletter for regular updates.</p>
<form action="/subscribe" method="post">
<input type="email" name="email" placeholder="Enter your email" required style="padding: 5px;">
<button type="submit" style="padding: 5px 10px; background-color: #f39c12; color: #a88585; border: none;">Subscribe</button>
</form>
<!-- Social Media Links -->
<div style="margin: 10px 0;">
<a href="https://www.facebook.com/kpsvd.prashanth" target="_blank" style="color: #f39c12; margin-right: 10px;">Facebook</a>
<a href="https://twitter.com/KPSVDPrashanth" target="_blank" style="color: #f39c12; margin-right: 10px;">Twitter</a>
<a href="https://www.instagram.com/prashanth_k.p.s.v.d" target="_blank" style="color: #f39c12; margin-right: 10px;">Instagram</a>
<a href="https://medium.com/@kpsvdp" target="_blank" style="color: #f39c12;">Medium</a>
</div>
<!-- Navigation Links -->
<nav>
<a href="Home.html" style="color: #f39c12; margin-right: 10px;">Home</a>
<a href="Stories.html" style="color: #f39c12; margin-right: 10px;">Stories</a>
<a href="https://kpsvdp.github.io/Blog" style="color: #f39c12; margin-right: 10px;">Blog</a>
<a href="Contact.html" style="color: #f39c12; margin-right: 10px;">Contact</a>
<a href="Privacy Policy.html" style="color: #f39c12;">Privacy Policy</a>
</nav>
<!-- Quote or Signature Line -->
<p style="margin-top: 20px; font-style: italic;">"Every story has a heartbeat. Let's find it together." – K.P.S.V.D. Prashanth</p>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</div>
</body>
</html>