-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
277 lines (264 loc) · 10.2 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
<!DOCTYPE html>
<html>
<head>
<title>Adalong</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Google font -->
<link href="https://fonts.googleapis.com/css?family=Playfair+Display:400,700" rel="stylesheet">
<!-- Vendor js -->
<script type="text/javascript" src="styles/vendor/js/jquery-3.1.1.min.js"></script>
<script type="text/javascript" src="styles/vendor/js/tether-1.3.3.min.js"></script>
<script type="text/javascript" src="styles/vendor/js/bootstrap-v4-anpha6.min.js"></script>
<!-- Custom js -->
<script type="text/javascript" src="styles/custom/v1/js/main.js"></script>
<!-- Vendor css -->
<link rel="stylesheet" type="text/css" href="styles/vendor/css/bootstrap-v4-anpha6.min.css">
<link rel="stylesheet" type="text/css" href="styles/vendor/css/font-awesome-4.7.0.min.css">
<!-- Custom css -->
<link rel="stylesheet" type="text/css" href="styles/custom/v1/css/main.css">
<link rel="stylesheet" type="text/css" href="styles/custom/v1/css/main-media.css">
</head>
<body>
<header id="header">
<div class="container">
<div class="row">
<div class="header-inner w-100">
<nav class="navbar navbar-toggleable-sm navbar-light bg-faded">
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarHeaderLink" aria-controls="navbarHeaderLink" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand" id="logo" href="#"><img src="styles/custom/v1/images/logo.png"></a>
<div class="collapse navbar-collapse" id="navbarHeaderLink">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link linkScroll" data-target="sectionAbout" href="#"><span>About</span></a>
</li>
<li class="nav-item">
<a class="nav-link linkScroll" data-target="sectionHowItWork" href="#"><span>How it works</span></a>
</li>
<li class="nav-item">
<a class="nav-link linkScroll" data-target="sectionTeam" href="#"><span>The team</span></a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</header>
<div id="headerFixed" section="1">
<div class="container">
<div class="row">
<div class="fixedHeaderContent w-100 clearfix">
<a href="#" id="fixedLogo" class="linkScroll" data-target="header">
<img src="styles/custom/v1/images/logo_fixed_dark.png">
<img class="imgLogoWhite" src="styles/custom/v1/images/logo_fixed_white.png">
</a>
<button data-target="getInTouchForm" class="btnNormal btnGetInTouch linkScroll">GET IN TOUCH</button>
</div>
</div>
</div>
</div>
<aside>
<a class="linkScroll" data-target="sectionAbout" href="#">About</a>
<a class="linkScroll" data-target="sectionHowItWork" href="#">How it works</a>
<a class="linkScroll" data-target="sectionTeam" href="#">The team</a>
</aside>
<div id="pageDown" data-section="1"></div>
<div id="media">
<div class="wrapMedia">
<div class="media media1"></div>
<div class="media media2"></div>
<div class="media media3"></div>
</div>
</div>
<div id="carouselVideo" class="bannerSlide">
<ol class="carousel-indicators">
<li data-slide-to="0" class="active"></li>
<li data-slide-to="1"></li>
<li data-slide-to="2"></li>
<li data-slide-to="3"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item" slide-id="0" style="opacity: 1; z-index: 2;">
<video src="styles/custom/v1/videos/heymarket.mp4"></video>
<div class="carouselCaption">
<h1>YOUR CONSUMER IS YOUR NEW CREATIVE</h1>
<h2>Share the videos of your audience</h2>
<button class="btn btn-normal btn-primary btn-lg btnBlue btnNormal linkScroll" data-target="getInTouchForm">GET IN TOUCH</button>
</div>
</div>
<div class="carousel-item " slide-id="1" style="opacity: 0;">
<video src="styles/custom/v1/videos/demo.mp4"></video>
<div class="carouselCaption">
<h1>YOUR CONSUMER IS YOUR NEW CREATIVE</h1>
<h2>Share the videos of your audience</h2>
<button class="btn btn-normal btn-primary btn-lg btnBlue btnNormal linkScroll" data-target="getInTouchForm">GET IN TOUCH</button>
</div>
</div>
<div class="carousel-item" slide-id="2" style="opacity: 0;">
<video src="styles/custom/v1/videos/heymarket.mp4"></video>
<div class="carouselCaption">
<h1>YOUR CONSUMER IS YOUR NEW CREATIVE</h1>
<h2>Share the videos of your audience</h2>
<button class="btn btn-normal btn-primary btn-lg btnBlue btnNormal linkScroll" data-target="getInTouchForm">GET IN TOUCH</button>
</div>
</div>
<div class="carousel-item" slide-id="3" style="opacity: 0;">
<video src="styles/custom/v1/videos/demo.mp4"></video>
<div class="carouselCaption">
<h1>YOUR CONSUMER IS YOUR NEW CREATIVE</h1>
<h2>Share the videos of your audience</h2>
<button class="btn btn-normal btn-primary btn-lg btnBlue btnNormal linkScroll" data-target="getInTouchForm">GET IN TOUCH</button>
</div>
</div>
</div>
</div>
<div id="sectionAbout" class="sectionAbout" section="2">
<div class="container">
<div class="row">
<div class="aboutInner">
<div class="aboutPart aboutPower">
<h2 class="textTitle">The power of videos made by real people</h2>
<p>Adalong helps marketers leverage the video contents of their fans - real content posted by real people. These videos provide the authenticity and personalization brands audience demand.</p>
</div>
<div class="aboutPart aboutStatistic">
<div class="statistic">
<div class="statisticLeft">
<h1>92%</h1>
<p>92% of consumers trust earned media more than any other type of advertising.</p>
</div>
<div class="statisticRight">
<h1>82%</h1>
<p>82% of consumers purchase decisions are influuenced by social media posts.</p>
</div>
</div>
<h2 class="textTitle">1.8 billian</h2>
<p>1.8 billion photos, 500 million tweets and 85 million Instragram photos posted daily</p>
</div>
<div class="aboutPart aboutComment">
<h2 class="textTitle">Easy to use</h2>
<p>
Create awesome videos featuring your audiences in couple clicks.
<br>
All in one solution for a fast activation process.
</p>
<h2 class="textTitle">Broad appeal</h2>
<p>Triger the virality potential of authentic videos. The user, your new creative, the keenest to share his/her creation.</p>
</div>
</div>
</div>
</div>
</div>
<div id="sectionHowItWork" class="sectionHowItWork" section="3">
<div class="container">
<div class="row">
<div class="howItWorkInner">
<div class="howItWork clearfix">
<div class="w-50 sectionText">
<h2 class="textTitle">Curate</h2>
<p>Build your own inventory of videos created by your fans. Find the videos you need when you need them.</p>
</div>
<div class="w-50 sectionImg">
<img src="styles/custom/v1/images/how_it_work1.png">
</div>
</div>
<div class="howItWork clearfix">
<div class="w-50 sectionText sectionTextLeft">
<h2 class="textTitle">Customise</h2>
<p>Mix and agregate videos to create new ones. Select and transform to match your need and your style.</p>
</div>
<div class="w-50 sectionImg">
<img src="styles/custom/v1/images/how_it_work2.png">
</div>
<div class="w-50 sectionText sectionTextRight">
<h2 class="textTitle">Customise</h2>
<p>Mix and agregate videos to create new ones. Select and transform to match your need and your style.</p>
</div>
</div>
<div class="howItWork clearfix">
<div class="w-50 sectionText">
<h2 class="textTitle">Publish</h2>
<p>Share with your fans and more. Video is the new way to engage with them. Show them that they are more than consumers!</p>
</div>
<div class="w-50 sectionImg">
<img src="styles/custom/v1/images/how_it_work3.png">
</div>
</div>
</div>
</div>
</div>
</div>
<div id="sectionTeam" class="sectionTeam" section="4">
<div class="container">
<div class="row">
<div class="teamInner">
<div class="teamGroup clearfix">
<h2 class="textTitle">THE TEAM</h2>
<div class="teamMember">
<img src="styles/custom/v1/images/ymele.png">
<h4>Michael Ymele</h4>
<h4>CTO</h4>
</div>
<div class="teamMember">
<img src="styles/custom/v1/images/demerlliac.png">
<h4>Clemence Demerlliac</h4>
<h4>CEO</h4>
</div>
<div class="teamMember">
<img src="styles/custom/v1/images/stuart.png">
<h4>Jonathan Stuart</h4>
<h4>COO, Creative Director</h4>
</div>
</div>
<div class="teamContent">
<div class="teamText">
<h2 class="textTitle">WHAT WE BELIEVE</h2>
<p>Authenticity drives engagement. Consumers want to interact with you to create. Simplicity is the key to success</p>
</div>
<div class="teamText">
<h2 class="textTitle">OUR CULTURE</h2>
<p>No better way than Humility, Hands on, Honesty and Humour to be Happy
Clients but partners
Collaboration + Flexibility = Agility
Our passions Music, Art and Lifestyle</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="getInTouchForm" class="contactContainer" section="5">
<div class="container">
<div class="row">
<div class="contactInner w-100">
<h3>GET IN TOUCH</h3>
<form name="contactForm">
<div class="form-group formGroupCustom">
<input type="text" class="form-control" name="lastName" placeholder="Your name">
<input type="text" class="form-control" name="emailAddress" placeholder="Your email address">
</div>
<div class="form-group formGroupCustom">
<select class="form-control" name="area">
<option>AREA OF INTEREST</option>
<option>Viet Nam</option>
<option>USA</option>
</select>
</div>
<button class="btn btn-normal btn-lg btnSubmitGetInTouch">SUBMIT</button>
</form>
</div>
</div>
</div>
</div>
<footer>
<div class="container">
<div class="row">
<div class="footerInner w-100">
<p>© Adalong 2017 - All rights reserved</p>
</div>
</div>
</div>
</footer>
</body>
</html>