Skip to content

Commit 9d6f635

Browse files
authored
Merge pull request #24 from semioticrobotic/master
Update project page styles to improve visibility
2 parents 2d77013 + ab2280a commit 9d6f635

2 files changed

Lines changed: 17 additions & 15 deletions

File tree

website/content/css/geode-site.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ a.btn {
196196
font-family: 'klavika-web', 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
197197
font-weight: 500 !important;
198198
font-style: normal;
199-
letter-spacing: 110%;
199+
letter-spacing: 4%;
200200
}
201201
h1 {
202202
font-weight: 200;
@@ -381,8 +381,9 @@ li.divider {
381381
.bf-masthead .description {
382382
font-style: normal;
383383
font-size: 150%;
384-
margin-bottom: 45px;
385-
/*line-height: 100%;*/
384+
margin-bottom: 20px;
385+
letter-spacing: 2%;
386+
line-height: 135%;
386387
}
387388
.bf-masthead .btn-wrapper {
388389
text-align: center;
@@ -1500,7 +1501,7 @@ h2.icns-tools:before{
15001501
}
15011502

15021503
/* desert scheme ported from vim to google prettify */
1503-
pre.prettyprint { display: block; background-color: #333 }
1504+
pre.prettyprint { display: block; background-color: #D4D4D4 }
15041505
pre .nocode { background-color: none; color: #000 }
15051506
pre .str { color: #ffa0a0 } /* string - pink */
15061507
pre .kwd { color: #f0e68c; font-weight: bold }

website/content/index.html

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,10 @@
2424
<img class="logo-title img-responsive hidden-xs" src="img/Apache_Geode_logo.png" />
2525
<div class="text-container">
2626
<h2 class="tagline"><em>Performance</em> is key. <em>Consistency</em> is a must.</h2>
27-
<p class="description">Providing low latency, high concurrency data management solutions since 2002.<br/>
28-
<br/>Build high-speed, data-intensive applications that elastically meet performance requirements at any scale.<br/>
29-
Take advantage of Apache Geode's unique technology that blends advanced techniques for data replication, partitioning and distributed processing.
30-
31-
<br/><br/>
32-
Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing.<br/>
27+
<p class="description">Providing low latency, high concurrency data management solutions since 2002.</p>
28+
<p class="description">Build high-speed, data-intensive applications that elastically meet performance requirements at any scale.</p>
29+
<p class="description">Take advantage of Apache Geode's unique technology that blends advanced techniques for data replication, partitioning and distributed processing.</p>
30+
<p class="description">Apache Geode provides a database-like consistency model, reliable transaction processing, and a shared-nothing architecture to maintain very low latency performance with high concurrency processing.</p>
3331
</div>
3432

3533
<div class="btn-wrapper">
@@ -137,11 +135,14 @@ <h3>Adapters</h3>
137135

138136
<section class="bf-questions">
139137
<div class="container">
140-
<div class="col-md-12 text-center cta">
141-
And much more... Interested? You can check our <a href="https://cwiki.apache.org/confluence/display/GEODE/Index#Index-Geodein5minutesGeodein5minutes" target="_blank" class="btn btn-inverse btn-lg">Geode in 5 minutes tutorial</a> <span class="avoidwrap">, ask a question on the <a href="/community/" class="btn btn-inverse btn-lg">Mailing lists</a> or <a href="http://stackoverflow.com/search?q=Apache%20Geode" class="btn btn-inverse btn-lg">StackOverflow</a></span>
142-
</div>
143-
</div>
144-
</section
138+
<div class="col-md-12 text-center cta">
139+
<h2>Ready to get started?</h2>
140+
<p>Follow the tutorial</p>
141+
<p><a href="https://cwiki.apache.org/confluence/display/GEODE/Index#Index-Geodein5minutesGeodein5minutes" class="btn btn-inverse btn-lg" target="_blank">Geode in five minutes</a></p>
142+
<p>Or <a href="https://geode.apache.org/community/" title="Geode community resources">browse community resources</a>.</p>
143+
</div>
144+
</div>
145+
</section>
145146

146147
<section class="bf-news">
147148
<div class="container">

0 commit comments

Comments
 (0)