-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
205 lines (172 loc) · 6.99 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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
<!doctype html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<title>GradleFx | A Gradle Flex Plugin</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if IE 6]>
<script src="js/belatedPNG.js"></script>
<script>
DD_belatedPNG.fix('*');
</script>
<![endif]--><script src="js/jquery-1.4.min.js" type="text/javascript" charset="utf-8"></script>
<script src="js/loopedslider.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript" charset="utf-8">
$(function(){
$('#slider').loopedSlider({
autoStart: 6000,
restart: 5000
});
});
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-23858244-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<section id="page">
<div id="bodywrap">
<section id="top">
<nav>
<h1 id="sitename">
<a href="#">GradleFx</a></h1>
<ul id="sitenav">
<li><a href="https://github.com/GradleFx/GradleFx">Source Code</a></li>
<li><a href="http://doc.gradlefx.org">Documentation</a></li>
<li><a href="http://support.gradlefx.org/">Support</a></li>
<li><a href="https://github.com/GradleFx/GradleFx/issues">Bug Reporting</a></li>
</ul>
</nav>
<header id="homeheader">
<div id="slider">
<div class="container">
<ul class="slides">
<li><div class="thumbholder"><img src="images/slide-image.png" width="413" height="220" alt="First Image" /></div><div class="txtholder">
<h2>A Smaller, Easier and Better Build</h2>
<p>With GradleFx your project's build scripts will be smaller, easier and with less boilerplate code used by every Flex/AS3 project. </p>
</div></li>
<li><div class="thumbholder"><img src="images/slide-image.png" width="413" height="220" alt="First Image" /></div><div class="txtholder">
<h2>Convention-over-Configuration</h2>
<p>GradleFx uses, just as Gradle, the convention-over-configuration principle. This significantly reduces the amount of configuration needed and will make it easier to find your way in different projects.</p>
</div></li>
<li>
<div class="thumbholder"><img src="images/slide-image.png" width="413" height="220" alt="First Image" /></div><div class="txtholder">
<h2>Multi-project support</h2>
<p>GradleFx supports the Gradle multi-project way of structuring your project. You can have dependencies between projects and inherit properties.</p>
</div></li>
<li><div class="thumbholder"><img src="images/slide-image.png" width="413" height="220" alt="First Image" /></div><div class="txtholder">
<h2>Dependency Management</h2>
<p>GradleFx has support for Gradle Dependency Management. Supported configurations are merged, internal, external and rsl.</p>
</div></li>
</ul>
<ul class="pagination">
<li><a href="#">1</a></li>
<li><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
</ul>
</div>
</div>
</header>
</section>
<section id="contentwrap">
<div id="contents">
<!-- BEGIN NORMAL PAGE -->
<section id="normalpage">
<section id="left">
<h2>About</h2>
<article>
<p>GradleFx is a Gradle plugin for building Flex and Actionscript applications. It provides a set of useful tasks that will make building your project a breeze. All the build logic is encapsulated by the plugin and all you need to do is some configuration. Because GradleFx uses the convention-over-configuration principle it has a set of sensible defaults for most configuration properties, so you only need to specify those if you want to deviate from the convention.</p>
</article>
</section>
<section id="sidebar">
<h2></h2>
<article class="testimonials">
<img src="images/gradle_logo.png" height="60" /><br />
<img src="images/apache_flex_logo.png" height="60" />
<img src="images/Flex_logo.png" height="60" />
<img src="images/flash_logo.jpg" height="60" />
</article>
</section>
<div class="clear"></div>
</section>
<!-- END NORMAL PAGE -->
<div id="topcolumns">
<h2>Features</h2>
<div class="col">
<ul class="featureList">
<li>Convention-over-Configuration</li>
<li>Dependency Management</li>
<li>Multi-Project Support</li>
<li>Flash Builder project generation</li>
<li>Project scaffolding</li>
<li>Flex/AIR SDK auto-install</li>
</ul>
</div>
<div class="col">
<ul class="featureList">
<li>Support for SWC, SWF and AIR projects</li>
<li>Clean, Copy Resources and Publish tasks</li>
<li>Source file change detection</li>
<li>FlexUnit support</li>
<li>AsDoc support</li>
<li>Mobile (Android & iOS) support</li>
</ul>
</div>
<div class="clear"></div>
</div>
</div>
</section>
</div>
<footer id="pagefooter">
<div id="bottom">
<div class="block1">
<h2>Meet The Team</h2>
<div class="teamimg">
<div class="imgthmb">
<a href="https://github.com/SlevinBE"><img src="images/yennick.jpg" width="65" height="65" alt="Yennick Trevels"></a></div>
<div class="imgthmb">
<a href="https://github.com/stevendick"><img src="images/steven.jpg" width="65" height="65" alt="Steven Dick"></a></div>
<div class="imgthmb">
<a href="https://github.com/RIAstar"><img src="images/maxime.jpg" width="65" height="65" alt="Maxime Cowez"></a></div>
</div>
</div>
<div class="block2">
<div class="projectthmb"><img src="images/buildscript-example.jpg" width="240" height="150" alt="project"></div>
</div>
<div class="block3">
<h2>More About</h2>
<p>GradleFx was founded by Yennick Trevels and Steven Dick as an opensource project.</p>
<p>
<a href="http://www.jetbrains.com/idea/" style="position: relative;display:block; width:127px; height:37px; border:0; margin:0;padding:0;text-decoration:none;text-indent:0;"><span style="margin: 0;padding: 0;position: absolute;top: 0;left: 33px;font-size: 10px;cursor:pointer; background-image:none;border:0;color: #acc4f9; font-family: trebuchet ms,arial,sans-serif;font-weight: normal;text-align:left;">Developed with</span><img src="http://www.jetbrains.com/idea/opensource/img/all/banners/idea125x37_blue.gif" alt="The best Java IDE" border="0"/></a>
</p>
</div>
<div class="clear"></div>
</div>
<div id="credits">
<p>
<span class="copyright">
© 2011 | GradleFx | All Rights Reserved | Professional Portfolio is a CSS Template relealsed by CSSHeaven</span>
<span id="designcredit">
<!--Creative Common Non-Commercial, Attribution License
Designed by : Roshan Ravi
Author URI : cssheaven.org
Do Not Remove this Credits and Link back to CSSHeaven from the template-->
<a href="http://cssheaven.org" title="Free CSS Website Template by CSSHeaven">Website Template</a>
<!--Design Credits--> by CSSHeaven.org </span>
</p>
</div>
</footer>
</section>
</body>
</html>