-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
188 lines (162 loc) · 7.74 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
178
179
180
181
182
183
184
185
186
187
188
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/style.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css"
integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<title>contact page</title>
</head>
<body>
<header>
<!-- Humburger -->
<div class="hamburger">
<i class="fa-solid fa-bars-staggered" data-visible="true"></i>
<i class="fa-solid fa-xmark" data-visible="false"></i>
</div>
<nav class="desktop-menu">
<div class="logo">
<!-- <h1>LEARN <em class="logo-Online">ONLINE</em></h1> -->
<img src="images/leanOnline.png" alt="">
</div>
<ul class="navbar">
<li><a href="index.html">Home</a></li>
<li><a href="courses.html">Courses</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
<div class="btn">
<div class="user-dash">aki</div>
<a href="login.html" class="signIn">Sign In</a>
<a href="registration.html" class="signUp" >Sign Up</a>
<a href="#" class="Logout" style="display: none;">Logout</a>
</div>
</nav>
<div class="mobile-menu">
<div class="logo">
<a href="index.html">
<img src="images/leanOnline.png" alt="">
</a>
</div>
<!-- right menu -->
<div class="menu-link" data-visible="false">
<div class="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="courses.html">Courses</a></li>
<li><a href="about.html">AboutUs</a></li>
<li><a href="contact.html">ContactUs</a></li>
</ul>
<div class="btn">
<div class="user-dash">aki</div>
<a href="login.html" class="signIn">Sign In</a>
<a href="registration.html" class="signUp" >Sign Up</a>
<a href="#" class="Logout" style="display: none;">Logout</a>
</div>
</div>
</div>
</div>
</header>
<div id="course-php">
<section class="hero-course-details">
<img src="https://dugsiiye.com/_next/image?url=https%3A%2F%2Fimages.pexels.com%2Fphotos%2F4939658%2Fpexels-photo-4939658.jpeg%3Fauto%3Dcompress%26cs%3Dtinysrgb%26dpr%3D2%26w%3D500&w=1080&q=75" alt="">
<div class="over-hero-detail">
</div>
<div class="c-c">
<div id="page-title">
<h1>Contact Us</h1>
</div>
</div>
</section>
<!-- section contac form -->
<section id="contact-section">
<!-- <h1 >
Contact Us
</h1> -->
<div class="getIntouch">
<div class="contactUs">
<h1>Contact information</h1>
<p>If you have any question or simply want to contact with us</p>
<dd>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" aria-hidden="true" class="flex-shrink-0 w-6 h-6 text-primary-200"><path stroke-linecap="round" stroke-linejoin="round" d="M3 5a2 2 0 012-2h3.28a1 1 0 01.948.684l1.498 4.493a1 1 0 01-.502 1.21l-2.257 1.13a11.042 11.042 0 005.516 5.516l1.13-2.257a1 1 0 011.21-.502l4.493 1.498a1 1 0 01.684.949V19a2 2 0 01-2 2h-1C9.716 21 3 14.284 3 6V5z"></path></svg>
<span>907499989</span>
</dd>
<dd>
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" aria-hidden="true" class="flex-shrink-0 w-6 h-6 text-primary-200"><path stroke-linecap="round" stroke-linejoin="round" d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"></path></svg>
<span>learnOnline@gmail.com</span>
</dd>
<dd class="icon-contact-info">
<span>
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" class="w-6 h-6" aria-hidden="true"><path d="M22.258 1H2.242C1.556 1 1 1.556 1 2.242v20.016c0 .686.556 1.242 1.242 1.242h10.776v-8.713h-2.932V11.39h2.932V8.887c0-2.906 1.775-4.489 4.367-4.489 1.242 0 2.31.093 2.62.134v3.037l-1.797.001c-1.41 0-1.683.67-1.683 1.653v2.168h3.362l-.438 3.396h-2.924V23.5h5.733c.686 0 1.242-.556 1.242-1.242V2.242C23.5 1.556 22.944 1 22.258 1" fill="currentColor"></path></svg>
</span>
<span>
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" class="w-6 h-6" aria-hidden="true"><path d="M11.999 0C5.373 0 0 5.373 0 12c0 5.302 3.438 9.8 8.207 11.386.6.11.819-.26.819-.578 0-.284-.01-1.04-.017-2.04-3.337.724-4.042-1.61-4.042-1.61-.545-1.386-1.332-1.755-1.332-1.755-1.09-.744.082-.73.082-.73 1.205.086 1.838 1.238 1.838 1.238 1.07 1.833 2.81 1.304 3.493.996.109-.775.419-1.303.762-1.603C7.145 17 4.343 15.97 4.343 11.373c0-1.31.468-2.382 1.236-3.22-.124-.304-.536-1.524.118-3.176 0 0 1.007-.323 3.3 1.23.956-.266 1.983-.4 3.003-.404 1.02.005 2.046.138 3.005.404 2.29-1.553 3.296-1.23 3.296-1.23.655 1.652.243 2.872.12 3.176.77.838 1.233 1.91 1.233 3.22 0 4.61-2.806 5.624-5.478 5.921.43.37.814 1.103.814 2.223 0 1.603-.015 2.898-.015 3.291 0 .321.217.695.825.578C20.565 21.796 24 17.3 24 12c0-6.627-5.373-12-12.001-12" fill="currentColor"></path></svg>
</span>
<span>
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" class="w-6 h-6" aria-hidden="true"><path d="M7.548 22.501c9.056 0 14.01-7.503 14.01-14.01 0-.213 0-.425-.015-.636A10.02 10.02 0 0024 5.305a9.828 9.828 0 01-2.828.776 4.94 4.94 0 002.165-2.724 9.867 9.867 0 01-3.127 1.195 4.929 4.929 0 00-8.391 4.491A13.98 13.98 0 011.67 3.9a4.928 4.928 0 001.525 6.573A4.887 4.887 0 01.96 9.855v.063a4.926 4.926 0 003.95 4.827 4.917 4.917 0 01-2.223.084 4.93 4.93 0 004.6 3.42A9.88 9.88 0 010 20.289a13.941 13.941 0 007.548 2.209" fill="currentColor"></path></svg>
</span>
</dd>
</div>
<form class="contact-form">
<h3>Send us a message</h3>
<div class="person-name">
<div class="first-name">
<label>First Name:</label>
<input type="text" />
</div>
<div class="last-name">
<label>Last Name:</label>
<input type="text" />
</div>
</div>
<div class="person-contact">
<div class="email">
<label>Email:</label>
<input type="text" />
</div>
<div class="phone">
<label>Phone:</label>
<input type="text" />
</div>
</div>
<div class="leaveMessage">
<div class="leave">
<label >Subject:</label>
<input type="text" />
</div>
<div class="message">
<label>Message:</label>
<textarea name="" id="" ></textarea>
</div>
</div>
<div class="formbtn">
<button id="submit">Submit</button>
</div>
</form>
</div>
</section>
<footer class="footer">
<div class="footer-contents">
<span>© 2024 LearnOnline Courses. All rights reserved.</span>
<ul class="social-media">
<li><a href="#" class="fa fa-facebook"></a></li>
<li><a href="#" class="fa fa-twitter"></a></li>
<li><a href="#" class="fa fa-whatsapp"></a></li>
<li><a href="#" class="fa fa-youtube"></a></li>
</ul>
</div>
</footer>
<script src="/js/menu.js"></script>
<script src="/js/main.js"></script>
</body>
</html>