-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
177 lines (166 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
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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>The Wisdom Workshop</title>
<link rel="shortcut icon" href="assets/logo(half).png" type="image/x-icon" />
<link
rel="stylesheet"
href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link rel="stylesheet" href="style.css" />
<script
src="https://code.jquery.com/jquery-3.6.0.min.js"
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4="
crossorigin="anonymous"
></script>
</head>
<body>
<!-- Navigation -->
<nav>
<img src="assets/logo(full).png" alt="logo" />
<div class="navigation">
<ul>
<i id="menu-close" class="fa-solid fa-xmark"></i>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="courses.html">Courses</a></li>
<li><a class="active" href="contact.html">Contact</a></li>
</ul>
<!-- <img id="menu-btn" src="assets/menu.png" alt="" /> -->
<i id="menu-btn" class="fa-solid fa-bars"></i>
</div>
</nav>
<!-- Home -->
<section id="about-home">
<h2>Contact us/</h2>
</section>
<section id="contact">
<div class="getin">
<h2>Get in touch</h2>
<p>Looking for a help? Fill the form and start a new adventure.</p>
<div class="getin-details">
<h3>Headquater</h3>
<div>
<i class="fas fa-home get"></i>
<p>
123 Gaula road, Haldwani, near Vikas Medical Store, Haldwani 263139
</p>
</div>
<h3>Phone</h3>
<div>
<i class="fas fa-phone get"></i>
<p>
8755626162 <br />
9639916162
</p>
</div>
<h3>Email</h3>
<div>
<i class="fas fa-envelope-open-text get"></i>
<p>
tempmail204@gmail.com <br />
mail.temporary@gmail.com
</p>
</div>
<h3>Follow us</h3>
<div class="pro-links">
<i class="fab fa-facebook-f"></i>
<i class="fab fa-instagram"></i>
<i class="fab fa-linkedin-in"></i>
<i class="fab fa-behance"></i>
</div>
</div>
</div>
<div class="form">
<h4>Let's connect</h4>
<p>Join us for a connection that unlocks endless possibilities.</p>
<div class="form-row">
<input type="text" placeholder="Your Name" />
<input type="text" placeholder="Email" />
</div>
<div class="form-col">
<input type="text" placeholder="Subject" />
</div>
<div class="form-col">
<textarea
name=""
id=""
cols="30"
rows="8"
placeholder="How can we help?"
></textarea>
</div>
<div class="form-col"></div>
<button>Send message</button>
</div>
</section>
<section id="map">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3485.8656408934153!2d79.5182527748681!3d29.109647762255804!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39a0853e706e1e17%3A0x722cb93442696cf0!2sTHE%20WISDOM%20WORKSHOP!5e0!3m2!1sen!2sin!4v1708882966464!5m2!1sen!2sin"
style="border: 0"
allowfullscreen=""
loading="lazy"
referrerpolicy="no-referrer-when-downgrade"
></iframe>
</section>
<!-- Footer -->
<footer id="footer">
<div class="footer-col">
<h3>Guides</h3>
<li>Researches</li>
<li>Exoertise</li>
<li>Managed website</li>
<li>marketing service</li>
</div>
<div class="footer-col">
<h3>Guides</h3>
<li>Researches</li>
<li>Exoertise</li>
<li>Managed website</li>
<li>marketing service</li>
</div>
<div class="footer-col">
<h3>Guides</h3>
<li>Researches</li>
<li>Exoertise</li>
<li>Managed website</li>
<li>marketing service</li>
</div>
<div class="footer-col">
<h3>Guides</h3>
<li>Researches</li>
<li>Exoertise</li>
<li>Managed website</li>
<li>marketing service</li>
</div>
<div class="footer-col">
<h3>Newsletter</h3>
<p>You can trust us, we only send promo offers.</p>
<div class="subscribe">
<input type="text" placeholder="Your email address" />
<a href="#" class="yellow">subscribe</a>
</div>
</div>
</footer>
<script>
// Navaigation Bar
$("#menu-btn").click(function () {
$("nav .navigation ul").addClass("active");
});
$("#menu-close").click(function () {
$("nav .navigation ul").removeClass("active");
});
</script>
</body>
</html>