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/moon.html | |
parent | 53df97269e221374c3696c340d549f45c15c9e77 (diff) | |
download | arfnet2-web-423db695c24dc81d65832f47f1b134c465d0666f.tar.gz arfnet2-web-423db695c24dc81d65832f47f1b134c465d0666f.zip |
Astrophotography added
Diffstat (limited to 'astro/moon.html')
-rwxr-xr-x | astro/moon.html | 29 |
1 files changed, 29 insertions, 0 deletions
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>
|