forked from sleeping-owl/sleeping-owl.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
136 lines (122 loc) · 6.52 KB
/
index.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
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<title>SleepingOwl Admin</title>
<meta charset="utf-8"/>
<meta name="description" content="Administrative interface builder for Laravel" />
<meta name="author" content="Sleeping Owl">
<!-- Mobile -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Font -->
<link href='//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700&subset=latin,cyrillic-ext,cyrillic' rel='stylesheet' type='text/css'>
<!-- CSS -->
<link href='themes/daux-blue/css/daux-blue.css' rel='stylesheet' type='text/css'><link href='themes/daux-blue/css/font-awesome.min.css' rel='stylesheet' type='text/css'>
</head>
<body>
<!-- Homepage -->
<div class="navbar navbar-fixed-top hidden-print">
<div class="container">
<a class="brand navbar-brand pull-left" href="/">SleepingOwl Admin</a>
<p class="navbar-text pull-right" style="visibility:hidden">Generated by <a href="http://daux.io">Daux.io</a></p>
</div>
</div>
<div class="homepage-hero well container-fluid">
<div class="container">
<div class="row">
<div class="text-center col-sm-12">
<h2>Administrative interface builder for Laravel</h2> </div>
</div>
<div class="row">
<div class="col-sm-10 col-sm-offset-1">
<img class="homepage-image img-responsive" src="img/app.png" alt="SleepingOwl Admin"> </div>
</div>
</div>
</div>
<div class="hero-buttons container-fluid">
<div class="container">
<div class="row">
<div class="text-center col-sm-12">
<a href="https://github.com/sleeping-owl/admin" class="btn btn-secondary btn-hero">View On GitHub</a><a href="http://sleepingowladmindemo.cloudcontrolled.com/" class="btn btn-secondary btn-hero">Live Demo</a><a href="en/Introduction.html" class="btn btn-primary btn-hero">English Docs</a><a href="ru/Introduction.html" class="btn btn-primary btn-hero">Russian Docs</a><a href="/v3/" class="btn btn-primary btn-hero">v3 docs</a> </div>
</div>
</div>
</div>
<div class="homepage-content container-fluid">
<div class="container">
<div class="row">
<div class="col-sm-10 col-sm-offset-1">
<p class="lead">
<strong>SleepingOwl Admin</strong> is an administrative interface builder for your Laravel models.
</p>
<hr/>
<h3>Features</h3>
<hr/>
<p><img src="img/app2.png" width="500px" alt="alt text" class="img-responsive pull-right" style="margin-bottom:20px;"></p>
<ul>
<li>Laravel 4.1, 4.2 and 5.0 support</li>
<li>Easy installation and initial configuration</li>
<li>Customizable menu</li>
<li>Separate authentication</li>
<li>Validation support</li>
<li>Localization support</li>
<li>Model configuration autogenerate artisan command</li>
<li>Easy add support for image and file fields to your models</li>
<li>RESTful-style routes</li>
<li>Customizable filters for models</li>
<li>Customizable columns in model table view</li>
<li>Customizable forms for models</li>
</ul>
<div class="clear"></div> </div>
</div>
</div>
</div>
<div class="homepage-footer well container-fluid">
<div class="container">
<div class="row">
<div class="col-sm-5 col-sm-offset-1">
<ul class="footer-nav">
<li><i class="fa fa-fw fa-download"></i> <a href="https://github.com/sleeping-owl/admin/archive/master.zip" target="_blank">Download</a></li><li><i class="fa fa-fw fa-github"></i> <a href="https://github.com/sleeping-owl/admin" target="_blank">GitHub Repo</a></li><li><i class="fa fa-fw fa-desktop"></i> <a href="http://sleepingowladmindemo.cloudcontrolled.com" target="_blank">Live Demo</a></li> </ul>
</div>
<div class="col-sm-5">
<div class="pull-right">
<div class="donate text-right">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="AXJMWMRPCBGVA">
<input type="image" src="https://www.paypalobjects.com/en_US/GB/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal – The safer, easier way to pay online.">
<img alt="" border="0" src="https://www.paypalobjects.com/ru_RU/i/scr/pixel.gif" width="1" height="1">
</form>
</div>
<div class="donate text-right">
Donate in Yandex money:<br/>
410012943296949
</div>
<div class="donate text-right">
Donate in bitcoin:<br/>
<a href="bitcoin:13k36pym383rEmsBSLyWfT3TxCQMN2Lekd">13k36pym383rEmsBSLyWfT3TxCQMN2Lekd</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- jQuery -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script>
if (typeof jQuery == 'undefined')
document.write(unescape("%3Cscript src='js/jquery-1.11.0.min.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<!-- hightlight.js -->
<script src="js/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<!-- JS -->
<!-- Front end file editor -->
<script src="js/custom.js"></script>
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</body>
</html>