Skip to content

Commit 9d068ea

Browse files
committed
Add front page example videos
Use YouTube embedded videos to demonstrate our wares. Signed-off-by: Aidan Delaney <[email protected]>
1 parent f060484 commit 9d068ea

File tree

1 file changed

+29
-3
lines changed

1 file changed

+29
-3
lines changed

themes/buildpacks/layouts/index.html

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,35 @@
33
<div class="hero">
44
<div class="well bg-transparent">
55
<section class="container">
6-
<h2 class="px-4">
7-
<span class="strong">Cloud Native Buildpacks</span><br/> transform your application source code into images that can run on any cloud.
8-
</h2>
6+
<div class="row">
7+
<h2 class="col-sm px-4">
8+
<span class="strong">Cloud Native Buildpacks</span><br/> transform your application source code into images that can run on any cloud.
9+
</h2>
10+
<div class="col-sm bg-white mb-2 border rounded">
11+
<ul class="nav nav-pills nav-fill" id="introVideo">
12+
<li class="nav-item">
13+
<a class="nav-link active" data-toggle="tab" href="#python-video">Python</a>
14+
</li>
15+
<li class="nav-item">
16+
<a class="nav-link" data-toggle="tab" href="#javascript-video">JavaScript</a>
17+
</li>
18+
<li class="nav-item">
19+
<a class="nav-link" data-toggle="tab" href="#java-video">Java</a>
20+
</li>
21+
</ul>
22+
<div class="tab-content clearfix" id="introVideoContent">
23+
<div class="tab-pane active" id="python-video">
24+
<iframe width="100%" src="https://www.youtube-nocookie.com/embed/4zOEp8dyqoM" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
25+
</div>
26+
<div class="tab-pane" id="javascript-video">
27+
<iframe width="100%" src="https://www.youtube-nocookie.com/embed/kfourVy7zBk" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
28+
</div>
29+
<div class="tab-pane" id="java-video">
30+
<iframe width="100%" src="https://www.youtube-nocookie.com/embed/d_L_AZyocWA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
31+
</div>
32+
</div>
33+
</div>
34+
</div>
935
<p class="button-holder">
1036
<a href="/docs/" class="bg-pink button">Get Started</a>
1137
</p>

0 commit comments

Comments
 (0)