Skip to content

Commit

Permalink
Adding Project credit and email in footer for gh pages (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
r48patel authored and fahdsiddiqui committed Sep 12, 2016
1 parent ce0a8cc commit ed0717c
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 42 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@ target/

# OS hidden files
.DS_Store
*dependency-reduced-pom.xml
*dependency-reduced-pom.xml

# Site Files
_site
.sass-cache
9 changes: 8 additions & 1 deletion docs/_includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,17 @@

<ul class="icons">
<li><a href="{{ site.github }}" class="icon circle fa-github"><span class="label">Github</span></a></li>
<li><a href="mailto:[email protected]" class="icon circle fa-envelope"><span class="label">Email</span></a></li>
</ul>


<ul class="copyright">
<li><a href="https://github.com/bazaarvoice/emodb/blob/master/Credits.md">Project Credits</a></li>
<li>Design By: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>

<ul class="copyright">
<li>&copy; Bazaarvoice</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
<li>&copy; <a href="http://www.bazaarvoice.com/">Bazaarvoice.</a> All rights reserved</li>
</ul>

</footer>
2 changes: 1 addition & 1 deletion docs/_posts/2014-08-07-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: "EmoDB Quick Tutorial"
date: 2016-05-24
excerpt: "Guarantees of EmoDB"
excerpt: "Quick Start Guide"
tags: [Quickstart, EmoDB]
type: [blog]
---
Expand Down
39 changes: 8 additions & 31 deletions docs/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@
margin: 0 0 2em 0;
}

p.documentation, h3.documentation {
margin: 0 0 0 0;
}

h1, h2, h3, h4, h5, h6 {
color: inherit;
font-weight: 300;
Expand Down Expand Up @@ -319,33 +323,6 @@
top: -0.2em;
}

.icon.circle.fa-twitter {
background: #70aecd;
color: white;
}

.icon.circle.fa-twitter:hover {
background: #7fb7d2;
}

.icon.circle.fa-facebook {
background: #7490c3;
color: white;
}

.icon.circle.fa-facebook:hover {
background: #829bc9;
}

.icon.circle.fa-google-plus {
background: #db6b67;
color: white;
}

.icon.circle.fa-google-plus:hover {
background: #df7b77;
}

.icon.circle.fa-github {
background: #dcad8b;
color: white;
Expand All @@ -355,13 +332,13 @@
background: #e1b89b;
}

.icon.circle.fa-dribbble {
background: #da83ae;
.icon.circle.fa-envelope {
background: #5a71dc;
color: white;
}

.icon.circle.fa-dribbble:hover {
background: #df93b8;
.icon.circle.fa-envelope:hover {
background: #5c89f6;
}

.icon.featured {
Expand Down
13 changes: 5 additions & 8 deletions docs/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,16 @@
<header class="container documentation">
<h2>Documentation</h2>
</header>
<section class="wrapper style4 container">
<section class="wrapper style3 container">
<ul class="posts">
{% for post in site.posts %}
<li class="wrapper {% if forloop.first %} style2 {% else %} style1 {% endif %}">
<h2><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a></h2>
<!-- {{ post.excerpt }} -->
{{ post.excerpt }}
<section class="special">
<ul class="buttons">
<li><a href="{{ post.url | prepend: site.baseurl }}" class="button">Read more</a></li>
</ul></section>
</li>
{% endfor %}
<br>
<a href="{{ post.url | prepend: site.baseurl }}" class="button">Read more</a>
</li>
{% endfor %}
</ul>
</section>
</article>
Binary file added docs/fonts/fontawesome-webfont.woff
Binary file not shown.
Binary file modified docs/fonts/fontawesome-webfont.woff2
100755 → 100644
Binary file not shown.

0 comments on commit ed0717c

Please sign in to comment.