Merge branch 'master' into resume-pdf-2
This commit is contained in:
69
layouts/card/section.html
Normal file
69
layouts/card/section.html
Normal file
@@ -0,0 +1,69 @@
|
||||
{{ partial "base/header.html" . }}
|
||||
|
||||
{{ partial "base/site-title.html" . }}
|
||||
|
||||
{{ partial "base/nav-bar.html" . }}
|
||||
|
||||
{{ partial "base/base16-logo.html" . }}
|
||||
|
||||
<main role="main" id="card">
|
||||
<div id="presentational-container" class="container">
|
||||
<div class="row text-center h-100 my-auto">
|
||||
<div id="email-full" class="h-100 mx-auto">
|
||||
<p class="text-center">
|
||||
<nobr>
|
||||
me@kevin-mok.com
|
||||
<span class="social"><span class="spacing">
|
||||
me</span><span class="link-text">@kevi<span
|
||||
class="safari">n</span>
|
||||
<a href="https://fosstodon.org/@Kevin"
|
||||
target="_blank" id="mastodon" class="link link-top">
|
||||
<img src="https://kevin-mok.com/img/social/mastodon.svg" alt=""/>
|
||||
</a></span>
|
||||
</span>
|
||||
<span class="social"><span class="spacing">
|
||||
me@</span><span class="link-text">ke<span
|
||||
class="safari">v</span>
|
||||
<a href="https://www.linkedin.com/in/Kev-Mok" target="_blank"
|
||||
target="_blank" class="link linkedin linkedin-left">
|
||||
<img src="https://kevin-mok.com/img/social/linkedin.svg" alt=""/>
|
||||
</a></span>
|
||||
</span>
|
||||
<span class="social"><span class="spacing">
|
||||
me@kevin</span><span class="link-text">-mo<span
|
||||
class="safari">k</span>
|
||||
<a href="https://www.linkedin.com/in/Kev-Mok" target="_blank" class="link linkedin linkedin-left"></a></span>
|
||||
</span>
|
||||
<span class="social"><span class="spacing">
|
||||
me@kev</span><span class="link-text">i<span
|
||||
class="safari">n</span>
|
||||
<a href="https://www.linkedin.com/in/Kev-Mok" target="_blank"
|
||||
class="link linkedin linkedin-middle"></a></span>
|
||||
</span>
|
||||
<span class="social"><span class="spacing">
|
||||
me@</span><span class="link-text">kevin-mo<span
|
||||
class="safari">k</span>
|
||||
<a href="https://github.com/Kevin-Mok" target="_blank" id="github" class="link">
|
||||
<img src="https://kevin-mok.com/img/social/github.svg" alt=""/>
|
||||
</a></span>
|
||||
</span>
|
||||
<span class="social"><span class="spacing">
|
||||
me@</span><span class="link-text">kevin-mok.co<span
|
||||
class="safari">m</span>
|
||||
<a href="https://kevin-mok.com/" target="_blank" id="site" class="link">
|
||||
<img src="https://kevin-mok.com/img/resume/link.svg" alt=""/>
|
||||
</a></span>
|
||||
</span>
|
||||
<span class="social"><span class="link-text">me@kevin-mok.co<span class="safari"> </span>
|
||||
<a href="mailto:me@kevin-mok.com" target="_blank" id="email" class="link link-top">
|
||||
<img src="https://kevin-mok.com/img/resume/envelope.svg" alt=""/>
|
||||
</a></span>
|
||||
</span>
|
||||
</nobr>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
{{ partial "base/footer.html" . }}
|
||||
22
layouts/letter/section.html
Normal file
22
layouts/letter/section.html
Normal file
@@ -0,0 +1,22 @@
|
||||
{{ partial "base/header.html" . }}
|
||||
|
||||
{{ partial "base/site-title.html" . }}
|
||||
|
||||
{{ partial "base/nav-bar.html" . }}
|
||||
|
||||
{{ partial "base/base16-logo.html" . }}
|
||||
|
||||
<main role="main" id="letter-home">
|
||||
<!-- <h1 class="list-title">{{ .Title }}</h1> -->
|
||||
<h4 id="letter-instr">Please enter the full URL that I provided
|
||||
for your personalized cover letter. :)</h4>
|
||||
|
||||
<div id="resume" class="letter">
|
||||
{{ .Content }}
|
||||
</div>
|
||||
</main>
|
||||
|
||||
{{ partial "base/footer.html" . }}
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
15
layouts/letter/single.html
Normal file
15
layouts/letter/single.html
Normal file
@@ -0,0 +1,15 @@
|
||||
{{ partial "base/header.html" . }}
|
||||
|
||||
{{ partial "resume/print-icon.html" . }}
|
||||
|
||||
{{ partial "base/site-title.html" . }}
|
||||
|
||||
{{ partial "resume/contact-info.html" . }}
|
||||
|
||||
<div id="resume" class="letter">
|
||||
{{ .Content }}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -29,7 +29,7 @@
|
||||
<img src="{{ "img/social/email.svg" | relURL }}"
|
||||
alt="envelope">
|
||||
</a>
|
||||
<a href="https://fosstodon.org/web/accounts/93113" target="_blank">
|
||||
<a href="https://fosstodon.org/@Kevin" target="_blank">
|
||||
<img src="{{ "img/social/mastodon.svg" | relURL }}"
|
||||
alt="mastodon-logo">
|
||||
</a>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
{{ .Hugo.Generator }}
|
||||
<meta name="google-site-verification" content="3aZhrY5bFgQY0HY2DNNUhbkuIfVEcwkrQHnbJd8jCCQ" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<script src="http://livejs.com/live.js" charset="utf-8"></script>
|
||||
<script src="https://cdn.khkm.tk/live.js" charset="utf-8"></script>
|
||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
|
||||
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<div id="contact-info" class="container">
|
||||
<div class="row row-top justify-content-center">
|
||||
<div class="row row-top justify-content-center mx-auto">
|
||||
<div id="phone-number" class="col text-left">
|
||||
<a href="tel:647-685-2500" target="_blank">
|
||||
<img src="{{ "img/resume/smartphone.svg" | relURL }}"
|
||||
@@ -9,8 +9,8 @@
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<div id="linkedin" class="col text-right mr-3">
|
||||
<a href="https://www.linkedin.com/in/Kev-Mok">
|
||||
<div id="linkedin" class="col text-right">
|
||||
<a href="https://www.linkedin.com/in/Kev-Mok" target="_blank">
|
||||
<span class="url-info">
|
||||
Kev-Mok
|
||||
</span>
|
||||
@@ -18,17 +18,17 @@
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row justify-content-center">
|
||||
<div class="row mx-auto">
|
||||
<div id="email" class="col col-left">
|
||||
<a href="mailto:me@kevin-mok.com">
|
||||
<a href="mailto:me@kevin-mok.com" target="_blank">
|
||||
<img src="{{ "img/resume/envelope.svg" | relURL }}" alt="envelope-icon">
|
||||
<span class="url-info">
|
||||
me@kevin-mok.com
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
<div id="website" class="col text-right mr-3">
|
||||
<a href="https://kevin-mok.com/">
|
||||
<div id="website" class="col text-right">
|
||||
<a href="https://kevin-mok.com/" target="_blank">
|
||||
<span class="url-info">
|
||||
kevin-mok.com
|
||||
</span>
|
||||
|
||||
4
layouts/shortcodes/resume/no-spacing.html
Normal file
4
layouts/shortcodes/resume/no-spacing.html
Normal file
@@ -0,0 +1,4 @@
|
||||
{{ $_hugo_config := `{ "version": 1 }` }}
|
||||
<div class="no-line-spacing">
|
||||
{{ .Inner }}
|
||||
</div>
|
||||
21
layouts/sitemap.xml
Normal file
21
layouts/sitemap.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
{{ range .Data.Pages }}{{ if ne .Params.sitemap_exclude true }}
|
||||
<url>
|
||||
<loc>{{ .Permalink }}</loc>{{ if not .Lastmod.IsZero }}
|
||||
<lastmod>{{ safeHTML ( .Lastmod.Format "2006-01-02T15:04:05-07:00" ) }}</lastmod>{{ end }}{{ with .Sitemap.ChangeFreq }}
|
||||
<changefreq>{{ . }}</changefreq>{{ end }}{{ if ge .Sitemap.Priority 0.0 }}
|
||||
<priority>{{ .Sitemap.Priority }}</priority>{{ end }}{{ if .IsTranslated }}{{ range .Translations }}
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="{{ .Lang }}"
|
||||
href="{{ .Permalink }}"
|
||||
/>{{ end }}
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="{{ .Lang }}"
|
||||
href="{{ .Permalink }}"
|
||||
/>{{ end }}
|
||||
</url>
|
||||
{{ end }}{{ end }}
|
||||
</urlset>
|
||||
Reference in New Issue
Block a user