forked from gaelanlloyd/laika
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.php
29 lines (19 loc) · 1.19 KB
/
about.php
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
<?php include('includes/header.php'); ?>
<div class="row">
<div class="col-md-6 col-md-offset-3">
<p class="text-center homepageLogo">
<img src="images/logo-300.png" height="303" width="303">
</p>
<hr>
<h1 class="page-header">About Laika</h1>
<p>Reporting can be a challenge. But when things get tough, humans call upon their dog friends for help! Just whistle and Laika will answer your call for straightforward, custom reporting.</p>
<h2>Who is Laika (Лайка)?</h2>
<p>Laika (pronounced Lie-ka) was a stray found roaming the streets of Moscow in the 1950s. She was recruited to become the first animal to orbit the Earth. Learn more about this famous Soviet space dog at <a href="https://en.wikipedia.org/wiki/Laika" target="_blank">Wikipedia</a>.</p>
<h2>Official website</h2>
<p>Visit <a href="http://www.golaika.com">www.golaika.com</a> to learn more.</p>
<hr class="addMarginTop">
<p class="text-center"><p class="text-center monospace">LLOYDIUM Laika v<?php echo $VERSION; ?></p>
<p class="text-center"><a href="http://www.lloydium.com"><img src="/images/logo-lloydium-125h.png" width="199" height="62"></a></p>
</div>
</div>
<?php include('includes/footer.php'); ?>