moved orbit in from submodule

This commit is contained in:
Don Harper 2021-01-30 09:53:57 -06:00
parent 19da32c6dc
commit 6e9ed98e78
227 changed files with 44365 additions and 0 deletions

View file

@ -0,0 +1,10 @@
<div class="education-container container-block">
<h2 class="container-block-title">{{ i18n "education" }}</h2>
{{ range .Site.Params.education.list }}
<div class="item">
<h4 class="degree">{{ .degree }}</h4>
<h5 class="meta">{{ .college }}</h5>
<div class="time">{{ .dates }}</div>
</div><!--//item-->
{{ end }}
</div><!--//education-container-->