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