-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact-us.html
212 lines (211 loc) · 10.6 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
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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
<!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>Contact Us </title>
<!-- link font google -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,500,600,700,800,900" rel="stylesheet">
<!-- file bootstrap -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- file all . min -->
<link rel="stylesheet" href="css/all.min.css">
<!-- file css -->
<link rel="stylesheet" href="css/contact-us.css">
</head>
<body>
<!-- start nav -->
<nav class="navbar navbar-expand-lg navbar-light mt-2 sticky-top p-3 ">
<div class="container">
<a class="navbar-brand" href="home-page.html">
<img src="/image/templatemo-eduwell-logo.png" alt="">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse justify-content-around navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav justify-content-around ms-auto w-75 mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="/home-page.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/home-page.html ">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/home-page.html">Courses</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Pages
</a>
<ul class="dropdown-menu border-0 rounded " aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="/about-us.html">About Us</a></li>
<li><a class="dropdown-item" href="/our-service.html">Our Services</a></li>
<li><a class="dropdown-item" href="/contact-us.html">Contact Us </a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="/home-page.html">Testimonials</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/home-page.html">Contact Us </a>
</li>
</ul>
</div>
</div>
</nav>
<!-- end nav -->
<!-- start landing -->
<div class="landing">
<div class="container">
<div class="under text-center">
<p class="text-black-50">What We Do</p>
<h1 class="fw-bold"> Our Services</h1>
</div>
</div>
</div>
<!-- end landing -->
<!-- start section -->
<div class="section">
<div class="container">
<div class="row">
<div class="col-lg-6">
<p class="text-black-50">MORE INFO </p>
<h1 class="fs-3 fw-bold mb-5" >Read More <span>About Us</span> </h1>
<p class="mb-4 text-black-50 fs-5">
Trust fund nocor broklyn humblebrag mustache pork kitsch, bicycle
rights hexagon schlitz keytar palo is santo drinking vinegar fam
ramps.
</p>
<p class="mb-5 text-black-50 fs-5">
four dollar toast and edison bulb vinyl , listcile hashtag pug scenester
typewrite er yuccie street artboard or whatever to fill place.
</p>
<p class="fs-5 fw-bold mb-3">
-selfies you probably haven't heard of them.
</p>
<p class="fs-5 fw-bold mb-3">
-Tousled cold-pressed chicharrones yuccie
</p>
<p class="fs-5 fw-bold mb-3">
-Pabst iphone chartreuse shabby chic tumeric.
</p>
<p class="fs-5 fw-bold mb-3">
-Scenester normcore mumblecore snackwave.
</p>
</div>
<div class="col-lg-6 mt-5">
<div class="row">
<div class="col-6 text-center mt-lg-5">
<div class="hello text-center">
<div class="fw-bold fs-1 pp">125</div>
<h1 class="fs-4 fw-bold">Finished Projects</h1>
</div>
</div>
<div class="col-6 text-center mt-lg-5">
<div class="hello text-center">
<div class="fw-bold fs-1 pp">11</div>
<h1 class="fs-4 fw-bold">Finished Projects</h1>
</div>
</div>
<div class="col-6 text-center mt-lg-5">
<div class="hello text-center">
<div class="fw-bold fs-1 pp">87</div>
<h1 class="fs-4 fw-bold">Finished Projects</h1>
</div>
</div>
<div class="col-6 text-center mt-lg-5">
<div class="hello text-center">
<div class="fw-bold fs-1 pp">24</div>
<h1 class="fs-4 fw-bold">Finished Projects</h1>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- end section -->
<!-- start contact us -->
<div class="contact-us text-center" id="contact-us">
<div class="container ">
<div class="row">
<!-- map -->
<div class="col-lg-7 col-10 mb-lg-0 map-2 position-relative rounded">
<div class="col-md-12 col-sm-12 row position-absolute row-2 d-flex flex-column flex-lg-row heeee justify-content-around">
<div class="col-lg-4 col-sm-12">
<div class="contact d-flex">
<i class="fa-solid fa-phone mt-3 ph" ></i>
<div class="pp ms-4 w-100">
<h1 class="fs-4">Phone</h1>
<p>07828226965</p>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-12">
<div class="contact d-flex ">
<i class="fa-solid fa-phone mt-3 ph" ></i>
<div class="pp ms-4 w-100">
<h1 class="fs-4">Phone</h1>
<p>07828226965</p>
</div>
</div>
</div>
</div>
</div>
<!-- end map -->
<!-- start form -->
<div class="col-lg-5 text-start mt-lg-5 p-5 ff ">
<p class="text-black-50 mt-4">CONTACT US </p>
<h1 class="fw-bold mb-4">Say <span>Hello</span></h1>
<p class="mb-5 text-black-50">IF you need a working contact form by PHP script, please
visit Template Mo's contact page for more info.
</p>
<form action="" class="d-flex flex-column">
<input type="text" placeholder="Full Name" class="mt-4 full-name">
<input type="email" name="" id="" placeholder="Your Email" class="mt-4 your-email">
<input type="text" name="" id="" placeholder="Your Message" class="mt-4 mb-4 your-massage">
<a class="btn rounded main-btn fs-5 fw-normal " href="">SEND MESSAGE</a>
</form>
</div>
<!-- end form -->
<!-- start linked -->
<div class="col-12 text-center linnn d-flex justify-content-center mb-5">
<div class="face">
<a href=""><i class="fa-brands fa-facebook-f face-1"></i></a>
</div>
<div class="twi ms-3">
<a href=""><i class="fa-brands fa-twitter twi-1"></i></a>
</div>
<div class="linkk ms-3">
<a href=""><i class="fa-brands fa-linkedin-in linkk-1"></i></a>
</div>
<div class="wiff ms-3">
<a href=""><i class="fa-solid fa-wifi wiff-1"></i></a>
</div>
<div class="baa ms-3">
<a href=""><i class="fa-solid fa-basketball baa-1"></i></a>
</div>
</div>
<!-- end linked -->
<!-- start copy right -->
<div class="col-12 hellow">
<div class="w-100 text-center">
<p>
Copyright © 2022 EduWell Co., Ltd. All Rights Reserved.
Design: TemplateMo
</p>
</div>
</div>
<!-- end copy right -->
</div>
</div>
</div>
<!-- end contact us -->
<!-- file js bootstrap -->
<script src="/js/bootstrap.bundle.min.js"></script>
<!-- file js all main -->
<script src="/js/all.min.js"></script>
</body>
</html>