-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
224 lines (193 loc) · 7.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Home</title>
<meta name="viewport" content="user-scalable=no" />
<link rel="stylesheet" type="text/css" href="assets/css/reset.css">
<link rel="stylesheet" type="text/css" href="assets/css/common.css">
<link rel="stylesheet" type="text/css" href="assets/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="assets/css/index.css">
</head>
<body>
<div class="wrap">
<div id="header">
<div id="logo"><a href="#"><img src="assets/img/logo.png" alt="borgward logo"></a></div>
<div id="tip">
<ul class="lg">
<li><a href="#">DE</a></li>
<li class="cur"><a href="#">EN</a></li>
<li class="search">
<input id="seatop" type="search" class="search-text">
</li>
</ul>
</div>
<div id="menu">
<ul class="tab">
<li><a class="active" href="index.html">Home</a></li>
<li class="submenus">
<a href="histroy.html?sdr=0">Legendary history</a>
<ul class="tab2">
<li><a href="histroy.html?sdr=0">CARL F.W</a></li>
<li><a href="histroy.html?sdr=1">BORGWARD ICONS</a></li>
<li><a href="histroy.html?sdr=2">ACHIEVEMENTS</a></li>
<li><a href="histroy.html?sdr=3">INNOVATIONS</a></li>
<li><a href="histroy.html?sdr=4">DESIGN</a></li>
<li><a href="histroy.html?sdr=5">MOTORSPORT</a></li>
</ul>
</li>
<li class="submenus">
<a href="return.html?sdr=0">Legendary return</a>
<ul class="tab2">
<li><a href="return.html?sdr=0">Christian Borgward</a></li>
<li><a href="return.html?sdr=1">A famous logo reimagined</a></li>
<li><a href="return.html?sdr=2">Brand decoded</a></li>
<li><a href="return.html?sdr=3">Brand values</a></li>
</ul>
</li>
<li class="submenus">
<a href="prosp.html?sdr=0">Legendary Prospect</a>
<ul class="tab2">
<li><a href="prosp.html?sdr=2">New energy</a></li>
<li><a href="prosp.html?sdr=1">Design DNA</a></li>
<li><a href="prosp.html?sdr=0">Connected car</a></li>
</ul>
</li>
<li><a class="last" href="media.html">Press Center</a></li>
</ul>
</div>
</div>
<div id="container">
<div id="sliderC">
<div class="fr ld">
<span class="arr"><i class="fa fa-angle-left"></i></span>
<a class="tit">HISTORY</a>
</div>
<div class="fr rd">
<span class="arr"><i class="fa fa-angle-right"></i></span>
<a class="tit">PROSPECT</a>
</div>
<div id="slider" class="swipe">
<div class="swipe-wrap">
<div class="sItem">
<div class="m-wrap">
<div class="mtit">
<h2>HISTORY</h2>
<h3></h3>
</div>
<div class="mdec">
<p>From 1919 to 1961, the BORGWARD Group wrote automotive history. As one of Germany’s largest and most successful car manufacturers of its time, BORGWARD created some of the most iconic cars of the early 20th century.
<br>Innovation and bold ideas were always at the heart of the Bremen based company steered by the visionary entrepreneur Carl F.W. Borgward who continuously pioneered technical novelties that
set new standards in the industry.
</p>
<div class="btn-wrap">
<a href="histroy.html" class="abtn">EXPLORE</a>
</div>
</div>
</div>
<img src="images/index_2.jpg" alt="">
</div>
<div class="sItem">
<div class="m-wrap">
<div class="mtit">
<h2>RETURN</h2>
<h3></h3>
</div>
<div class="mdec">
<p>Now, after a hiatus lasting more than half a century, one of the most revered names in the German car industry, BORGWARD, is return.
<br>It‘s an unprecedented event in automotive history, and represents the culmination of more than a decade’s worth of groundwork.
</p>
<div class="btn-wrap">
<a href="return.html" class="abtn">EXPLORE</a>
</div>
</div>
</div>
<img src="images/index_1.jpg" alt="">
</div>
<div class="sItem">
<div class="m-wrap">
<div class="mtit">
<h2>PROSPECT</h2>
<h3></h3>
</div>
<div class="mdec">
<p>BORGWARD is designed in Germany, produced in Europe, and commands a world market.
<br>BGW, a visionary strategy of BORGWARD, will enable it to make new records in auto industry.
</p>
<div class="btn-wrap">
<a href="prosp.html" class="abtn">EXPLORE</a>
</div>
</div>
</div>
<img src="images/index_3.jpg" alt="">
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<div class="copy">
© 2015 BORGWARD AG - ALL RIGHTS RESERVED.
</div>
<div class="foot-tip">
<span href="#" class="share">Share :
<a href="javascript: void(window.open(https://twitter.com/borgward_ag?status='.concat(encodeURIComponent(document.title)) .concat('') .concat(encodeURIComponent(location .href))));"><i class="fa fa-twitter"></i></a>
<a href="javascript: void(window.open('https://www.facebook.com/borgward.official?u='.concat(encodeURIComponent(location.href)) ));"><i class="fa fa-facebook"></i></a>
</span>
<a href="sitemap.html" class="map">Sitemap</a>|<a href="media.html" class="map">Download</a>|<a href="law.html" class="map">Laws & Privacy</a>
</div>
</div>
</div>
<script type="text/javascript" src="assets/js/lib/jquery-1.8.2.min.js"></script>
<script type="text/javascript" src="assets/js/lib/swipe.js"></script>
<script type="text/javascript">
;(function(window, $){
var slider = Swipe(document.getElementById('slider'), {
auto:3000,
startSlide: 1,
continuous: true,
disableScroll: false,
callback: function(pos) {
var $item = $('.sItem');
var ni = pos+1 > $item.length-1 ? 0 : pos+1;
var pi = pos-1 < 0 ? $item.length-1 : pos-1;
var next = $item.eq(ni).find('.mtit h2').text();
var pre = $item.eq(pi).find('.mtit h2').text();
$('.ld').find('.tit').html(pre);
$('.rd').find('.tit').html(next);
}
});
$('.ld').on('click', function(e){
e.stopPropagation();
e.preventDefault();
slider.prev();
});
$('.rd').on('click', function(e){
e.stopPropagation();
e.preventDefault();
slider.next();
});
$('.arr').mouseover(function(event) {
$(this).siblings('a').show();
})
.mouseout(function(event) {
$(this).siblings('a').hide();
});
$('.submenus')
.mouseover(function(event) {
$(this).children('.tab2').show();
})
.mouseout(function(event) {
$(this).children('.tab2').hide();
});
$('#seatop').keydown(function(e){
if(e.keyCode==13){
var purl = 'search.html?key=' + $('#seatop').val();
window.open(purl);
//$('#FormId').submit();
}
});
})(window, jQuery)
</script>
</body>
</html>