You've already forked jsonresume
Add short address
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
<!-- WORK EXPERIENCE -->
|
||||
<div class="box">
|
||||
<h2><i class= "fa fa-suitcase ico"></i> {{.Lang.WorkExperience}}</h2>
|
||||
{{range .Work -}}
|
||||
{{range .Work -}}{{if not .Hide}}
|
||||
<div class="job clearfix">
|
||||
<div class="row">
|
||||
<div class="details">
|
||||
@@ -76,7 +76,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{- end}}
|
||||
{{- end}}{{- end}}
|
||||
</div>
|
||||
{{- end}}
|
||||
{{if .Awards -}}
|
||||
@@ -149,11 +149,17 @@
|
||||
{{if .Basic.Location.City -}}
|
||||
<div class="contact-item">
|
||||
<div class="icon pull-left text-center"><span class="fa fa-map-marker fa-fw"></span></div>
|
||||
{{- if .UseFullAddress -}}
|
||||
{{if .Basic.Location.Address}}<div class="title pull-right">{{.Basic.Location.Address}}</div>{{- end}}
|
||||
<div class="title {{if not .Basic.Location.Address}}only {{- end}} pull-right">{{if .Basic.Location.PostalCode}} {{.Basic.Location.PostalCode}}{{- end}} {{.Basic.Location.City}}{{if .Basic.Location.Region}}, {{.Basic.Location.Region}}{{- end}}{{if .Basic.Location.CountryCode}} {{.Basic.Location.CountryCode}}{{- end}}</div>
|
||||
</div>
|
||||
{{- else -}}
|
||||
<div class="title only pull-right">
|
||||
{{.Basic.Location.ShortAddress}}{{if .Basic.Location.Region}}, {{.Basic.Location.Region}}{{- end}}{{if .Basic.Location.CountryCode}} {{.Basic.Location.CountryCode}}{{- end}}</div>
|
||||
</div>
|
||||
{{- end -}}
|
||||
{{- end}}
|
||||
{{if .Basic.Phone -}}
|
||||
{{if and .Basic.Phone .UseFullAddress -}}
|
||||
<div class="contact-item">
|
||||
<div class="icon pull-left text-center"><span class="fa fa-phone fa-fw"></span></div>
|
||||
<div class="title only pull-right">{{.Basic.Phone}}</div>
|
||||
|
||||
Reference in New Issue
Block a user