-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
506 lines (455 loc) · 16.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
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
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
<!DOCTYPE html>
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Welcome | Vega Studios</title>
<meta content="Vega Studios is a modern digital design and advertising company with offices in Toronto and Waterloo. Founded in 2012, the company was born to create cultural impact on behalf of brands. We combine technical expertise and business sense to develop culturally impactful creative platforms." name="description" />
<meta content="Taylor Cooney, TaylorCooney, Vega Studios, VegaStudios, Vega Studio, vegastudios.ca, Vegas Studios, Advertising, Ad agency, Advertising agency, Website Design, Web Design, Print Design, Graphic Design, Poster Design, Digital Advertising, Advertising Campaign, Creativity, Toronto, Ontario, Waterloo, Ontario, advertising companies, agency, agency communications, branding agency, web design agency, creative design agency, creative agency, digital advertising agency, digital advertising agency, interactive agency, interactive design agency, marketing agency, media advertising agency, media agencies, website development, branding and identity, corporate branding, online media agency" name="keywords" />
<meta content="Copyright 2013 Vega Studios" name="author" />
<!--Facebook Open Graph Tags-->
<meta content="Vega Studios is a modern digital design and advertising company with offices in Toronto and Waterloo. Founded in 2012, the company was born to create cultural impact on behalf of brands. We combine technical expertise and business sense to develop culturally impactful creative platforms." property="og:description" />
<meta content="Welcome | Vega Studios" property="og:title" />
<meta content="/img/logo.png" property="og:image" />
<link href="/img/logo.png" rel="image_src" />
<meta content="http://www.vegastudios.ca/" property="og:url" />
<!--style -->
<style>
/* Preloader */
#preloader {
position:fixed;
top:0;
left:0;
right:0;
bottom:0;
background-color:#fff; /* change if the mask should have another color then white */
z-index:999999; /* makes sure it stays on top */
}
#status {
width:200px;
height:200px;
position:absolute;
left:50%; /* centers the loading animation horizontally one the screen */
top:50%; /* centers the loading animation vertically one the screen */
background-image:url(img/loader.gif); /* path to your loading animation */
background-repeat:no-repeat;
background-position:center;
margin:-100px 0 0 -100px; /* is width and height divided by two */
}
#status p{text-align:center;}
</style>
<link rel="shortcut icon" href="http://faviconist.com/icons/18c4c3b492cc6411edc83f7a2f2c3cdb/favicon.ico" />
<link rel="stylesheet" href="css/foundation.css">
<link rel="stylesheet" href="css/flexslider.css">
<link rel="stylesheet" href="css/typicons.min.css">
<link rel="stylesheet" href="css/jquery.bxslider.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
<link href='http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Petrona' rel='stylesheet' type='text/css'>
</head>
<body>
<!-- Preloader -->
<div id="preloader">
<div id="status"><p class="about-text">Loading Content...</p></div>
</div>
<!-- NAV -->
<!-- NAV -->
<!-- NAV -->
<section id="nav">
<div class="row">
<div class="large-4 columns">
<ul class="navigation hide-for-small">
<li><a class="scroll" href="#about-nav">ABOUT</a></li>
<li><a class="scroll" href="#services-nav">SERVICES</a></li>
</ul>
</div>
<div class="large-4 columns text-center">
<a><h5 id="logo" href="#about-nav">Vega Studios</h5></a>
</div>
<div class="large-4 columns">
<ul class="navigation hide-for-small">
<li><a class="scroll" href="#work-nav">WORK</a></li>
<li><a class="scroll" href="#contact-nav">CONTACT</a></li>
</ul>
</div>
<div class="open-menu show-for-small right"><i class="typcn typcn-th-menu"></i></div>
</div>
<div class="row">
<div class="large-12 columns mobile-nav">
<ul class="navigation">
<li><a class="scroll" href="#about-nav">ABOUT US</a></li>
<li><a class="scroll" href="#services-nav">SERVICES</a></li>
<li><a class="scroll" href="#work-nav">WORK</a></li>
<li><a class="scroll" href="#contact-nav">CONTACT</a></li>
</ul>
</div>
</div>
</section>
<!-- HOME -->
<!-- HOME -->
<!-- HOME -->
<section id="home">
<div id="home-slider">
<ul class="slides">
<li>
<div class="row">
<div class="large-12 columns">
<div class="tile-wrapper">
<div class="slider-tile">
<i class=""></i>
<h5>Vega Studios</h5>
<div class="hr large-1 small-3"></div>
<div class="biline">a creative design agency</div>
</div>
</div>
</div>
</div>
<img class="slider-bg" alt="Vega Studios" src="img/1.jpg" />
</li>
</ul>
</div>
</section>
<!-- ABOUT -->
<!-- ABOUT -->
<!-- ABOUT -->
<a id="about-nav"></a>
<section id="about" class="pad-larger">
<div class="container">
<div class="row">
<div class="large-12 columns text-center">
<div class="page-header pad-bottom">
<div class="box-heading">
WHO WE ARE
</div>
<div class="parallax bg about-parallax all-parallax-1"></div>
<div class="container">
<h2>We are Vega Studios </h2>
<div class="separator">
<span class="left-line"></span><span class="rhombus"></span><span class="right-line"></span>
</div>
</div>
</div>
</div>
<div class="row">
<div class="small-12 columns">
<p id="about-text">
<strong>Great design is the purpose. Vega Studios creates cultural impact on behalf of brands.</strong> Clients are provided with effective, efficient as well as attractive branding designs that give them a competitive edge.
We pride ourselves not only on the work we put out, but also on our service capabilities. We bring a unique perspective that focuses on fresh ideas and interactive experiences. No matter your budget, we ensure all of your key marketing & branding initiatives are fulfilled.<br>
<strong>We combine technical expertise and business sense to develop impactful creative platforms.</strong> The advantage is through our network of like-minded creatives that can service all company needs.
Going well beyond advice and opinion, clients benefit from collaborative actions that provide contemporary insight and execution. You will have access to a small team of designers, UX strategists and developers that will work to fulfill your companies needs.
</p>
</div>
</div>
</section>
<!-- SERVICES -->
<!-- SERVICES -->
<!-- SERVICES -->
<a id="services-nav"></a>
<section id="services" class="pad-large">
<div class="row">
<div class="large-12 columns text-center">
<div class="page-header">
<div class="box-heading">
WHAT WE DO
</div>
<h1>OUR SERVICES</h1>
<div class="separator">
<span class="left-line"></span><span class="rhombus"></span><span class="right-line"></span>
</div>
<p class="service-text">We're a fully distributed team that works from all over Canada. We use an iterative process and can fit in directly with your team to deliver designs that will help your company grow. Our service offerings encompass the following disciplines:</p>
</div>
</div>
</div>
<div class="row services-row">
<div class="large-4 columns">
<div class="service text-center">
<i class="typcn typcn-device-desktop"></i>
<h5>Web Design</h5>
<div class="hr large-3 small-3"></div>
<p>
We envision, design and engineer responsive websites that allow customers to connect on a functional and emotional level.
</p>
</div>
</div>
<div class="large-4 columns">
<div class="service text-center">
<i class="typcn typcn-eye"></i>
<h5>Branding & Identity</h5>
<div class="hr large-3 small-3"></div>
<p>
We translate Brand Strategy into verbal and visual expressions, from corporate identity to digital experiences.
</p>
</div>
</div>
<div class="large-4 columns">
<div class="service text-center">
<i class="typcn typcn-news"></i>
<h5>Print Design</h5>
<div class="hr large-3 small-3"></div>
<p>
To create signature advertising experiences, we envsion and design across multiple print mediums including magazines, newspapers, billboards and posters.
</p>
</div>
</div>
</div>
<div class="row services-row">
<div class="large-4 columns">
<div class="service text-center">
<i class="typcn typcn-chart-pie"></i>
<h5>Presentation Design</h5>
<div class="hr large-3 small-3"></div>
<p>
We can help in developing dynamic content that turns your business presentations into something memorable.
</p>
</div>
</div>
<div class="large-4 columns">
<div class="service text-center">
<i class="typcn typcn-device-phone"></i>
<h5>User Interface Design</h5>
<div class="hr large-3 small-3"></div>
<p>
Our clean and sleek designs provide a coherent framework for creating brand expressions and product experiences.
</p>
</div>
</div>
<div class="large-4 columns">
<div class="service text-center">
<i class="typcn typcn-pencil"></i>
<h5>Information Architecture</h5>
<div class="hr large-3 small-3"></div>
<p>
Our visual designers and UX specialists work together to create elegant, useful, and unique solutions for you to build around.
</p>
</div>
</div>
</div>
</section>
<!-- CLIENTS -->
<!-- CLIENTS -->
<!-- CLIENTS -->
<section id="clients">
<div class="row">
<div class="large-12 columns text-center">
<h3 class="text-white">BRANDS THAT <i class="typcn typcn-heart-outline"> </i>OUR WORK</h3>
<div class="hr large-1 small-3"></div>
</div>
</div>
<div class="row">
<div class="large-3 columns client text-center">
<img alt="Christie" src="img/clients/christie.png" />
</div>
<div class="large-3 columns client text-center">
<img alt="Piinpoint" src="img/clients/piinpoint.png" />
</div>
<div class="large-3 columns client text-center">
<img class="pad" alt="University of Waterloo" src="img/clients/waterloo.png" />
</div>
<div class="large-3 columns client text-center">
<img alt="UBS" src="img/clients/ubs.png" />
</div>
</div>
</section>
<!-- WORK -->
<!-- WORK -->
<!-- WORK -->
<a id="work-nav"></a>
<section id="work" class="pad-larger">
<div class="row">
<div class="large-12 columns text-center">
<div class="page-header pad-bottom">
<div class="box-heading">
CHECK THIS OUT
</div>
<h1>OUR PROJECTS</h1>
<div class="separator">
<span class="left-line"></span><span class="rhombus"></span><span class="right-line"></span>
</div>
</div>
</div>
</div>
<div class="row work-row">
<div class="large-4 columns">
<div class="work-item" data-project-id="project-1">
<div class="work-img-holder">
<img alt="Dead Penny Lives Here" src="img/dead-penny.jpg" />
<div class="work-overlay">
<h6>Dead Penny Lives Here</h6>
<div class="hr large-2 small-2"></div>
<span>Web Development</span>
</div>
</div>
</div>
</div>
<div class="large-4 columns">
<div class="work-item" data-project-id="project-2">
<div class="work-img-holder">
<img alt="Noah Contracting" src="img/noah-contracting.jpg" />
<div class="work-overlay">
<h6>Noah Contracting</h6>
<div class="hr large-2 small-2"></div>
<span>Branding & Web Dev</span>
</div>
</div>
</div>
</div>
<div class="large-4 columns">
<div class="work-item" data-project-id="project-3">
<div class="work-img-holder">
<img alt="WS Renovations" src="img/ws-renovations.jpg" />
<div class="work-overlay">
<h6>WS Renovations</h6>
<div class="hr large-2 small-2"></div>
<span>Web Development</span>
</div>
</div>
</div>
</div>
</div>
<div id="project-1" class="project">
<div class="row">
<div class="large-12 columns text-center">
<div class="project-images">
<div class="row text-center">
<div id="project-1-slideshow" class="work-slider">
<ul class="slides">
<li>
<div class="project-img-holder">
<a href="http://deadpennyliveshere.com/"><img alt="Dead Penny Lives Here" src="img/dead-penny.jpg" /></a>
</div>
</li>
</ul>
</div>
</div>
</div>
<div class="close-project">
<i class="typcn typcn-delete-outline"></i>
</div>
<div class="project-details">
<h3>Dead Penny Lives Here</h3>
<div class="hr large-1 small-3"></div>
<p>
<a href="http://deadpennyliveshere.com/">Visit Website</a>
</p>
</div>
</div>
</div>
</div>
<div id="project-2" class="project">
<div class="row">
<div class="large-12 columns text-center">
<div class="project-images">
<div class="row text-center">
<div id="project-2-slideshow" class="work-slider">
<ul class="slides">
<li>
<div class="project-img-holder">
<a href="http://noahcontracting.com/"><img alt="Noah Contracting" src="img/noah-contracting.jpg" /></a>
</div>
</li>
</ul>
</div>
</div>
</div>
<div class="close-project">
<i class="typcn typcn-delete-outline"></i>
</div>
<div class="project-details">
<h3>Noah Contracting</h3>
<div class="hr large-1 small-3"></div>
<p>
<a href="http://noahcontracting.com/">Visit Website</a>
</p>
</div>
</div>
</div>
</div>
<div id="project-3" class="project">
<div class="row">
<div class="large-12 columns text-center">
<div class="project-images">
<div class="row text-center">
<div id="project-3-slideshow" class="work-slider">
<ul class="slides">
<li>
<div class="project-img-holder">
<a href="http://wsrenovations.com/"><img alt="WS Renovations" src="img/ws-renovations.jpg" /></a>
</div>
</ul>
</div>
</div>
</div>
<div class="close-project">
<i class="typcn typcn-delete-outline"></i>
</div>
<div class="project-details">
<h3>WS Renovations</h3>
<div class="hr large-1 small-3"></div>
<p>
<a href="http://wsrenovations.com/">Visit Website</a>
</p>
</div>
</div>
</div>
</div>
</section>
<!-- CONTACT -->
<!-- CONTACT -->
<!-- CONTACT -->
<a id="contact-nav"></a>
<section id="contact">
<div id="contact-holder">
<div class="row">
<div class="large-12 columns text-center">
<div class="page-header pad-small">
<div class="box-heading">
GET IN TOUCH
</div>
<h1>CONTACT US</h1>
<div class="separator">
<span class="left-line"></span><span class="rhombus"></span><span class="right-line"></span>
</div>
</div>
</div>
</div>
<div class="sub-container">
<div class="contact-text">We're currently accepting new client projects. Think we might help? We'd love to hear from you.</div>
<a href="mailto:[email protected]" class="subscribe-btn">CONTACT</a>
</div>
<div class="row">
<div class="large-12 columns text-center">
<div id="footer">
<div class="separator">
<span class="left-line"></span><span class="rhombus"></span><span class="right-line"></span>
</div>
<ul id="footer-social">
</ul>
<div id="copy-text">© <span class="logo-text">VEGA STUDIOS</span> · 2013</div>
</div>
</div>
</div>
</div><!-- end of contact holder -->
</section>
<script src="js/vendor/custom.modernizr.js"></script>
<script src="js/vendor/jquery.js"></script>
<script src="js/foundation.min.js"></script>
<script src="js/jquery.flexslider.js"></script>
<script type="text/javascript" src="js/jquery.bxslider.js"></script>
<script src="js/smooth-scroll.js"></script>
<script src="js/scripts.js"></script>
<!-- Preloader script -->
<script type="text/javascript">
//<![CDATA[
$(window).load(function() { // makes sure the whole site is loaded
$("#status").fadeOut(); // will first fade out the loading animation
$("#preloader").delay(1000).fadeOut("slow"); // will fade out the white DIV that covers the website.
})
//]]>
</script>
<script>
$(document).foundation();
</script>
</body>
</html>