-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
266 lines (253 loc) · 12.4 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
<!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 http-equiv="x-ua-compatible" content="ie=edge">
<title>Naskelo GmbH</title>
<!-- MDB icon -->
<link rel="icon" href="img/icons/icons_naskelo.ico" type="image/x-icon">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.11.2/css/all.css">
<!-- Google Fonts Roboto -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap">
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Material Design Bootstrap -->
<link rel="stylesheet" href="css/mdb.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css">
<!-- Animated Scroll -->
<link rel="stylesheet" href="css/animate.css">
<!-- Carousel Project Style -->
<link rel="stylesheet" href="css/owl.carousel.min.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<!-- Your custom styles (optional) -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/media.screen.css">
</head>
<body>
<!-- Start your project here-->
<!-- Header-->
<div class="lang" style="position: relative; float: right; right: 6.55%; z-index: 1; font-size: 12px; font-family: Gilroy Medium; margin-top: 54px;">
<a href="#" language="germany" style="color: #3c3c3b; padding-right: 3px;">DE</a>/<a href="#" language="english" style="color: #E7411B; padding-left: 3px;">EN</a>
</div>
<nav class="navbar navbar-expand-lg navbar-light shadow-none mx-5 wow fadeIn" style="font-family: Gilroy Semibold; font-size: 14px; letter-spacing: 0.8px; padding-left: 3.1%; font-weight: 600; color: #3c3c3b;">
<a class="navbar-brand" href="#"><img src="img/logo-header.svg" alt="" style="padding-top: 45px; padding-bottom: 20px;"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav ml-auto" style="padding-top: 67px; padding-bottom: 20px;">
<li class="nav-item pr-1">
<a class="nav-link" href="#about">ABOUT US</a>
</li>
<li class="nav-item pr-1">
<a class="nav-link" href="#services-number">SERVICES</a>
</li>
<li class="nav-item pr-1">
<a class="nav-link" href="#safety">OUR MISSION</a>
</li>
<li class="nav-item pr-1">
<a class="nav-link" href="#clients">CLIENTS</a>
</li>
<li class="nav-item pr-1">
<a class="nav-link" href="#projects">PROJECTS</a>
</li>
<li class="nav-item pr-1">
<a class="nav-link" href="#contacts">CONTACTS</a>
</li>
</ul>
</div>
</nav>
<!-- Img block-->
<div class="container pt-5">
<div id="img-block">
<h1 id="synergy">SYNERGY</h1>
<h2 id="reiner">IN REINER FORM</h2>
</div>
</div>
<!-- About us-->
<div id="about" class="container" style="margin-top: 100px; font-family: Gilroy Semibold;">
<div class="row wow fadeInLeft">
<div class="col-lg-3 col-md-12 col-sm-12 col-12 d-flex align-items-center justify-content-left"><h1 id="about-us">About us</h1></div>
<div class="col-lg-3 col-md-4 col-sm-9">
<img src="img/icons/icon-builder.svg" alt="" class="pb-4">
<p id="t-about">Highly qualifiend certified specialists of elevators installation, commissioning, programming, and maintence.</p>
</div>
<div class=" col-lg-3 col-md-4 col-sm-9">
<img src="img/icons/icon-industry.svg" alt="" class="pb-4">
<p id="tw-about">We cooperate with leading global manufactures.</p>
</div>
<div class="col-lg-3 col-md-4 col-sm-9">
<img src="img/icons/icon-map.svg" alt="" class="pb-4">
<p id="t-about">We work in Germany, Switzerland, Austria, and Luxembourg.</p>
</div>
</div>
</div>
<!-- Service-->
<div id="services" class="container wow fadeInLeft">
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-12 sm-service d-flex justify-content-center">
<h1 id="services-number" style="top: -121px; left: -47px;">01</h1>
<h5 id="service-name">Elevator assembling</h5>
<div class="img" style="position: relative; background: url(img/img-service-01.jpg); background-size: cover; height: 480px; width: 270px; box-shadow: 0 0 50px rgba(0,0,0,0.3); z-index: 1;"></div>
</div>
<div class="col-lg-3 col-md-6 col-sm-12 sm-service d-flex justify-content-center">
<h1 id="services-number" style="top: -121px; left: -47px;">02</h1>
<h5 id="service-name">Elevator installation</h5>
<div class="img" style="position: relative; background: url(img/img-service-02.jpg); background-size: cover; height: 480px; width: 270px; box-shadow: 0 0 50px rgba(0,0,0,0.3); z-index: 1;"></div>
</div>
<div id="bottom-service" class="col-lg-3 col-md-6 col-sm-12 sm-service d-flex justify-content-center">
<h1 id="services-number" style="top: -121px; left: -47px;">03</h1>
<h5 id="service-name" style="top: -72px; ">Commissioning and preparation for TUV</h5>
<div class="img" style="position: relative; background: url(img/img-service-03.jpg); background-size: cover; height: 480px; width: 270px; box-shadow: 0 0 50px rgba(0,0,0,0.3); z-index: 1;"></div>
</div>
<div id="bottom-service" class="col-lg-3 col-md-6 col-sm-12 sm-service d-flex justify-content-center">
<h1 id="services-number" style="top: -121px; left: -47px;">04</h1>
<h5 id="service-name">Elevator maintenance</h5>
<div class="img" style="position: relative; background: url(img/img-service-04.jpg); background-size: cover; height: 480px; width: 270px; box-shadow: 0 0 50px rgba(0,0,0,0.3); z-index: 1;"></div>
</div>
</div>
</div>
<!-- Mission Parallax-->
<div id="parallax" class="container-fluid position-relative">
<h1 id="safety" class="col-12 position-relative text-center">Safety</h1>
<h2 id="passion" class="col-12 position-absolute text-center">is our professional passion</h2>
</div>
<div id="mission" class="container-fluid">
<div class="row wow fadeInLeft">
<div class="col-lg-12">
<h1 id="values" class="text-center">Values and mission <br> of our company</h1>
<p id="values-text" class="col-11 col-sm-12 text-center">There is something that distinguishes NASKELO GmbH — we do not just carry out technical work on the assembling, installation, and maintence of elevators, we are in love width our business and we are constantly improving ourselves in it.</p>
<picture class="d-flex justify-content-center pt-5">
<source media="(max-width:480px)" srcset="img/480px/img-mission-mobile.svg">
<source media="(max-width:768px)" srcset="img/768px/img-mission-tablet.svg">
<img src="img/Без имени-2.png" alt="mission">
</picture>
</div>
</div>
</div>
<!-- Brands-->
<div id="clients" class="container position-relative justify-content-center">
<div id="Brands" class="row wow fadeIn d-flex justify-content-center">
<div class="col-lg-3 col-md-4 col-sm-4 col-4 wow fadeInLeft">
<img src="img/otis-logo.png" alt="kone" style="display: block; margin: auto; margin-top: 150px;"><br>
<img src="img/schindler-logo.png" alt="Thyssenkrupp" style="display: block; margin: auto; margin-top: 150px;">
</div>
<div class="col-lg-3 col-md-4 col-sm-4 col-4 d-flex justify-content-center wow fadeIn">
<h1 id="Brands-text">Brands we work with</h1>
</div>
<div class="col-lg-3 col-md-4 col-sm-4 col-4 wow fadeInRight">
<img src="img/kone-logo.png" alt="kone" style="display: block; margin: auto; margin-top: 150px;"><br>
<img src="img/thyssenkrupp-logo.png" alt="Thyssenkrupp" style="display: block; margin: auto; margin-top: 150px;">
</div>
</div>
</div>
<!-- Carousel Photo-->
<div id="projects" class="container-fluid mt-5 wow fadeIn">
<h1 id="projects-title" class="mb-5 text-center">Our projects</h1>
<div class="owl-carousel owl-theme gallery">
<a href="img/gallery-01.jpg" class="image">
<img src="img/gallery-01.jpg">
</a>
<a href="img/gallery-02.jpg" class="image">
<img src="img/gallery-02.jpg">
</a>
<a href="img/gallery-03.jpg" class="image">
<img src="img/gallery-03.jpg">
</a>
<a href="img/gallery-01.jpg" class="image">
<img src="img/gallery-04.jpg">
</a>
<a href="img/gallery-02.jpg" class="image">
<img src="img/gallery-05.jpg">
</a>
</div>
</div>
<!-- Footer-->
<footer id="contacts" class="container" style="background: #3D3D3B; max-width: 100%; color: #fff; padding-bottom: 35px;">
<div class="section">
<div class="container">
<div class="row wow fadeInLeft">
<div class="col-md-9">
<h2 class="section title">CONTACT US</h2>
</div>
<div class="col-lg-5 col-md-5 col-12 mt-4">
<form method="post" class="form" role="form">
<div class="row top-form">
<div class="col-lg-6 col-md-12 form-group">
<input class="form-control" id="name" name="name" placeholder="Your Name" type="text" required style="background: transparent; font-size: 14px; color: #fff; padding: 0;">
</div>
<div class="col-lg-6 col-md-12 form-group">
<input class="form-control email" id="email" name="email" placeholder="Your E-mail" type="text" required style="background: transparent; font-size: 14px; color: #fff; padding: 0;">
</div>
</div>
<textarea name="message" id="message" class="form-control" placeholder="Your Message" rows="4" cols="15"style="font-size: 14px; color: #fff; height: 138px;"></textarea>
<br>
<div class="form-group">
<button id="button" class="btn" type="submit">SEND MESSAGE</button>
</div>
</form>
</div>
<div id="contact" class="col-lg-7 col-md-7 col-12">
<embed src="img/logo-footer.svg" id="svg">
<div class="row">
<div class="col-lg-4 col-md-6 col-6 mt-4">
<img src="img/icon-location.svg" alt="" class="mt-5"><p style="margin-top: 15px;">Standort</p>
<img src="img/icon-phone.svg" alt="" class="mt-5"><p style="margin-top: 18px;">+49 7134-9100-819 <br> +49 171-2325-637</p>
</div>
<div class="col-lg-4 col-md-6 col-6 mt-4">
<img src="img/icon-mail.svg" alt="" style="margin-top: 55px;"><p style="margin-top: 20px;">[email protected]</p><br><br>
<p style="margin-top: 57px; font-size: 14px; line-height: 1.75;">© 2020 Naskelo GmbH <br> <a href="#" style="color: #fff;">Imprint</a> / <a href="#" style="color: #fff;">Privacy</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- End your project here-->
<!-- jQuery -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<!-- Bootstrap tooltips -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/jquery.magnific-popup.min.js"></script>
<!-- Bootstrap core JavaScript -->
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<!-- Carousel Project Functional -->
<script type="text/javascript" src="js/owl.carousel.min.js"></script>
<!-- MDB core JavaScript -->
<script type="text/javascript" src="js/mdb.min.js"></script>
<!-- WOW Animated JavaScript -->
<script src="js/wow.min.js"></script>
<!-- Your custom scripts (optional) -->
<script>
new WOW().init();
$(document).ready(function(){
$(".owl-carousel").owlCarousel({
margin: 65,
dots: false,
nav: true,
stagePadding: 50,
responsive:{
0:{
items:1
},
600:{
items:2
},
1000:{
items:3
}
}
});
$(".owl-carousel").magnificPopup({
delegate: 'a',
type: 'image',
gallery:{
enabled: true
}
});
});
</script>
</body>
</html>