-
Notifications
You must be signed in to change notification settings - Fork 0
/
Contact.html
119 lines (112 loc) · 5.31 KB
/
Contact.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact Us</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #000000fe;
}
.container {
max-width: 800px;
margin: 0 auto;
padding: 20px;
background-color: #fff;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
h1, h2 {
text-align: center;
}
.contact-info, .feedback-section {
margin: 20px 0;
}
.social-links a {
display: inline-block;
margin-right: 10px;
color: #1d72b8;
text-decoration: none;
}
.qr-code {
text-align: center;
margin: 20px 0;
}
</style>
</head>
<body>
<div class="container">
<h1>Contact Us</h1>
<div class="contact-info">
<p>We'd love to hear from you! Whether you have feedback, questions, or just want to say hello, feel free to reach out.</p>
<p><strong>Email:</strong> <a href="mailto:[email protected]">[email protected]</a></p>
<p><strong>Phone:</strong> +44 78XXXXX334</p>
<p><strong>Address:</strong><br>
123 Main,<br>
NCL, United Kingdom, NEX XXN</p>
<p>You can also follow us on social media:</p>
<div class="social-links">
<a href="#">Twitter</a> |
<a href="#">LinkedIn</a> |
<a href="#">GitHub</a>
</div>
<p>For more information, visit our <a href="https://kpsvdp.github.io/Blog/">Blog</a>.</p>
</div>
<h2>Feedback</h2>
<div class="feedback-section">
<p>We’d love to hear from you! Please feel free to send us your thoughts or suggestions.</p>
<p>Click Here! below</p>
<p><strong>Email:</strong> <a href="Feedback.html">[email protected]</a></p>
</div>
</div>
</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>