mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2025-08-10 18:51:01 +01:00
Awesome: Update from upstream.
Refresh files for "Awesome" theme, now driven by fluentdesk/Awesome-CV, a templatized fork of posquit0/Awesome-CV.
This commit is contained in:
@@ -1,19 +1,30 @@
|
||||
[~ if( r.extracurricular && r.extracurricular.length ) { ~]
|
||||
[~ if (r.extracurricular && r.extracurricular.length) { ~]
|
||||
%-------------------------------------------------------------------------------
|
||||
% SECTION TITLE
|
||||
%-------------------------------------------------------------------------------
|
||||
\cvsection{Extracurricular Activity}
|
||||
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
% CONTENT
|
||||
%-------------------------------------------------------------------------------
|
||||
\begin{cventries}
|
||||
[~ _.each( r.extracurricular, function(ex) { ~]
|
||||
[~ _.each( function(cur) { ~]
|
||||
%---------------------------------------------------------
|
||||
\cventry
|
||||
{[[ ex.title ]]}
|
||||
{[[ ex.activity ]]}
|
||||
{[[ ex.location ]]}
|
||||
{[[ ex.safe.start ]] - [[ ex.safe.end ]]}
|
||||
[~ if( ex.highlights && ex.highlights.length ) {
|
||||
~]{
|
||||
\begin{cvitems}
|
||||
[~ _.each(ex.highlights, function(high) {
|
||||
~]\item {[[high]]}
|
||||
[~ }); ~]\end{cvitems}
|
||||
}[~ } else { ~]{ }[~ } ~]
|
||||
[~ }); ~]
|
||||
{[[ cur.role ]]} % Affiliation/role
|
||||
{[[ cur.organization ]]} % Organization/group
|
||||
{[[ cur.location ]]} % Location
|
||||
{[[ h.dateRange(cur) ]]} % Date(s)
|
||||
{
|
||||
\begin{cvitems} % Description(s) of experience/contributions/knowledge
|
||||
[~ _.each( cur.highlights, function( high ) { ~]
|
||||
\item {[[ high ]]}
|
||||
[~ }); ~]
|
||||
\end{cvitems}
|
||||
}
|
||||
|
||||
[~ }); ~]
|
||||
%---------------------------------------------------------
|
||||
\end{cventries}
|
||||
[~ } ~]
|
||||
|
Reference in New Issue
Block a user