mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-25 01:20:10 +00:00
Awesome: Adjust whitespace.
This commit is contained in:
parent
c7db59a5b9
commit
3d2b6318ed
@ -16,13 +16,11 @@
|
|||||||
{[[ edu.institution ]]} % Institution
|
{[[ edu.institution ]]} % Institution
|
||||||
{[[ edu.location ]]} % Location
|
{[[ edu.location ]]} % Location
|
||||||
{[~ print( h.dateRange( edu ) ) ~]} % Date(s)
|
{[~ print( h.dateRange( edu ) ) ~]} % Date(s)
|
||||||
{
|
{[~ if( edu.highlights && edu.highlights.length ) { ~]
|
||||||
\begin{cvitems} % Description(s) bullet points
|
\begin{cvitems} % Description(s) bullet points
|
||||||
[~ _.each( edu.highlights, function(high) { ~]
|
[~ print( h.pad( edu.highlights.map( function(h) { return '\\item {' + h + '}' }), -8 ) ) ~]
|
||||||
\item {[[ high ]]}
|
|
||||||
[~ }); ~]
|
|
||||||
\end{cvitems}
|
\end{cvitems}
|
||||||
}
|
[~ } ~]}
|
||||||
|
|
||||||
[~ }); ~]
|
[~ }); ~]
|
||||||
%---------------------------------------------------------
|
%---------------------------------------------------------
|
||||||
|
@ -16,13 +16,11 @@
|
|||||||
{[[ job.employer ]]} % Organization
|
{[[ job.employer ]]} % Organization
|
||||||
{[[ job.location ]]} % Location
|
{[[ job.location ]]} % Location
|
||||||
{[~ print( h.dateRange( job ) ) ~]} % Date(s)
|
{[~ print( h.dateRange( job ) ) ~]} % Date(s)
|
||||||
{
|
{[~ if (job.highlights && job.highlights.length ) { ~]
|
||||||
\begin{cvitems} % Description(s) of tasks/responsibilities
|
\begin{cvitems} % Description(s) of tasks/responsibilities
|
||||||
[~ _.each( job.highlights, function (high) { ~]
|
[~ print( h.pad( job.highlights.map( function(h) { return '\\item {' + h + '}' }), -8 ) ) ~]
|
||||||
\item {[[ high ]]}
|
|
||||||
[~ }); ~]
|
|
||||||
\end{cvitems}
|
\end{cvitems}
|
||||||
}
|
[~ } ~]}
|
||||||
|
|
||||||
[~ }); ~]
|
[~ }); ~]
|
||||||
%---------------------------------------------------------
|
%---------------------------------------------------------
|
||||||
|
@ -9,20 +9,18 @@
|
|||||||
% CONTENT
|
% CONTENT
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\begin{cventries}
|
\begin{cventries}
|
||||||
[~ _.each( function(cur) { ~]
|
[~ _.each( r.extracurricular, function(cur) { ~]
|
||||||
%---------------------------------------------------------
|
%---------------------------------------------------------
|
||||||
\cventry
|
\cventry
|
||||||
{[[ cur.role ]]} % Affiliation/role
|
{[[ cur.role ]]} % Affiliation/role
|
||||||
{[[ cur.organization ]]} % Organization/group
|
{[[ cur.organization ]]} % Organization/group
|
||||||
{[[ cur.location ]]} % Location
|
{[[ cur.location ]]} % Location
|
||||||
{[[ h.dateRange(cur) ]]} % Date(s)
|
{[[ h.dateRange(cur) ]]} % Date(s)
|
||||||
{
|
{[~ if (cur.highlights && cur.highlights.length ) { ~]
|
||||||
\begin{cvitems} % Description(s) of experience/contributions/knowledge
|
\begin{cvitems} % Description(s) of experience/contributions/knowledge
|
||||||
[~ _.each( cur.highlights, function( high ) { ~]
|
[~ print( h.pad( cur.highlights.map( function(h) { return '\\item {' + h + '}' }), -8 ) ) ~]
|
||||||
\item {[[ high ]]}
|
|
||||||
[~ }); ~]
|
|
||||||
\end{cvitems}
|
\end{cvitems}
|
||||||
}
|
[~ } ~]}
|
||||||
|
|
||||||
[~ }); ~]
|
[~ }); ~]
|
||||||
%---------------------------------------------------------
|
%---------------------------------------------------------
|
||||||
|
@ -16,13 +16,11 @@
|
|||||||
{[[ spk.event ]])} % Event
|
{[[ spk.event ]])} % Event
|
||||||
{[[ spk.location ]]} % Location
|
{[[ spk.location ]]} % Location
|
||||||
{[[ spk.date ]]} % Date(s)
|
{[[ spk.date ]]} % Date(s)
|
||||||
{
|
{[~ if (r.speaking && r.speaking.length) { ~]
|
||||||
\begin{cvitems} % Description(s)
|
\begin{cvitems} % Description(s)
|
||||||
[~ _.each( spk.highlights, function(high) { ~]
|
[~ print( h.pad( spk.highlights.map( function(h) { return '\\item {' + h + '}' }), -8 ) ) ~]
|
||||||
\item {[[ high ]]}
|
|
||||||
[~ }); ~]
|
|
||||||
\end{cvitems}
|
\end{cvitems}
|
||||||
}
|
[~ } ~]}
|
||||||
|
|
||||||
[~ }); ~]
|
[~ }); ~]
|
||||||
%---------------------------------------------------------
|
%---------------------------------------------------------
|
||||||
|
@ -16,13 +16,11 @@
|
|||||||
{[[ wri.publisher ]]} % Title
|
{[[ wri.publisher ]]} % Title
|
||||||
{[[ wri.url ]]} % Location
|
{[[ wri.url ]]} % Location
|
||||||
{[[ wri.date ]]} % Date(s)
|
{[[ wri.date ]]} % Date(s)
|
||||||
{
|
{[~ if (wri.highlights && wri.highlights.length) { ~]
|
||||||
\begin{cvitems} % Description(s)
|
\begin{cvitems} % Description(s)
|
||||||
[~ _.each( wri.highlights, function(high) { ~]
|
[~ print( h.pad( wri.highlights.map( function(h) { return '\\item {' + h + '}' }), -8 ) ) ~]
|
||||||
\item {[[ high ]]}
|
|
||||||
[~ }); ~]
|
|
||||||
\end{cvitems}
|
\end{cvitems}
|
||||||
}
|
[~ } ~]}
|
||||||
|
|
||||||
[~ }); ~]
|
[~ }); ~]
|
||||||
%---------------------------------------------------------
|
%---------------------------------------------------------
|
||||||
|
@ -16,13 +16,11 @@
|
|||||||
{[[ edu.institution ]]} % Institution
|
{[[ edu.institution ]]} % Institution
|
||||||
{[[ edu.location ]]} % Location
|
{[[ edu.location ]]} % Location
|
||||||
{[~ print( h.dateRange( edu ) ) ~]} % Date(s)
|
{[~ print( h.dateRange( edu ) ) ~]} % Date(s)
|
||||||
{
|
{[~ if( edu.highlights && edu.highlights.length ) { ~]
|
||||||
\begin{cvitems} % Description(s) bullet points
|
\begin{cvitems} % Description(s) bullet points
|
||||||
[~ _.each( edu.highlights, function(high) { ~]
|
[~ print( h.pad( edu.highlights.map( function(h) { return '\\item {' + h + '}' }), -8 ) ) ~]
|
||||||
\item {[[ high ]]}
|
|
||||||
[~ }); ~]
|
|
||||||
\end{cvitems}
|
\end{cvitems}
|
||||||
}
|
[~ } ~]}
|
||||||
|
|
||||||
[~ }); ~]
|
[~ }); ~]
|
||||||
%---------------------------------------------------------
|
%---------------------------------------------------------
|
||||||
|
@ -16,13 +16,11 @@
|
|||||||
{[[ job.employer ]]} % Organization
|
{[[ job.employer ]]} % Organization
|
||||||
{[[ job.location ]]} % Location
|
{[[ job.location ]]} % Location
|
||||||
{[~ print( h.dateRange( job ) ) ~]} % Date(s)
|
{[~ print( h.dateRange( job ) ) ~]} % Date(s)
|
||||||
{
|
{[~ if (job.highlights && job.highlights.length ) { ~]
|
||||||
\begin{cvitems} % Description(s) of tasks/responsibilities
|
\begin{cvitems} % Description(s) of tasks/responsibilities
|
||||||
[~ _.each( job.highlights, function (high) { ~]
|
[~ print( h.pad( job.highlights.map( function(h) { return '\\item {' + h + '}' }), -8 ) ) ~]
|
||||||
\item {[[ high ]]}
|
|
||||||
[~ }); ~]
|
|
||||||
\end{cvitems}
|
\end{cvitems}
|
||||||
}
|
[~ } ~]}
|
||||||
|
|
||||||
[~ }); ~]
|
[~ }); ~]
|
||||||
%---------------------------------------------------------
|
%---------------------------------------------------------
|
||||||
|
@ -9,20 +9,18 @@
|
|||||||
% CONTENT
|
% CONTENT
|
||||||
%-------------------------------------------------------------------------------
|
%-------------------------------------------------------------------------------
|
||||||
\begin{cventries}
|
\begin{cventries}
|
||||||
[~ _.each( function(cur) { ~]
|
[~ _.each( r.extracurricular, function(cur) { ~]
|
||||||
%---------------------------------------------------------
|
%---------------------------------------------------------
|
||||||
\cventry
|
\cventry
|
||||||
{[[ cur.role ]]} % Affiliation/role
|
{[[ cur.role ]]} % Affiliation/role
|
||||||
{[[ cur.organization ]]} % Organization/group
|
{[[ cur.organization ]]} % Organization/group
|
||||||
{[[ cur.location ]]} % Location
|
{[[ cur.location ]]} % Location
|
||||||
{[[ h.dateRange(cur) ]]} % Date(s)
|
{[[ h.dateRange(cur) ]]} % Date(s)
|
||||||
{
|
{[~ if (cur.highlights && cur.highlights.length ) { ~]
|
||||||
\begin{cvitems} % Description(s) of experience/contributions/knowledge
|
\begin{cvitems} % Description(s) of experience/contributions/knowledge
|
||||||
[~ _.each( cur.highlights, function( high ) { ~]
|
[~ print( h.pad( cur.highlights.map( function(h) { return '\\item {' + h + '}' }), -8 ) ) ~]
|
||||||
\item {[[ high ]]}
|
|
||||||
[~ }); ~]
|
|
||||||
\end{cvitems}
|
\end{cvitems}
|
||||||
}
|
[~ } ~]}
|
||||||
|
|
||||||
[~ }); ~]
|
[~ }); ~]
|
||||||
%---------------------------------------------------------
|
%---------------------------------------------------------
|
||||||
|
@ -16,13 +16,11 @@
|
|||||||
{[[ spk.event ]])} % Event
|
{[[ spk.event ]])} % Event
|
||||||
{[[ spk.location ]]} % Location
|
{[[ spk.location ]]} % Location
|
||||||
{[[ spk.date ]]} % Date(s)
|
{[[ spk.date ]]} % Date(s)
|
||||||
{
|
{[~ if (r.speaking && r.speaking.length) { ~]
|
||||||
\begin{cvitems} % Description(s)
|
\begin{cvitems} % Description(s)
|
||||||
[~ _.each( spk.highlights, function(high) { ~]
|
[~ print( h.pad( spk.highlights.map( function(h) { return '\\item {' + h + '}' }), -8 ) ) ~]
|
||||||
\item {[[ high ]]}
|
|
||||||
[~ }); ~]
|
|
||||||
\end{cvitems}
|
\end{cvitems}
|
||||||
}
|
[~ } ~]}
|
||||||
|
|
||||||
[~ }); ~]
|
[~ }); ~]
|
||||||
%---------------------------------------------------------
|
%---------------------------------------------------------
|
||||||
|
@ -16,13 +16,11 @@
|
|||||||
{[[ wri.publisher ]]} % Title
|
{[[ wri.publisher ]]} % Title
|
||||||
{[[ wri.url ]]} % Location
|
{[[ wri.url ]]} % Location
|
||||||
{[[ wri.date ]]} % Date(s)
|
{[[ wri.date ]]} % Date(s)
|
||||||
{
|
{[~ if (wri.highlights && wri.highlights.length) { ~]
|
||||||
\begin{cvitems} % Description(s)
|
\begin{cvitems} % Description(s)
|
||||||
[~ _.each( wri.highlights, function(high) { ~]
|
[~ print( h.pad( wri.highlights.map( function(h) { return '\\item {' + h + '}' }), -8 ) ) ~]
|
||||||
\item {[[ high ]]}
|
|
||||||
[~ }); ~]
|
|
||||||
\end{cvitems}
|
\end{cvitems}
|
||||||
}
|
[~ } ~]}
|
||||||
|
|
||||||
[~ }); ~]
|
[~ }); ~]
|
||||||
%---------------------------------------------------------
|
%---------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user