-
Notifications
You must be signed in to change notification settings - Fork 0
/
Home.html
108 lines (96 loc) · 5.37 KB
/
Home.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Blogging Journey</title>
<link rel="stylesheet" href="assets/css/style 4.css">
</head>
<body>
<header>
<h1>My Blogging Journey </h1>
</header>
<main>
<section class="intro">
<h2>The Reasons Behind My Blogging Journey</h2>
<p>Why do I start writing stories? I am going to start telling my journey from the beginning of my life.</p>
</section>
<section class="story">
<h2>My Story</h2>
<p>It had always been my reputation to be the talkative one, with words streaming from my mouth nonstop. Unfortunately, this tendency led to me losing friends because my classmates avoided me a lot...</p>
<p>Gradually, years passed, and suddenly something changed. I got to know Prasanth, a gentle soul with a passion for writing...</p>
</section>
<section class="inspiration">
<h2>My Inspirations</h2>
<p>After a few days, I stopped posting blogs on the Blogger page...</p>
<p>This is my friend blog. <a href="http://prasanthponnada1614.blogspot.com/" target="_blank">Access this blog story freely here</a></p>
</section>
<section class="medium">
<h2>Medium Blog</h2>
<p>Medium Blog: <a href="http://medium.com/@kpsvdp" target="_blank">Read my stories on Medium</a></p>
</section>
<section class="dream">
<h2>About My Dream</h2>
<p>My aspiration is not only to establish myself as a writer and publish a book but also to excel as a website story designer...</p>
</section>
<section class="conclusion">
<h2>Conclusion</h2>
<p>I will describe my name as "K.P.S.V.D. Prashanth," and my full name is “Korapati Pavan Sai Venkata Durga Prashanth.”</p>
</section>
<section class="ghostwriter">
<h2>Why Do I Go by “Ghostwriter”?</h2>
<p>A ghostwriter is a creative butterfly who can create anything...</p>
</section>
</main>
<footer>
<p>© 2024 @Prashanth</p>
</footer>
</body>
<!-- center is-preload -->
<body class="center is-preload">
<!-- Copyright -->
<div id="copyright">
<footer style="background-color: #000000; color: #ffffff; padding: 20px; text-align: center;">
<h3>About Us</h3>
<br>
<p1> 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. </p1>
<br>
<!-- Copyright Notice -->
<p1>© 2021 Ghostwriter by K.P.S.V.D. Prashanth. All Rights Reserved.</p1>
<br><br>
<!-- Contact Information -->
<p1>Have a story to share or feedback to give? Contact us at:
<a href="mailto:[email protected]" style="color: #f39c12;">[email protected]</a>
</p1>
<br><br>
<!-- Newsletter Signup -->
<p1>Stay updated with our latest stories and insights. Subscribe to our newsletter for regular updates.</p1>
<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: #ffffff; border: none;">Subscribe</button>
</form>
<br>
<!-- 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>
</footer>
</div>
</div>
</body>
</html>