-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Galo Navarro <[email protected]>
- Loading branch information
Showing
16 changed files
with
261 additions
and
653 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
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,15 +1,5 @@ | ||
<footer class="site-footer"> | ||
|
||
<div class="wrapper"> | ||
|
||
<div class="footer-col-wrapper"> | ||
© {{ site.time | date: '%Y' }} Galo Navarro | ||
</div> | ||
<div class="footer-col-wrapper"> | ||
This site is built with <a href="http://www.vim.org/">Vim</a> and | ||
<a href="https://jekyllrb.com/">Jekyll</a>. | ||
</div> | ||
|
||
<div class="footer-col-wrapper"> | ||
© {{ site.time | date: '%Y' }} Galo Navarro | ||
</div> | ||
|
||
</footer> |
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
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,34 +1,9 @@ | ||
<header class="site-header"> | ||
|
||
<div class="wrapper"> | ||
|
||
<a class="site-title" href="{{ site.baseurl }}/">{{ site.title }}</a> | ||
|
||
<nav class="site-nav"> | ||
|
||
<div class="trigger"> | ||
<ul> | ||
<li><a href="https://hachyderm.io/@srvaroa" title="Mastodon"> | ||
<span class="icon icon--mastodon">{% include icon-mastodon.svg %}</span></a> | ||
</li> | ||
<li><a href="https://twitter.com/srvaroa" title="Twitter"> | ||
<span class="icon icon--twitter">{% include icon-twitter.svg %}</span></a> | ||
</li> | ||
<li><a href="https://github.com/srvaroa" title="GitHub"> | ||
<span class="icon icon--github">{% include icon-github.svg %}</span></a> | ||
</li> | ||
<li><a href="mailto:[email protected]" title="Email"> | ||
<span class="icon icon--email">{% include icon-email.svg %}</span></a> | ||
</li> | ||
{% for my_page in site.pages %} | ||
{% if my_page.title %} | ||
<li><a class="page-link" href="{{ my_page.url | prepend: site.baseurl }}">{{ my_page.title }}</a></li> | ||
{% endif %} | ||
{% endfor %} | ||
</ul> | ||
</div> | ||
</nav> | ||
|
||
</div> | ||
|
||
<a class="site-title" href="{{ site.baseurl }}/">{{ site.title }}</a> | ||
<nav class="site-nav"> | ||
<ul> | ||
<li><a href="/about">About</a></li> | ||
<li><a href="/contact">Contact</a></li> | ||
</ul> | ||
</nav> | ||
</header> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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
Oops, something went wrong.