-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
122 lines (96 loc) · 6.41 KB
/
Copy pathindex.html
File metadata and controls
122 lines (96 loc) · 6.41 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
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="Author" content="Sachin">
<meta name="Description" content="This is the source code of Encyclopedia Galactica">
<title>Encyclopedia Galactica</title>
<link rel="stylesheet" href="css.css">
<link rel="icon" href="images/Picture1.png" type="image/x-icon">
<style>
p {
font-style: italic;
font: 100;
}
body {
background-image: url('https://files.123freevectors.com/wp-content/original/111534-light-color-blurred-background-vector.jpg');
}
h5 {
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif ;
}
</style>
</head>
<body>
<header>
<a href="index.html" style="text-decoration: none; color: blue; font-family: 'Franklin Gothic Medium';" ><h2><img src="images/Picture1.png" alt="M31" title="Encyclopedia_Galactica" 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> The official repository of all knowledge and wisdom of the Milky Way Galaxy.</h5> <!-- Principle and Wisdom -->
<hr>
<nav> <!-- Navigate through this webpage -->
<ul>
<li><a href="#explore" style="text-decoration: none; color: blueviolet;" >Explore</a> <a href="contact.html" style="text-decoration: none; color: blueviolet;">Contact</a> <a href="about.html" style="text-decoration: none; color: blueviolet;">About</a> <a href="faqs.html" style="text-decoration: none; color: blueviolet;">Help!</a></li>
</ul>
</nav>
<hr>
<figure> <!-- Homepage Picture Reference -->
<img src="images/Hubble_-_Carina_Nebula.jpg" alt="Encyclopedia_Galactica" title="Carina_Nebula" width="895" height="500"> <p>Lumps of Hydrogen collapse further and further under the force of gravity and the life cycle of a new star beguns.</p>
</figure>
<br><br>
</header>
<hr>
<main>
<article id="explore"> <!-- Explore Section -->
<h3>We offer quality resources required for your normal and good hitchhiking in the Local galaxy.</h3>
<aside> <!-- Snapwoop Notice -->
<details>
<summary style="font-size: large;">
Notice : The HitchHiker's Guide to the Galaxy has replaced the Encyclopedia Galactica.
</summary>
<p style="font-size: large;">yes! you heard it right the HitchHiker's guide to the galaxy has won the lawsuit.
and now all their content would be available on this website cause' they procastinated in making their own.
</p>
</details>
</aside>
<h3 style="color: orange;">Feed on these and Get Ready for the Old Janx Spirit!</h3> <!-- Feed beginning Reference -->
<section id="howtoleavetheplanet"> <!-- Wisdom 01 -->
<fieldset>
<legend>How To Leave The Planet</legend>
<a href="web-content/HowToLeaveThePlanet.html" target="_blank" ><img src="images/HowToLeaveThePLanet.png" alt="Illustration_01" title="Illustration showing leaving the planet" width="969" height="300"></a>
</fieldset>
</section>
<br>
<section id="alcohol"> <!-- Wisdom 02 -->
<fieldset>
<legend>Alcohol?</legend>
<a href="web-content/Alcohol.html" target="_blank" ><img src="images/Alcohol.png" alt="Illustration_01" title="Alcohol" width="969" height="300"></a>
</fieldset>
</section>
<br>
<section id="magrathea"> <!-- Wisdom 02 -->
<fieldset>
<legend>How to Make A Luxurious Planet</legend>
<a href="web-content/magrathea.html" target="_blank" ><img src="images/magrathea.png" alt="welcome-to-magrathea" title="Magrathea" width="969" height="300"></a>
</fieldset>
</section>
<!-- To be Continued -->
</article>
<br>
</main>
<footer>
<a href="#explore" style="text-decoration: none; color:darkgray">Back To Top</a>
<hr>
<p style="font-size: larger;">
Far out in the uncharted backwaters of the unfashionable end of the Western Spiral arm of the Galaxy lies a small unregarded yellow sun. Orbiting this at a distance of roughly ninety-eight million miles is an utterly insignificant little blue-green planet whose ape-descended life forms are so amazingly primitive that they still think that digital watches are a pretty neat idea.
</p>
<hr>
<p style="font-size: large;">Any illegal use of the information might lead to lawsuit ©Sirius Cybernetics Corporation.</p>
<address>
Sirius Star System , Planet Sirius Cybernetics,
11000AB45 , Eastern Center Spiral Arm, Sagittarius Dwarf Galaxy
</address>
<section id="about">
<h5>Encyclopedia_Galactica is a Galactical organization than encompasses over three medium-sized planets <br>
</h5>
</section>
</footer>
</body>
</html>