1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2025-08-02 07:06:40 +01:00

Theme: Awesome: Start template conversion to FRESH.

This commit is contained in:
devlinjd
2015-12-07 21:35:27 -05:00
parent f230e276ba
commit 024e780a26
6 changed files with 66 additions and 152 deletions

View File

@@ -1,13 +1,21 @@
[~ if( r.education && r.education.history && r.education.history.length) { ~]
\cvsection{Education}
\begin{cventries}
[~ _.each(r.education.history, function(edu) { ~]
\cventry
{B.S. in Computer Science and Engineering}
{POSTECH(Pohang University of Science and Technology)}
{[[ edu.studyType ]], [[ edu.area ]]}
{[[ edu.institution ]]}
{Pohang, S.Korea}
{Mar. 2010 - PRESENT}
{[[ edu.safe.start ]] - [[ edu.safe.end ]]}
[~ if( edu.highlights && edu.highlights.length ) { ~]
{
\begin{cvitems}
\item {Got a Chun Shin-Il Scholarship which is given to promising students in CSE Dept.}
[~ _.each(edu.highlights, function(high) { ~]
\item {[[ high ]]}
[~ }); ~]
\end{cvitems}
}
[~ } ~]
[~ }); ~]
\end{cventries}
[~ } ~]