fix(education): reprioritize institutions
This commit is contained in:
parent
a6980b15c2
commit
3704e4f3c6
|
@ -6,16 +6,16 @@
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<div class="spaced-list">
|
<div class="spaced-list">
|
||||||
<h4>{{area}}</h4>
|
<h4>{{institution}}</h4>
|
||||||
<span>
|
<span>
|
||||||
<time datetime="{{startDate}}">{{formatDate startDate}}</time> –
|
<time datetime="{{startDate}}">{{formatDate startDate}}</time> –
|
||||||
{{#if endDate}}<time datetime="{{endDate}}">{{formatDate endDate}}</time>{{else}}Present{{/if}}
|
{{#if endDate}}<time datetime="{{endDate}}">{{formatDate endDate}}</time>{{else}}Present{{/if}}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="spaced-list">
|
<div class="spaced-list">
|
||||||
{{#institution}}
|
{{#area}}
|
||||||
<strong>{{.}}</strong>
|
<strong>{{.}}</strong>
|
||||||
{{/institution}}
|
{{/area}}
|
||||||
{{#url}}
|
{{#url}}
|
||||||
<a href="{{.}}">{{formatURL .}}</a>
|
<a href="{{.}}">{{formatURL .}}</a>
|
||||||
{{/url}}
|
{{/url}}
|
||||||
|
|
|
@ -365,14 +365,14 @@ blockquote > * + * {
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<div class="spaced-list">
|
<div class="spaced-list">
|
||||||
<h4>Information Technology</h4>
|
<h4>University of Oklahoma</h4>
|
||||||
<span>
|
<span>
|
||||||
<time datetime="2011-06-01">Jun 2011</time> –
|
<time datetime="2011-06-01">Jun 2011</time> –
|
||||||
<time datetime="2014-01-01">Jan 2014</time>
|
<time datetime="2014-01-01">Jan 2014</time>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="spaced-list">
|
<div class="spaced-list">
|
||||||
<strong>University of Oklahoma</strong>
|
<strong>Information Technology</strong>
|
||||||
<a href="https://www.ou.edu/">www.ou.edu</a>
|
<a href="https://www.ou.edu/">www.ou.edu</a>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
|
|
Loading…
Reference in New Issue