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
2 changes: 1 addition & 1 deletion _includes/contact_us.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<div class="wrapper">
<h5><span>Would you like</span><span> to work with us?</span></h5>
<a href="/contact">Just get in touch<img src="/images/misc/arrow-contact.png" alt="Just get in touch"></a>
<a href="/contact">Just get in touch<img src="/images/misc/arrow-contact.png" alt=""></a>
</div>

</div><!-- /contact -->
3 changes: 2 additions & 1 deletion css/src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
@import "compass";


@import "ui/page",
@import "ui/links",
"ui/page",
"ui/page-head",
"ui/page-foot",
"ui/fonts",
Expand Down
5 changes: 5 additions & 0 deletions css/src/ui/_links.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.link--arrow-end {
&:after {
content: ' \2192';
}
}
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h2>
<span>or a brand activation, we can help you <strong>build it.<strong></span>
</h2>

<a href="/contact" class="btn btn-red">Get a Quote &rarr;</a>
<a href="/contact" class="btn btn-red link--arrow-end">Get a Quote</a>
</div>

</div><!-- /masthead -->
Expand All @@ -37,7 +37,7 @@ <h3><span>What </span><span>we do</span></h3>
<div class="description">
<h4>Consulting</h4>
<p>We want to help you build your product or brand whether it is a mobile application or a web site, we like to provide you with your own think tank.</p>
<a href="/consulting">Services &rarr;</a>
<a href="/consulting" class="link--arrow-end">Services</a>
</div>
</div>
</div>
Expand All @@ -57,7 +57,7 @@ <h3><span>Who </span><span>we are</span></h3>
<div class="description">
<h4>The team</h4>
<p>Between ourselves we span very different working experiences, from startups to big corporate and from state instutions to ad agencies.</p>
<a href="/about-us">Meet us &rarr;</a>
<a href="/about-us" class="link--arrow-end">Meet us</a>
</div>
</div>
</div>
Expand All @@ -77,7 +77,7 @@ <h3><span>What </span><span>we've </span><span>done</span></h3>
<div class="description">
<h4>Our Work</h4>
<p>We've done this and we've done that, why don't you see for yourself and click the link below?</p>
<a href="/work">Portfolio &rarr;</a>
<a href="/work" class="link--arrow-end">Portfolio</a>
</div>
</div>
</div>
Expand Down