-
Notifications
You must be signed in to change notification settings - Fork 0
/
about-us.html
43 lines (43 loc) · 2.7 KB
/
about-us.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
<!DOCTYPE html>
<html>
<head>
<title>About Us</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 | About Us"/>
<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/about-us.html"/>
<!--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>
<a href="index.html"><p style="text-align:center;"> <img class="logo" src="images/logo.svg" alt="Maltese Archipeligo Information"> </p></a>
<h1> About us </h1>
</header>
<div>
<p> This website was created and inspired by conversations I had with a friend. </p>
<p> We would often talk to each other about Malta, and every piece of information we knew about it, the Maltese language, the island's history, and its culture. </p>
<p> Both of us were 3rd generation descendants of Maltese migrants, living in Australia. Because of this, my friend and I, didn't really know a whole lot about Malta. </p>
<p> On top of this, I found it frustrating to find information on Malta. A lot of it was: </p>
<ul>
<li> Scattered across the internet. </li>
<li> In books that were hard to find within Australia.</li>
</ul>
<p> Frustrated by the lack of a centralised source of information, I had an idea to create a website that combined original articles and web resources about Malta. </p>
<p> Taking inspiration from Grazio Falzon's aboutmalta.com, on the 1st of May 2021, I bit the bullet, and created the <i> Maltese Archipelago Information</i> website.</p>
<p> I distributed the website source code on <a href="https://github.com/ragelmalti/Maltese-Archipelago-Website">github</a>, so my friend and I, and members of the public, can contribute to the website.</p>
<p> I also made the website under the <b>CREATIVE COMMONS 0 LICENCE.</b> This means that <b> ALL ORIGINAL ARTICLES ARE IN THE PUBLIC DOMAIN </b>, and the information written, can be freely used by members of the public. </p>
<p> I hope that this website proves useful to all who are interested in the island nation of Malta. </p>
<p><i>Grazzi u Alla jbierek! :)</i></p>
</div>
</main>
</body>
</html>