aboutsummaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorarf20 <aruizfernandez05@gmail.com>2023-10-28 15:07:58 +0200
committerarf20 <aruizfernandez05@gmail.com>2023-10-28 15:07:58 +0200
commit423db695c24dc81d65832f47f1b134c465d0666f (patch)
tree47237421383c777b6ff12ee96d12054eb588023e /astro
parent53df97269e221374c3696c340d549f45c15c9e77 (diff)
downloadarfnet2-web-423db695c24dc81d65832f47f1b134c465d0666f.tar.gz
arfnet2-web-423db695c24dc81d65832f47f1b134c465d0666f.zip
Astrophotography added
Diffstat (limited to 'astro')
-rwxr-xr-xastro/general.html37
-rwxr-xr-xastro/moon.html29
2 files changed, 66 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>
diff --git a/astro/moon.html b/astro/moon.html
new file mode 100755
index 0000000..5ba9bc6
--- /dev/null
+++ b/astro/moon.html
@@ -0,0 +1,29 @@
+<!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>
+ <a class="fst" href="/astro/">Back</a><br>
+ Theese were taken with an Olympus E-PL 7 held by hand on the ocular of a Celestron C11, at Cabezo de la Jara Observatory, Murcia.
+ <img class="astrophoto" src="/images/astro/moon0.gif">
+ <img class="astrophoto" src="/images/astro/moon1.gif">
+ <img class="astrophoto" src="/images/astro/moon2.gif">
+ <img class="astrophoto" src="/images/astro/moon3.gif">
+ <img class="astrophoto" src="/images/astro/moon4.gif">
+ </body>
+</html>