diff options
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>
|