-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact-one.html
244 lines (237 loc) · 12.2 KB
/
contact-one.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
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="images/favicon.png">
<title>ECO HTML</title>
<!-- CSS FILES START -->
<link href="css/custom.css" rel="stylesheet">
<link href="css/color.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<link href="css/owl.carousel.min.css" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/prettyPhoto.css" rel="stylesheet">
<link href="css/all.min.css" rel="stylesheet">
<!-- CSS FILES End -->
</head>
<body>
<div class="wrapper">
<!--Header Start-->
<header class="header-style-2">
<nav class="navbar navbar-expand-lg">
<a class="navbar-brand" href="index.php"><img src="images/h2logo.png" height="42" width="142px" alt=""></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <i class="fas fa-bars"></i> </button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item"> <a class="nav-link" href="index.php">Accueil</a> </li>
<li class="nav-item"> <a class="nav-link" href="about.html">A propos de nous</a> </li>
<li class="nav-item"> <a class="nav-link" href="projects-list.html">Nos Projets</a> </li>
<li class="nav-item"> <a class="nav-link" href="blog.php">Blog</a> </li>
<li class="nav-item"> <a class="nav-link" href="contact-one.html">Nous Contancter</a> </li>
</ul>
</div>
</nav>
</header>
<div id="search">
<button type="button" class="close">×</button>
<form class="search-overlay-form">
<input type="search" value="" placeholder="type keyword(s) here" />
<button type="submit" class="btn btn-primary"><i class="fas fa-search"></i></button>
</form>
</div>
<!--Header End-->
<!--Inner Header Start-->
<section class="wf100 p100 inner-header">
<div class="container">
<h1>Contact Us</h1>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#"> Contact </a></li>
<li><a href="#"> Contact One</a></li>
</ul>
</div>
</section>
<!--Inner Header End-->
<!--Contact Start-->
<section class="contact-page wf100 p80">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="contact-form">
<h3>Feel Free to Contact us</h3>
<ul class="cform">
<li class="half pr-15">
<input type="text" class="form-control" placeholder="Full Name">
</li>
<li class="half pl-15">
<input type="text" class="form-control" placeholder="Email">
</li>
<li class="half pr-15">
<input type="text" class="form-control" placeholder="Contact">
</li>
<li class="half pl-15">
<input type="text" class="form-control" placeholder="Subject">
</li>
<li class="full">
<textarea class="textarea-control" placeholder="Message"></textarea>
</li>
<li class="full">
<input type="submit" value="Contact us" class="fsubmit">
</li>
</ul>
</div>
</div>
<div class="col-md-6">
<div class="google-map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d11418.310112375979!2d-74.00986187433132!3d40.710981182716246!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c24fa5d33f083b%3A0xc80b8f06e177fe62!2sNew+York%2C+NY!5e0!3m2!1sen!2s!4v1540972202179"></iframe>
</div>
</div>
</div>
</div>
<div class="container contact-info">
<div class="row">
<div class="col-md-12">
<h3>Contact Information</h3>
</div>
<!--Contact Info Start-->
<div class="col-md-4">
<div class="c-info">
<h6>Address:</h6>
<p> 4700 Millenia Blvd # 175, Orlando, FL 32839, USA </p>
</div>
</div>
<!--Contact Info End-->
<!--Contact Info Start-->
<div class="col-md-4">
<div class="c-info">
<h6>Contact:</h6>
<p><strong>Phone:</strong> +1 321 2345 678-9</p>
<p><strong>Fax:</strong> +1 321 2345 876-7</p>
</div>
</div>
<!--Contact Info End-->
<!--Contact Info Start-->
<div class="col-md-4">
<div class="c-info">
<h6>For More Information:</h6>
<p><strong>Email:</strong> [email protected]</p>
<p>[email protected]</p>
</div>
</div>
<!--Contact Info End-->
</div>
</div>
</section>
<!--Contact End-->
<!--Footer Start-->
<footer class="footer-style-2">
<div class="footer-top wf100">
<div class="container">
<div class="row">
<div class="col-lg-3 col-sm-6">
<!--Footer Widget Start-->
<div class="footer-widget about-ecova">
<div class="f2logo"> <img src="images/f2logo.png" alt=""> </div>
<p>La plupart des jeunes, des ménages, aspirent aujourd'hui à se lancer dans l’agriculture, à posséder des fermes. Mais c’est toujours un défi de trouver une ferme, de savoir quoi cultiver, quel élevage pratiquer, de gérer la terre, l’entretenir etc. Les questions et défis sont nombreuses qui rendent le secteur inaccessible pour tous. Avec BAIC ça sera possible</p>
<a href="#" class="more">En savoir plus sur BAIC</a>
</div>
<!--Footer Widget End-->
</div>
<div class="col-lg-3 col-sm-6">
<!--Footer Widget Start-->
<div class="footer-widget">
<h5>Récents Projects</h5>
<ul class="quick-links">
<li><a href="#">Park Afro Alimentaire</a></li>
<li><a href="#">Projet TiHADA</a></li>
<li><a href="#">Projet CACOF</a></li>
<li><a href="#">Youth in Agriculture</a></li>
</ul>
</div>
<!--Footer Widget End-->
</div>
<div class="col-lg-3 col-sm-6">
<!--Footer Widget Start-->
<div class="footer-widget">
<h5>Mots clés</h5>
<ul class="ftags">
<li><a href="#">Baic</a></li>
<li><a href="#">Agriculture</a></li>
<li><a href="#">Production</a></li>
<li><a href="#">Investissement</a></li>
<li><a href="#">AgriTech</a></li>
<li><a href="#">Exportation</a></li>
<li><a href="#">Importation</a></li>
<li><a href="#">Partenaire</a></li>
<li><a href="#">Client</a></li>
<li><a href="#">Projet</a></li>
</ul>
</div>
<!--Footer Widget End-->
</div>
<div class="col-lg-3 col-sm-6">
<!--Footer Widget Start-->
<div class="footer-widget">
<h5>Dernières Publications</h5>
<ul class="lastest-products">
<li> <img src="images/flp1.jpg" alt=""> <strong><a href="#">How you can keep alive wild animals for...</a></strong> <span class="pdate"><i>Posted:</i> 29 September, 2018</span> </li>
<li> <img src="images/flp2.jpg" alt=""> <strong><a href="#">Eliminate your plastic bottle pollution & keep...</a></strong> <span class="pdate"><i>Posted:</i> 29 September, 2018</span> </li>
<li> <img src="images/flp3.jpg" alt=""> <strong><a href="#">How you can keep alive wild animals for...</a></strong> <span class="pdate"><i>Posted:</i> 29 September, 2018</span> </li>
</ul>
</div>
<!--Footer Widget End-->
</div>
</div>
</div>
</div>
<div class="footer-newsletter wf100">
<div class="container">
<div class="row">
<div class="col-lg-8">
<div class="newsletter">
<strong>Recevez nos nouvelles</strong>
<ul>
<li>
<input class="input-group-sm" type="text" placeholder="Your Name">
</li>
<li>
<input type="text" placeholder="Your Email">
</li>
<li>
<input type="submit" value="Subscribe">
</li>
</ul>
</div>
</div>
<div class="col-lg-4">
<div class="footer-social"> <strong>Nous joindre</strong> <a href="#"><i class="fab fa-facebook-f"></i></a> <a href="#"><i class="fab fa-twitter"></i></a> <a href="#"><i class="fab fa-linkedin-in"></i></a> <a href="#"><i class="fab fa-instagram"></i></a> <a href="#"><i class="fab fa-youtube"></i></a> </div>
</div>
</div>
</div>
</div>
<div class="footer-copyr wf100">
<div class="container">
<div class="row">
<div class="col-md-8 col-sm-8">
<p><a target="_blank" href="https://www.templateshub.net">Baic © Tout droit reservé</a></p>
</div>
</div>
</div>
</div>
</footer>
<!--Footer End-->
</div>
<!-- JS Files Start -->
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/jquery-migrate-1.4.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.prettyPhoto.js"></script>
<script src="js/isotope.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>