moved orbit in from submodule
This commit is contained in:
parent
19da32c6dc
commit
6e9ed98e78
227 changed files with 44365 additions and 0 deletions
19
themes/orbit/layouts/partials/experiences.html
Normal file
19
themes/orbit/layouts/partials/experiences.html
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<section class="section experiences-section">
|
||||
<h2 class="section-title"><i class="fa {{ .Site.Params.experiences.icon }}"></i>{{ i18n "experiences" }}</h2>
|
||||
|
||||
{{ range .Site.Params.jobs.list }}
|
||||
<div class="item">
|
||||
<div class="meta">
|
||||
<div class="upper-row">
|
||||
<h3 class="job-title">{{ .position }}</h3>
|
||||
<div class="time">{{ .dates }}</div>
|
||||
</div><!--//upper-row-->
|
||||
<div class="company">{{ .company }}</div>
|
||||
</div><!--//meta-->
|
||||
<div class="details">
|
||||
<p>{{ with .details }}{{ . | markdownify }}{{ end }}</p>
|
||||
</div><!--//details-->
|
||||
</div><!--//item-->
|
||||
{{ end }}
|
||||
|
||||
</section><!--//section-->
|
||||
Loading…
Add table
Add a link
Reference in a new issue