Skip to content

Remove the Katacoda training #166

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,18 +112,6 @@ If you prefer watching videos rather than reading, you can find a quick crash co

**[Introduction to Bash Scripting Mini Video Crash Course](https://www.youtube.com/playlist?list=PLY7SzAmnEqp78tsHh1kK0gOx_f-uwQZAT)**

## 💻 Interactive training

You can follow the interactive training online here:

[Introduction to Bash Scripting Interactive training](https://ebook.bobby.sh/training.html)

The training was built with Katacoda. You can find the Katacoda repository [here](https://github.com/bobbyiliev/katacoda).

For more information on how to use Katacoda make sure to follow the steps from this tutorial here:

[How to Use Katacoda to Create Highly Engaging Training Tutorials](https://devdojo.com/bobbyiliev/how-to-use-katacoda-to-create-highly-engaging-training-tutorials)

## 👋 About the author

My name is Bobby Iliev, and I have been working as a Linux DevOps Engineer since 2014. I am an avid Linux lover and supporter of the open-source movement philosophy. I am always doing that which I cannot do in order that I may learn how to do it, and I believe in sharing knowledge.
Expand Down Expand Up @@ -156,7 +144,6 @@ If you ever need to create a graphic, poster, invitation, logo, presentation –
- [Ibis](https://github.com/themsaid/ibis/)
- [Canva](https://www.canva.com/)
- [Tails](http://devdojo.com/tails)
- [Katacoda](https://www.katacoda.com/)

## 📖 Other eBooks

Expand Down
33 changes: 0 additions & 33 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@
class="mr-0 font-bold duration-100 md:mr-3 lg:mr-8 transition-color hover:text-indigo-600">Sponsors</a>
<a href="#chapters"
class="mr-0 font-bold duration-100 md:mr-3 lg:mr-8 transition-color hover:text-indigo-600">Chapters</a>
<a href="/training.html"
class="mr-0 font-bold duration-100 md:mr-3 lg:mr-8 transition-color hover:text-indigo-600">Interactive Training</a>
<a href="https://blog.bobby.sh"
class="font-bold duration-100 transition-color hover:text-indigo-600">Blog</a>
<!-- <div class="flex flex-col block w-full font-medium border-t border-gray-200 md:hidden">
Expand Down Expand Up @@ -385,32 +383,6 @@ <h5 class="pb-2 text-xl font-bold leading-6 text-gray-600">Light Theme</h5>
</div>
<!-- End Download -->

<!-- Training Section -->
<div class="flex items-center justify-center py-32 bg-gray min-w-screen">
<div
class="relative flex flex-col items-center w-full max-w-6xl px-4 py-8 mx-auto text-center rounded-lg shadow-2xl lg:text-left lg:block bg-gradient-to-b from-gray-900 via-gray-600 to-gray-400 sm:px-6 md:pb-0 md:pt-12 lg:px-12 lg:py-12">
<h2
class="my-4 text-2xl font-extrabold tracking-tight text-white sm:text-4xl md:text-4xl lg:my-0 xl:text-3xl sm:leading-tight">
Introduction to Bash with <span class="block text-indigo-200 xl:inline">Interactive training</span>
</h2>
<p class="mt-1 mb-10 text-sm font-medium text-indigo-200 uppercase xl:text-base xl:tracking-wider lg:mb-0">
Powered by
<a class="text-gray-200" href="https://katacoda.com/bobbyiliev">Katacoda</a></></p>
<div class="flex mb-8 lg:mt-6 lg:mb-0">
<div class="inline-flex">
<a href="/training.html"
class="inline-flex items-center justify-center px-5 py-3 text-base font-medium text-gray-700 transition duration-150 ease-in-out bg-gray-100 border border-transparent rounded-md hover:text-gray-900 hover:bg-gray-200 focus:outline-none focus:shadow-outline focus:border-indigo-300">
Start Free Training
</a>
</div>
</div>
<div class="bottom-0 right-0 mb-0 mr-3 lg:absolute lg:-mb-12">
<img src="https://cdn.devdojo.com/images/september2020/cta-1.png"
class="max-w-xs mb-4 opacity-75 md:max-w-2xl lg:max-w-lg xl:mb-0 xl:max-w-md">
</div>
</div>
</div>
<!-- End Training Section -->
<!-- Call To Action -->
<div class="py-8 border-t border-b border-blue-100 bg-blue-50">
<div class="container mx-auto">
Expand Down Expand Up @@ -453,11 +425,6 @@ <h4 class="pb-0 mb-0 text-lg font-semibold mb-md-0">Enjoying the free eBook?</h4
Chapters
</a>
</div>
<div class="px-5 py-2">
<a href="/training.html" class="text-base leading-6 text-gray-500 hover:text-gray-900">
Interactive Training
</a>
</div>
<div class="px-5 py-2">
<a href="https://blog.bobby.sh" class="text-base leading-6 text-gray-500 hover:text-gray-900">
Blog
Expand Down
Loading