-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (62 loc) · 3.61 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
61
62
<!DOCTYPE html>
<html lang="en">
<head>
<!--Basic HTML Meta tags -->
<title>Maltese Archipelago Information</title>
<meta charset="utf-8"/>
<meta name="keywords" content="Malta, history, culture, language, religion"/>
<meta name="description" content="Website containing original articles, and other web resources, on the Maltese Archipelago."/>
<meta name="robots" content="index,follow" />
<!--Open Graph Meta tags -->
<meta name="og:title" content="Maltese Archipelago Information"/>
<meta name="og:description" content="Website containing original articles, and other web resources, on the Maltese Archipelago."/>
<meta name="og:image" content="/open-graph.png"/>
<meta name="og:type" content="website"/>
<meta name="og:url" content="https://maltese-archipelago-info.neocities.org/"/>
<!--Link tags -->
<link rel="shortcut icon" type="image/jpg" href="images/tab.ico"/>
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body>
<main>
<header>
<p style="text-align:center;"> <img class="logo" src="images/logo.svg" alt="Maltese Archipeligo Information"> </p>
<!-- <nav>
<a href="index.html"><img src="images/arrow.gif" alt="Home"></img></a>
<a href="categories/culture.html"><img src="images/arrow.gif" alt="Culture"></img></a>
<a href="categories/history.html"><img src="images/arrow.gif" alt="History"</img></a>
<a href="categories/language.html"><img src="images/arrow.gif" alt="Language"></img></a>
</nav> -->
<h1> Merħba fil-websajt! </h1>
</header>
<div>
<img style="height:auto;width:700px;" src="images/blue-groto.jpg" alt="Blue Groto">
<table>
<tr style="text-align:left;">
<td style="width:300px;">
<h2>Main Categories:</h2>
<a href="categories/history.html"><img class="button" src="images/buttons/history.png"></a>
<a href="categories/culture.html"><img class="button" src="images/buttons/culture.png"></a>
<a href="categories/language.html"><img class="button" src="images/buttons/language.png"></a>
<a href="categories/religion.html"><img class="button" src="images/buttons/religion.png"></a>
<h2>Miscellaneous:</h2>
<a href="about-us.html"><img class="button" src="images/buttons/about-us.png"></a>
<a href="contributors.html"><img class="button" src="images/buttons/contributors.png"></a>
</td>
<td>
<p> A spiritual successor to Grazio Falzon's <a href="https://web.archive.org/web/20050930235132/http://www.aboutmalta.com/">aboutmalta.com</a> <p> This website contains original articles and web resources, pertaining to the Maltese Archipelago.
<p><b> ALL ORIGINAL ARTICLES ARE IN THE PUBLIC DOMAIN </b></p>
<hr>
<p><b>Contribute to the website by:</b></p>
<p> <img style="height:auto;width:21px;vertical-align:text-top;" src="images/github.svg"> Submitting code via the <a href="https://github.com/ragelmalti/Maltese-Archipelago-Website">github repo</a></p>
<p> <img style="height:auto;width:21px;vertical-align:text-top;" src="images/email.svg"> Or via email at: <a href="mailto:[email protected]">[email protected]</a></p>
<p>You can contribute web links, original articles, suggestions, error fixes, and more! </p>
<a href="https://creativecommons.org/publicdomain/zero/1.0/"><img style="height:auto;width:130px;" src="images/cc-zero.svg"></a>
<a href="https://neocities.org/"><img style="height:45px;width:auto;" src="images/neocities-badge.svg"></a>
</td>
</table>
<p style="text-align:center;"><a href="contributors.html"><i>Developed and maintained by Julian, Zachary, and other wonderful contributors.</i></a></p>
</div>
</main>
</body>
</html>