blob: 5ba9bc662ef5dde4b44b842bbc5b28d75e9ffef7 (
plain) (
tree)
|
|
<!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>
|