-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
98 lines (91 loc) · 5.22 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>hello, wolrd!</title>
<meta name="viewport" conytent="width=device-width, initial-scale=1"
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i,900,900i">
<link rel="stylesheet" href="styles/reset.css">
<link rel="stylesheet" href="styles/-debug.css">
<link rel="stylesheet" href="styles/article.css">
<link rel="stylesheet" href="styles/article-figure.css">
<link rel="stylesheet" href="styles/article-text.css">
<link rel="stylesheet" href="styles/article-share.css">
</head>
<body>
<article id="the-cosmos-1">
<h1><a href="#the-cosmos-1">The <em>Cosmos</em> is all there is </a></h1>
<h2>Or ever was, or ever will be</h2>
<time datetime="03-09-2014">MAR. 09, 2014</time>
<p>
<em>A generation ago</em>, the astronomer <a
href="https://en.wikipedia.org/wiki/Carl_Sagan">Carl sagan</a> stood here and
launched hundreds of millions of us on a great adventure: the exploration of the universe revealed
by science.
It's time to get going again.
We're about to begin a journey that will take us from the infinitesimal to the infinite, from
the dawn of time to the distant future.
We'll explore galaxies and suns and worlds, surf the gravity waves of space-time,
encounter beings that live in fire and ice, explore the planets of stars that never die,
discover atoms as massive as suns and universes smaller than atoms.
</p>
<figure class="size-4">
<img src="https://mikeorzen.com/wp-content/uploads/2015/10/cosmos.jpg">
</figure>
<figcaption><p>The <em>Cosmos</em>.</p></figcaption>
<h3>COSMOS IS ALSO A STORY ABOUT US</h3>
<p>
It's the saga of how wandering bands of hunters and gatherers found their way to the
stars, one adventure with many heroes.
To make this journey, we'll need imagination.
But imagination alone is not enough because the reality of nature is far more wondrous
than anything we can imagine.
This adventure is made possible by generations of searchers strictly adhering to a simple
set of rules test ideas by experiment and observation, build on those ideas that pass the
test, reject the ones that fail, follow the evidence wherever it leads and question
everything.
<strong>Accept these terms, and the cosmos is yours.</strong>
</p>
</article>
<article id="the-cosmos-2">
<h1><a href="#the-cosmos-2">The <em>Cosmos</em> is all there is </a></h1>
<h2>Or ever was, or ever will be</h2>
<time datetime="03-09-2014">MAR. 09, 2014</time>
<p>
<em>A generation ago</em>, the astronomer <a
href="https://en.wikipedia.org/wiki/Carl_Sagan">Carl sagan</a> stood here and
launched hundreds of millions of us on a great adventure: the exploration of the universe revealed
by science.
It's time to get going again.
We're about to begin a journey that will take us from the infinitesimal to the infinite, from
the dawn of time to the distant future.
We'll explore galaxies and suns and worlds, surf the gravity waves of space-time,
encounter beings that live in fire and ice, explore the planets of stars that never die,
discover atoms as massive as suns and universes smaller than atoms.
</p>
<figure class="size-4">
<img src="https://mikeorzen.com/wp-content/uploads/2015/10/cosmos.jpg">
</figure>
<figcaption><p>The <em>Cosmos</em>.</p></figcaption>
<h3>COSMOS IS ALSO A STORY ABOUT US</h3>
<p>
It's the saga of how wandering bands of hunters and gatherers found their way to the
stars, one adventure with many heroes.
To make this journey, we'll need imagination.
But imagination alone is not enough because the reality of nature is far more wondrous
than anything we can imagine.
This adventure is made possible by generations of searchers strictly adhering to a simple
set of rules test ideas by experiment and observation, build on those ideas that pass the
test, reject the ones that fail, follow the evidence wherever it leads and question
everything.
<strong>Accept these terms, and the cosmos is yours.</strong>
</p>
<p>
<div class="share">
<a href="https://www.linkedin.com/in/juanarturoplasencia/"><img src="images/LinkedIn-Logo.png"></a>
<a href="https://github.com/Juarpla"><img src="images/GitHub-Icon.png"></a>
</div>
</p>
</article>
</body>
</html>