-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
151 lines (142 loc) · 7.1 KB
/
contact.html
File metadata and controls
151 lines (142 loc) · 7.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- for SEO -->
<meta name="robots" content="index, follow">
<meta name="Description" content="This CSS course practice most of CSS features are implemented">
<meta name="keywords" content="Educational Hub CSS, HTML, FrontEnd, Design, best course">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Bungee+Spice&family=Karla:wght@400;700&family=Roboto:ital,wght@1,300&family=Urbanist:wght@400;700;900&display=swap"
rel="stylesheet">
<link
href="https://fonts.googleapis.com/css2?family=Bungee+Spice&family=Jost:wght@400;500;700;800&family=Karla:wght@400;700&family=Roboto:ital,wght@1,300&family=Urbanist:wght@400;700;900&display=swap"
rel="stylesheet">
<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">
<title>About Us</title>
</head>
<body>
<!-- navbar Section -->
<header class="section-navbar">
<div class="container">
<div class="navbar-brand">
<a href="index.html">
<img src="./images/logo1.png" alt="education hub 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>
<!-- Contact section -->
<div class="section-contact">
<div class="container">
<h2 class="section-common-heading">Contact us</h2>
<p class="section-common-subheading">Get 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/mrgwvypd" method="POST">
<div class="grid grid-two--cols pt">
<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@jpt.com" />
</div>
</div>
<div class="mb-3">
<label for="subject">Subject</label>
<input type="text" name="subject" id="subject" placeholder="Enter 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 class="hero-btn">
<button type="submit" class="btn btn-submit">Send Message</button>
</div>
</form>
</div>
<div class="contact-map">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d195601.38000530127!2d-75.28283718285356!3d40.00238128217531!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c6b7d8d4b54beb%3A0x89f514d88c3e58c1!2sPhiladelphia%2C%20PA!5e0!3m2!1sen!2sus!4v1714173596301!5m2!1sen!2sus"
width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy"
referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
</div>
<!-- footer section -->
<footer style="padding-top: 0;">
<div class="container grid grid-four--cols">
<div class="footer-1--div">
<div class="logo-brand">
<a href="index.html" class="footer-subheading">
<h3 class="section-common--title">Education Hub</h3>
</a>
</div>
<p>You can contact us on FaceBook, Linkedin and github using below icons.</p>
<div class="social-footer--icon">
<a href="https://facebook.com" target="_blank">
<i class="fa-brands fa-facebook"></i>
</a>
<a href="https://www.linkedin.com/" target="_blank">
<i class="fa-brands fa-linkedin"></i>
</a>
<a href="https://github.com" target="_blank">
<i class="fa-brands fa-github"></i>
</a>
</div>
</div>
<div class="footer-2--div">
<h3 class="section-common--title">Courses</h3>
<ul>
<li> <a href="index.html"> HYML</a> </li>
<li> <a href="index.html"> CSS3</a> </li>
<li> <a href="index.html"> Java</a> </li>
<li> <a href="index.html"> C++</a> </li>
<li> <a href="index.html"> C++</a> </li>
</ul>
</div>
<div class="footer-3--div">
<h3 class="section-common--title">Blogs</h3>
<ul>
<li> <a href="contact.html"> Courses</a> </li>
<li> <a href="index.html"> Courses</a> </li>
<li> <a href="index.html"> Courses</a> </li>
<li> <a href="index.html"> Courses</a> </li>
<li> <a href="index.html"> Courses</a> </li>
</ul>
</div>
<div class="footer-4--div">
<h3 class="section-common--title">Social Media</h3>
<ul>
<li> <a href="about.html"> Facebook</a> </li>
<li> <a href="index.html"> Github</a> </li>
<li> <a href="index.html"> youtube</a> </li>
<li> <a href="index.html"> youtube</a> </li>
<li> <a href="index.html"> Courses</a> </li>
</ul>
</div>
</div>
</footer>
</body>
</html>