@@ -12,8 +12,8 @@ excerpt: Lets Students, Educators and Professional Developers create, edit and r
1212feature_row :
1313  - image_path : /assets/images/carbon-deps.png 
1414    title : " Embedded Dependencies" 
15-     excerpt : " Automatic fetching of any dependency using ` //DEPS group:artifact:version` 
16-               or ` @Grab`  annotations directly from the source code."  
15+     excerpt : " Automatic fetching of any dependency using <code> //DEPS group:artifact:version</code> 
16+               or <code> @Grab</code>  annotations directly from the source code."  
1717  - image_path : /assets/images/carbon-install.png 
1818    title : " Install & Run Anywhere" 
1919    excerpt : " JBang installs and run on Windows, Linux, macOS, Docker and Github Actions as well as usable from Maven and Gradle plugins" 
@@ -29,7 +29,7 @@ feature_row2:
2929    excerpt : " You can use any Java, from version 8 and up" 
3030  - image_path : /assets/images/feature-appstore.png 
3131    title : " JBang AppStore" 
32-     excerpt : " Use the JBang AppStore to find others application or publish your own from a git backed ` jbang-catalog.json` " 
32+     excerpt : " Use the JBang AppStore to find others application or publish your own from a git backed <code> jbang-catalog.json</code> " 
3333    url : " /appstore" 
3434    btn_label : " AppStore" 
3535    btn_class : " btn--primary" 
@@ -46,9 +46,9 @@ feature_row2:
4646
4747{#include partials/feature_row feature_row=page.data[ 'feature_row']  /}
4848
49- <div  class =" feature__wrapper " >
49+ <div  class =" feature__wrapper twitter-wrapper  " >
5050{#twitter cdi: testimonials .list.random align="center" width=550 /}
51- <center ><a  href =" /testimonials "  class =" btn btn--primary " >All Testimonials</a ></center >
51+ <center ><a  href =" /testimonials "  class =" btn btn--cta btn-- primary " >All Testimonials</a ></center >
5252</div >
5353
5454{#include partials/feature_row feature_row=page.data[ 'feature_row2']  /}
@@ -57,5 +57,15 @@ feature_row2:
5757
5858Below is the latest talk about JBang: "jbang - Unleash the power of Java"
5959
60- <iframe  width =" 1280 "  height =" 720 "  src =" https://youtube.com/embed/cpKwBbz1sf0 "  frameborder =" 0 "  allow =" accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture "  allowfullscreen >
61-  </iframe >
60+ <div  class =" fluid-width-video-wrapper "  style =" width  : 100%  ; position  : relative ; padding-bottom  : 56.25%  ; box-sizing  : border-box ;" >
61+     <iframe 
62+         style="position: absolute; top: 0; left: 0; height: 100%; width: 100%" 
63+         width="1280" 
64+         height="720" 
65+         src="https://youtube.com/embed/cpKwBbz1sf0" 
66+         frameborder="0" 
67+         allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" 
68+         allowfullscreen 
69+     > 
70+     </iframe> 
71+ </div >
0 commit comments