Skip to content

Commit df7e500

Browse files
authored
Remove the Katacoda training (#166)
1 parent 45e6791 commit df7e500

File tree

3 files changed

+0
-216
lines changed

3 files changed

+0
-216
lines changed

README.md

-13
Original file line numberDiff line numberDiff line change
@@ -112,18 +112,6 @@ If you prefer watching videos rather than reading, you can find a quick crash co
112112

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

115-
## 💻 Interactive training
116-
117-
You can follow the interactive training online here:
118-
119-
[Introduction to Bash Scripting Interactive training](https://ebook.bobby.sh/training.html)
120-
121-
The training was built with Katacoda. You can find the Katacoda repository [here](https://github.com/bobbyiliev/katacoda).
122-
123-
For more information on how to use Katacoda make sure to follow the steps from this tutorial here:
124-
125-
[How to Use Katacoda to Create Highly Engaging Training Tutorials](https://devdojo.com/bobbyiliev/how-to-use-katacoda-to-create-highly-engaging-training-tutorials)
126-
127115
## 👋 About the author
128116

129117
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.
@@ -156,7 +144,6 @@ If you ever need to create a graphic, poster, invitation, logo, presentation –
156144
- [Ibis](https://github.com/themsaid/ibis/)
157145
- [Canva](https://www.canva.com/)
158146
- [Tails](http://devdojo.com/tails)
159-
- [Katacoda](https://www.katacoda.com/)
160147

161148
## 📖 Other eBooks
162149

index.html

-33
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@
3838
class="mr-0 font-bold duration-100 md:mr-3 lg:mr-8 transition-color hover:text-indigo-600">Sponsors</a>
3939
<a href="#chapters"
4040
class="mr-0 font-bold duration-100 md:mr-3 lg:mr-8 transition-color hover:text-indigo-600">Chapters</a>
41-
<a href="/training.html"
42-
class="mr-0 font-bold duration-100 md:mr-3 lg:mr-8 transition-color hover:text-indigo-600">Interactive Training</a>
4341
<a href="https://blog.bobby.sh"
4442
class="font-bold duration-100 transition-color hover:text-indigo-600">Blog</a>
4543
<!-- <div class="flex flex-col block w-full font-medium border-t border-gray-200 md:hidden">
@@ -385,32 +383,6 @@ <h5 class="pb-2 text-xl font-bold leading-6 text-gray-600">Light Theme</h5>
385383
</div>
386384
<!-- End Download -->
387385

388-
<!-- Training Section -->
389-
<div class="flex items-center justify-center py-32 bg-gray min-w-screen">
390-
<div
391-
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">
392-
<h2
393-
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">
394-
Introduction to Bash with <span class="block text-indigo-200 xl:inline">Interactive training</span>
395-
</h2>
396-
<p class="mt-1 mb-10 text-sm font-medium text-indigo-200 uppercase xl:text-base xl:tracking-wider lg:mb-0">
397-
Powered by
398-
<a class="text-gray-200" href="https://katacoda.com/bobbyiliev">Katacoda</a></></p>
399-
<div class="flex mb-8 lg:mt-6 lg:mb-0">
400-
<div class="inline-flex">
401-
<a href="/training.html"
402-
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">
403-
Start Free Training
404-
</a>
405-
</div>
406-
</div>
407-
<div class="bottom-0 right-0 mb-0 mr-3 lg:absolute lg:-mb-12">
408-
<img src="https://cdn.devdojo.com/images/september2020/cta-1.png"
409-
class="max-w-xs mb-4 opacity-75 md:max-w-2xl lg:max-w-lg xl:mb-0 xl:max-w-md">
410-
</div>
411-
</div>
412-
</div>
413-
<!-- End Training Section -->
414386
<!-- Call To Action -->
415387
<div class="py-8 border-t border-b border-blue-100 bg-blue-50">
416388
<div class="container mx-auto">
@@ -453,11 +425,6 @@ <h4 class="pb-0 mb-0 text-lg font-semibold mb-md-0">Enjoying the free eBook?</h4
453425
Chapters
454426
</a>
455427
</div>
456-
<div class="px-5 py-2">
457-
<a href="/training.html" class="text-base leading-6 text-gray-500 hover:text-gray-900">
458-
Interactive Training
459-
</a>
460-
</div>
461428
<div class="px-5 py-2">
462429
<a href="https://blog.bobby.sh" class="text-base leading-6 text-gray-500 hover:text-gray-900">
463430
Blog

0 commit comments

Comments
 (0)