diff options
author | arf20 <aruizfernandez05@gmail.com> | 2023-10-28 15:07:58 +0200 |
---|---|---|
committer | arf20 <aruizfernandez05@gmail.com> | 2023-10-28 15:07:58 +0200 |
commit | 423db695c24dc81d65832f47f1b134c465d0666f (patch) | |
tree | 47237421383c777b6ff12ee96d12054eb588023e /astro/general.html | |
parent | 53df97269e221374c3696c340d549f45c15c9e77 (diff) | |
download | arfnet2-web-423db695c24dc81d65832f47f1b134c465d0666f.tar.gz arfnet2-web-423db695c24dc81d65832f47f1b134c465d0666f.zip |
Astrophotography added
Diffstat (limited to 'astro/general.html')
-rwxr-xr-x | astro/general.html | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/astro/general.html b/astro/general.html new file mode 100755 index 0000000..5708c80 --- /dev/null +++ b/astro/general.html @@ -0,0 +1,37 @@ +<!DOCTYPE html>
+<html>
+ <head>
+ <link rel="stylesheet" type="text/css" href="/style.css">
+ <title>ARFNET Astro</title>
+ <style>
+ .astrophoto {
+ margin-top: 20px;
+ width: 100%;
+ }
+ </style>
+ </head>
+
+ <body>
+ <header><a href="/">
+ <img src="/arfnet_logo.png" width="64">
+ <span class="title"><strong>ARFNET</strong></span>
+ </a></header>
+ <hr>
+ <h2>Astrophotography section</h2>
+ <h3>Wide field category</h3>
+ <a class="sec" href="/astro/">Back</a>
+ <img class="astrophoto" src="/images/astro/sky0.gif"><span>Jupiter, Saturn and the Milky Way
+ <a href="">astrometry</a></span>
+ <img class="astrophoto" src="/images/astro/sky1.gif"><span>The summer triangle
+ <a href="https://nova.astrometry.net/user_images/7966506#annotated">astrometry</a></span>
+ <img class="astrophoto" src="/images/astro/sky2.gif"><span>NEOWISE comet in the sky</span>
+ <img class="astrophoto" src="/images/astro/m42.gif"><span>M42</span>
+ <img class="astrophoto" src="/images/astro/andromeda.gif"><span>Andromeda</span>
+ <img class="astrophoto" src="/images/astro/sky3.gif"><span>More milky way I guess, now with 77D
+ <a href="https://nova.astrometry.net/user_images/7966497#annotated">astrometry</a></span>
+ <img class="astrophoto" src="/images/astro/sky4.gif"><span>Milky way, 20 shot stack
+ <a href="https://nova.astrometry.net/user_images/8447987#annotated">astrometry</a></span>
+ <img class="astrophoto" src="/images/astro/sky5.gif"><span>Milky way, summer triangle, 200 shot stack
+ <a href="https://nova.astrometry.net/user_images/8447879#annotated">astrometry</a></span>
+ </body>
+</html>
|