-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
75 lines (64 loc) · 2.32 KB
/
Copy pathindex.html
File metadata and controls
75 lines (64 loc) · 2.32 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html>
<head>
<title>Kazam Screencaster - Incredibly Simple Screen Recorder</title>
<!-- SEO Metatags -->
<meta name="description" content="Kazam Screencaster is a simple but powerfull screen recorder for Ubuntu and Ubuntu-based distributions. Fast as an eagle, Kazam will not leave you behind." />
<meta name="keywords" content="screen, recorder, fast, window, ubuntu, record, cast" />
<meta name="robots" content="index, follow" />
<!-- Facebook Metatags -->
<meta property="og:type" content="website" />
<meta property="og:description" content="Kazam Screencaster is a simple but powerfull screen recorder for Ubuntu and Ubuntu-based distributions. Fast as an eagle, Kazam will not leave you behind." />
<!-- Loading CSS -->
<link rel="stylesheet" href="css/stylesheet-kazam.css">
</head>
<body>
<header>
<section id="top-kazam">
<img src="images/logo3.png" id="logo" height="256" width="auto" alt="Hi, I'm simple and powerfull. You don't want me? :(" title="Hi, I'm simple and powerfull. You don't want me? :("/>
<h1 class="center">Kazam Screencaster</h1>
<h2 class="center">A simple but powerfull screen recorder.</h2>
<br/>
<div class="buttons">
<a href="apt://kazam">
<div class="button-only">
<b>
Download for Ubuntu
</b>
</div>
</a>
</div>
</section>
</header>
<main>
<section id="banner-kazam">
<img src="images/separator.png" />
<br/><br/><br/>
<img src="images/desktop.png" class="center" height="500" width="auto"/>
<section id="features-kazam" class="center">
<h1>Simple: the best.</h1>
</section>
</section>
<section id="pages-kazam" class="center" >
<div id="squares" class="center">
<div class="square">About</div>
<div class="square">Downloads</div>
<div class="square">Contribute</div>
<div class="square">Contact</div>
</div>
</section>
<!--
<section id="pages-kazam" class="center">
<div class="square">About</div>
<div class="square">Downloads</div>
<div class="square">Contribute</div>
<div class="square">Contact</div>
</section> -->
</main>
<footer>
<span>Developed by Elementary Design Project.</span>
</footer>
<!-- JavaScript && jQuery -->
<script src="js/jquery-2.0.3.min.js"></script>
</body>
</html>