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:
@@ -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}
|
||||
[~ } ~]
|
||||
|
Reference in New Issue
Block a user