Commit e3b1a74b authored by Johan Euphrosine's avatar Johan Euphrosine

index: remove platform logo

parent 511fddd8
......@@ -105,6 +105,6 @@ gulp.task('pagespeed', pagespeed.bind(null, {
strategy: 'mobile'
}));
gulp.task('serve', function(cb) {
gulp.task('serve', function (cb) {
app.listen(8080, cb);
});
......@@ -302,8 +302,8 @@
<hr>
<h2>Node.js</h2>
<ul class="applist">
<li class="backend gcp">
<a href="http://gcloud-todos.appspot.com" data-source="http://googlecloudplatform.github.io/gcloud-node/" data-content="An Express backend implementation for the AngularJS frontend using Google Cloud Client Library for Node.js .">Express + Angular</a><img class="platform-logo" src="site-assets/gcp.png">
<li>
<a href="http://gcloud-todos.appspot.com" data-source="http://googlecloudplatform.github.io/gcloud-node/" data-content="An Express backend implementation for the AngularJS front end using Google Cloud Client Library for Node.js.">Express + gcloud-node</a>
</li>
</ul>
<hr>
......
......@@ -164,12 +164,6 @@ header nav a:not(:last-child) {
text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25);
}
.applist .platform-logo {
width: 16px;
height: 16px;
margin-left: 4px;
}
.applist .labs a,
.labs-example {
color: #582C42;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment