-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblog1.html
More file actions
73 lines (69 loc) · 3.48 KB
/
Copy pathblog1.html
File metadata and controls
73 lines (69 loc) · 3.48 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Blog Details</title>
<!-- Core theme CSS (includes Bootstrap)-->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<style>
</style>
</head>
<body>
<!-- Post Content-->
<article class="my-4">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<h2>Reaching for the Stars</h2>
<div>
<span>
Posted by
<a href="#!">Alok Raj</a>
on March 24, 2021
</span>
</div>
<p class="mt-3">As we got further and further away, it [the Earth] diminished in size. Finally it
shrank to the
size of a marble, the most beautiful you can imagine. That beautiful, warm, living object looked
so fragile, so delicate, that if you touched it with a finger it would crumble and fall apart.
Seeing this has to change a man.</p>
<a href="#"><img class="img-fluid"
src="https://assets.vccircle.com/uploads/2018/10/OnlineeducationThinkstockPhotos.jpg"
alt="..." /></a>
<br>
<span class="caption text-muted">To go places and do things that have never been done before –
that’s what living is all about.</span>
<br><br>
<p>Space, the final frontier. These are the voyages of the Starship Enterprise. Its five-year
mission: to explore strange new worlds, to seek out new life and new civilizations, to boldly go
where no man has gone before.</p>
<p>As I stand out here in the wonders of the unknown at Hadley, I sort of realize there’s a
fundamental truth to our nature, Man must explore, and this is exploration at its greatest.</p>
<p>
Placeholder text by
<a href="http://spaceipsum.com/">Space Ipsum</a>
· Images by
<a href="https://www.flickr.com/photos/nasacommons/">NASA on The Commons</a>
</p>
<a class="btn btn-warning btn-md" href="index.html">☚ Go back</a>
</div>
</div>
</div>
</article>
<!-- Footer-->
<footer class="border-top">
<div class="container px-4 px-lg-5">
<div class="row gx-4 gx-lg-5 justify-content-center">
<div class="col-md-10 col-lg-8 col-xl-7">
<div class="small text-center text-muted fst-italic p-3">Copyright © Your Website 2021</div>
</div>
</div>
</div>
</footer>
<!-- Bootstrap core JS-->
<!-- Core theme JS-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4"
crossorigin="anonymous"></script>
</body>
</html>