-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
84 lines (72 loc) · 3.86 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<html lang="en">
<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>Singularity</title>
<link rel="stylesheet" type="text/css" href="home.css">
</head>
<body>
<div class="main">
<div class="logo">
<img src="official logo.png">
</div>
<div class="Heading">『Singularity』</div>
<ul>
<li class="active"><a href="https://whitefang033.github.io/Webbsite/">Webbsite </a></li>
<li><a href="Programmer's Corner/programmer's_corner.html">Programmer's Corner </a></li>
<li><a href="https://emoji.discord.st/emojis/aaaee53f-97f1-4abb-8b07-c7ae33b92a02.webp">Your Pic </a></li>
<li><a href="Contact Info/contact_info.html">Contact Info </a></li>
</ul>
</div>
<div class="title">
<h1> 『Singularity』 </h1>
</div>
<div class="content">
<div class="content_text">
<h1> Introduction</h1>
<br>
<p><h3>"I always did something I was a little not ready to do."</h3></p>
<br>
<pl>Hola Mates! I am Shashank, also know as WhiteFang. I reside in Lucknow, India. I am a teenager but I didn't create this website to provide you all my details...so let's move on...
</pl>
<p>I welcome you all to my website "Singularity", this is the second original website I created. The purpose of this website is still unknown but soon it will be decided. </p>
<br>
<br>
<h1>Making of The Website</h1>
<br>
<pl>It was only yesterday (April 29, 2021) when my first original website titled "Webbsite" got hosted by Github Pages and got its web address. After that, I showed it to my mates... One of my mates gave me a pretty clever idea (hehe I won't disclose it) which required the use of JavaScript and Cascading Style Sheets(CSS). Then my "Nevla(Mongoose)" friend aka Solemn suggested me to make it look more attractive and comfortable to read. I thought about it and searched for a CSS tutorial on Youtube. I got an idea of how to code in CSS but for the first time it was pretty tough I think so... I had problems in connecting the CSS file and the HTML one, the alignment of the logo, and the setting up of the background picture was a tough thing to do...But finally, My Website was ready to go, I just had to type the content(I'm typing it right now lol) and assign links to the top right buttons. The final task was to upload it to the Github repository and Done Ta-da... I think you are reading this right now...read read it's good....</pl>
<br>
<br>
<br>
<br>
<h1>Details</h1>
<h3>Webbsite</h3><pk> Click on Webbite to visit my first website.
<br>
<br>
<h3>Programmer's Corner</h3><pk> Click on Programmer's corner to see details of the website.
<br>
<br>
<h3>Your Pic</h3><pk> Click on Your Pic to see your pic.
<br>
<br>
<h3>Contact Info</h3><pk> Click on contact Info to see my contact details.
<br>
<br>
<br>
<br>
<h1>Ending Words</h1>
<br>
<p>This is, for now, we(I) will be updating the websites "Singularity" and "Webbsite".
<br>
Thank You for giving your precious time to this. Farewell! ¯\_(ツ)_/¯ Any rectifying or other information (eg- spelling error etc.) will be kindly accepted.</p>
<br>
<br>
<br>
<br>
<br>
<p>Singularity© and Webbsite© belongs to and are managed by WhiteFang Coders co.Ltd. </p>
</div>
</div>
</body>
</html>