diff --git a/app/dist/assets/svg/cncf-icon-color.svg b/app/dist/assets/svg/cncf-icon-color.svg new file mode 100644 index 0000000..3000a4f --- /dev/null +++ b/app/dist/assets/svg/cncf-icon-color.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + diff --git a/app/dist/kanister-io/index.html b/app/dist/kanister-io/index.html index 66f3e54..3d2fce0 100644 --- a/app/dist/kanister-io/index.html +++ b/app/dist/kanister-io/index.html @@ -18,7 +18,7 @@ - + @@ -1773,7 +1773,7 @@

Getting started with Kanister
in three easy steps

- Determine if a community contributed blueprint exists for your application. You can always customize it for your specific needs or create a custom solution. + Determine if a community contributed blueprint exists for your application. You can always customize it for your specific needs or create a custom solution.

@@ -2636,12 +2636,12 @@

Getting started with Kanister
in three easy steps

-
+ -
+ -
-
+ +
Kanister Blueprint
@@ -2797,8 +2797,16 @@
Kanister Blueprint
+

+ Kanister is a Cloud Native Computing Foundation sandbox project, +
and was originally created by the + Veeam Kasten team. +
The Linux Foundation® (TLF) has registered trademarks and uses trademarks. +
For a list of TLF trademarks, see Trademark Usage. +

+ diff --git a/gulpfile.js b/gulpfile.js index 9fa0efd..cdd7496 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -26,7 +26,8 @@ var kanisterProdFiles = [ 'app/dist/kanister-io/*', 'app/dist/assets/css/main.*', 'app/dist/favicon-kanister.ico', - 'app/dist/assets/img/kanister_thumbnail.png' + 'app/dist/assets/img/kanister_thumbnail.png', + 'app/dist/assets/svg/cncf-icon-color.svg' ]; gulp.task('build-kanister', function() {