-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.php
37 lines (32 loc) · 1.51 KB
/
index.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
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="Quicksilver is a fast and free productivity application for the Mac, allowing you to save time and improve your efficiency. Quicksilver is available for Lion, Snow Leopard and more."/>
<meta name="Keywords" content="Quicksilver, lion, mac, os x, launcher, application, utility, productivity, itunes" />
<title>Quicksilver — macOS at your Fingertips</title>
<?php include('template/head.tpl'); ?>
</head>
<body>
<div id="Container">
<?php include('template/logo.tpl'); ?>
<?php include('template/nav.tpl'); ?>
<div id="Page-Top"></div>
<main id="Page">
<section id="Welcome">
<h1 id="Tag-Line">macOS at your fingertips</h1>
<div class="Screenshot-Center">
<img src="images/quicksilver_splash.png" width="390" height="231" alt="Quicksilver launcher application for macOS"/>
</div>
<p style="font-size:110%">Quicksilver is a fast and free macOS productivity application that gives you the power to control your Mac quickly and elegantly. Quicksilver learns your habits, making your everyday chores simple and efficient.<br />
<a href="about.php">Learn More...</a></p>
</section>
<div id="Button-Container">
<a id="Download-Button" href="download.php" title="Download Quicksilver for Snow Leopard, Mavericks and more">Download</a>
</div>
</main>
<div id="Page-Bottom"></div>
<?php include('template/footer.tpl'); ?>
</div>
</body>
</html>