Skip to content

Commit

Permalink
Merge pull request #6 from monkeyfeet/feature/contact
Browse files Browse the repository at this point in the history
Feature/contact
  • Loading branch information
Jeremy Cole authored Jan 25, 2018
2 parents 532f3c8 + 4ec909b commit 380e883
Show file tree
Hide file tree
Showing 9 changed files with 34 additions and 24 deletions.
3 changes: 2 additions & 1 deletion site/production/index.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion site/production/index.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion site/production/index.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion site/production/index.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion site/production/index.min.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Skeletor
* Built 2017-09-17
* Built 2018-01-26
**/

function PageSetup(){MobileNav(),ToggleContent()}function MobileNav(){$(".hamburglar").click(function(){$(this).hasClass("open")?$(".mainnav").animate({left:"100%"}):$(".mainnav").animate({left:"0px"}),$(this).toggleClass("open")})}function ToggleContent(){$(".toggle-button").click(function(a){a.preventDefault();var b=$(this).parent("a"),c=b.parents(".togglable");c.children(".togglable-content").slideToggle(200),b.toggleClass("open"),$(this).toggleClass("fa-caret-down"),$(this).toggleClass("fa-caret-up")})}$(document).ready(function(){PageSetup()});
1 change: 1 addition & 0 deletions site/scss/global/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ hr {
display: block;
text-align: center;
background: $black;
margin-bottom: 20px;

.liner {
padding: 20px;
Expand Down
16 changes: 7 additions & 9 deletions site/templates/Includes/BlogSideBar.ss
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,6 @@

<% end_if %>

<%--
<a class="buy-button white-text" href="#">
<div class="liner">
<h3>Buy the book</h3>
<span class="">Purchase on Amazon now</span>
</div>
</a>
--%>

<div class="buy-button white-text">
<div class="liner">
<p>Winner of the</p>
Expand All @@ -41,4 +32,11 @@
</div>
</div>

<a class="buy-button red-bg white-text" href="https://www.amazon.com/dp/0473426684/ref=sr_1_3?ie=UTF8&qid=1516916313&sr=8-3&keywords=divine+laziness" target="_blank">
<div class="liner">
<h3>Buy the book</h3>
<span class="white-text">Purchase on Amazon now</span>
</div>
</a>

</div>
16 changes: 7 additions & 9 deletions site/templates/Includes/Sidebar.ss
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,6 @@

<% end_if %>

<%--
<a class="buy-button white-text" href="#">
<div class="liner">
<h3>Buy the book</h3>
<span class="">Purchase on Amazon now</span>
</div>
</a>
--%>

<div class="buy-button white-text">
<div class="liner">
<p>Winner of the</p>
Expand All @@ -35,4 +26,11 @@
</div>
</div>

<a class="buy-button red-bg white-text" href="https://www.amazon.com/dp/0473426684/ref=sr_1_3?ie=UTF8&qid=1516916313&sr=8-3&keywords=divine+laziness" target="_blank">
<div class="liner">
<h3>Buy the book</h3>
<span class="white-text">Purchase on Amazon now</span>
</div>
</a>

</div>
14 changes: 13 additions & 1 deletion site/templates/Layout/HomePage.ss
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,21 @@

<div class="main col has-sidebar">
$Content
$Form
</div>

<% include Sidebar %>
<div class="typography col sidebar">

<div class="buy-button white-text">
<div class="liner">
<p>Winner of the</p>
<span>Ashton Wylie Charitable Trust</span>
<h3>Literary Awards 2017</h3>
<span class="">Unpublished Manuscript Category</span>
</div>
</div>

</div>

<hr class="clear"/>

Expand Down

0 comments on commit 380e883

Please sign in to comment.