Skip to content

Commit d8bfd1a

Browse files
committed
Updated contents
1 parent 35f0428 commit d8bfd1a

File tree

3 files changed

+33
-22
lines changed

3 files changed

+33
-22
lines changed

css/navbar-fixed-top.css

+17-4
Original file line numberDiff line numberDiff line change
@@ -23,25 +23,32 @@ body {
2323

2424

2525
h1, h2, h3 {
26+
margin-top: 10px;
2627
color: #74b73f;
2728
}
2829

2930
.hero {
30-
background: url(img/jean-cocteau-museum-menton.png);
31-
background: #a0a0ff;
31+
background: url(../img/jean-cocteau-museum-menton.png);
32+
/* background: #a0a0ff;*/
3233
color: white;
33-
padding-top: 15em;
34+
padding-top: 12em;
3435
margin-bottom: 1em;
3536
height: 42em;
3637
width: 100%;
3738
}
3839

3940
.hero h1 {
4041
color: white;
41-
font-size: 4em;
42+
font-size: 5em;
4243
text-align: center;
4344
}
4445

46+
.some-buttons {
47+
width: 50em;
48+
margin-left: auto;
49+
margin-right: auto;
50+
}
51+
4552
body.releases > .container {
4653
margin-top: 3em;
4754
}
@@ -52,3 +59,9 @@ body.releases > .container {
5259
margin-bottom: 5em;
5360
text-align: center;
5461
}
62+
63+
@media (max-width: 600px) {
64+
.hero {
65+
font-size: 60%;
66+
}
67+
}

img/jean-cocteau-museum-menton.png

0 Bytes
Loading

index.html

+16-18
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858

5959
<div class="hero">
6060
<h1>Unified Queries for Java.<br/>
61-
Querydsl is compact, safe and easy to learn.<br/>
62-
Try it today!
61+
Querydsl is compact, safe<br/>
62+
and easy to learn.<br/>
6363
</h1>
6464
</div>
6565

@@ -112,17 +112,17 @@ <h2>Modules</h2>
112112

113113
<div class="col-md-3">
114114
<h4>JPA</h4>
115-
<p>The popular choice for SQL persistence with a focus on CRUD and simple queries for object loading.</p>
115+
<p>The popular choice for SQL persistence with a focus on CRUD and simple queries for object loading. <a href="https://github.com/querydsl/querydsl/tree/master/querydsl-jpa">more...</a></p>
116116
</div>
117117

118118
<div class="col-md-3">
119119
<h4>SQL</h4>
120-
<p>The alternative SQL abstraction with a focus on SQL operations and the full expressivity of the SQL standard.</p>
120+
<p>The alternative SQL abstraction with a focus on SQL operations and the full expressivity of the SQL standard. <a href="https://github.com/querydsl/querydsl/tree/master/querydsl-sql">more...</a></p>
121121
</div>
122122

123123
<div class="col-md-3">
124124
<h4>Mongodb</h4>
125-
<p>ODM support via Morphia for MongoDB, the NoSQL of choice for many</p>
125+
<p>ODM support via Morphia or Spring Data for MongoDB, the NoSQL of choice for many. <a href="https://github.com/querydsl/querydsl/tree/master/querydsl-mongodb">more...</a></p>
126126
</div>
127127
</div>
128128

@@ -131,17 +131,17 @@ <h4>Mongodb</h4>
131131

132132
<div class="col-md-3">
133133
<h4>JDO</h4>
134-
<p>JDO support for Object, SQL and NoSQL storage abstraction.</p>
134+
<p>JDO support for Object, SQL and NoSQL storage abstraction. <a href="https://github.com/querydsl/querydsl/tree/master/querydsl-jdo">more...</a></p>
135135
</div>
136136

137137
<div class="col-md-3">
138138
<h4>Lucene</h4>
139-
<p>Full text indexing via Lucene, the most popular fulltext index for Java.</p>
139+
<p>Full text indexing via Lucene, the most popular fulltext index for Java. <a href="https://github.com/querydsl/querydsl/tree/master/querydsl-lucene4">more...</a></p>
140140
</div>
141141

142142
<div class="col-md-3">
143143
<h4>Collections</h4>
144-
<p>Java Collection querying</p>
144+
<p>Java Collection querying for Java Beans and POJOs. <a href="https://github.com/querydsl/querydsl/tree/master/querydsl-collections">more...</a></p>
145145
</div>
146146
</div>
147147
</section>
@@ -154,6 +154,7 @@ <h2>Documentation</h2>
154154
</div>
155155

156156
<div class="col-md-3">
157+
<h4>Releases</h4>
157158
<p>Version selection <select class="version"></select></p>
158159
<ul>
159160
<li><a class="docs" href="#">Reference documentation</a></li>
@@ -164,6 +165,7 @@ <h2>Documentation</h2>
164165
</div>
165166

166167
<div class="col-md-3">
168+
<h4>Blog posts</h4>
167169
<p>Documentation is also available in the form of blog posts.</p>
168170
<ul>
169171
<li><a href="http://blog.mysema.com/2013/03/querydsl-30-in-nutshell.html">Querydsl 3.0 in a nutshell</a></li>
@@ -183,12 +185,14 @@ <h2>Documentation</h2>
183185
</section>
184186

185187
<section id="community">
186-
<h2>Community</h2>
187-
188188
<div class="row">
189+
<div class="col-md-3">
190+
<h2>Community</h2>
191+
</div>
192+
189193
<div class="col-md-3">
190194
<h4>Querydsl Group</h4>
191-
<a href="https://groups.google.com/forum/#!forum/querydsl">Querydsl Group</a> provides a free support forum and a place to discuess Querydsl design issues
195+
<a href="https://groups.google.com/forum/#!forum/querydsl">Querydsl Group</a> provides a free support forum and a place to discuss Querydsl design issues.
192196
</div>
193197

194198
<div class="col-md-3">
@@ -201,21 +205,15 @@ <h4>GitHub</h4>
201205
<a href="https://github.com/querydsl/querydsl">GitHub</a> is where Querydsl is hosted. Querydsl is licensed under the
202206
<a href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache 2.0 license</a>
203207
</div>
204-
205-
<div class="col-md-3">
206-
<h4>Issues</h4>
207-
<a href="https://github.com/querydsl/querydsl/issues">Issues</a> can be filed at <a href="https://github.com/querydsl/querydsl/issues">GitHub issues</a>.
208-
</div>
209208
</div>
210-
<div class="clear"></div>
209+
211210
</section>
212211

213212
<section id="examples">
214213
<h2>Examples</h2>
215214
<div class="row">
216215
<div class="col-md-12">TODO: slide show</div>
217216
</div>
218-
<div class="clear"></div>
219217
</section>
220218

221219
</div> <!-- /container -->

0 commit comments

Comments
 (0)