CSS changes

* Dynamic resume link
* More header changes
* CSS for narrow hides
* Fix syntax error in header files
* Add transition for initials link
* Link hover with transition
* Add date in tooltip
* Consistent colors
* Font sizes
* Icon margins

HTTPS in JS correction to remove slashes
This commit is contained in:
Nishanth Shanmugham
2015-10-03 19:24:19 -05:00
parent 29a5b22882
commit 4331c6ee6d
7 changed files with 165 additions and 66 deletions

View File

@@ -10,9 +10,10 @@
<div class="content">
<nav>
<ul>
<a href="/posts"><li>Posts</li></a>
<a href="/about"><li>About</li></a>
<a href="/code"><li>Code</li></a>
<a href="/posts/"><li>Posts</li></a>
<a href="/about/"><li>About</li></a>
<a href="/code/"><li>Code</li></a>
{{ if .Site.Params.ResumeLink }}<a href={{ .Site.Params.ResumeLink }}><li>Resume</li></a>{{ end }}
</ul>
</nav>
<a href="/"><div class="name">{{ .Site.Params.Author }}</div></a>