-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
366 lines (327 loc) · 13.8 KB
/
index.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
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Meta Tags -->
<meta charset="utf-8"/>
<!-- Site Title-->
<title>Patrida</title>
<!-- Mobile Specific Metas-->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<!-- Google-fonts -->
<link href='http://fonts.googleapis.com/css?family=Signika+Negative:300,400,600,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Kameron:400,700' rel='stylesheet' type='text/css'>
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<!-- Fonts-style -->
<link rel="stylesheet" href="css/styles.css"/>
<!-- Fonts-style -->
<link rel="stylesheet" href="css/font-awesome.min.css"/>
<!-- Modal-Effect -->
<link href="css/component.css" rel="stylesheet">
<!-- owl-carousel -->
<link href="css/owl.carousel.css" rel="stylesheet" type="text/css" media="screen">
<link href="css/owl.theme.css" rel="stylesheet" type="text/css" media="screen">
<!-- Template Styles-->
<link rel="stylesheet" href="css/style.css"/>
<!-- Template Color-->
<link rel="stylesheet" type="text/css" href="css/green.css" media="screen" id="color-opt" />
</head>
<body data-spy="scroll" data-offset="80">
<!-- Preloader -->
<div class="animationload">
<div class="loader">
Please Wait....
</div>
</div>
<!-- End Preloader -->
<nav class="navbar navbar-default navbar-fixed-top navbar-custom">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">
<img src="/images/image2vector.svg" alt="patrida logo" class="logoimg" width="250px" >
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="#home">Home</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#whyus">Why us</a></li>
<li><a href="#twitter_tweet">Testimonials</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container -->
</nav>
<!-- /HOME -->
<section class="main-home" id="home">
<div class="home-page-photo"></div> <!-- Background image -->
<div class="home__header-content">
<div id="main-home-carousel" class="owl-carousel">
<div>
<h1 class="intro-title">Patrida energy systems</h1>
<p class="intro-text">international professional energy systems company, that came as an extension for decades of experience
in the energy field focusing on renewable energy systems.
</p>
<!--<a class="btn btn-custom" href="#">Get started</a>-->
</div><!--slide item like paragraph-->
</div>
</div>
</section>
<!-- /End HOME -->
<!-- / SERVICES -->
<section id="services" >
<div class="container">
<div class="row">
<div class="col-md-12">
<h3 class="title text-center">Best Services</h3>
<div class="titleHR"><span></span></div>
</div>
</div>
<div class="row">
<div class="col-sm-4"> <!-- Service-item -->
<div class="text-center services-item">
<div class="col-wrapper">
<div class="icon-border">
<i class="icon-design-graphic-tablet-streamline-tablet color-l-orange"></i>
</div>
<h5>Commissioning</h5>
</div>
</div>
</div>
<div class="col-sm-4"> <!-- Service-item -->
<div class="text-center services-item">
<div class="col-wrapper">
<div class="icon-border">
<i class="icon-design-pencil-rule-streamline color-l-blue"></i>
</div>
<h5>Engineering</h5>
</div>
</div>
</div>
<div class="col-sm-4"> <!-- Service-item -->
<div class="text-center services-item">
<div class="col-wrapper">
<div class="icon-border">
<i class="icon-speech-streamline-talk-user color-l-yellow"></i>
</div>
<h5>Consultancy</h5>
</div>
</div>
</div>
</div> <!--/.row -->
<div class="row">
<div class="col-sm-4"> <!-- Service-item -->
<div class="text-center services-item">
<div class="col-wrapper">
<div class="icon-border">
<i class="icon-settings-streamline-2 color-l-purple"></i>
</div>
<h5>Supply and installation of energy systems</h5>
</div>
</div>
</div>
<div class="col-sm-4"> <!-- Service-item -->
<div class="text-center services-item">
<div class="col-wrapper">
<img src="../images/o_m.svg" alt="" width="55px">
<br>
<h5 style="margin-top: 30px;">Rapid Solution</h5>
</div>
</div>
</div>
<div class="col-sm-4"> <!-- Service-item -->
<div class="text-center services-item">
<div class="col-wrapper">
<img style="margin-top: -25px;" src="../images/fs.png" alt="" width="220px">
<h5>Feasibility studies</h5>
</div>
</div>
</div>
</div> <!--/.row -->
</div> <!--/.container -->
</section>
<!-- / End services-->
<section id="whyus">
<!--Why us-->
<div class="row" style="margin-top: -60px;">
<div class="col-md-12">
<h3 class="title text-center">Why Us</h3>
<div class="titleHR"><span></span></div>
</div>
</div>
<br>
<div class="wu">
<ul>
<li>Experienced, qualified & friendly team</li>
<li>Commitment to projects requirements and timelines</li>
<li>Cost-effective services</li>
<li>Dynamic improvement</li>
<li>Flexibility</li>
<li>High quality</li>
<li>Creativity</li>
</ul>
</div>
</section>
<!-- TWITTER TWEET -->
<section class="twitter_tweet parallax" id="twitter_tweet" data-stellar-background-ratio="0.5">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center">
<div id="testi-carousel" class="owl-carousel owl-spaced">
<div>
<i class="fa fa-facebook"></i>
<h5>
a comment
</h5>
<p>- name</p>
</div><!--testimonials item like paragraph-->
<div>
<i class="fa fa-facebook"></i>
<h5>
a comment
</h5>
<p>- name</p>
</div><!--testimonials item like paragraph-->
<div>
<i class="fa fa-facebook"></i>
<h5>
a comment
</h5>
<p>- name</p>
</div><!--testimonials item like paragraph-->
</div>
</div> <!-- end col-md-8 -->
</div> <!-- end row -->
</div> <!-- container -->
</section>
<!-- End TWITTER TWEET -->
<!-- CONTACT -->
<section id="contact">
<div class="container">
<div class="row">
<div class="col-md-12">
<h3 class="title text-center">Contact Us</h3>
<div class="titleHR"><span></span></div>
<form role="form" name="ajax-form" id="ajax-form" action="php/contact.php" method="post" class="form-main">
<div class="col-xs-12">
<div class="row">
<div class="form-group col-xs-6">
<label for="name2">Name</label>
<input class="form-control" id="name2" name="name" onblur="if(this.value == '') this.value='Name'" onfocus="if(this.value == 'Name') this.value=''" type="text" value="Name">
<div class="error" id="err-name" style="display: none;">Please enter name</div>
</div>
<div class="form-group col-xs-6">
<label for="email2">Email</label>
<input class="form-control" id="email2" name="email" type="text" onfocus="if(this.value == 'E-mail') this.value='';" onblur="if(this.value == '') this.value='E-mail';" value="E-mail">
<div class="error" id="err-emailvld" style="display: none;">E-mail is not a valid format</div>
</div>
</div>
<div class="row">
<div class="form-group col-xs-12">
<label for="message2">Message</label>
<textarea class="form-control" id="message2" name="message" onblur="if(this.value == '') this.value='Message'" onfocus="if(this.value == 'Message') this.value=''">Message</textarea>
<div class="error" id="err-message" style="display: none;">Please enter message</div>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<p class="text-center con_sub_text">Lorem ipsum dolor sit amet, consetetur sadipscing elitr, At accusam aliquyam diam diam dolore dolores duo eirmod eos erat, et nonumy sed tempor et et invidunt justo labore Stet clita ea et gubergren.</p>
</div>
</div>
<div class="row">
<div class="col-xs-12 text-center">
<div id="ajaxsuccess">E-mail was successfully sent.</div>
<div class="error" id="err-form" style="display: none;">There was a problem validating the form please check!</div>
<div class="error" id="err-timedout">The connection to the server timed out!</div>
<div class="error" id="err-state"></div>
<button type="submit" class="btn btn-custom" id="send">Submit</button>
</div>
</div>
</div>
</form>
</div> <!-- end col-md-12 -->
</div> <!-- end row -->
</div> <!-- container -->
</section>
<!-- End CONTACT -->
<!-- FOOTER begings -->
<footer id="footer">
<div class="footer-widgets-wrap">
<div class="container text-center">
<div class="row">
<div class="col-sm-4 col-md-4">
<div class="footer-content">
<h4>KEEP IN TOUCH</h4>
<div class="footer-socials">
<a href="https://ar-ar.facebook.com/" target="_blank" ><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-google-plus"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-pinterest"></i></a>
</div>
</div> <!-- end footer-content -->
</div> <!-- end col-sm-4 -->
<div class="col-sm-4 col-md-4">
<div class="footer-content">
<h4>ADDRESS</h4>
<p>company address<br>
address</p>
<p>phone number<br>
<a href="#">domain</a><br>
email </p>
</div> <!-- end footer-content -->
</div> <!-- end col-sm-4 -->
<div class="col-sm-4 col-md-4">
<div class="footer-content">
<h4>SUPPORT</h4>
<p>You need support? Visit our support forum and open tickets for you questions.</p>
<p><button type="button" class="btn btn-custom-sm">forum</button></p>
</div> <!-- end footer-content -->
</div> <!-- end col-sm-4 -->
</div> <!-- end row -->
</div> <!-- container -->
</div>
<div class="footer-bottom text-center"> <!-- Footer-copyright -->
<p>© 2021 patrida, inc. </p>
</div>
</footer>
<!-- End footer begings -->
<!-- Scroll top -->
<a href="#" class="back-to-top"> <i class="fa fa-chevron-up"> </i> </a>
<!-- JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- initialize jQuery Library -->
<script src="js/jquery.min.js"></script>
<!-- jquery easing -->
<script src="js/jquery.easing.min.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- modal-effect -->
<script src="js/classie.js"></script>
<script src="js/modalEffects.js"></script>
<!-- Counter-up -->
<script src="js/waypoints.min.js" type="text/javascript"></script>
<script src="js/jquery.counterup.min.js" type="text/javascript"></script>
<!-- SmoothScroll -->
<script src="js/SmoothScroll.js"></script>
<!-- Parallax -->
<script src="js/jquery.stellar.min.js"></script>
<!-- Jquery-Nav -->
<script src="js/jquery.nav.js"></script>
<!-- Owl carousel -->
<script type="text/javascript" src="js/owl.carousel.min.js"></script>
<!-- App JS -->
<script src="js/app.js"></script>
<!-- Switcher script for demo only -->
<script type="text/javascript" src="js/switcher.js"></script>
<!---->
</body>
</html>