Added some hygsvg stuff.
This commit is contained in:
parent
2ebda1d398
commit
fffd6c3724
6336
package-lock.json
generated
6336
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -1,8 +1,7 @@
|
||||
<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
|
||||
of online services that offer the creation of a poster that contains the night's sky at a certain point in time and
|
||||
space, but they all want to be paid handsomely. So, do it ourselves then. A quick search for input time resulted in
|
||||
the following database: <a target="_blank" href="https://github.com/astronexus/HYG-Database">https://github.com/astronexus/HYG-Database</a>
|
||||
There are a couple of online services that offer the creation of a poster that contains the night's sky at a certain
|
||||
point in time and space, but they all want to be paid handsomely. So, do it ourselves then! A quick search for input
|
||||
data resulted in the following database: <a target="_blank" href="https://github.com/astronexus/HYG-Database">https://github.com/astronexus/HYG-Database</a>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
@ -16,5 +15,24 @@
|
||||
you can produce posters of whichever size you desire.
|
||||
</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
|
||||
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>
|
||||
|
||||
BIN
src/assets/post/hygsvg/img/stars1.PNG
Normal file
BIN
src/assets/post/hygsvg/img/stars1.PNG
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 133 KiB |
BIN
src/assets/post/hygsvg/img/stars2.PNG
Normal file
BIN
src/assets/post/hygsvg/img/stars2.PNG
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 80 KiB |
BIN
src/assets/post/hygsvg/img/stars3.PNG
Normal file
BIN
src/assets/post/hygsvg/img/stars3.PNG
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 104 KiB |
Loading…
Reference in New Issue
Block a user