1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2025-08-08 09:51:01 +01:00

Awesome: Capture updates.

This commit is contained in:
devlinjd
2015-12-07 22:10:54 -05:00
parent 024e780a26
commit 8e67d06bf2
19 changed files with 152 additions and 213 deletions

View File

@@ -1,13 +1,21 @@
[~ if( r.presentations && r.presentations.length) { ~]
\cvsection{Presentation}
\begin{cventries}
[~ _.each(r.presentations, function(pres) { ~]
\cventry
{Presenter for <DEFCON 20th : The way to go to Las Vegas>}
{6th CodeEngn (Reverse Engineering Conference)}
{Seoul, S.Korea}
{Jul. 2012}
{[[ pres.title ]]}
{[[ pres.event ]]}
{[[ pres.location ]]}
{[[ pres.safe.date ]]}
[~ if (pres.highlights && pres.highlights.length) { ~]
{
\begin{cvitems}
\item {Introduced CTF(Capture the Flag) hacking competition and advanced techniques and strategy for CTF}
[~ _.each(pres.highlights, function( high) { ~]
\item {[[ high ]]}
[~ }); ~]
\end{cvitems}
}
[~ } ~]
[~ }); ~]
\end{cventries}
[~ } ~]