Skip to content

Commit

Permalink
fix: update footer, comment out obsolete references
Browse files Browse the repository at this point in the history
Signed-off-by: Mark <[email protected]>
  • Loading branch information
mlavi committed Apr 5, 2024
1 parent a9c55cd commit 81586df
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 8 deletions.
19 changes: 19 additions & 0 deletions app/dist/assets/svg/cncf-icon-color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 15 additions & 7 deletions app/dist/kanister-io/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


<meta charset="utf-8" />
<link rel="apple-touch-icon" href="/assets/img/apple-touch-icon.png?v=20171105">
<!--link rel="apple-touch-icon" href="/assets/img/apple-touch-icon.png?v=20171105"-->

<link rel="icon" type="image/png" href="/favicon-kanister.ico">

Expand Down Expand Up @@ -1773,7 +1773,7 @@ <h2 class="title">Getting started with Kanister <br>in three easy steps</h2>
<div class="row">
<div class="col-md-6">
<p class="mb-5">
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 <a href="https://github.com/kanisterio/kanister/tree/master/examples" target="new">community contributed blueprint</a> exists for your application. You can always customize it for your specific needs or create a custom solution.
</p>
</div>
<div class="col-md-6">
Expand Down Expand Up @@ -2636,12 +2636,12 @@ <h2 class="title">Getting started with Kanister <br>in three easy steps</h2>
</div>
</div>
<div class="row">
<div class="col-lg-6 ml-auto">
<!--div class="col-lg-6 ml-auto">
<h5 class="font-weight-bold">Application Definition</h5>
<div class="code-container">
<div class="highlight-box">&nbsp;</div>
<!-- this prevents the template engine from compiling these: {{ }} -->
<div class="terminal">
<!--div class="terminal">
<div class="terminal-header"></div>
<pre class="code-box1"><code class="yaml">
apiVersion: apps/v1beta1
Expand All @@ -2659,8 +2659,8 @@ <h5 class="font-weight-bold">Application Definition</h5>
kanister.kasten.io/blueprint: mongodb
</code></pre>
</div> <!-- terminal -->
</div> <!-- code-container -->
</div> <!-- col-md5 -->
<!--/div> <!-- code-container -->
<!--/div> <!-- col-md5 -->
<div class="col-lg-6 ml-auto">

<h5 class="code-box2-title font-weight-bold">Kanister Blueprint</h5>
Expand Down Expand Up @@ -2797,8 +2797,16 @@ <h5 class="code-box2-title font-weight-bold">Kanister Blueprint</h5>
</div> <!-- row -->
</div> <!-- content -->

<p><a href="https://cncf.io" target="new"><img height="40" width="40" src="cncf-icon-color.svg"></a>
Kanister is a <a href="https://www.cncf.io/sandbox-projects/">Cloud Native Computing Foundation sandbox project</a>,
<br />and was originally created by the
<a href="https://kasten.io" target="new">Veeam Kasten</a> team.
<br />The Linux Foundation&reg; (TLF) has registered trademarks and uses trademarks.
<br />For a list of TLF trademarks, see <a href="https://www.linuxfoundation.org/legal/trademark-usage" target="new">Trademark Usage</a>.
</p>

<div class="copyright">
Copyright &copy; 2017<span class="to-date"></span>
Copyright &copy; 2017<span class="to-date"></span> by contributors to the Kanister project.
</div>

</div>
Expand Down
3 changes: 2 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 81586df

Please sign in to comment.