-
Notifications
You must be signed in to change notification settings - Fork 0
/
about_site.html
72 lines (56 loc) · 2.43 KB
/
about_site.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css" type="text/css">
<title>About site</title>
</head>
<body>
<header class="main_header">
<table class="logo">
<tr>
<td><h1>Universe</h1></td>
<td><img src="images/galactic_icon_big.png" alt="galaxy"></td>
</tr>
</table>
<nav class="header__menu">
<ul >
<li><a href="index.html">Home</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="about_site.html">About site</a></li>
<li><a href="contact_us.html">Contact Us</a></li>
</ul>
</nav>
</header>
<main class="main__about">
<article class="about__content">
<section class="about__info">
<p>
Space exploration is the ongoing discovery and exploration of celestial structures in outer space by means of continuously evolving and growing space technology. While the study of space is carried out mainly by astronomers with telescopes, the physical exploration of space is conducted both by unmanned robotic space probes and human spaceflight.
</p>
<p>
While the observation of objects in space, known as astronomy, predates reliable recorded history, it was the development of large and relatively efficient rockets during the mid-twentieth century that allowed physical space exploration to become a reality.
</p>
<p>
This site designed for acquaintance with huge space subject. You can find here scientific timatics like an in information about solar system's planets and solar system in general , about galaxies and alien's mysterious theories Also you can find here movies ,books and computer games on a space timatic.
</p>
</section>
<nav class="menu__about">
<ul >
<li><a href="">Solar System</a></li>
<li><a href="">Galaxies</a></li>
<li><a href="">Ufology</a></li>
<li><a href="">Movies</a></li>
<li><a href="">Games</a></li>
<li><a href="">Books</a></li>
<li><a href="">News</a></li>
</ul>
</nav>
</article>
</main>
<footer class="main__footer about__footer">
Copyrigth© 2017. Designed by Poul Botnar. All rights reserved
</footer>
</body>
</html>