-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
180 lines (158 loc) · 5.85 KB
/
Copy pathcontact.html
File metadata and controls
180 lines (158 loc) · 5.85 KB
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
178
179
180
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Shankar EdTech Contact</title>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"
integrity="sha512-9usAa10IRO0HhonpyAIVpjrylPvoDwiPUiKdWk5t3PyolY1cOd4DSE0Ga+ri4AuTroPR5aQvXU9xC6qOPnzFeg=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link rel="stylesheet" href="css/style.css" />
</head>
<style>
footer{
padding: 0;
}
</style>
<body>
<!--============ Start NAVBAR Section ========= -->
<header class="section-navbar">
<div class="container">
<div class="navbar-brand">
<a href="index.html">
<img
src="./images/logo.webp"
alt="My Shankar EdTech Logo"
width="80%"
height="auto"
/>
</a>
</div>
<nav class="navbar">
<ul>
<li class="nav-item">
<a class="nav-link" href="index.html">home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">about</a>
</li>
<li class="nav-item">
<a class="nav-link" href="service.html">services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="blog.html">blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">contact</a>
</li>
</ul>
</nav>
</div>
</header>
<!--============ End NAVBAR Section ========= -->
<!-- contact start section -->
<div class="section-contact">
<div class="container">
<h2 class="section-common-heading">Contact Us</h2>
<p class="section-common-subheading">
Get in touch with us. We are always here to help you.
</p>
</div>
<div class="container grid grid-two--cols">
<div class="contact-content">
<form action="https://formspree.io/f/xrblelyr" method="POST">
<div class="grid grid-two--cols mb-3">
<div>
<label for="username">username</label>
<input
type="text"
name="username"
id="username"
required
autocomplete="off"
placeholder="Enter Your name"
/>
</div>
<div>
<label for="email">Enter your Email</label>
<input
type="email"
name="email"
id="email"
autocomplete="off"
required
placeholder="abc@shankar.com"
/>
</div>
</div>
<div class="mb-3">
<label for="subject">Subject</label>
<input
type="text"
name="subject"
id="subject"
placeholder="Your main title"
/>
</div>
<div class="mb-3">
<label for="message">message</label>
<textarea name="message" id="message" cols="30" rows="10" placeholder="Enter Your Message"></textarea>
</div>
<div>
<button class="btn btn-submit" type="submit">Send Message</button>
</div>
</form>
</div>
<div class="contact-map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d482634.04772011697!2d72.54855677879735!3d19.08226114667421!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3be7c6306644edc1%3A0x5da4ed8f8d648c69!2sMumbai%2C%20Maharashtra!5e0!3m2!1sen!2sin!4v1753020132258!5m2!1sen!2sin" width="100%" height="500" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
</div>
<!-- contact end section -->
<!-- start footer section -->
<footer>
<div class="container grid grid-four--cols">
<div class="footer-1--div">
<div class="logo-brand">
<a href="index.html" class="footer-subheading">Shankar EdTech</a>
<p>
Let's revolutionize the way you study with Shankar EdTech
</p>
</div>
<div class="social-footer--icons">
<a href="https://www.linkedin.com/in/shankar-sala/" target="_blank" class="common-text--highlight"><i class="fa-brands fa-linkedin"></i></a>
<a href="https://github.com/Shankar-Sala" target="_blank" class="common-text--highlight"><i class="fa-brands fa-github"></i></a>
<a href="https://x.com/Shankar_WebDev" target="_blank" class="common-text--highlight"><i class="fa-brands fa-twitter"></i></a>
</div>
</div>
<div class="footer-2--div">
<p class="footer-subheading">courses </p>
<ul>
<li><a href="index.html">JS Development</a></li>
<li><a href="index.html">Python</a></li>
<li><a href="index.html">c++ Development</a></li>
<li><a href="index.html">Java Development</a></li>
<li><a href="index.html">SQL Development</a></li>
</ul>
</div>
<div class="footer-3--div">
<p class="footer-subheading">contact</p>
<ul>
<li><a href="index.html">+91 987654312</a></li>
</ul>
</div>
<div class="footer-4--div">
<p class="footer-subheading">discount</p>
<!-- <ul>
<li><a href="index.html">discount</a></li>
</ul> -->
</div>
</div>
</footer>
<!-- end footer section -->
</body>
</html>