-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.lp
67 lines (60 loc) · 2.94 KB
/
index.lp
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
<!DOCTYPE HTML>
<!-- This theme was based on http://www.dzyngiri.com/legend-free-responsive-one-page-template/ open source theme. Thank you! -->
<html lang="en">
<head>
<meta charset="utf-8">
<title>Sailor! A Lua MVC Web Framework</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<meta property="og:image" content="http://sailorproject.org/pub/images/sailorlogo2.png" />
<!-- Styles -->
<link href="/themes/legend/css/bootstrap.css" rel="stylesheet">
<link href="/themes/legend/css/style.css" rel="stylesheet">
<link rel='stylesheet' id='prettyphoto-css' href="/themes/legend/css/prettyPhoto.css" type='text/css' media='all'>
<link href="/themes/legend/css/fontello.css" type="text/css" rel="stylesheet">
<!--[if lt IE 7]>
<link href="themes/legend/css/fontello-ie7.css" type="text/css" rel="stylesheet">
<![endif]-->
<!-- Google Web fonts -->
<link href='http://fonts.googleapis.com/css?family=Quattrocento:400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Patua+One' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<style>
body {
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
}
</style>
<link href="/themes/legend/css/bootstrap-responsive.css" rel="stylesheet">
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- JQuery -->
<script type="text/javascript" src="/themes/legend/js/jquery.js"></script>
<!-- Load ScrollTo -->
<script type="text/javascript" src="/themes/legend/js/jquery.scrollTo-1.4.2-min.js"></script>
<!-- Load LocalScroll -->
<script type="text/javascript" src="/themes/legend/js/jquery.localscroll-1.2.7-min.js"></script>
<!-- prettyPhoto Initialization -->
<script type="text/javascript" charset="utf-8">
$(document).ready(function(){
$("a[rel^='prettyPhoto']").prettyPhoto();
});
</script>
<meta name="description" content="We bring a powerful and light programming language, Lua, to its full potential as the foundation of a fast and simple to use MVC web development framework.
Sailor is completely free to use and open source."/>
</head>
<body>
<!--******************** NAVBAR ********************-->
<?lua page:include('/themes/legend/navbar',{}) ?>
<!-- /.navbar-wrapper -->
<div id="top">
</div>
<!--******************** Inside page ********************-->
{{content}}
<!--******************** Contact Section ********************-->
<hr>
<?lua page:include("/themes/legend/footer",{}) ?>
</body>
</html>