-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from ClojureBridge/margin-fixes
Fix some margin in header and paypall button
- Loading branch information
Showing
2 changed files
with
49 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,29 @@ | ||
<div class="site-header"> | ||
<div class="header-content"> | ||
<div class="site-header"> | ||
|
||
<a id="home" href="/">{{ site.title }}</a> | ||
<a id="home" href="/">{{ site.title }}</a> | ||
|
||
<ul id="site-nav"> | ||
{% for page in site.pages %} | ||
{% if page.title %} | ||
<li> | ||
<a class="page-link" href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a> | ||
</li> | ||
{% endif %} | ||
{% endfor %} | ||
<li> | ||
<a class="page-link" href="http://bridgefoundry.org/code-of-conduct/">Code of Conduct</a> | ||
</li> | ||
<li> | ||
<a class="page-link" href="https://github.com/ClojureBridge"><i class="fa fa-github"><span>GitHub</span></i></a> | ||
</li> | ||
<li> | ||
<a class="page-link" href="https://twitter.com/ClojureBridge"><i class="fa fa-twitter"><span>Twitter</span></i></a> | ||
</li> | ||
<li> | ||
<a class="page-link" href="mailto:[email protected]"><i class="fa fa-envelope-o"><span>Email</span></i></a> | ||
</li> | ||
</ul> | ||
<ul id="site-nav"> | ||
{% for page in site.pages %} | ||
{% if page.title %} | ||
<li> | ||
<a class="page-link" href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a> | ||
</li> | ||
{% endif %} | ||
{% endfor %} | ||
<li> | ||
<a class="page-link" href="http://bridgefoundry.org/code-of-conduct/">Code of Conduct</a> | ||
</li> | ||
<li> | ||
<a class="page-link" href="https://github.com/ClojureBridge"><i class="fa fa-github"><span>GitHub</span></i></a> | ||
</li> | ||
<li> | ||
<a class="page-link" href="https://twitter.com/ClojureBridge"><i class="fa fa-twitter"><span>Twitter</span></i></a> | ||
</li> | ||
<li> | ||
<a class="page-link" href="mailto:[email protected]"><i class="fa fa-envelope-o"><span>Email</span></i></a> | ||
</li> | ||
</ul> | ||
|
||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters