-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
44 lines (41 loc) · 3.13 KB
/
Copy pathabout.html
File metadata and controls
44 lines (41 loc) · 3.13 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="Author" content="Sachin">
<meta name="Description" content="About page of the Encyclopedia Galactica.">
<title>About Us</title>
<link rel="stylesheet" href="css.css">
<link rel="icon" href="images/about-icon.png" type="image/x-icon">
</head>
<body>
<a href="index.html" style="text-decoration: none; color: red; font-family: 'Franklin Gothic Medium';" ><h2><img src="images/Picture1.png" alt="M31" title="M31_Hubble" width="50" height="50" style="text-align: left">E n c y c l o p e d i a G a l a c t i c a</h2></a> <!-- Organisation Reference -->
<h5 style="color: red;"> The official repository of all knowledge and wisdom of the galaxy.</h5> <!-- Principle and Wisdom -->
<hr>
<nav> <!-- Navigate through this webpage -->
<ul>
<li><a href="index.html#explore" style="text-decoration: none; color: red;" >Explore</a> <a href="contact.html" style="text-decoration: none; color: red;">Contact</a> <a href="about.html" style="text-decoration: none; color: red;">About</a> <a href="faqs.html" style="text-decoration: none; color: red;">Help!</a></li>
</ul>
</nav>
<hr>
<h4 style="font-family: Georgia, serif; color: red;">Wanna know more about us? <br> Who we are? or Why we even exist? <br> Read-On!</h4>
<style>
li {
color: red;
}
</style>
<nav>
<ul>
<li><a href="#who-we-are" style="text-decoration: none; color: red;">Who We Are?</a></li>
<li><a href="#our-mission" style="text-decoration: none; color: red;">Explore Our Mission!</a></li>
<li><a href="#wher-do-we-come-from" style="text-decoration: none; color: red;">Our Home.</a></li>
<li><a href="#why-we-exist" style="text-decoration: none; color: red;">Purpose Of Our Existence or Why the f we exist?</a></li>
<li><a href="#meaning-of-life" style="text-decoration: none; color: red;">The Meaning Of Life</a></li>
<li><a href="#mirror-color" style="text-decoration: none; color: red;">What's Colour a Mirror?</a></li>
<li><a href="#meaning-of-colour" style="text-decoration: none; color: red;">What does it mean too have a Colour or Why is everything so colourful? </a></li>
<li><a href="#red" style="text-decoration: none; color: red;">Why is everything so reddish here?</a></li>
<li><a href="#why-do-i-exist" style="text-decoration: none; color: red;">Who you are or Why do you even exist?</a></li>
</ul>
</nav>
</body>
</html>