k
This commit is contained in:
22
homebrew.tmpl
Normal file
22
homebrew.tmpl
Normal file
@@ -0,0 +1,22 @@
|
||||
<html>
|
||||
<header>
|
||||
</header>
|
||||
<body>
|
||||
<div name="name">
|
||||
<h1>{{ range .resume.name }}{{ . }} {{ end }}</h1>
|
||||
<h4>{{ .resume.title }}</h4>
|
||||
</div>
|
||||
<div name="contact">
|
||||
{{ range .resume.contact.links }}
|
||||
<div style="display: inline-block">
|
||||
{{ .svg }}
|
||||
<a href="{{ .link }}">{{ .text }}</a>
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
<div name="headings">
|
||||
</div>
|
||||
</body>
|
||||
<footer>
|
||||
</footer>
|
||||
</html>
|
||||
Reference in New Issue
Block a user