Skip to content

Commit 722ac5a

Browse files
committed
fix color
1 parent b29dd3f commit 722ac5a

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

docs/pages/about.html

+3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
<h2><span style="color:#ff1100;">Introduction</span></h2>
2+
<p>&nbsp;</p>
23
<p>Welcome to DevOpsHub! Designed especially for those with some experience in the IT industry. Whether you are transitioning or planning to transition to a DevOps career from various backgrounds such as System Administration, Software Development, QA &amp; Test Automation, or Network Engineering, this platform is tailored to support your journey.</p>
34
<p>&nbsp;</p>
45
<p>Here, you will find real-time work references that can assist you with your daily tasks, job searches, and practice routines. We emphasize the importance of testing before implementing any online content into your real-time projects. For more details, please refer to our policy page.</p>
56
<p>&nbsp;</p>
67
<p>Our website is an open-source project, allowing anyone to contribute via GitHub. If you're interested in content creation, we provide a content hierarchy for your reference. You are welcome to add new titles and pages as needed, which will be reviewed for potential inclusion.</p>
78
<p>&nbsp;</p>
89
<p>We cover a range of topics including DevOps introduction, CI/CD pipelines, tools, and roadmaps. Join us in building a comprehensive resource for IT professionals and DevOps enthusiasts.</p>
10+
<p>&nbsp;</p>
911
<h3><span style="color:#15ff00;">Expected Content Hierarchy</span></h3>
12+
<p>&nbsp;</p>
1013
<p>DevOpsHub<br>|<br>|-- Home<br>| &nbsp; |-- About<br>| &nbsp; |-- Contribute<br>| &nbsp; |-- Policy<br>|-- DevOps<br>| &nbsp; |-- DevOps Intro<br>|&nbsp;&nbsp;&nbsp;&nbsp;|-- CI/CD Pipeline<br>|&nbsp;&nbsp;&nbsp;&nbsp;|--&nbsp;&nbsp;&nbsp;&nbsp;Tools &amp; Technologies<br>|&nbsp;&nbsp;&nbsp;&nbsp;|-- Application Lifecycle<br>|&nbsp;&nbsp;&nbsp;&nbsp;|-- Roadmap<br>|-- Git<br>| &nbsp; |-- Git Intro<br>| &nbsp; |-- GitHub<br>|&nbsp;&nbsp;&nbsp;&nbsp;|-- GitHub Actions<br>| &nbsp; |-- Cheat-Sheet<br>| &nbsp; |-- Opensource project<br>| &nbsp; |-- Issues &amp; Solutions<br>|-- Linux<br>| &nbsp; |-- Linux Intro<br>| &nbsp; |-- Distributions<br>|&nbsp;&nbsp;&nbsp;&nbsp;|-- Command Cheat-Sheet<br>|-- Ansible<br>| &nbsp; |-- Intro<br>| &nbsp; |-- Playbooks<br>| &nbsp; |-- Cheat-Sheets<br>| &nbsp; |-- Sample project<br>| &nbsp; |-- ad-hoc commands<br>|-- Terraform<br>| &nbsp; |-- Intro<br>| &nbsp; |-- automation<br>|-- Jenkins<br>|&nbsp;&nbsp;&nbsp;&nbsp;|-- Intro<br>|&nbsp;&nbsp;&nbsp;&nbsp;|-- Plugins<br>|-- Docker<br>|&nbsp;&nbsp;&nbsp;&nbsp;|-- Intro<br>|&nbsp;&nbsp;&nbsp;&nbsp;|-- DockerHub<br>|&nbsp;&nbsp;&nbsp;&nbsp;|-- Microservices concept<br>|&nbsp;&nbsp;&nbsp;&nbsp;|-- Cheat-Sheet<br>|-- Kubernetes<br>|&nbsp;&nbsp;&nbsp;&nbsp;|-- Intro<br>|&nbsp;&nbsp;&nbsp;&nbsp;|-- Chest-Sheets<br>|-- AWS<br>|&nbsp;&nbsp;&nbsp;&nbsp;|-- IAM<br>|&nbsp;&nbsp;&nbsp;&nbsp;|-- VPC<br>|&nbsp;&nbsp;&nbsp;&nbsp;|-- EC2<br>|&nbsp;&nbsp;&nbsp;&nbsp;|-- S3<br>|&nbsp;&nbsp;&nbsp;&nbsp;|-- R53<br>|-- Monitoring<br>|&nbsp;&nbsp;&nbsp;&nbsp;|-- Prometheus<br>|&nbsp;&nbsp;&nbsp;&nbsp;|-- Grafana<br>|&nbsp;&nbsp;&nbsp;&nbsp;|-- ELK Stack<br>|-- Scripting<br>|&nbsp;&nbsp;&nbsp;&nbsp;|-- Python<br>|&nbsp;&nbsp;&nbsp;&nbsp;|-- Shell Script<br>|-- FullStack<br>|&nbsp;&nbsp;&nbsp;&nbsp;|-- Intro<br>|&nbsp;&nbsp;&nbsp;&nbsp;|-- FrontEnd<br>|&nbsp;&nbsp;&nbsp;&nbsp;|-- BackEnd<br>|&nbsp;&nbsp;&nbsp;&nbsp;|-- Databases<br>|&nbsp;&nbsp;&nbsp;&nbsp;|-- Frameworks<br>|-- SRE<br>|&nbsp;&nbsp;&nbsp;&nbsp;|-- Intro<br>|&nbsp;&nbsp;&nbsp;&nbsp;|-- Infrastructure Management<br>|</p>

docs/pages/devops_intro.html

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<h2><span style="color:#ff1100;">Basic Concepts</span></h2>
2+
<p>&nbsp;</p>
13
<p><strong>From which background are you transitioning into DevOps?</strong></p>
24
<ol>
35
<li>System administrator</li>

docs/pages/git_cheatsheet.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<tbody>
1616
<tr>
1717
<td style="height:39.6pt;padding-left:1px;padding-right:1px;padding-top:1px;text-align:center;width:330pt;" colspan="2">
18-
<p><span style="color:red;font-family:&quot;Arial Black&quot;, sans-serif;font-size:26pt;"><strong>Git | GitHub</strong></span></p>
18+
<p><span style="color:#ff1100;font-family:&quot;Arial Black&quot;, sans-serif;font-size:26pt;"><strong>Git | GitHub</strong></span></p>
1919
<p>&nbsp;</p>
2020
<p>&nbsp;</p>
2121
</td>

docs/pages/policy.html

+3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
<h2><span style="color:#ff1100;">Website Policy</span></h2>
2+
<p>&nbsp;</p>
23
<p><strong>Welcome to DevOpsHub!</strong></p>
34
<p>The commands and content provided on this website are intended for informational and educational purposes only. While we strive to ensure the accuracy and reliability of the information presented, we cannot guarantee that it will be suitable for all environments or configurations.</p>
5+
<p>&nbsp;</p>
46
<h2><span style="color:#ff1100;">Important Notice</span></h2>
7+
<p>&nbsp;</p>
58
<p>1. Use at Your Own Risk: The commands and scripts shared here are for your knowledge and information. Before executing any commands or scripts, it is crucial that you test them in a controlled environment. The behavior of commands can vary depending on your system configuration, platform, and other factors.</p>
69
<p>2. Testing: Always test commands and scripts in a safe, non-production environment first to ensure they work as expected without causing unintended consequences.</p>
710
<p>3. Responsibility: You are solely responsible for any actions you take based on the information provided on this website. We are not liable for any damages, losses, or issues that may arise from the use or misuse of the content available here.</p>

0 commit comments

Comments
 (0)