Work exp colors
This commit is contained in:
14
layouts/shortcodes/resume/work-experience.html
Normal file
14
layouts/shortcodes/resume/work-experience.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<div class="work-experience">
|
||||
<div class="row">
|
||||
<div class="col-8 text-left">
|
||||
<p class="company">
|
||||
{{ .Get "name" }}
|
||||
</p>
|
||||
</div>
|
||||
<div class="col text-right date">{{ .Get "date" }}</div>
|
||||
</div>
|
||||
<!-- <span class="title"> -->
|
||||
<span class="position">
|
||||
{{ .Get "title" }}
|
||||
</span>
|
||||
</div>
|
||||
Reference in New Issue
Block a user