-
Notifications
You must be signed in to change notification settings - Fork 0
/
videos.html
124 lines (103 loc) · 5.03 KB
/
videos.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>The Unicrew</title>
<script src="index.js"></script>
<link href="index.css" rel="stylesheet" type="text/css" />
<link href="videos.css" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Alegreya+Sans+SC:300,400" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet" media="all">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="menu.js"></script>
</head>
<body>
<div class="navigation">
<a href="index.html" class="logo"><img src="img/logo.jpeg" title="Home" /></a>
<div class="menu-row">
<div class="menu" onclick="myFunction(this)">
<script>function myFunction(x) {x.classList.toggle("change");}</script>
<div class="bar1"></div>
<div class="bar2"></div>
<div class="bar3"></div>
</div>
</div>
<div class="navbuttons">
<ul>
<a href="videos.html"><li>Videos</li></a>
<a href="about.html"><li>About Us</li></a>
<a href="contact.html"><li>Contact Us</li></a>
</ul>
</div>
<div class="social">
<ul>
<li>
<a href="http://www.instagram.com/theunicrew"><img src="img/Insta.png" title="Instagram"></a>
</li>
<li>
<a href="http://www.youtube.com/user/unicycleunicrew"><img src="img/youtube.png" title="YouTube"></a>
</li>
<li>
<a href="http://www.facebook.com/theunicrew"><img src="img/facebook.png" title="Facebook"></a>
</li>
</ul>
</div>
</div>
<div class="header">
<div class="header-content">
</div>
</div>
<div id="wrapper">
<div class="info">
<h1>The UniCrew on</h1>
<img src="img/youtube-logo.png" id="yt-logo">
<p>The UniCrew has been making videos since our formation in 2013. We publish seasonal edits every summer and winter, and occasionally day edits from our rides. Below are some of our best videos. Subscribe if you'd like to be notified when we release a video about every 3 months.</p>
</div>
<div class="info">
<h2>Unicon XVIII Edit</h2>
<iframe width="560" height="315" src="https://www.youtube.com/embed/0yvavVrgK2Y" frameborder="0" allowfullscreen></iframe>
<p>In 2016, some of The UniCrew was able to attend and compete in Unicon XVIII in San Sebastian, Spain. Here's a video showing off the trip.</p>
</div>
<div class="info">
<h2>The Original Video</h2>
<iframe width="560" height="315" src="https://www.youtube.com/embed/rVlLYcpvfYE" frameborder="0" allowfullscreen></iframe>
<p>Here is the first (and most popular) video we made: the summer edit of 2014.</p>
</div>
<div class="info">
<h2>Our Longest Video</h2>
<iframe width="560" height="315" src="https://www.youtube.com/embed/EenPhoVWK1M" frameborder="0" allowfullscreen></iframe>
<p>We did a lot of riding this summer, so enjoy a nice, long, juicy video filled with plenty of fails.</p>
</div>
<div class="info">
<h2>A Winter Edit</h2>
<iframe width="560" height="315" src="https://www.youtube.com/embed/JVGeH5JtqkQ" frameborder="0" allowfullscreen></iframe>
<p>As the years have gone by, our riding skills have gotten progressively better from our first video.</p>
</div>
<div class="info">
<h2>Los Angeles Edit</h2>
<iframe width="560" height="315" src="https://www.youtube.com/embed/ek644yMRLrs" frameborder="0" allowfullscreen></iframe>
<p>We took a trip to downtown Los Angeles just to ride at any spots we could find.</p>
</div>
<div class="info">
<h2>Another Day Edit</h2>
<iframe width="560" height="315" src="https://www.youtube.com/embed/vaycuL4OcYY" frameborder="0" allowfullscreen></iframe>
<p>But this one is special, because The UniCrew was able to ride with Ehud Lee, a rider from Shanghai, China, who happened to be staying in Valencia.</p>
</div>
<div class="info">
<p>If you like what you've seen, check out the rest of the videos on our YouTube channel: <a href="https://www.youtube.com/c/TheUnicrew">youtube.com/theunicrew</a></p>
<div id="subscribe">
<script src="https://apis.google.com/js/platform.js"></script>
<div class="g-ytsubscribe" data-channelid="UCxF2GwnVrYyVxjXTjeU092A" data-layout="full" data-theme="dark" data-count="default" id="subscribe"></div>
</div>
<a href="https://www.youtube.com/c/TheUnicrew" class="button" title="YouTube Videos">Go there now</a>
</div>
</div>
<div class="footer">
<a href="http://anthony.limiero.com" title="Anthony Limiero"><img src="img/Anthony_logo_white.gif"></a>
Copyright 2017. Site by Anthony Limiero. All Rights Reserved.
</div>
</body>
</html>