How to display education?


Where have you been studying.

<ul class="education-list">
	<li class="education-list-item">
		<span class="education-period">
			<span class="educ-first-level"> [Start Year] </span>
			<span class="educ-second-level"> [Finish Year] </span>
		</span>
		<h4 class="education-title"> [Educational Institution] </h4>
		<p class="education-description"> [Description] </p>
	</li>
	<li class="education-list-item">
		<span class="education-period">
			<span class="educ-first-level"> [Start Year] </span>
			<span class="educ-second-level"> [Finish Year] </span>
		</span>
		<h4 class="education-title"> [Educational Institution] </h4>
		<p class="education-description"> [Description] </p>
	</li>
</ul>

Last update:
2015-09-30 16:10
Author:
Cristina Cavruc
Revision:
1.0
Average rating:0 (0 Votes)