aboutsummaryrefslogtreecommitdiff
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
parent53df97269e221374c3696c340d549f45c15c9e77 (diff)
downloadarfnet2-web-423db695c24dc81d65832f47f1b134c465d0666f.tar.gz
arfnet2-web-423db695c24dc81d65832f47f1b134c465d0666f.zip
Astrophotography added
-rwxr-xr-xastro/general.html37
-rwxr-xr-xastro/moon.html29
-rw-r--r--images/astro/andromeda.gifbin0 -> 31488428 bytes
-rw-r--r--images/astro/m42.gifbin0 -> 24089511 bytes
-rw-r--r--images/astro/moon0.gifbin0 -> 3148959 bytes
-rw-r--r--images/astro/moon1.gifbin0 -> 3141821 bytes
-rw-r--r--images/astro/moon2.gifbin0 -> 3231062 bytes
-rw-r--r--images/astro/moon3.gifbin0 -> 3181460 bytes
-rw-r--r--images/astro/moon4.gifbin0 -> 2839730 bytes
-rw-r--r--images/astro/sky0.gifbin0 -> 6709491 bytes
-rw-r--r--images/astro/sky1.gifbin0 -> 11886930 bytes
-rw-r--r--images/astro/sky2.gifbin0 -> 5642578 bytes
-rw-r--r--images/astro/sky3.gifbin0 -> 14799106 bytes
-rw-r--r--images/astro/sky4.gifbin0 -> 29192760 bytes
-rw-r--r--images/astro/sky5.gifbin0 -> 26816414 bytes
-rw-r--r--index.html5
16 files changed, 68 insertions, 3 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>
diff --git a/images/astro/andromeda.gif b/images/astro/andromeda.gif
new file mode 100644
index 0000000..d0d2a8d
--- /dev/null
+++ b/images/astro/andromeda.gif
Binary files differ
diff --git a/images/astro/m42.gif b/images/astro/m42.gif
new file mode 100644
index 0000000..9c12f17
--- /dev/null
+++ b/images/astro/m42.gif
Binary files differ
diff --git a/images/astro/moon0.gif b/images/astro/moon0.gif
new file mode 100644
index 0000000..70142eb
--- /dev/null
+++ b/images/astro/moon0.gif
Binary files differ
diff --git a/images/astro/moon1.gif b/images/astro/moon1.gif
new file mode 100644
index 0000000..ba6e5bf
--- /dev/null
+++ b/images/astro/moon1.gif
Binary files differ
diff --git a/images/astro/moon2.gif b/images/astro/moon2.gif
new file mode 100644
index 0000000..f79c68d
--- /dev/null
+++ b/images/astro/moon2.gif
Binary files differ
diff --git a/images/astro/moon3.gif b/images/astro/moon3.gif
new file mode 100644
index 0000000..9ff3418
--- /dev/null
+++ b/images/astro/moon3.gif
Binary files differ
diff --git a/images/astro/moon4.gif b/images/astro/moon4.gif
new file mode 100644
index 0000000..251542a
--- /dev/null
+++ b/images/astro/moon4.gif
Binary files differ
diff --git a/images/astro/sky0.gif b/images/astro/sky0.gif
new file mode 100644
index 0000000..154ef6b
--- /dev/null
+++ b/images/astro/sky0.gif
Binary files differ
diff --git a/images/astro/sky1.gif b/images/astro/sky1.gif
new file mode 100644
index 0000000..d3e960a
--- /dev/null
+++ b/images/astro/sky1.gif
Binary files differ
diff --git a/images/astro/sky2.gif b/images/astro/sky2.gif
new file mode 100644
index 0000000..1f9e491
--- /dev/null
+++ b/images/astro/sky2.gif
Binary files differ
diff --git a/images/astro/sky3.gif b/images/astro/sky3.gif
new file mode 100644
index 0000000..4a64e60
--- /dev/null
+++ b/images/astro/sky3.gif
Binary files differ
diff --git a/images/astro/sky4.gif b/images/astro/sky4.gif
new file mode 100644
index 0000000..2f15a11
--- /dev/null
+++ b/images/astro/sky4.gif
Binary files differ
diff --git a/images/astro/sky5.gif b/images/astro/sky5.gif
new file mode 100644
index 0000000..cf08f38
--- /dev/null
+++ b/images/astro/sky5.gif
Binary files differ
diff --git a/index.html b/index.html
index e5f1a36..75ea6b1 100644
--- a/index.html
+++ b/index.html
@@ -35,10 +35,9 @@
<a class="fst" href="/astro/">Astrophotography section</a><br>
<a class="fst" href="/webring.html">Webring</a><br>
<hr>
- <span>Last modification 28-11-2023. Estabished somewhere around 2019. Sysadmin: arf20. Contact: <a target="_blank" href="mailto:aruizfernandez05@gmail.com">arf20@arf20.com</a> arf20#6509 Murcia, Spain.</span><br>
+ <span>Last modification 28-11-2023. Estabished somewhere around 2019. Sysadmin: arf20. Contact: <a target="_blank" href="mailto:aruizfernandez05@gmail.com">arfnet@proton.me</a> arf20#6509 Murcia, Spain.</span><br>
<a href="/LICENSE">Everything in this server by default is published under the GNU General Public License version 3.0</a>
- <a href="/">Copyright &copy; <?php echo date('Y'); ?> ARFNET, LLC.</a>
- <span class="counterborder"> Access counter: <?php include("counter.php"); echo IncrementCounter(); ?> </span><br>
+ <a href="/">Copyright &copy; 2023 ARFNET, LLC.</a><br>
<img src="gifs/bestvw.gif">
<img src="gifs/vim.gif">
<img src="gifs/powered-by-nginx.gif">