Skip to content

Commit 1ba1fbd

Browse files
committed
add page content
1 parent 4d935ec commit 1ba1fbd

7 files changed

+55
-51
lines changed

docs/pages/centos.html

+10-6
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@
66
<title>Brief Intro</title>
77
</head>
88
<body>
9-
<h2>Hello there!</h2>
10-
<p>I don't know how you stumbled upon my corner of the internet, but I'm glad you're here.</p>
11-
<h2>Brief Intro</h2>
12-
<p>Welcome to my little slice of cyberspace! G-yan isn't my official name, but some friends call me that—long story short, it stuck. I'm a DevOps engineer with an insatiable passion for cutting-edge technologies. I'm in the process of creating this website where I'll study, research, and document all things tech, and then host it on GitHub Pages.</p>
13-
<p>This site is designed to be a treasure trove of knowledge for System Administrators, DevOps aficionados, and SRE professionals. If you’ve accidentally landed here, sit tight. You're in for a ride filled with tech insights, a dash of humor, and perhaps a few surprises. Buckle up and enjoy! Lol!</p>
14-
<h2>Tech Humor Corner</h2>
9+
<h2><span style="color:#15ff00;"><strong>Hello There!</strong></span></h2>
10+
<p>This page is currently under construction, and valuable content will be added soon.</p>
11+
<p>&nbsp;</p>
12+
<p>If you are an IT professional and open-source enthusiast, you are welcome to contribute new contents and feature suggestions, which will be reviewed for potential inclusion.</p>
13+
<p>To learn how to contribute to a project, <a target="_blank" href="https://docs.github.com/en/get-started/exploring-projects-on-github/contributing-to-a-project">click here</a></p>
14+
<p>&nbsp;</p>
15+
<h2><span style="color:#15ff00;"><strong>Intro</strong></span></h2>
16+
<p>This site is designed to be a treasure trove of knowledge for System Administrators, DevOps aficionados, and SRE professionals. For now, if you’ve accidentally landed here, sit tight. You're in for a ride filled with tech insights, a dash of humor, and perhaps a few surprises. Buckle up and enjoy!</p>
17+
<p>&nbsp;</p>
18+
<h2><span style="color:#15ff00;"><strong>Tech Humor Corner</strong></span></h2>
1519
<p>While you're here, why not enjoy a few tech-themed jokes? After all, even code needs a bit of fun!</p>
1620
<pre>$touch<br>Ever feel like you need to create a new file in your life? Just use touch—no strings attached!</pre>
1721
<pre>$top<br> When people ask me how I manage to stay so productive, I just tell them I’m always on top.</pre>

docs/pages/linux_intro.html

+10-6
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@
66
<title>Brief Intro</title>
77
</head>
88
<body>
9-
<h2>Hello there!</h2>
10-
<p>I don't know how you stumbled upon my corner of the internet, but I'm glad you're here.</p>
11-
<h2>Brief Intro</h2>
12-
<p>Welcome to my little slice of cyberspace! G-yan isn't my official name, but some friends call me that—long story short, it stuck. I'm a DevOps engineer with an insatiable passion for cutting-edge technologies. I'm in the process of creating this website where I'll study, research, and document all things tech, and then host it on GitHub Pages.</p>
13-
<p>This site is designed to be a treasure trove of knowledge for System Administrators, DevOps aficionados, and SRE professionals. If you’ve accidentally landed here, sit tight. You're in for a ride filled with tech insights, a dash of humor, and perhaps a few surprises. Buckle up and enjoy! Lol!</p>
14-
<h2>Tech Humor Corner</h2>
9+
<h2><span style="color:#15ff00;"><strong>Hello There!</strong></span></h2>
10+
<p>This page is currently under construction, and valuable content will be added soon.</p>
11+
<p>&nbsp;</p>
12+
<p>If you are an IT professional and open-source enthusiast, you are welcome to contribute new contents and feature suggestions, which will be reviewed for potential inclusion.</p>
13+
<p>To learn how to contribute to a project, <a target="_blank" href="https://docs.github.com/en/get-started/exploring-projects-on-github/contributing-to-a-project">click here</a></p>
14+
<p>&nbsp;</p>
15+
<h2><span style="color:#15ff00;"><strong>Intro</strong></span></h2>
16+
<p>This site is designed to be a treasure trove of knowledge for System Administrators, DevOps aficionados, and SRE professionals. For now, if you’ve accidentally landed here, sit tight. You're in for a ride filled with tech insights, a dash of humor, and perhaps a few surprises. Buckle up and enjoy!</p>
17+
<p>&nbsp;</p>
18+
<h2><span style="color:#15ff00;"><strong>Tech Humor Corner</strong></span></h2>
1519
<p>While you're here, why not enjoy a few tech-themed jokes? After all, even code needs a bit of fun!</p>
1620
<pre>$touch<br>Ever feel like you need to create a new file in your life? Just use touch—no strings attached!</pre>
1721
<pre>$top<br> When people ask me how I manage to stay so productive, I just tell them I’m always on top.</pre>

docs/pages/python_comments.html

+5-9
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,12 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>Python comments</title>
6+
<title>Brief Intro</title>
77
</head>
88
<body>
9-
<h2>Why python?</h2>
10-
<p>As we learned in the previous page, Python syntax can be executed by writing directly in the Command Line:</p>
11-
<pre>>> print("Hello, World!")<br>Hello, World!</pre>
12-
<p>Or by creating a python file on the server, using the .py file extension, and running it in the Command Line:</p>
13-
<pre>C:\Users\Your Name&gt;python myfile.py</pre>
14-
<h2>Python Indentation</h2>
15-
<p>Indentation refers to the spaces at the beginning of a code line.</p>
16-
<p>Where in other programming languages the indentation in code is for readability only, the indentation in Python is very important. Python uses indentation to indicate a block of code.</p>
9+
<p>This page is currently under construction, and valuable content will be added soon.</p>
10+
<p>&nbsp;</p>
11+
<p>If you are an IT professional and open-source enthusiast, you are welcome to contribute new contents and feature suggestions, which will be reviewed for potential inclusion.</p>
12+
<p>To learn how to contribute to a project, <a target="_blank" href="https://docs.github.com/en/get-started/exploring-projects-on-github/contributing-to-a-project">click here</a></p>
1713
</body>
1814
</html>

docs/pages/python_get_started.html

+5-9
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,12 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>Python get started</title>
6+
<title>Brief Intro</title>
77
</head>
88
<body>
9-
<h2>Why python?</h2>
10-
<p>As we learned in the previous page, Python syntax can be executed by writing directly in the Command Line:</p>
11-
<pre>>> print("Hello, World!")<br>Hello, World!</pre>
12-
<p>Or by creating a python file on the server, using the .py file extension, and running it in the Command Line:</p>
13-
<pre>C:\Users\Your Name&gt;python myfile.py</pre>
14-
<h2>Python Indentation</h2>
15-
<p>Indentation refers to the spaces at the beginning of a code line.</p>
16-
<p>Where in other programming languages the indentation in code is for readability only, the indentation in Python is very important. Python uses indentation to indicate a block of code.</p>
9+
<p>This page is currently under construction, and valuable content will be added soon.</p>
10+
<p>&nbsp;</p>
11+
<p>If you are an IT professional and open-source enthusiast, you are welcome to contribute new contents and feature suggestions, which will be reviewed for potential inclusion.</p>
12+
<p>To learn how to contribute to a project, <a target="_blank" href="https://docs.github.com/en/get-started/exploring-projects-on-github/contributing-to-a-project">click here</a></p>
1713
</body>
1814
</html>

docs/pages/python_syntax.html

+5-9
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,12 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>Python Syntax</title>
6+
<title>Brief Intro</title>
77
</head>
88
<body>
9-
<h2>Execute Python Syntax</h2>
10-
<p>As we learned in the previous page, Python syntax can be executed by writing directly in the Command Line:</p>
11-
<pre>>> print("Hello, World!")<br>Hello, World!</pre>
12-
<p>Or by creating a python file on the server, using the .py file extension, and running it in the Command Line:</p>
13-
<pre>C:\Users\Your Name&gt;python myfile.py</pre>
14-
<h2>Python Indentation</h2>
15-
<p>Indentation refers to the spaces at the beginning of a code line.</p>
16-
<p>Where in other programming languages the indentation in code is for readability only, the indentation in Python is very important. Python uses indentation to indicate a block of code.</p>
9+
<p>This page is currently under construction, and valuable content will be added soon.</p>
10+
<p>&nbsp;</p>
11+
<p>If you are an IT professional and open-source enthusiast, you are welcome to contribute new contents and feature suggestions, which will be reviewed for potential inclusion.</p>
12+
<p>To learn how to contribute to a project, <a target="_blank" href="https://docs.github.com/en/get-started/exploring-projects-on-github/contributing-to-a-project">click here</a></p>
1713
</body>
1814
</html>

docs/pages/redhat.html

+10-6
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@
66
<title>Brief Intro</title>
77
</head>
88
<body>
9-
<h2>Hello there!</h2>
10-
<p>I don't know how you stumbled upon my corner of the internet, but I'm glad you're here.</p>
11-
<h2>Brief Intro</h2>
12-
<p>Welcome to my little slice of cyberspace! G-yan isn't my official name, but some friends call me that—long story short, it stuck. I'm a DevOps engineer with an insatiable passion for cutting-edge technologies. I'm in the process of creating this website where I'll study, research, and document all things tech, and then host it on GitHub Pages.</p>
13-
<p>This site is designed to be a treasure trove of knowledge for System Administrators, DevOps aficionados, and SRE professionals. If you’ve accidentally landed here, sit tight. You're in for a ride filled with tech insights, a dash of humor, and perhaps a few surprises. Buckle up and enjoy! Lol!</p>
14-
<h2>Tech Humor Corner</h2>
9+
<h2><span style="color:#15ff00;"><strong>Hello There!</strong></span></h2>
10+
<p>This page is currently under construction, and valuable content will be added soon.</p>
11+
<p>&nbsp;</p>
12+
<p>If you are an IT professional and open-source enthusiast, you are welcome to contribute new contents and feature suggestions, which will be reviewed for potential inclusion.</p>
13+
<p>To learn how to contribute to a project, <a target="_blank" href="https://docs.github.com/en/get-started/exploring-projects-on-github/contributing-to-a-project">click here</a></p>
14+
<p>&nbsp;</p>
15+
<h2><span style="color:#15ff00;"><strong>Intro</strong></span></h2>
16+
<p>This site is designed to be a treasure trove of knowledge for System Administrators, DevOps aficionados, and SRE professionals. For now, if you’ve accidentally landed here, sit tight. You're in for a ride filled with tech insights, a dash of humor, and perhaps a few surprises. Buckle up and enjoy!</p>
17+
<p>&nbsp;</p>
18+
<h2><span style="color:#15ff00;"><strong>Tech Humor Corner</strong></span></h2>
1519
<p>While you're here, why not enjoy a few tech-themed jokes? After all, even code needs a bit of fun!</p>
1620
<pre>$touch<br>Ever feel like you need to create a new file in your life? Just use touch—no strings attached!</pre>
1721
<pre>$top<br> When people ask me how I manage to stay so productive, I just tell them I’m always on top.</pre>

docs/pages/ubuntu.html

+10-6
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@
66
<title>Brief Intro</title>
77
</head>
88
<body>
9-
<h2>Hello there!</h2>
10-
<p>I don't know how you stumbled upon my corner of the internet, but I'm glad you're here.</p>
11-
<h2>Brief Intro</h2>
12-
<p>Welcome to my little slice of cyberspace! G-yan isn't my official name, but some friends call me that—long story short, it stuck. I'm a DevOps engineer with an insatiable passion for cutting-edge technologies. I'm in the process of creating this website where I'll study, research, and document all things tech, and then host it on GitHub Pages.</p>
13-
<p>This site is designed to be a treasure trove of knowledge for System Administrators, DevOps aficionados, and SRE professionals. If you’ve accidentally landed here, sit tight. You're in for a ride filled with tech insights, a dash of humor, and perhaps a few surprises. Buckle up and enjoy! Lol!</p>
14-
<h2>Tech Humor Corner</h2>
9+
<h2><span style="color:#15ff00;"><strong>Hello There!</strong></span></h2>
10+
<p>This page is currently under construction, and valuable content will be added soon.</p>
11+
<p>&nbsp;</p>
12+
<p>If you are an IT professional and open-source enthusiast, you are welcome to contribute new contents and feature suggestions, which will be reviewed for potential inclusion.</p>
13+
<p>To learn how to contribute to a project, <a target="_blank" href="https://docs.github.com/en/get-started/exploring-projects-on-github/contributing-to-a-project">click here</a></p>
14+
<p>&nbsp;</p>
15+
<h2><span style="color:#15ff00;"><strong>Intro</strong></span></h2>
16+
<p>This site is designed to be a treasure trove of knowledge for System Administrators, DevOps aficionados, and SRE professionals. For now, if you’ve accidentally landed here, sit tight. You're in for a ride filled with tech insights, a dash of humor, and perhaps a few surprises. Buckle up and enjoy!</p>
17+
<p>&nbsp;</p>
18+
<h2><span style="color:#15ff00;"><strong>Tech Humor Corner</strong></span></h2>
1519
<p>While you're here, why not enjoy a few tech-themed jokes? After all, even code needs a bit of fun!</p>
1620
<pre>$touch<br>Ever feel like you need to create a new file in your life? Just use touch—no strings attached!</pre>
1721
<pre>$top<br> When people ask me how I manage to stay so productive, I just tell them I’m always on top.</pre>

0 commit comments

Comments
 (0)