Reduce font size across site

- add LinkedIn to resume
- fix Unicode expand icon not showing on mobile
- change footer background to line above
This commit is contained in:
2019-10-05 03:02:10 -04:00
parent b652c45375
commit 6553a1bfa1
11 changed files with 321 additions and 158 deletions

View File

@@ -0,0 +1,12 @@
<div class="education">
<div class="row">
<div class="col-8 text-left">
<p class="institution">
{{ .Get "name" }}
</p>
</div>
<div class="col text-right date">{{ .Get "date" }}</div>
</div>
{{ .Get "title" }}
</div>
</div>