Skip to content

Instantly share code, notes, and snippets.

@attilah
Last active October 10, 2024 00:18
Show Gist options
  • Save attilah/c0847ce8a0f1f33bd56b25943428f903 to your computer and use it in GitHub Desktop.
Save attilah/c0847ce8a0f1f33bd56b25943428f903 to your computer and use it in GitHub Desktop.
<html>
<head>
<meta charset="UTF-8" />
<title>Test Letter</title>
<style>
@page {
size: Letter;
margin: 0;
}
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
overflow: auto;
margin: 0;
padding: 0;
}
body {
position: relative;
background-size: contain;
margin: 0;
padding: 0;
font-family: "UntitledSans";
}
.page {
margin: 0;
padding: 0;
width: 8.5in;
height: 11in;
position: relative;
background-size: contain;
overflow: hidden;
}
.background {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
}
</style>
</head>
<body>
<div id="page-1" class="page">
<h1>The Wonders of Outer Space</h1>
<p>
Outer space, the vast expanse beyond Earth's atmosphere, has captivated
human imagination for millennia. It is a realm of unimaginable scale,
filled with celestial bodies ranging from tiny asteroids to massive
galaxies. The sheer enormity of space challenges our understanding of
the universe and our place within it, inspiring both awe and curiosity
in equal measure.
</p>
<p>
Our solar system, a tiny fraction of the cosmos, is home to a diverse
array of planets, moons, and other celestial objects. From the scorching
surface of Mercury to the icy plains of Pluto, each world tells a unique
story of formation and evolution. The gas giants Jupiter and Saturn,
with their complex systems of rings and moons, showcase the dynamic
nature of planetary systems, while Mars, with its rusty landscapes,
holds tantalizing clues about the potential for life beyond Earth.
</p>
<p>
Beyond our solar system lies the interstellar medium, a sparse but
important region filled with gas, dust, and cosmic rays. This seemingly
empty space is crucial for the birth of new stars and planets. Stellar
nurseries, vast clouds of molecular hydrogen, collapse under their own
gravity to form new suns, potentially giving rise to new planetary
systems and the possibility of worlds that could harbor life.
</p>
<p>
Galaxies, immense collections of stars, gas, and dark matter, populate
the universe in staggering numbers. Our own Milky Way, a spiral galaxy
containing hundreds of billions of stars, is just one among trillions.
These galactic cities come in various shapes and sizes, from elegant
spirals to elliptical giants, each with its own history of formation and
interaction with neighboring galaxies. The study of these cosmic
metropolises helps us understand the large-scale structure of the
universe and its evolution over billions of years.
</p>
<p>
As we peer deeper into space, we also look back in time, thanks to the
finite speed of light. Powerful telescopes allow us to observe the
echoes of the Big Bang, the theoretical beginning of our universe, in
the form of cosmic microwave background radiation. This ancient light,
along with observations of distant galaxies and the distribution of
matter in the cosmos, helps cosmologists piece together the story of our
universe's birth, evolution, and potential future. The mysteries of dark
matter and dark energy, which together make up the majority of the
universe's content, continue to challenge our understanding and drive us
to explore further into the cosmic unknown.
</p>
</div>
<div id="page-2" class="page">
<h1>Our Planet Earth</h1>
<p>
Earth, our home in the vast cosmos, is a remarkable planet teeming with
life and natural wonders. As the third planet from the Sun in our solar
system, Earth occupies a unique position often referred to as the
"Goldilocks zone," where conditions are just right to support liquid
water on its surface. This factor, combined with its diverse ecosystems
and complex atmosphere, makes Earth the only known planet to harbor life
in the universe.
</p>
<p>
The structure of Earth is complex and layered. At its core lies a solid
inner core of iron and nickel, surrounded by a liquid outer core that
generates Earth's magnetic field. Above this sits the mantle, a thick
layer of hot, dense rock that flows slowly over geological timescales.
The outermost layer, the crust, is where we live – a thin, solid shell
of rock that forms the continents and ocean floors. These layers
interact through processes like plate tectonics, which shape the
planet's surface over millions of years.
</p>
<p>
Earth's atmosphere is a crucial component of its life-supporting
systems. Composed primarily of nitrogen and oxygen, with trace amounts
of other gases, the atmosphere protects the planet from harmful solar
radiation, helps regulate temperature, and facilitates the water cycle.
This thin blanket of air is responsible for weather patterns, climate
systems, and the distribution of heat and moisture across the globe. The
delicate balance of gases in our atmosphere also plays a vital role in
maintaining conditions suitable for life.
</p>
<p>
The hydrosphere, Earth's water systems, is another defining feature of
our planet. Covering about 71% of Earth's surface, water exists in
oceans, rivers, lakes, glaciers, and underground aquifers. The oceans,
in particular, play a crucial role in regulating climate, absorbing
carbon dioxide, and supporting a vast array of marine life. The water
cycle, driven by solar energy, constantly moves water between these
reservoirs, shaping landscapes and supporting ecosystems worldwide.
</p>
<p>
Perhaps the most extraordinary aspect of Earth is its biosphere – the
sum total of all ecosystems and living organisms on the planet. From the
deepest ocean trenches to the highest mountain peaks, life has found a
way to thrive in an incredible variety of environments. The diversity of
life on Earth is staggering, with millions of known species and likely
millions more yet to be discovered. This rich tapestry of life,
interconnected through complex food webs and ecosystems, makes Earth a
vibrant, dynamic planet. As the only known harbor of life in the
universe, Earth holds a special place in our understanding of the cosmos
and our role within it.
</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment