-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
60 lines (60 loc) · 2.93 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Grant Boxer's Home Page
</title>
<meta name="keywords" content="" />
<meta name="description" content="Grant Boxer is an geologist with over 40 years experience and has created pages on using QGIS for geology, as well as information on diamond exploration and astronomy. He has been running training courses in QGIS for a number of years specifically for the geoscience community". />
<link href="default.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="header">
<div id="logo">
<h1><a href="#">Grant Boxer's Web Pages</a></h1>
</div>
<div id="menu">
<ul>
<li class="active"><a href="index.html" title="">Homepage</a></li>
<li><a href="About.html" title="">About Me</a></li>
<li><a href="QGIS.html" title="">QGIS</a></li>
<li><a href="Astro.html" title="">Astronomy</a></li>
<li><a href="Diamonds.html" title="">Diamond Exploration</a></li>
<li><a href="Impacts.html" title="">Meteorites and Impacts</a></li>
<li><a href="Bibliography.html" title="">Bibliography</a></li>
</ul>
</div>
</div>
<div id="main">
<br>
<h1 class="title">Welcome to Grant Boxer's Home Page!</h1>
<hr />
<br>
<script type="text/javascript">
document.write ('<p>Current time is: <span id="date-time">', new Date().toLocaleString(), '<\/span>.<\/p>')
if (document.getElementById) onload = function () {
setInterval ("document.getElementById ('date-time').firstChild.data = new Date().toLocaleString()", 50)
}
</script>
<hr />
<div id="main">
<p>These pages contain information on Astronomy, Astro-Imaging, Diamonds and Diamond Geology, Meteorite Impacts and <b>QGIS</b>.</p>
<p>I am a geological consultant based in Perth, Western Australia and am an enthusiastic supporter of QGIS - a free well featured GIS program. Please feel free to contact me about how QGIS can help you in your day-to-day work. I can be contacted by email at boxerg at iinet dot net dot au.</p>
<p>Note that this site is under an extensive re-vamp, so please excuse any failed links.</p>
<p>Recent updates - New web host and added new section for <b>QGIS</b> designed for geologists and geoscientists.</p>
<hr />
</div>
</div>
<div style="clear: both;"> </div>
</div>
<div id="footer">
<p id="legal">Content copyright Grant Boxer 2020. Site design CC-BY-SA Free CSS Templates. Copyright © 2007 Midnight. All Rights Reserved. Designed by <a href="http://www.freecsstemplates.org/" rel="nofollow">FreeCSSTemplates.org</a>.</p>
<p id="links"><a href="#">Privacy Policy</a> | <a href="#">Terms of Use</a></p>
</div>
</body>
</html>