-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.htm
115 lines (90 loc) · 3.84 KB
/
index.htm
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
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Planets and Stars</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="The planets in our solar system" content="contains pictures and information about planets" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.dropotron.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<!--modernizr below-->
<script src="js/modernizr.custom.05819.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
</head>
<body class="homepage">
<!-- Header -->
<div id="header">
<div class="container">
<!-- Logo -->
<h1><a href="#" id="logo">Planets and Stars</a></h1>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="index.htm">Home</a></li>
<li><a href="OurPlanet.html">Our Planets</a></li>
<li><a href="KnowThis.html">Know This</a></li>
<li><a href="Myths.html">Myths</a></li>
<li><a href="Facts.html">Facts</a></li>
</ul>
</nav>
</div>
</div>
<!-- Featured -->
<div style="background-color:honeydew" class="wrapper style2">
<section class="container">
<h3>Our Wonderous Universe</h3>
<div class="row no-collapse-1">
<section class="4u">
<h2>Kepler</h2>
<a href="#" class="image feature"><img src="images/kepler.jpg" alt="Kplr" width="250" height="250"
title="Kepler"></a>
<p style="background-color:SlateBlue;"><b>Kepler-69c is a planet that could be a "super-Venus" or a
"super-Earth," depending on how habitable its surface is. At the time of its discovery,
however, researchers said the planet had many similarities to Earth — and that it is
orbiting a star much like our own sun.</b></p>
</section>
<section class="4u">
<h2>Cluster</h2>
<a href="#" class="image feature"><img src="images/clusters.jpg" alt="GasCloud" width="250"
height="250" title="Cluster"></a>
<p style="background-color:SlateBlue;"><b>This new star cluster has been named Nyx, for the Greek
goddess of the night. They are within the vicinity of our sun's location in the galaxy and
extend about 6,000 light-years above and below the plane of the Milky Way galaxy if you were
to view it from the side.</b></p>
</section>
<section class="4u">
<h2>Galaxy</h2>
<a href="#" class="image feature"><img src="images/andromeda.jpg" alt="Galaxy" width="250"
height="250" title="Andromeda"></a>
<p style="background-color:SlateBlue;"><b>The Andromeda galaxy is the closest large spiral galaxy to
ours. Excluding the Large and Small Magellanic Clouds, which can’t be seen from northerly
latitudes, the Andromeda galaxy – also known as M31 – is the brightest galaxy you can see.
At 2.5 million light-years, it’s also the most distant thing visible to your unaided
eye.</b></p>
</section>
</div>
<a href="Contact.html" class="button button-alt">Contact Us</a>
</section>
</div>
<div>
</div>
<!-- Copyright -->
<div id="copyright" class="container" style="text-align: center;">
<b>Design:</b> <a href="http://templated.co">©TEMPLATED</a> <b>Editor:</b>
<a href="mailto:[email protected]">Sabbir Ahmed</a>
<br />
<a href="http://validator.w3.org/check?uri=referer" title="HTML5 Validation">HTML5 Validation</a>
<p><b>
This site is for educational purpose only. No commercial value.</b>
</p>
</div>
</body>
</html>