Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #46 from kidus60/issue_37
Browse files Browse the repository at this point in the history
last min updates
  • Loading branch information
alohr51 authored Jul 16, 2019
2 parents 9d3e820 + 78b390a commit f9f70b3
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 14 deletions.
3 changes: 0 additions & 3 deletions src/main/content/_assets/css/try-it.scss
Original file line number Diff line number Diff line change
Expand Up @@ -819,6 +819,3 @@ html, body{
margin-top: 50px;
}

.try_it_vs_code{
margin-top: 5px;
}
50 changes: 39 additions & 11 deletions src/main/content/try-it.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,13 @@
<div class="col">
<div id="componentsText">
<p>
By using Kabanero, developers can build applications that are ready to be deployed onto
Kubernetes or Knative without first becoming experts in containers and Kubernetes.
This lowers the barrier of entry for developers as their organizations move from legacy
infrastructure to more modern infrastructure on their journey to cloud.
Use Kabanero to build applications that are ready for deployment onto Kubernetes and Knative, without having to spend time defining container images, build infrastructure, or Kube yaml.
Focus on developing new applications and let the Kabanero tools do the heavy lifting of building and packaging deployment-ready containers.
Go ahead and try it for yourself, using extensions to your favorite IDE, or our command-line tools.
</p>
<p>
Our first ‘Try it’ experience is the Kabanero Development Experience, which includes
Eclipse Codewind and Appsody. You can learn more about these open source projects below
as well as in our <a href="/blog" class="blogs_link">blog</a>. Additional ‘Try it’ experiences will be coming very shortly.
Our first ‘Try it’ experience is the Kabanero Development Experience, which includes Eclipse Codewind and Appsody.
You can learn more about these open source projects below. Additional ‘Try it’ experiences will be coming very shortly.
</p>
</div>
</div>
Expand Down Expand Up @@ -78,7 +76,7 @@
and Eclipse Che (with more planned). This enables developers to use a workflow and IDE they already know.
You can rapidly iterate, debug, and performance test apps inside containers, just like when they run in production.
</p>
<a href="https://codewind.dev" target="_blank">View the Codewind download and install instructions</a>
<a href="https://codewind.dev" target="_blank">Learn more about Codewind</a>
</div>
</div>
</div>
Expand Down Expand Up @@ -124,21 +122,51 @@
</div>
</div> -->

<!-- Try it with VS Code -->
<div class="container">
<div class="row">
<div class="col">
<div id="componentsText">
<a href="https://youtu.be/gIrwcneJyBA" target="_blank">Check out the video (Create a Node app)</a>
<p>You can go from zero to application running in Knative/Kubernetes in under 5 minutes, working only with the app code - no tinkering with Dockerfiles, no learning Kube and Kube Yaml, no non-sense.</p>
</div>
</div>
</div>
</div>

<!-- Try it with VS Code -->
<div class="container">
<div class="row">
<div class="col">
<div id="componentsText">
<strong>Try it with VS Code</strong>
<div class="try_it_vs_code">
<div>
<ol type="1">
<li>Install Codewind from the VS Code Marketplace</li>
<li><a href="https://appsody.dev/docs/getting-started/quick-start" target="_blank">Install Appsody CLI </a></li>
<li><a href="https://github.com/kabanero-io/appsodyExtension" target="_blank">Install Appsody Extension for Codewind </a></li>
<li>Try it for yourself.</li>
</ol>
</div>
</div>
</div>
</div>
</div>

<!-- Try it with Eclipse -->
<div class="container">
<div class="row">
<div class="col">
<div id="componentsText">
<strong>Try it with Eclipse</strong>
<div>
<ol type="1">
<li>Install Codewind from the Eclipse Marketplace</li>
<li><a href="https://appsody.dev/docs/getting-started/quick-start" target="_blank">Install Appsody CLI </a></li>
<li><a href="https://github.com/kabanero-io/appsodyExtension" target="_blank">Install Appsody Extension for Codewind </a></li>
<li><a href="https://youtu.be/gIrwcneJyBA" target="_blank">Check out the video (Create a Node app)</a></li>
<li>Try it for yourself.</li>
</ol>
</div>
<p>You can go from zero to application running in Knative/Kubernetes in under 5 minutes, working only with the app code - no tinkering with Dockerfiles, no learning Kube and Kube Yaml, no non-sense.</p>
</div>
</div>
</div>
Expand Down

0 comments on commit f9f70b3

Please sign in to comment.