@@ -5,18 +5,18 @@ <h1 class="logo"><img src="site/img/logo-full.svg" alt="Google Cloud Platform" /
55< article class ="main " role ="main ">
66 < section class ="hero-banner ">
77 < div class ="container clearfix ">
8- < div class ="col col-left ">
8+ < div class ="quote-box ">
99 < h1 > gcloud</ h1 >
1010 < p > Google Cloud Client Library for Node.js
1111 - an idiomatic, intuitive, and natural way for Node.js developers to
1212 integrate with Google Cloud Platform services, like Cloud Datastore
1313 and Cloud Storage.</ p >
14- </ div > <!-- end of .col.col-left -->
14+ </ div >
1515
16- < div class ="col col-right ">
16+ < div class ="quote-box--supplementary ">
1717 < h2 > One-line npm install</ h2 >
1818 < pre > $ npm install --save gcloud</ pre >
19- </ div > <!-- end of .col.col-right -->
19+ </ div >
2020 </ div > <!-- end of .container -->
2121 </ section > <!-- end of .hero-banner -->
2222
@@ -59,7 +59,7 @@ <h2>One-line npm install</h2>
5959
6060 < section class ="block about ">
6161 < div class ="container clearfix ">
62- < div class ="col col-left ">
62+ < div class ="quote-box ">
6363 < h3 class ="block-title "> What is it?</ h3 >
6464
6565 < p > < code > gcloud</ code > is a client library for accessing Google
@@ -77,9 +77,9 @@ <h3 class="block-title">What is it?</h3>
7777 to go. Better yet, if you are running on a Google Compute Engine
7878 instance, the one-line install is enough!</ p >
7979
80- </ div > <!-- end of .col.col-left -->
80+ </ div >
8181
82- < div class ="col col-right ">
82+ < div class ="quote-box--supplementary ">
8383 < h4 > Retrieve Datastore Entities</ h4 >
8484
8585 < div hljs language ="js ">
@@ -95,7 +95,7 @@ <h4>Retrieve Datastore Entities</h4>
9595 console.log(err, entity);
9696});</ div >
9797
98- </ div > <!-- end of .col.col-right -->
98+ </ div >
9999 </ div > <!-- end of .container -->
100100 </ section > <!-- end of .featuring -->
101101
0 commit comments