rainbow and image scale
This commit is contained in:
parent
5c9498c79e
commit
00c2f86d7e
|
@ -9,14 +9,14 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div style="text-align: center;">
|
<div style="text-align: center;">
|
||||||
<h1>Data from IRF Kiruna</h1>
|
<h1><span style='color: purple;'>D</span><span style='color: #FF47EB;'>a</span><span style='color: red;'>t</span><span style='color: #FF6600;'>a</span> <span style='color: orange;'>f</span><span style='color: #FFE200;'>r</span><span style='color: lightgreen;'>o</span><span style='color: darkgreen;'>m</span> <span style='color: turquoise;'>I</span><span style='color: #1ac6ff;'>R</span><span style='color: blue;'>F</span> <span style='color: grey;'>K</span><span style='color: #914724;'>i</span>r<span style='color: #9933ff;'>u</span><span style='color: #ff99cc;'>n</span><span style='color: #811a36;'>a</span></h1>
|
||||||
<div style="display: inline-block; padding: 10px;">
|
<div style="display: inline-block; padding: 10px;">
|
||||||
<h3>Latest image from the All Sky camera</h3>
|
<h3>Latest image from the All Sky camera</h3>
|
||||||
<img src='https://www.irf.se/alis/allsky/krn/latest_small.jpeg'>
|
<img style='width: 90%;' src='https://www.irf.se/alis/allsky/krn/latest_small.jpeg'>
|
||||||
</div>
|
</div>
|
||||||
<div style="display: inline-block; padding: 10px;">
|
<div style="display: inline-block; padding: 10px;">
|
||||||
<h3>Latest movie from the All Sky camera</h3>
|
<h3>Latest movie from the All Sky camera</h3>
|
||||||
<video autoplay loop src='https://www.irf.se/alis/allsky/krn/latest_movie.mp4'></video>
|
<video style='width: 90%;' autoplay loop src='https://www.irf.se/alis/allsky/krn/latest_movie.mp4'></video>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div style="text-align: center;">
|
<div style="text-align: center;">
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
<span id="kp_3"></span>
|
<span id="kp_3"></span>
|
||||||
</div>
|
</div>
|
||||||
<h2>Advanced data</h2>
|
<h2>Advanced data</h2>
|
||||||
<img src='https://www.spaceweather.se/content/irf-kp.png'>
|
<img style='width: 70%;' src='https://www.spaceweather.se/content/irf-kp.png'>
|
||||||
</div>
|
</div>
|
||||||
<footer style="text-align: center;">
|
<footer style="text-align: center;">
|
||||||
All data has been obtained from <a href="https://www.irf.se/">IRF</a>, any use or distribution of the data has to comply with <a href="https://www.irf.se/wp-content/uploads/2020/02/License-agreement.pdf">this</a> license.
|
All data has been obtained from <a href="https://www.irf.se/">IRF</a>, any use or distribution of the data has to comply with <a href="https://www.irf.se/wp-content/uploads/2020/02/License-agreement.pdf">this</a> license.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user