Resume: expand top projects, print icon to PDF
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
<!-- <div id="contact-info"> -->
|
||||
<div id="contact-info">
|
||||
<div id="phone-number">
|
||||
<img src="{{ "img/smartphone.svg" | relURL }}"
|
||||
|
||||
5
layouts/partials/resume/print-icon.html
Normal file
5
layouts/partials/resume/print-icon.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<div id="print-icon">
|
||||
<a href="{{ "resume.pdf" | relURL }}" target="_blank">
|
||||
<img src="{{ "img/printer.svg" | relURL }}" alt="printer-icon">
|
||||
</a>
|
||||
</div>
|
||||
@@ -1,5 +1,7 @@
|
||||
{{ partial "base/header.html" . }}
|
||||
|
||||
{{ partial "resume/print-icon.html" . }}
|
||||
|
||||
{{ partial "base/site-title.html" . }}
|
||||
|
||||
{{ partial "resume/contact-info.html" . }}
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<h2 class="project-title">{{ .Get "name" }} ⏷</h2>
|
||||
</button>
|
||||
<div class="date">{{ .Get "date" }}</div>
|
||||
<div class="collapse" id="{{ .Get "name" | lower | urlize }}-details">
|
||||
<div class="collapse{{ with .Get "show" }} show{{ end }}" id="{{ .Get "name" | lower | urlize }}-details">
|
||||
<div>
|
||||
{{ .Inner }}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user