-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
116 lines (116 loc) · 3.41 KB
/
blog.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
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
<!doctype html>
<!-- Website template by freewebsitetemplates.com -->
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>blog - Space Science Website Template</title>
<link rel="stylesheet" href="css/style.css" type="text/css">
<link rel="stylesheet" type="text/css" href="css/mobile.css">
<script src="js/mobile.js" type="text/javascript"></script>
</head>
<body>
<div id="page">
<div id="header">
<div>
<a href="index.html" class="logo"><img src="images/logo.png" alt=""></a>
<ul id="navigation">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="about.html">About</a>
</li>
<li class="menu">
<a href="projects.html">Projects</a>
<ul class="primary">
<li>
<a href="proj1.html">proj 1</a>
</li>
</ul>
</li>
<li class="menu selected">
<a href="blog.html">Blog</a>
<ul class="secondary">
<li>
<a href="singlepost.html">Single post</a>
</li>
</ul>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
</ul>
</div>
</div>
<div id="body">
<div class="header">
<div>
<h1>Team Cholera</h1>
<div class="article">
<ul>
<li>
<a href="singlepost.html"><img src="images/astronaut.jpg" alt=""></a>
<h1>SUCCESFUL REPAIR OF THE MX-1 SAT</h1>
<span>FEBRUARY 6, 2023</span>
<p>This website template has been designed by Free Website Templates for you, for free. You can replace all this text with your own text.</p>
<a href="singlepost.html" class="more">Read More</a>
</li>
<li>
<a href="singlepost.html"><img src="images/satellite-dish.jpg" alt=""></a>
<h1>ALIEN SIGNAL DISCOVERY</h1>
<span>FEBRUARY 3, 2023</span>
<p>You can remove any link to our website from this website template, you're free to use this website template without linking back to us.</p>
<a href="singlepost.html" class="more">Read More</a>
</li>
</ul>
</div>
<div class="sidebar">
<ul>
<li>
<h1>Mbate Konli 4</h1>
<a href="singlepost.html"><img src="images/moon-satellite.jpg" alt=""></a>
<h2>SOYUZ TMA-M</h2>
<span>FEBRUARY 6, 2023</span>
</li>
<li>
<h1>RECENT POSTS</h1>
<ul>
<li>
<a href="singlepost.html"><img src="images/alien-life.jpg" alt=""></a>
<h2>ALIEN LIFE</h2>
<span>FEBRUARY 3, 2023</span>
</li>
<li>
<a href="singlepost.html"><img src="images/galaxy.jpg" alt=""></a>
<h2>THE GALAXY</h2>
<span>FEBRUARY 1, 2023</span>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</div>
<div id="footer">
<div class="connect">
<div>
<h1>FOLLOW OUR MISSIONS ON</h1>
<div>
<a href="http://freewebsitetemplates.com/go/facebook/" class="facebook">facebook</a>
<a href="http://freewebsitetemplates.com/go/twitter/" class="twitter">twitter</a>
<a href="http://freewebsitetemplates.com/go/googleplus/" class="googleplus">googleplus</a>
<a href="http://pinterest.com/fwtemplates/" class="pinterest">pinterest</a>
</div>
</div>
</div>
<div class="footnote">
<div>
<p>© 2023 BY SPACE PROSPECTION | ALL RIGHTS RESERVED</p>
</div>
</div>
</div>
</div>
</body>
</html>