Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zwbetz-gh/vanilla-bootstrap-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary Betz <zwbetz@gmail.com>2018-12-28 06:21:55 +0300
committerZachary Betz <zwbetz@gmail.com>2018-12-28 06:21:55 +0300
commitc39409dc7e07b9bc0e141c29a6a2a4aff181bbce (patch)
treea6b86f0d25b97234bd275f92c5e6bcf970feb26f /exampleSite
parent189a7d2d471bcb9a7b05a110b2cb6436d97e7843 (diff)
Bootstrap card shortcode, nasa img post
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/content/post/nasa-images/earth.jpgbin0 -> 518573 bytes
-rw-r--r--exampleSite/content/post/nasa-images/index.md34
-rw-r--r--exampleSite/content/post/nasa-images/moon.jpgbin0 -> 381038 bytes
-rw-r--r--exampleSite/content/post/nasa-images/sun.jpgbin0 -> 3118921 bytes
-rw-r--r--exampleSite/resources/_gen/images/nasa-images/earth_huaae7be4ba70df7325b57cd351ea21ee7_518573_700x0_resize_q75_box.jpgbin0 -> 79902 bytes
-rw-r--r--exampleSite/resources/_gen/images/nasa-images/moon_huaae7be4ba70df7325b57cd351ea21ee7_381038_700x0_resize_q75_box.jpgbin0 -> 58313 bytes
-rw-r--r--exampleSite/resources/_gen/images/nasa-images/sun_huc3d26fbb16c0f70400041133778c1446_3118921_700x0_resize_q75_box.jpgbin0 -> 115034 bytes
7 files changed, 34 insertions, 0 deletions
diff --git a/exampleSite/content/post/nasa-images/earth.jpg b/exampleSite/content/post/nasa-images/earth.jpg
new file mode 100644
index 0000000..7c03342
--- /dev/null
+++ b/exampleSite/content/post/nasa-images/earth.jpg
Binary files differ
diff --git a/exampleSite/content/post/nasa-images/index.md b/exampleSite/content/post/nasa-images/index.md
new file mode 100644
index 0000000..a700102
--- /dev/null
+++ b/exampleSite/content/post/nasa-images/index.md
@@ -0,0 +1,34 @@
+---
+title: "NASA Images"
+date: 2018-12-27T20:46:49-06:00
+tags: ["nasa"]
+---
+
+Images from the [NASA Image and Video Library](https://images.nasa.gov/).
+
+{{< bootstrap-card
+img="sun.jpg"
+title="The Sun"
+text="This illustration lays a depiction of the sun's magnetic fields over an image captured by NASA’s Solar Dynamics Observatory on March 12, 2016. The complex overlay of lines can teach scientists about the ways the sun's magnetism changes in response to the constant movement on and inside the sun. Note how the magnetic fields are densest near the bright spots visible on the sun – which are magnetically strong active regions – and many of the field lines link one active region to another. This magnetic map was created using the PFSS – Potential Field Source Surface – model, a model of the magnetic field in the sun’s atmosphere based on magnetic measurements of the solar surface. The underlying image was taken in extreme ultraviolet wavelengths of 171 angstroms. This type of light is invisible to our eyes, but is colorized here in gold. [Credits](https://images.nasa.gov/details-GSFC_20171208_Archive_e000393.html)."
+alt="sun"
+command="Resize"
+options="700x"
+class="mb-3" >}}
+
+{{< bootstrap-card
+img="moon.jpg"
+title="The Moon"
+text="Full Moon. Rises at sunset, high in the sky around midnight. Visible all night. This marks the first time that accurate shadows at this level of detail are possible in such a computer simulation. The shadows are based on the global elevation map being developed from measurements by the Lunar Orbiter Laser Altimeter (LOLA) aboard the Lunar Reconnaissance Orbiter (LRO). LOLA has already taken more than 10 times as many elevation measurements as all previous missions combined. The Moon always keeps the same face to us, but not exactly the same face. Because of the tilt and shape of its orbit, we see the Moon from slightly different angles over the course of a month. When a month is compressed into 12 seconds, as it is in this animation, our changing view of the Moon makes it look like it's wobbling. This wobble is called libration. The word comes from the Latin for \"balance scale\" (as does the name of the zodiac constellation Libra) and refers to the way such a scale tips up and down on alternating sides. The sub-Earth point gives the amount of libration in longitude and latitude. [Credits](https://images.nasa.gov/details-GSFC_20171208_Archive_e001861.html)."
+alt="moon"
+command="Resize"
+options="700x"
+class="mb-3" >}}
+
+{{< bootstrap-card
+img="earth.jpg"
+title="The Earth"
+text="Behold one of the more detailed images of the Earth yet created. This Blue Marble Earth montage shown above -- created from photographs taken by the Visible/Infrared Imager Radiometer Suite (VIIRS) instrument on board the new Suomi NPP satellite -- shows many stunning details of our home planet. The Suomi NPP satellite was launched last October and renamed last week after Verner Suomi, commonly deemed the father of satellite meteorology. The composite was created from the data collected during four orbits of the robotic satellite taken earlier this month and digitally projected onto the globe. Many features of North America and the Western Hemisphere are particularly visible on a high resolution version of the image. [Credits](https://images.nasa.gov/details-PIA18033.html)."
+alt="earth"
+command="Resize"
+options="700x"
+class="mb-3" >}} \ No newline at end of file
diff --git a/exampleSite/content/post/nasa-images/moon.jpg b/exampleSite/content/post/nasa-images/moon.jpg
new file mode 100644
index 0000000..0119a33
--- /dev/null
+++ b/exampleSite/content/post/nasa-images/moon.jpg
Binary files differ
diff --git a/exampleSite/content/post/nasa-images/sun.jpg b/exampleSite/content/post/nasa-images/sun.jpg
new file mode 100644
index 0000000..0faeb53
--- /dev/null
+++ b/exampleSite/content/post/nasa-images/sun.jpg
Binary files differ
diff --git a/exampleSite/resources/_gen/images/nasa-images/earth_huaae7be4ba70df7325b57cd351ea21ee7_518573_700x0_resize_q75_box.jpg b/exampleSite/resources/_gen/images/nasa-images/earth_huaae7be4ba70df7325b57cd351ea21ee7_518573_700x0_resize_q75_box.jpg
new file mode 100644
index 0000000..8e29aff
--- /dev/null
+++ b/exampleSite/resources/_gen/images/nasa-images/earth_huaae7be4ba70df7325b57cd351ea21ee7_518573_700x0_resize_q75_box.jpg
Binary files differ
diff --git a/exampleSite/resources/_gen/images/nasa-images/moon_huaae7be4ba70df7325b57cd351ea21ee7_381038_700x0_resize_q75_box.jpg b/exampleSite/resources/_gen/images/nasa-images/moon_huaae7be4ba70df7325b57cd351ea21ee7_381038_700x0_resize_q75_box.jpg
new file mode 100644
index 0000000..b9cca6f
--- /dev/null
+++ b/exampleSite/resources/_gen/images/nasa-images/moon_huaae7be4ba70df7325b57cd351ea21ee7_381038_700x0_resize_q75_box.jpg
Binary files differ
diff --git a/exampleSite/resources/_gen/images/nasa-images/sun_huc3d26fbb16c0f70400041133778c1446_3118921_700x0_resize_q75_box.jpg b/exampleSite/resources/_gen/images/nasa-images/sun_huc3d26fbb16c0f70400041133778c1446_3118921_700x0_resize_q75_box.jpg
new file mode 100644
index 0000000..d1bf2c0
--- /dev/null
+++ b/exampleSite/resources/_gen/images/nasa-images/sun_huc3d26fbb16c0f70400041133778c1446_3118921_700x0_resize_q75_box.jpg
Binary files differ