|
3 | 3 | <head>
|
4 | 4 | <meta charset="UTF-8">
|
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
| - <title>Brief Intro</title> |
| 6 | + <title>Contribute page</title> |
7 | 7 | </head>
|
8 | 8 | <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 |
| - <p>To learn about Python syntax, click <a href="https://pokrel.github.io/DevOpsHub/pages/python_syntax.html">here</a>.</p> |
12 |
| - <h2>Brief Intro</h2> |
13 |
| - <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> |
14 |
| - <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> |
15 |
| - <h2>Tech Humor Corner</h2> |
16 |
| - <p>While you're here, why not enjoy a few tech-themed jokes? After all, even code needs a bit of fun!</p> |
17 |
| - <pre>$touch<br>Ever feel like you need to create a new file in your life? Just use touch—no strings attached!</pre> |
18 |
| - <pre>$top<br> When people ask me how I manage to stay so productive, I just tell them I’m always on top.</pre> |
19 |
| - <pre>$finger<br>Don’t worry, it’s not what you think. Just a friendly way to find out more about someone in Unix.</pre> |
20 |
| - <pre>$sleep<br>If only I could sleep 8 hours every night—life would be so much easier.</pre> |
21 |
| - <pre>$date<br>Why go on Tinder when you can simply type date and get one instantly?</pre> |
22 |
| - <pre>$kill<br>Sometimes, you just need to kill those bad processes—no crime shows required.</pre> |
23 |
| - <pre>$man<br>Looking for guidance? Just ask the man. He’s got all the answers.</pre> |
24 |
| - <p>So, whether you're here for the laughs, the learning, or a little bit of both, welcome! Feel free to explore, and don’t hesitate to reach out if you have questions or just want to share a joke of your own.</p> |
| 9 | + <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> |
| 10 | + <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"></a> click here</p> |
25 | 11 | </body>
|
26 | 12 | </html>
|
0 commit comments