-
Notifications
You must be signed in to change notification settings - Fork 0
/
events.html
178 lines (170 loc) · 8.11 KB
/
events.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
<!DOCTYPE html>
<html>
<head>
<title>Falcon | Events</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel = "stylesheet" href = "css/style.css">
<link href='http://fonts.googleapis.com/css?family=Lato&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<!--<i class="fa fa-bars" aria-hidden="true" style="font-size: 24px; color: #525c65 !important;"></i>-->
<div id="nav-icon3">
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</button>
<a title="Falcon"class="navbar-brand" href="#myPage">
<!--<img alt="logo" src="images/logo.png" width="150px">-->
<p class="logo">Falcon</p>
</a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav navbar-right">
<li><a title="Home" href="index.html">Home</a></li>
<li><a title="Models" href="models.html">Models</a></li>
<li><a title="About" href="about.html">About</a></li>
<li><a title="Events" href="events.html">Events</a></li>
<li><a title="Contact" href="contact.html">Contact</a></li>
<li><a title="Shop" href="shop.html">Shop</a></li>
</ul>
</div>
</div>
</nav>
<img src="images/white.jpg" alt="event" width="100%" >
<!-- Container (Contact Section) -->
<div class="container ">
<h3 class="text-center heading">EVENTS</h3>
<div class="title">
<div class="col-sm-4">
<h3 >2015</h3>
<p>
Geneva International Motor Show<br>
Festival of Speed - Amelia Island<br>
New York International Motor Show<br>
Suzuka Sound of Engines<br>
Goodwood Festival of Speed<br>
Monterey Car Week<br>
Sportbilsdagen<br>
Salon Prive
</p>
</div>
<div class="col-sm-4 slideanim">
<h3>2014</h3>
<p >
Geneva International Motor Show<br>
IS Summit<br>
Beijing International Automotive Exhibition<br>
New York International Auto Show<br>
Malaysian Showroom Inauguration<br>
Goodwood festival of speed<br>
Lergokarallyt<br>
Salon Prive<br>
Guangzhou Auto Show<br>
</p>
</div>
<div class="col-sm-4 slideanim">
<h3>2013</h3>
<p >
Geneva Motor Show<br>
Top Gear Live Stockholm<br>
Top Gear Live Copenhagen<br>
Top Marques Monaco<br>
Beijing International Automotive Exhibition<br>
Lemans Driver Parade<br>
Goodwood Festival of Speed<br>
Swedish Open Båstad<br>
Pebble Beach – McCall Motorworks Revival<br>
Pebble Beach – The Quail<br>
Lergökarallyt<br>
Salon Privé<br>
</p>
</div>
<div class="col-sm-4">
<h3 >2012</h3>
<p>
Race of Champions in Düsseldorf<br>
Top Marques Auto show in Macau<br>
Festivasl of speed Orlando<br>
Wilton House Supercars<br>
Geneva International Motor show<br>
Top Marques Monaco<br>
The Grimaldi Forum<br>
Agera R Swedish launch in Åre<br>
Shanghai Auto Show<br>
</p>
</div>
<div class="col-sm-4 slideanim">
<h3>2011</h3>
<p >
Drivers Parade Le Mans<br>
STCC (Swedish touring car championship) Gothemburg<br>
Goodwood Festival of Speed<br>
Koenigsegg Customer Event<br>
</p>
</div>
<div class="col-sm-4 slideanim">
<h3>2010</h3>
<p >
Geneva International Motor Show<br>
Top Marques Monaco<br>
Auto Shanghai<br>
Lergokarallyt<br>
Salon Prive<br>
Guangzhou International Auto Show<br>
</p>
</div>
</div>
</div>
<!-- Footer -->
<footer class="marg70">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-6 col-lg-6">
<h3>Newsletter</h3>
<form class="form-inline marg30" role="form">
<div class="form-group ">
<input type="email" class="footerinput" id="email" placeholder="Email">
<button type="submit" class="btn btn-info">Submit</button>
</div>
</form>
</div>
</div>
<div class="hr"></div>
<div class="row">
<div class="pull-right">
<!--<h3>CONTACT US</h3>-->
<div style="padding-top:10px">
<a title="Facebook" href="#"><i class="fa fa-facebook-f" style="font-size:20px"></i></a>
<a title="Twitter" href="#"><i class="fa fa-twitter" style="font-size:20px"></i></a>
<a title="Instagram" href="#"><i class="fa fa-instagram" style="font-size:20px"></i></a>
<a title="LinkedIn" href="#"> <i class="fa fa-linkedin" style="font-size:20px"></i></a>
<a title="Google +" href="#"> <i class="fa fa-google-plus" style="font-size:20px"></i></a>
</div>
</div>
</div>
<div class="text-center">
<p style="color:#ccc; font-size:10px; padding-top:10px">Copyrights © 2017 Falcon. All rights reserved.</p>
<p><span style="color:#ccc; font-size:10px;">Designed by</span> Harshil Moradia</p>
</div>
</div>
</footer>
<script>
$(document).ready(function(){
$('#nav-icon1,#nav-icon2,#nav-icon3,#nav-icon4').click(function(){
$(this).toggleClass('open');
});
});
</script>
</body>
</html>