forked from Gyanthakur/Dev_Profiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact-us.html
138 lines (130 loc) · 6.07 KB
/
contact-us.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
<!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>
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="shortcut icon" href="https://oyepriyansh.pages.dev/i/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="https://unicons.iconscout.com/release/v4.0.8/css/line.css" />
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/css/ionicons.min.css">
</head>
<body>
<!-- Navigation Header -->
<header>
<nav>
<p class="title">Contact Us</p>
<div class="nav-links">
<a href="index.html">
<button class="add">
Go To Profile Section <i class="fa-solid fa-user"></i>
</button>
</a>
<a href="project.html">
<button class="add">
Go to Project Section <i class="fa-solid fa-list-check"></i>
</button>
</a>
<a href="about-us.html">
<button class="add">
About Us <i class="fa-solid fa-info-circle"></i>
</button>
</a>
<a href="contact-us.html">
<button class="add">
Contact Us <i class="fa-solid fa-address-book"></i>
</button>
</a>
<button class="dark-btn">
<img id="icon" src="dark.png" alt="Dark">
</button>
</div>
</nav>
</header>
<!-- Main Contact Form Section -->
<div class="contact-section container">
<div class="contact-container container">
<div class="contact-info">
<h2>Get In Touch</h2>
<p>We'd love to hear from you. Here's how you can reach us...</p>
<a href="tel:+918957818597" class="info-item">
<i class="fas fa-phone"></i>
<span>+91 895 781 8597</span>
</a>
<a href="mailto:[email protected]" class="info-item">
<i class="fas fa-envelope"></i>
<span>[email protected]</span>
</a>
<a href="https://www.google.com/maps/place/Fatehpur,+Uttar+Pradesh,+India" class="info-item" target="_blank">
<i class="fas fa-map-marker-alt"></i>
<span>Fatehpur, Uttar Pradesh, India</span>
</a>
</div>
<div class="contact-form-container">
<h2>Send us a message</h2>
<form class="contact-form" action="https://formspree.io/f/mdkonvre" method="POST">
<div class="input-group">
<input type="text" id="name" name="name" placeholder="Your Name" required aria-label="Your Name" />
</div>
<div class="input-group">
<input type="email" id="email" name="email" placeholder="Your Email" required aria-label="Your Email" />
</div>
<div class="input-group">
<textarea name="message" id="message" placeholder="Your Message" required aria-label="Your Message"></textarea>
</div>
<div class="input-group">
<button type="submit">Send Message</button>
</div>
</form>
</div>
</div>
<!-- Error Message -->
<div id="error-message" class="error-message"></div>
</div>
<!-- Social Media Links and Footer -->
<footer class="footer">
<ul class="social-icon">
<li class="social-icon__item">
<a class="social-icon__link" href="https://m.facebook.com/profile.php?eav=AfaQiAnLMKoJt9fhAP0mpclv59dhzAMBnCy-rfJi2qawDv01IOkuI4RSxLQFG4508J0&paipv=0">
<i class="fa-brands fa-facebook"></i>
</a>
</li>
<li class="social-icon__item">
<a class="social-icon__link" href="https://twitter.com/gps_96169">
<i class="fa-brands fa-x-twitter"></i>
</a>
</li>
<li class="social-icon__item">
<a class="social-icon__link" href="https://www.linkedin.com/in/gyan-pratap-singh-275785236/">
<i class="fa-brands fa-linkedin"></i>
</a>
</li>
<li class="social-icon__item">
<a class="social-icon__link" href="https://www.instagram.com/gp.singh.ro.ckstar4438/">
<i class="fa-brands fa-instagram"></i>
</a>
</li>
<li class="social-icon__item">
<a class="social-icon__link" href="https://wa.me/918957818597?text=Hey%20%F0%9F%91%8B%2C%20how%20can%20I%20help%20you%3F">
<i class="fa-brands fa-whatsapp"></i>
</a>
</li>
</ul>
<ul class="menu">
<li class="menu__item"><a class="menu__link" href="#">Home</a></li>
<li class="menu__item"><a class="menu__link" href="about-us.html">About</a></li>
<li class="menu__item"><a class="menu__link" href="project.html">Project Section</a></li>
<li class="menu__item"><a class="menu__link" href="index.html">Profile Section</a></li>
</ul>
<p>Dev Profiles © <span id="dates"></span> | All Rights Reserved</p>
</footer>
<!-- Back to Top Button -->
<button id="backToTopBtn" title="Go to top">
<i class="fa-solid fa-arrow-up"></i>
</button>
<script src="script.js"></script>
</body>
</html>