- add LinkedIn to resume - fix Unicode expand icon not showing on mobile - change footer background to line above
13 lines
261 B
HTML
13 lines
261 B
HTML
<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>
|