Reindent template

This commit is contained in:
Rafael Bardini 2018-11-18 01:04:17 -02:00
parent f203660e46
commit 0bc0d1afdc
1 changed files with 465 additions and 481 deletions

View File

@ -1,44 +1,34 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimal-ui">
<title>{{#resume.basics}}{{name}}{{/resume.basics}}</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/octicons/2.0.2/octicons.min.css">
<style type="text/css">
{{{css}}}
</style>
</head>
<body>
<header id="header">
<div class="container">
<div class="row">
<div class="col-sm-9 col-sm-push-3">
{{#resume.basics}}
{{#name}}
<h1>
{{.}}
</h1>
<h1>{{.}}</h1>
{{/name}}
{{#label}}
<h2>
{{.}}
</h2>
<h2>{{.}}</h2>
{{/label}}
{{/resume.basics}}
</div>
</div>
</div>
</header>
<div id="content" class="container">
<div id="content" class="container">
{{#resume.basics}}
<section id="contact" class="row">
<aside class="col-sm-3">
@ -57,7 +47,9 @@
{{#phone}}
<div class="col-sm-6">
<strong>Phone</strong>
<div class="phone">{{.}}</div>
<div class="phone">
{{.}}
</div>
</div>
{{/phone}}
{{#url}}
@ -91,9 +83,7 @@
{{#profiles}}
<div class="col-sm-6">
{{#network}}
<strong class="network">
{{.}}
</strong>
<strong class="network">{{.}}</strong>
{{/network}}
{{#if username}}
<div class="username">
@ -132,8 +122,7 @@
<h4 class="strike-through">
<span>{{name}}</span>
<span class="date">
{{formatDate startDate}} —
{{#if endDate}}{{formatDate endDate}}{{else}}Present{{/if}}
{{formatDate startDate}} — {{#if endDate}}{{formatDate endDate}}{{else}}Present{{/if}}
</span>
</h4>
{{#url}}
@ -178,8 +167,7 @@
<h4 class="strike-through">
<span>{{organization}}</span>
<span class="date">
{{formatDate startDate}} —
{{#if endDate}}{{formatDate endDate}}{{else}}Present{{/if}}
{{formatDate startDate}} — {{#if endDate}}{{formatDate endDate}}{{else}}Present{{/if}}
</span>
</h4>
{{#url}}
@ -224,8 +212,7 @@
<h4 class="strike-through">
<span>{{institution}}</span>
<span class="date">
{{formatDate startDate}} —
{{#if endDate}}{{formatDate endDate}}{{else}}Present{{/if}}
{{formatDate startDate}} — {{#if endDate}}{{formatDate endDate}}{{else}}Present{{/if}}
</span>
</h4>
{{#url}}
@ -270,8 +257,7 @@
<h4 class="strike-through">
<span>{{name}}</span>
<span class="date">
{{formatDate startDate}} —
{{#if endDate}}{{formatDate endDate}}{{else}}Present{{/if}}
{{formatDate startDate}} — {{#if endDate}}{{formatDate endDate}}{{else}}Present{{/if}}
</span>
</h4>
{{#url}}
@ -487,8 +473,6 @@
</div>
</section>
{{/if}}
</div>
</body>
</html>