Skip to content

Commit

Permalink
working on installation
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion committed Nov 20, 2018
1 parent a1918e5 commit 6849f72
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
8 changes: 8 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,14 @@ <h2 class="project-tagline">{{ site.description | default: site.github.project_t
&nbsp;
</div>
</section>
<!-- <section class="install">
<h3>Install</h3>
<section class="brew">
<h4><a target="_blank" href="https://brew.sh">homebrew</a></h4>
<code>brew install brightdigit/speculid/speculid</code>
</section>
</section> -->
<section class="social-share">
{% endif %}
<h2>Share</h2>
Expand Down
18 changes: 18 additions & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,24 @@ body, input, button {
}

.page-header {
.install {
padding-bottom: 1em;
& > h3 {
margin-top: 0;
}
& > section {
h4 {
font-weight: 100;
}
margin-bottom: 1em;
code {
background-color: #000;
padding: 1em;
width: 100%;
color: #FFF;
}
}
}
.signup-form-container {
& > div {
color: #333;
Expand Down
2 changes: 1 addition & 1 deletion packages/homebrew
Submodule homebrew updated 2 files
+1 −0 .ruby-version
+3 −4 .travis.yml

0 comments on commit 6849f72

Please sign in to comment.