mirror of
https://github.com/CoolnsX/my-website.git
synced 2025-12-20 07:15:19 +05:30
52 lines
3.1 KiB
HTML
52 lines
3.1 KiB
HTML
<!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>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>
|
|
<hr>
|
|
<h1>Contents >></h1>
|
|
<ul>
|
|
<li><a href="#description" style="color:green;">Description</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>
|
|
</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>
|
|
<li><p>Ani-cli-status (Gives the status of ani-cli). <a href="https://github.com/CoolnsX/ani-cli-status" style="color:green;">More Info</a></p></li>
|
|
<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="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>
|
|
</ul>
|
|
<hr>
|
|
<a href="#top" style="color:green;">Go to Top</a>
|
|
</body>
|
|
</html> |