Skip to content

Commit 19dec1b

Browse files
committed
Use icon-coffee for developers (#432).
The puzzle looks out of center over the heading, and coffee is commonly accociated with developers.
1 parent d13e585 commit 19dec1b

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ <h2>Help</h2>
124124
</div><!-- /.span4 -->
125125
<div class="span4">
126126
<!--<img class="img-circle" data-src="holder.js/140x140">-->
127-
<i class="icon-puzzle-piece marketing-huge-icon"></i>
127+
<i class="icon-coffee marketing-huge-icon"></i>
128128
<h2>Develop</h2>
129129
<p>Devilry is open source, and we have an open community. This means that you can help us develop Devilry.</p>
130130
<p><a class="btn" href="#develop">Read more&raquo;</a></p>
@@ -250,8 +250,7 @@ <h2>Get help. <span class="muted">Or help someone else.</span></h2>
250250
<small class="meta">Students, examiners, admins</small>
251251
</a>
252252
<a class="btn btn-large btn-primary" href="https://devilry-deploy.readthedocs.org">
253-
<!--<i class="icon-fire-extinguisher"></i>-->
254-
<i class="icon-coffee"></i>
253+
<i class="icon-fire-extinguisher"></i>
255254
Sysadmin docs
256255
<small class="meta">Setup, deploy and update</small>
257256
</a>
@@ -276,7 +275,7 @@ <h2>Get help. <span class="muted">Or help someone else.</span></h2>
276275

277276
<div class="featurette-graphics">
278277
<!--<img alt="Devilry logo" src="devilrylogo-large.png"/>-->
279-
<i class="icon-puzzle-piece featurette-huge-icon"></i>
278+
<i class="icon-coffee featurette-huge-icon"></i>
280279
</div>
281280
<h2>Develop Devilry. <span class="muted">We will help you get started.</span></h2>
282281
<p class="lead">

less/featurette.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
left: 10px;
6767
font-size: 45px;
6868
}
69-
padding-left: 65px;
69+
padding-left: 58px;
7070
text-align: left;
7171
}
7272
}

0 commit comments

Comments
 (0)