-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvideo.html
More file actions
85 lines (76 loc) · 4.56 KB
/
video.html
File metadata and controls
85 lines (76 loc) · 4.56 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>AweSplash - Free HTML Splash Page</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,600&subset=latin-ext" rel="stylesheet">
<!-- CSS -->
<link href="assets/css/jquery.mb.YTPlayer.min.css" rel="stylesheet">
<link href="assets/css/jquery.mb.vimeo_player.min.css" rel="stylesheet">
<link href="assets/css/main.css" rel="stylesheet">
<!-- JS -->
<script src="assets/js/vendor/modernizr-2.8.3.min.js"></script>
<script src="assets/js/vendor/jquery-1.12.0.min.js"></script>
</head>
<body>
<div class="site" id="page">
<a class="skip-link sr-only" href="#main">Skip to content</a>
<!-- Options headline effects: .rotate | .slide | .zoom | .push | .clip -->
<section class="hero-section hero-section--video clearfix rotate">
<div class="hero-section__wrap">
<div class="hero-section__option">
<div data-video="youtube" class="player" data-property="{videoURL:'https://www.youtube.com/watch?v=D2SoGHFM18I',containment:'body',autoPlay:true, mute:true, startAt:42, opacity:10}">Video Youtube</div>
<!-- <div data-video="vimeo" class="player" data-property="{videoURL:'https://vimeo.com/90969239',containment:'body',autoPlay:true, mute:true, startAt:0, opacity:1}">Video Vimeo</div> -->
</div>
<!-- .hero-section__option -->
<div class="container">
<div class="row">
<div class="offset-lg-2 col-lg-8">
<div class="title-01 title-01--11 text-center">
<h2 class="title__heading">
<span>
We are
</span>
<strong class="hero-section__words">
<span class="title__effect is-visible">
Travelers
<span class="small-description">who travels across various places</span>
</span>
<span class="title__effect">
Developers
<span class="small-description">who develops fullstack applications</span>
</span>
<span class="title__effect">
Bloggers
<span class="small-description">who writes about experiences</span>
</span>
</strong>
</h2>
<!-- Options btn color: .btn-success | .btn-info | .btn-warning | .btn-danger | .btn-primary -->
<div class="title__action">
<a href="https://journey.thesologlobesightseer.com/" class="btn btn-success">traveler journey</a>
<a href="https://portfolio.thesologlobesightseer.com/" class="btn btn-warning">developer portfolio</a>
</div>
</div>
<!-- .title-01 -->
</div>
</div>
</div>
</div>
<!-- .hero-section__wrap -->
</section>
<!-- .hero-section -->
</div>
<div class="button-group">
<a href="portfolio.html" class="btn btn-outline-success button-sm">Portfolio</a>
<a href="index.html" class="btn btn-outline-success button-sm">Journey</a>
<a href="color.html" class="btn btn-outline-success button-sm">Color</a>
</div>
<!-- JS -->
<script src="assets/js/plugins/jquery.mb.YTPlayer.min.js"></script>
<script src="assets/js/plugins/jquery.mb.vimeo_player.min.js"></script>
<script src="assets/js/plugins/animate-headline.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>