Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion priv/sass/lfe-sass/bootstrap/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ body {
width: 216px;
height: 27px;
margin-top: 12px;
margin-left: -10px !important;
margin-left: 0px !important;
margin-bottom: 6px;
background: url(/#{$deployment}/images/logos/lfe-logo-site-brand.png) 0 0 no-repeat;
}

Expand Down
6 changes: 3 additions & 3 deletions priv/templates/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ <h1>Taking the Syntax out of Distributed Systems Programming </h1>
<div class="highlight-module-group">
<div class="container splash">
<div class="row">
<div class="col-lg-4 text-center highlight-module">
<div class="col-lg-4 col-md-4 col-xs-12 text-center highlight-module">
<a href="{{ base_dir }}/guides/"><span class="mega-octicon octicon-heart"></span></a>
<h2><a href="{{ base_dir }}/guides/">Learn LFE</a></h2>
<p>New to LFE? Get started here with LFE using our intro guides -- you're just a <code>git clone</code> or <code>docker run</code> away!</p>
</div>
<div class="col-lg-4 text-center highlight-module">
<div class="col-lg-4 col-md-4 col-xs-12 text-center highlight-module">
<a href="{{ base_dir }}/ref/"><span class="mega-octicon octicon-book"></span></a>
<h2><a href="{{ base_dir }}/ref/">Reference</a></h2>
<p>The LFE core reference materials is the right place to go when looking for the exact usage information you need.</p>
</div>
<div class="col-lg-4 text-center highlight-module">
<div class="col-lg-4 col-md-4 col-xs-12 text-center highlight-module">
<a href="{{ base_dir }}/community/"><span class="mega-octicon octicon-git-pull-request"></span></a>
<h2><a href="{{ base_dir }}/community/">Community</a></h2>
<p>Want to talk with poeple who know and use LFE? Got a Question? Want to share the love? Come hang out with us!</p>
Expand Down