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