-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.jade
100 lines (84 loc) · 4.09 KB
/
index.jade
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
doctype html
html
head
title Grails Admin Interface Plugin
link(href="style.css", rel="stylesheet", type="text/css")
link(href="http://fonts.googleapis.com/css?family=Montserrat", rel="stylesheet", type="text/css")
link(rel="icon", type="image/png", href="img/favicon.png")
body
#section1.section
div
div.links
a.btn(href="http://grails.org/plugin/admin-interface") Plugin
a.btn(href="https://github.com/kaleidos/grails-admin-interface") Github
a.btn(href="http://kaleidos.github.io/grails-admin-interface/guide/index.html") Doc
img(src="img/grailsadminlogo_small.png")
span.title Grails Admin Interface
div.screenshot: img(src="img/screenshot.png")
#section2.section
div.text Administer out-of-the-box your Grails applications
div: a.btn(href="http://sample.grailsadmininterface.kaleidos.net/") Try a sample application!
#section3.section
div.icons
div.icon
div: img(src="img/plugin.png")
div.text Install the plugin
div.icon
div: img(src="img/config.png")
div.text Configure with a few lines
div.icon
div: img(src="img/celebrate.png")
div.text Enjoy!
#section4.section
div.pill
div.title
img(src="img/easy.png")
span Easy!
div.text In a few minutes you will have a working admin enviroment
div.pill
div.title
img(src="img/secure.png")
span Secure!
div.text Secured by default, you configure what roles can access!
div.pill
div.title
img(src="img/configurable.png")
span Configurable!
div.text You configure what domain classes are exposed, what fields, aggrupations, order...
div.pill
div.title
img(src="img/customizable.png")
span Customizable!
div.text You can select what widgets will be used for your fields!
div.pill
div.title
img(src="img/extensible.png")
span Extensible!
div.text Do you want more? You can build your own widgets easily!
div.pill
div.title
img(src="img/free.png")
span Open source!
div.text Grails Admin Interface is open source, you can check it at
a(href="https://github.com/kaleidos/grails-admin-interface") github!
#section5.section
div.links.kaleidos
div.title Grails Admin Interface is a product by Kaleidos
div: a(href="http://kaleidos.net"): img(src="img/kaleidos.jpg")
div.links
div.title Quick links
div
ul
li: a(href="http://grails.org/plugin/admin-interface") Official plugin page
li: a(href="https://github.com/kaleidos/grails-admin-interface") Github source
li: a(href="http://kaleidos.github.io/grails-admin-interface/guide/index.html") Documentation
li: a(href="http://sample.grailsadmininterface.kaleidos.net/") Sample application
div.footer.clearfix
a(href="http://icons8.com") Icons by icons8
script.
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-52018530-1', 'kaleidos.net');
ga('send', 'pageview');