Added some hygsvg stuff.

This commit is contained in:
joachim 2018-10-10 21:07:13 +02:00
parent 2ebda1d398
commit fffd6c3724
5 changed files with 3191 additions and 3173 deletions

6336
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +1,7 @@
<p> <p>
File this under <em>"I want this but I don't want to pay for it... I'll do it myself then!"</em>. There are a couple There are a couple of online services that offer the creation of a poster that contains the night's sky at a certain
of online services that offer the creation of a poster that contains the night's sky at a certain point in time and point in time and space, but they all want to be paid handsomely. So, do it ourselves then! A quick search for input
space, but they all want to be paid handsomely. So, do it ourselves then. A quick search for input time resulted in data resulted in the following database: <a target="_blank" href="https://github.com/astronexus/HYG-Database">https://github.com/astronexus/HYG-Database</a>
the following database: <a target="_blank" href="https://github.com/astronexus/HYG-Database">https://github.com/astronexus/HYG-Database</a>
</p> </p>
<p> <p>
@ -16,5 +15,24 @@
you can produce posters of whichever size you desire. you can produce posters of whichever size you desire.
</p> </p>
<div class="row">
<div class="col-md-6">
<figure class="figure">
<img src="assets/post/ikearefurbish/img/tafel3.jpg" class="figure-img img-fluid rounded"
alt="One of the old planks in contrast to the new ones.">
<figcaption class="figure-caption">One of the old planks in contrast to the new ones.</figcaption>
</figure>
</div>
<div class="col-md-6">
<figure class="figure">
<img src="assets/post/ikearefurbish/img/tafel4.jpg" class="figure-img img-fluid rounded"
alt="Sanded down and ready for putting on the protective oil.">
<figcaption class="figure-caption">Sanded down and ready for putting on the protective oil.</figcaption>
</figure>
</div>
</div>
<p>Most parameters can be easily modified (size of the stars, colors, ...), either by changing some variables or <p>Most parameters can be easily modified (size of the stars, colors, ...), either by changing some variables or
modifying the code (which should be relatively easy.</p> modifying the code (which should be relatively easy. It's currently possible to have the star's colors correspond to
their actual class (if it's known in the database), meaning that the star is blue when hot, and reddish when cool.
Stars are also portrayed bigger when they are more bright in the sky, which made sense to me, as a non-astronomer.</p>

Binary file not shown.

After

Width:  |  Height:  |  Size: 133 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB