File tree Expand file tree Collapse file tree 1 file changed +29
-3
lines changed
themes/buildpacks/layouts Expand file tree Collapse file tree 1 file changed +29
-3
lines changed Original file line number Diff line number Diff line change 3
3
< div class ="hero ">
4
4
< div class ="well bg-transparent ">
5
5
< 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 >
9
35
< p class ="button-holder ">
10
36
< a href ="/docs/ " class ="bg-pink button "> Get Started</ a >
11
37
</ p >
You can’t perform that action at this time.
0 commit comments