forked from nooku/www.nooku.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
87 lines (79 loc) · 3.11 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
---
layout: homepage
---
<h2 class="h1 text--center">For like-minded developers</h2>
<p class="subtitle">Joomla extension builders, integrators and hackers alike</p>
<div class="framework_features">
<div class="media">
<div class="flag">
<div class="flag__image">
<span class="icon icon-nooku-power-cord"></span>
</div>
<div class="flag__body">
<p>Nooku is installed in <a href="http://www.joomla.org/">Joomla</a> as a plugin and lets you focus on the "business" logic of your extension.</p>
</div>
</div>
</div>
<div class="media">
<div class="flag">
<div class="flag__image">
<span class="icon icon-nooku-stopwatch"></span>
</div>
<div class="flag__body">
<p>By doing most of the repetitive work for you, <a href="http://en.wikipedia.org/wiki/Boilerplate_code">boilerplate code</a> is eliminated which greatly reduces the development time.</p>
</div>
</div>
</div>
<div class="media">
<div class="flag">
<div class="flag__image">
<span class="icon icon-nooku-repeat"></span>
</div>
<div class="flag__body">
<p>The design pattern based architecture makes your extension more <strong>flexible</strong>, <strong>re-usable</strong>, and easily <strong>extensible</strong>.</p>
</div>
</div>
</div>
<div class="media">
<div class="flag">
<div class="flag__image">
<span class="icon icon-nooku-stack"></span>
</div>
<div class="flag__body">
<p>Nooku abstracts the differences between Joomla versions for you. Code it once, use it everywhere.</p>
</div>
</div>
</div>
</div>
<div class="upcoming_event upcoming_background">
<h2 class="h1">PHPFest 14</h2>
<h3>Friday 21th November from 6pm till 10pm - <span class="nowrap">Manilla, Philippines</span></h3>
<p class="content">PHPFest is a gathering of software development geeks.<br />Focussed around the PHP programming language but open to anyone.</p>
<p class="button_container"><a class="button button--alternative" href="phpfest14">Join us!</a></p>
</div>
<h2 class="h1 text--center">Built with love</h2>
<p class="subtitle">Using awesome bleeding edge technologies</p>
<div class="builtwith">
<ul class="thumbnails">
<li>
<a href="http://www.vagrantup.com/" class="thumbnail">
<img src="/images/tools/vagrant.png">
</a>
</li>
<li>
<a href="http://sass-lang.com/" class="thumbnail">
<img src="/images/tools/sass.png">
</a>
</li>
<li>
<a href="http://www.jquery.com/" class="thumbnail">
<img src="/images/tools/jquery.png">
</a>
</li>
<li>
<a href="http://www.jetbrains.com/phpstorm" class="thumbnail">
<img src="/images/tools/phpstorm.png">
</a>
</li>
</ul>
</div>