mirror of
https://github.com/CoolnsX/my-website.git
synced 2025-12-20 07:15:19 +05:30
feat: add 2 more pages
This commit is contained in:
49
index.html
49
index.html
@@ -8,23 +8,24 @@
|
||||
<title>Welcome UWU</title>
|
||||
</head>
|
||||
<body style="background-color: rgba(0,0,0,0.85);color: rgb(187, 187, 187);font-size: 20px;">
|
||||
<a id="top"></a>
|
||||
<h1 style="text-align: center;text-decoration:double;font-size: 60px;">Hello World!!</h1>
|
||||
<h1 id="top" style="text-align: center;text-decoration:double;font-size: 60px;">Hello World!!</h1>
|
||||
<hr>
|
||||
<h1>Contents >></h1>
|
||||
<ul>
|
||||
<li><a href="#description" style="color:green;">Description</a></li>
|
||||
<li><a href="#about" style="color:green;">About Me</a></li>
|
||||
<li><a href="#projects" style="color:green;">My Projects</a></li>
|
||||
<li><a href="#hobbies" style="color:green;">My Hobbies</a></li>
|
||||
<li><a href="#about" style="color:green;">Contact Me</a></li>
|
||||
<li><a href="#contact" style="color:green;">About Me</a></li>
|
||||
<li><a href="#description" style="color:green;">Description</a></li>
|
||||
<li><a href="#contact" style="color:green;">Contact Me</a></li>
|
||||
</ul>
|
||||
<h1 id="about">About Me >></h1>
|
||||
<ul>
|
||||
<li><p>I am a minimilistic guy who just wanna have a fast with no fancy UI website, cause why not!!</p></li>
|
||||
<li><p>I am an <a href="https://archlinux.org" style="color:green;text-decoration:none;">Arch Linux</a> user that is proficient in shell programming and web scraping..</p></li>
|
||||
<li><p>I am also proficient in REGEX (regular Expression) that can make your life easier..</p></li>
|
||||
<li><p>I just follow UNIX Philosopy that goes like "Do one thing and Do it well"..</p></li>
|
||||
<li><p>I used all my knowledge about HTML and applied it here.</p></li>
|
||||
</ul>
|
||||
<h1 id="description">Description >></h1>
|
||||
<p>This site is Blazing Fast.. It contains all My project links and How to contact me..</p>
|
||||
<p>If you find the site ugly then I can't do anything.. I am more of a backend guy..</p>
|
||||
<p>If you find something is not working.. Or any problem with site except Bad UI.. then you can <a href="#contact" style="color:green;">contact me</a></p>
|
||||
<p>I know this site looks more like README of github.. Cause I want to give the information you want..</p>
|
||||
<p>This site is completely scrapable, As I do web-scraping Myself. Though the source code is available on Github.</p>
|
||||
<h1 id="projects">Projects >></h1>
|
||||
<ul>
|
||||
<li><p>Ani-cli (A cli tool for watcing Anime). <a href="https://github.com/pystardust/ani-cli" style="color:green;">More Info</a></p></li>
|
||||
@@ -32,21 +33,27 @@
|
||||
<li><p>Dra-cla (A cli tool for watching Korean, Chinese, Japanese Drama). <a href="https://github.com/CoolnsX/dra-cla" style="color:green;">More Info</a></p></li>
|
||||
<li><p>Link Shortener App using Python. <a href="https://github.com/CoolnsX/Link-Shortener-App" style="color:green;">More Info</a></p></li>
|
||||
</ul>
|
||||
<h1 id="hobbies">My Hobbies >></h1>
|
||||
<ul>
|
||||
<li><h3>Shell Scripting. <a href="shell-scripting.html" style="color:green;">More Info</a></h3></li>
|
||||
<li><h3>Website Scraping. <a href="web-scraping.html" style="color:green;">More Info</a></h3></li>
|
||||
</ul>
|
||||
<h1 id="description">Description >></h1>
|
||||
<ul>
|
||||
<li><p>This site is Blazing Fast.. It contains all My project links and How to contact me..</p></li>
|
||||
<li><p>If you find the site ugly then I can't do anything.. I am more of a backend guy..</p></li>
|
||||
<li><p>If you find something is not working.. Or any problem with site except Bad UI.. then you can <a href="#contact" style="color:green;">contact me</a>..</p></li>
|
||||
<li><p>I know this site looks more like README of github.. Cause I want to give the information you want..</p></li>
|
||||
<li><p>This site is completely scrapable, As I do web-scraping Myself. Though the source code is available on Github.</p></li>
|
||||
</ul>
|
||||
<h1 id="contact">How to Reach me >></h1>
|
||||
<ul>
|
||||
<li><p>Instagram >> <a href="https://www.instagram.com/coolans.x" style="color:green;">@coolans.x</a></p></li>
|
||||
<li><p>Mail >> ansari.tan20@gmail.com</a></p></li>
|
||||
<li><p>Discord >> <a href="" style="color:green;">@CoolnsX</a></p></li>
|
||||
</ul>
|
||||
<h1 id="about">About Me >></h1>
|
||||
<ul>
|
||||
<li>I am a minimilistic guy who just wanna have a fast with no fancy UI website, cause why not!!</li>
|
||||
<li>I am a Linux user that is proficient in shell programming and web scraping..</li>
|
||||
<li>I am also proficient in REGEX (regular Expression) that can make your life easier..</li>
|
||||
<li>I just follow UNIX Philosopy that goes like "Do one thing and Do it well"..</li>
|
||||
<li>I used all my knowledge about HTML and applied it here.</li>
|
||||
<li><p>Discord >> <a href="https://discordapp.com/users/795922336368427030" style="color:green;">@CoolansX</a></p></li>
|
||||
<li><p>Github >> <a href="https://github.com/CoolnsX" style="color:green;">@CoolnsX</a></p></li>
|
||||
</ul>
|
||||
<hr>
|
||||
<a href="#top" style="color:green;">Go to Top</a>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
18
shell-scripting.html
Normal file
18
shell-scripting.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<meta http-equiv="refresh" content="5">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Shell Scripting</title>
|
||||
</head>
|
||||
<body style="background-color: rgba(0,0,0,0.85);color: rgb(187, 187, 187);font-size: 20px;">
|
||||
<h1 id="top" style="text-align: center;text-decoration:double;font-size: 60px;">Shell Scripting</h1>
|
||||
<hr>
|
||||
<p>A shell script is a computer program designed to be run by the Unix shell, a command-line interpreter. The various dialects of shell scripts are considered to be scripting languages. Typical operations performed by shell scripts include file manipulation, program execution, and printing text. </p>
|
||||
<p>The Logic behind shell scripting is to create automated task that you do on regular basis.. (Source:<a href="https://en.m.wikipedia.org/wiki/Shell_script" style="color:green;">Wikipedia</a>)</p>
|
||||
<h2 id="repos"><a href="https://github.com/CoolnsX/and-scripts" style="color:green;">My Scripts Repository link</a> >></h2>
|
||||
<p>It contains the scripts that I wrote and use on the daily basis to make my life easier.</p>
|
||||
</body>
|
||||
</html>
|
||||
17
web-scraping.html
Normal file
17
web-scraping.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<meta http-equiv="refresh" content="5">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Web Scraping</title>
|
||||
</head>
|
||||
<body style="background-color: rgba(0,0,0,0.85);color: rgb(187, 187, 187);font-size: 20px;">
|
||||
<h1 id="top" style="text-align: center;text-decoration:double;font-size: 60px;">Web Scraping</h1>
|
||||
<hr>
|
||||
<p>Web scraping is an automatic method to obtain large amounts of data from websites. Most of this data is unstructured data in an HTML format which is then converted into structured data in a spreadsheet or a database so that it can be used in various applications. </p>
|
||||
<p>There are many different ways to perform web scraping to obtain data from websites. These include using online services, particular API’s or even creating your code for web scraping from scratch. (Source:<a href="https://www.geeksforgeeks.org/what-is-web-scraping-and-how-to-use-it" style="color:green;">Geeks for geeks</a>)</p>
|
||||
<h2>Websites which I scraped successfully >></h2>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user