forked from jhipster/jhipster.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·553 lines (545 loc) · 30.1 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
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
---
layout: default
layout_grid: true
home: true
angularjs: true
title: JHipster - Generate your Spring Boot + Angular apps!
sitemap:
priority: 1.0
lastmod: 2016-05-25T00:00:00-00:00
---
<div ng-app="jhipster.home" ng-controller="HomeController" class="home-container">
<!-- Header -->
<header class="home-section">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="logo-big"><img class="img-responsive" src="images/logo/logo-jhipster-drink-coffee.png" alt=""></div>
<div class="intro-text">
<span class="brand">Greetings, Java Hipster!</span>
<hr class="star-light">
<div class="row stats">
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
<a href="https://www.npmjs.com/package/generator-jhipster" target="_blank">
<div class="card dark summary-inline">
<div class="card-body">
<i class="icon fa fa-download fa-3x"></i>
<div class="content" ng-cloak>
<div class="title">{(npmDownloads)}</div>
<div class="sub-title">Downloads in last 30 days</div>
</div>
<div class="clear-both"></div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
<a href="https://github.com/jhipster/generator-jhipster" target="_blank">
<div class="card dark summary-inline">
<div class="card-body">
<i class="icon fa fa-github fa-3x"></i>
<div class="content" ng-cloak>
<div class="title">{(gitConfig.stargazers_count)}</div>
<div class="sub-title">Stars</div>
</div>
<div class="clear-both"></div>
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
<a href="https://github.com/jhipster/generator-jhipster/contributors" target="_blank">
<div class="card dark summary-inline">
<div class="card-body">
<i class="icon fa fa-users fa-3x"></i>
<div class="content" ng-cloak>
<div class="title">{(gitConftributors)}</div>
<div class="sub-title">Contributors</div>
</div>
<div class="clear-both"></div>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- about and news section -->
<section id="about" class="home-section">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="heading">Learn JHipster in 12 minutes with Matt Raible</h2>
<hr class="star-primary">
</div>
</div>
<div class="row">
<div class="col-md-12">
<p>
<a href="https://twitter.com/mraible"><i>Matt Raible</i></a> has published a new video on using JHipster 4 to develop a Spring Boot + Angular application.
</p>
</div>
</div>
<div class="row">
<div class="col-md-6 col-md-offset-3 col-sm-12 text-center">
<div class="video-container">
<iframe width="640" height="360" src="https://www.youtube.com/embed/XRREt1KB4Y8" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="heading">JHipster news and events</h2>
<hr class="star-primary">
</div>
</div>
<div class="row">
<div class="col-md-12">
<b>To get the latest JHipster news, please follow us on Twitter:
<a href="https://twitter.com/java_hipster" target="_blank"><i class="fa fa-twitter"></i> @java_hipster</a></b>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div>
<ul>
<li><b>June 27, 2017 in Paris, France:</b> the <a href="https://www.meetup.com/fr-FR/JHipster-User-Group/events/240786123/" target="_blank">Paris JHipster meetup #9</a> will take place at Ippon Technologies</li>
<li><b>July 6-7, 2017 in Barcelona, Spain:</b> at <a href="https://angularcamp.org/" target="_blank">AngularCamp</a> Alfredo Rueda will present how he uses JHipster in several academic projects.</li>
<li><b>July 11, 2017 in Paris, France:</b> at the <a href="https://jcd-paris.jfrog.com/" target="_blank">Jenkins Community Day</a> Julien Dubois will present "Automatiser sa chaîne Devops avec JHipster et Jenkins".</li>
<li><b>August 29, 2017 in New York, USA:</b> <a href="https://www.meetup.com/JHipster-NYC/events/241086394/?eventId=241086394" target="_blank">New York JHipster User Group</a> with Julien Dubois (JHipster creator), Yakov Fain (Java Champion) and Ray Tsang (from Google)</li>
<li><b>September 20-22, 2017 in Atlanta, USA:</b> at <a href="http://www.connect.tech/" target="_blank">CONNECT.TECH</a>, Matt Raible and Dennis Sharpe will present a full day workshop "Angular + Spring + Bootstrap = JHipster"</li>
<li>📘 The JHipster Mini-Book v2.0 by Matt Raible was <a href="http://www.jhipster-book.com/#!/news/entry/jhipster-mini-book-v2-now-available-for-download" target="_blank">released on December 5th</a>. <a href="https://www.infoq.com/minibooks/jhipster-2-mini-book" target="_blank">Download your free copy from InfoQ</a>.</li>
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="heading">What is JHipster?</h2>
<hr class="star-primary">
</div>
</div>
<div class="row">
<span class="title text-center">
<div class="head-icons">
<a href="http://projects.spring.io/spring-boot/" target="_blank"><img src="images/logo/logo-spring-boot.png" class="project-icon img-responsive"></a> <i class="fa fa-4x">+</i> <a href="https://angularjs.org/" target="_blank"><img src="images/logo/logo-angularjs.png" class="project-icon img-responsive"></a><br class="visible-xs"> <i class="fa fa-4x">=</i> <a href="/"><img src="images/logo/logo-jhipster-small2x.png" class="project-icon img-responsive"></a>
</div>
<p class="lead">
JHipster is a development platform to generate, develop and deploy
<a class="dark" href="http://projects.spring.io/spring-boot/" target="_blank">Spring Boot</a> + <a class="dark" href="https://angularjs.org/" target="_blank">Angular</a>
Web applications and Spring microservices. <br>
</p>
</span>
</div>
<div class="row">
<div class="col-md-6">
<h2 class="hipster-font heading">Goal</h2>
<p>
Our goal is to generate for you a complete and modern Web app or microservice architecture, unifying:
</p>
<ul>
<li>A high-performance and robust Java stack on the server side with Spring Boot</li>
<li>A sleek, modern, mobile-first front-end with Angular and Bootstrap</li>
<li>A robust microservice architecture with JHipster Registry, Netflix OSS, ELK stack and Docker</li>
<li>A powerful workflow to build your application with Yeoman, Webpack/Gulp and Maven/Gradle</li>
</ul>
</div>
<div class="col-md-6">
<h2 class="hipster-font heading">Sample & Sources</h2>
<p>
You can checkout a sample generated AngularJS 1 application
<a href="https://github.com/jhipster/jhipster-sample-app" target="_blank">here</a>.
</p>
<p>
You can checkout a sample generated Angular 4 application
<a href="https://github.com/jhipster/jhipster-sample-app-ng2" target="_blank">here</a>.
</p>
<p>
JHipster is Open Source, and all development is done on
<a href="https://github.com/jhipster/generator-jhipster" target="_blank">GitHub</a>
</p>
<ul>
<li> If you want to code with us, feel free to join!</li>
<li> If you like the project, please give us a star on GitHub</li>
</ul>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="heading">Who uses JHipster?</h2>
<hr class="star-primary">
</div>
</div>
<div class="row">
<div class="col-md-12" ng-controller="UsersCtrl">
<div>
<p>
Lots of great companies use JHipster, all over the world! <a href="{{ site.url }}/companies-using-jhipster/">Find the full list here</a>, and don't forget to add your company once you have started using JHipster <i class="fa fa-smile-o"></i>
</p>
</div>
<div id="carousel-customers" class="carousel slide" data-ride="carousel">
<!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item container {($index == 0 ? 'active': '')}" ng-if="$index % 6 == 0"
ng-repeat="user in users | filter:{logo:'!!'} | orderBy:'name' as filteredUsers">
<img class="col-md-2 col-sm-2 col-xs-2 logo- img-responsive"
ng-src="{{ site.url }}/companies-using-jhipster/images/{(filteredUsers[$index].logo)}" alt="{(filteredUsers[$index].name)}" title="{(filteredUsers[$index].name)}">
<img class="col-md-2 col-sm-2 col-xs-2 logo- img-responsive" ng-if="filteredUsers.length > ($index + 1)"
ng-src="{{ site.url }}/companies-using-jhipster/images/{(filteredUsers[$index + 1].logo)}" alt="{(filteredUsers[$index + 1].name)}" title="{(filteredUsers[$index + 1].name)}">
<img class="col-md-2 col-sm-2 col-xs-2 logo- img-responsive" ng-if="filteredUsers.length > ($index + 2)"
ng-src="{{ site.url }}/companies-using-jhipster/images/{(filteredUsers[$index + 2].logo)}" alt="{(filteredUsers[$index + 2].name)}" title="{(filteredUsers[$index + 2].name)}">
<img class="col-md-2 col-sm-2 col-xs-2 logo- img-responsive" ng-if="filteredUsers.length > ($index + 3)"
ng-src="{{ site.url }}/companies-using-jhipster/images/{(filteredUsers[$index + 3].logo)}" alt="{(filteredUsers[$index + 3].name)}" title="{(filteredUsers[$index + 3].name)}">
<img class="col-md-2 col-sm-2 col-xs-2 logo- img-responsive" ng-if="filteredUsers.length > ($index + 4)"
ng-src="{{ site.url }}/companies-using-jhipster/images/{(filteredUsers[$index + 4].logo)}" alt="{(filteredUsers[$index + 4].name)}" title="{(filteredUsers[$index + 4].name)}">
<img class="col-md-2 col-sm-2 col-xs-2 logo- img-responsive" ng-if="filteredUsers.length > ($index + 5)"
ng-src="{{ site.url }}/companies-using-jhipster/images/{(filteredUsers[$index + 5].logo)}" alt="{(filteredUsers[$index + 5].name)}" title="{(filteredUsers[$index + 5].name)}">
</div>
</div>
<div align="center" style="margin-top:20px;">
<!-- Controls -->
<a class="left" href="#carousel-customers" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
</a>
<a class="right" href="#carousel-customers" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Stack Section -->
<section class="success home-section" id="opts">
<div class="row no-margin">
<div class="col-lg-12 text-center">
<h2 class="heading">Client side options</h2>
<hr class="star-light">
</div>
</div>
<div class="row stack-container no-margin">
<ul class="text-center stacks">
<li class="clip img-circle">
<img src="images/logo/svg/html-5.svg" />
<span class="title_sub_tech">HTML5</span>
</li>
<li class="clip img-circle">
<img src="images/logo/svg/css-3.svg" />
<span class="title_sub_tech">CSS3</span>
</li>
<li class="clip img-circle">
<img src="images/logo/svg/bootstrap.svg" />
<span class="title_sub_tech">Bootstrap</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg/angular.svg" />
<span class="title_sub_tech">AngularJS</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg/angular.svg" />
<span class="title_sub_tech">Angular</span>
</li>
<li class="clip img-circle">
<img src="images/logo/svg/jquery.svg" class="width invert-hover"/>
<span class="title_sub_tech">JQuery</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/icons/websocket.png" class="invert"/>
<span class="title_sub_tech">Websockets</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg/yarn.svg"/>
<span class="title_sub_tech">Yarn</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg/webpack.svg"/>
<span class="title_sub_tech">Webpack</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg/bower.svg"/>
<span class="title_sub_tech">Bower</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg/gulp.svg" class="height" />
<span class="title_sub_tech">Gulp</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg/sass.svg" class="height" />
<span class="title_sub_tech">Sass</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg/browsersync.svg" />
<span class="title_sub_tech">Browsersync</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg/karma.svg" />
<span class="title_sub_tech">Karma</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/icons/protarctor.png" />
<span class="title_sub_tech">Protractor</span>
</li>
<li class="clear"></li>
</ul>
</div>
<div class="row no-margin">
<div class="col-lg-12 text-center">
<h2 class="heading">Server side options</h2>
<hr class="star-light">
</div>
</div>
<div class="row stack-container no-margin">
<ul class="text-center stacks">
<li class="clip img-circle">
<img src="images/logo/icons/spring-boot.png" />
<span class="title_sub_tech">Spring Boot</span>
</li>
<li class="clip img-circle">
<img src="images/logo/icons/spring.png"/>
<span class="title_sub_tech">Spring Security</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/icons/netflix.png"/>
<span class="title_sub_tech">Netflix OSS</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg/consul.svg"/>
<span class="title_sub_tech">Consul</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/icons/gradle-new.png" class="invert-hover-white"/>
<span class="title_sub_tech">Gradle</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/icons/maven.png" class="invert-hover-white width" />
<span class="title_sub_tech">Maven</span>
</li>
<li class="clip img-circle">
<img src="images/logo/svg/hibernate.svg" />
<span class="title_sub_tech">Hibernate</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/icons/liquibase.gif" class="width" />
<span class="title_sub_tech">Liquibase</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg/mysql.svg" />
<span class="title_sub_tech">MySQL</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg/mariadb.svg" />
<span class="title_sub_tech">MariaDB</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg/postgresql.svg" class="height" />
<span class="title_sub_tech">PostgreSQL</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg/oracle.svg" class="width" />
<span class="title_sub_tech">Oracle</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/icons/mssql.png"/>
<span class="title_sub_tech">MS SQL</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/icons/mongo.png" />
<span class="title_sub_tech">MongoDB</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg//cassandra.svg" class="invert-hover-white" />
<span class="title_sub_tech">Cassandra</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/icons/ehcache.png" />
<span class="title_sub_tech">EhCache</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/icons/Hazelcast.png" class="invert-hover-white"/>
<span class="title_sub_tech">Hazelcast</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/icons/infinispan.png" />
<span class="title_sub_tech">Infinispan</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg/elasticsearch.svg"/>
<span class="title_sub_tech">ElasticSearch</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg/kafka.svg" class="invert-hover-white"/>
<span class="title_sub_tech">Kafka</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/icons/swagger.png"/>
<span class="title_sub_tech">Swagger</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/icons/elk-stack.png" class="invert-hover-white"/>
<span class="title_sub_tech">ELK Stack</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg/prometheus.svg"/>
<span class="title_sub_tech">Prometheus</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/icons/thymeleaf.png"/>
<span class="title_sub_tech">Thymeleaf</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/icons/gatling.png"/>
<span class="title_sub_tech">Gatling</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg/cucumber.svg"/>
<span class="title_sub_tech">Cucumber</span>
</li>
<li class="clear"></li>
</ul>
</div>
<div class="row no-margin">
<div class="col-lg-12 text-center">
<h2 class="heading">Deployment options</h2>
<hr class="star-light">
</div>
</div>
<div class="row stack-container no-margin">
<ul class="text-center stacks">
<li class="clip img-circle new">
<img src="images/logo/svg/docker.svg"/>
<span class="title_sub_tech">Docker</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg/kubernets.svg"/>
<span class="title_sub_tech">Kubernetes</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg/heroku.svg"/>
<span class="title_sub_tech">Heroku</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/icons/cf.png" class="invert-hover-white"/>
<span class="title_sub_tech">CloudFoundry</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg/aws.svg" class="width"/>
<span class="title_sub_tech">AWS</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg/boxfuse.svg"/>
<span class="title_sub_tech">Boxfuse</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg/rancher.svg" class="width"/>
<span class="title_sub_tech">Rancher</span>
</li>
<li class="clip img-circle new">
<img src="images/logo/svg/openshift.svg"/>
<span class="title_sub_tech">OpenShift</span>
</li>
<li class="clear"></li>
</ul>
</div>
</section>
<!-- quick start Section -->
<section class="home-section" id="quick">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="heading">JHipster Quick Start</h2>
<hr class="star-primary">
</div>
</div>
<div class="row text-center">
<div class="col-lg-12">
<p>Install JHipster <code>yarn global add generator-jhipster</code></p>
<p>Create a new directory and go into it <code>mkdir myApp && cd myApp</code></p>
<p>Run JHipster and follow instructions on screen <code>jhipster</code></p>
<p>Model your entities with <a href="{{ site.url }}/jdl-studio/" target="_blank">JDL Studio</a> and download the resulting <code>jhipster-jdl.jh</code> file</p>
<p>Generate your entities with <code>jhipster import-jdl jhipster-jdl.jh</code></p>
</div>
<div class="col-lg-12">
<p>
<small>
* Assuming you have already installed
<a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html" target="_blank">Java</a>,
<a href="http://git-scm.com/" target="_blank">Git</a>,
<a href="http://nodejs.org/" target="_blank">Node.js</a>,
<a href="https://yarnpkg.com/en/docs/install" target="_blank">Yarn</a> and
<a href="http://yeoman.io/learning/index.html" target="_blank">Yeoman</a>.
For AngularJS 1, you will also need
<a href="http://bower.io/#install-bower" target="_blank">Bower</a> and
<a href="https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md" target="_blank">Gulp</a>
</small>
</p>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section class="success home-section" id="modules" ng-controller="ModuleListCtrl">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="heading">Modules</h2>
<hr class="star-light">
</div>
</div>
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="row control-group">
<div class="form-group col-xs-12 floating-label-form-group controls">
<input type="text" ng-model="searchText" class="form-control search-text" placeholder="Search" id="name" required data-validation-required-message="Please enter a module to search">
<p class="help-block text-danger"></p>
</div>
</div>
</div>
</div>
<div class="text-center">
<p>Top trending modules</p>
<br>
</div>
<div class="row">
<div ng-cloak ng-repeat="module in modules | filter: searchText | orderBy: '-downloads' | limitTo:16">
<div class="clearfix" ng-if="$index % 4 == 0"></div>
<div class="col-lg-3 col-md-6 col-sm-6 col-xs-12">
<a ng-href="{{ site.url }}/modules/marketplace/#/details/{(module.package.name)}"
title="{(module.package.description)}">
<div class="card dark module summary-inline">
<div class="card-body">
<i class="icon fa fa-cube fa-3x"></i>
<div class="content">
<div class="title fontSmall">{(module.package.name | jhiModuleFilter)}</div>
<div class="sub-title"><span class="fa fa-user"></span> {(module.package.author.name)} | <span class="fa fa-download"></span> {(module.downloads)}</div>
</div>
<div class="clear-both"></div>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
</section>
</div>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"url": "http://jhipster.github.io",
"logo": "http://jhipster.github.io/images/logo-jhipster.png",
"name" : "JHipster",
"sameAs" : [ "https://twitter.com/java_hipster",
"https://github.com/jhipster/generator-jhipster"]
}
</script>