soure control course module updates

This commit is contained in:
marcel-dempers 2024-10-17 16:45:38 +11:00
parent b5cae066f1
commit ee66d522e1
3 changed files with 7 additions and 9 deletions

View File

@ -31,12 +31,10 @@ In my many years working in the field, I have noticed a range of challenges and
## 🎯 The solution ## 🎯 The solution
This course provides a practical hands-on roadmap into the world of DevOps and sets you up with all the fundamentals required for success. </br> This course provides a practical hands-on roadmap into the world of DevOps, SRE and platform engineering. </br>
It will set you up with all the fundamentals required for successful future learning. </br>
You will create your own personal website during this course which you can use as a marketing tool for your career to demonstrate all your newly learnt skills</br> During this course you will apply a wide range of DevOps principles and use modern technologies in a real world hands-on manner to create yourself a personal website. </br>
The personal website created throughout this course will become your marketing tool for your career to demonstrate all your newly obtained skills and abilities.</br>
During this course you will apply a wide range of DevOps principals and use modern technologies in a real world hands-on manner to create yourself a personal website. </br>
You will build the ultimate foundation and be equiped to make more informed discisions on what you want to focus on next in your career. </br> You will build the ultimate foundation and be equiped to make more informed discisions on what you want to focus on next in your career. </br>
## 🛠 System Requirements ## 🛠 System Requirements

View File

@ -124,7 +124,7 @@ To add a file to our repository, we can simply create a new file. </br>
Let's create a home page for our new website called `home.html`: Let's create a home page for our new website called `home.html`:
``` ```
touch home.html echo "" > home.html
``` ```
Now GIT automatically detects changes and this file is actually not part of the repository yet. </br> Now GIT automatically detects changes and this file is actually not part of the repository yet. </br>

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 999 KiB

After

Width:  |  Height:  |  Size: 999 KiB