forked from jhipster/jhipster.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·65 lines (60 loc) · 2.67 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
---
layout: default
layout_grid: true
title: JHipster home page
sitemap:
priority: 1.0
lastmod: 2014-10-21T00:00:00-00:00
---
<div class="home-container">
<div class="row welcome-panel">
<div class="col-md-12">
<h1 class="hipster-font">Greetings, Java Hipster!</h1>
</div>
</div>
<div class="row welcome-panel">
<div class="col-md-4 col-md-offset-2 welcome-subpanel">
<img src="images/logo-jhipster-drink-coffee.png" class="img-large"/>
</div>
<div class="col-md-4 welcome-subpanel">
<p class="lead">
JHipster is a <br/>
<a href="http://yeoman.io/" target="_blank">Yeoman generator</a>,<br/>
<a href="http://yeoman.io/" target="_blank"><img src="images/logo-yeoman.png" class="project-icon"></a><br/>
<br/>
used to create a <br/>
<a href="http://projects.spring.io/spring-boot/" target="_blank">Spring Boot</a> + <a href="https://angularjs.org/" target="_blank">AngularJS</a> <br/>
project.<br/>
<a href="http://projects.spring.io/spring-boot/" target="_blank"><img src="images/logo-spring-boot.png" class="project-icon"><a href="https://angularjs.org/" target="_blank"><img src="images/logo-angularjs.png" class="project-icon"></a>
</p>
</div>
</div>
<div class="row">
<div class="col-md-4 col-md-offset-1">
<h2 class="hipster-font">Goal</h2>
<p>
Our goal is to generate for you a complete and modern Web app, 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 AngularJS and Bootstrap</li>
<li>A powerful workflow to build your application with Yeoman, Bower, Grunt and Maven</li>
</ul>
</div>
<div class="col-md-4 col-md-offset-2">
<h2 class="hipster-font">Sample & Sources</h2>
<p>
You can checkout a sample generated application
<a href="https://github.com/jhipster/jhipster-sample-app" target="_blank">here</a>.
</p>
<p>
JHipster is Open Source, and all developement is done on
<a href="https://github.com/jhipster/generator-jhipster" target="_blank">Github</a></li>
</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>