Skip to content

Instantly share code, notes, and snippets.

@ygjb
Last active August 29, 2015 13:59
Show Gist options
  • Save ygjb/10938774 to your computer and use it in GitHub Desktop.
Save ygjb/10938774 to your computer and use it in GitHub Desktop.
{% extends "sidebar_base.html" %}
{% block panel %}
<!-- Start Event List -->
<div id="events_list" class="page">
<h1>Upcoming Events</h1>
{% if articles %}
{% for article in articles if article.type == 'Event'%}
<!-- Start Event Item -->
<div class="list">
<div class="box_heading">
<h2>{{article.eventdate}} - {{article.title}}</h2>
<span class="line"></span>
</div>
<div class="event_details">
<img src="{{ article.banner_thumb}}" />
{{ article.summary }}<a href="{{ SITE_URL }}/{{article.url}}">read more...</a>
</div>
<div class="event_date">
<ul class="left">
<li>Date: </li>
<li>Venue:</li>
<li>Address:</li>
<li>Cost:</li>
</ul>
<ul class="right">
<li>{{ article.eventdate }}</li>
<li><a href="{{article.map}}">{{ article.locationname }}</a></li>
<li>{{ article.city }}</li>
<li><a href="{{article.registration}}">{{ article.cost }}</a></li>
</ul>
</div>
</div>
<!-- End Event Item -->
{% endfor %}
{%endif%}
</div>
<!-- End Page Content -->
{% block sidebar %}{% endblock sidebar %}
{% endblock panel %}
---------------------------
Date: 2014-07-11
Title: VanCitySec
Type: Event
Tags: VanCitySec, Social
Slug: vancitysec-2014-08-14
Author: Yvan Boily
Summary: VanCitySec Meetup, Thursday, August 14
Day: 14
Month: Aug
EventDate: August 14, 2014
LocationName: Railway Club
LocationAddress: 1100 Granville St., Vancouver, BC V6Z 2B6
Map: https://www.google.com/maps/place/1100+Granville+St
Cost: Free
Registration: http://www.eventbrite.ca/e/vancitysec-security-meetup-tickets-10795342159
City: Vancouver
banner_thumb: /images/event-vansec-thumb.png
banner: /images/event-vansec.png
A VANCOUVER SECURITY MEETUP
VanCitySec is an attempt to get something started in Vancouver similar to SeaSec, ChiSec & STLSec. The CitySec meetups are an informal meetup of like-minded security professionals. Are you an security professional? You are if you (ever) write firewall rules, read log files, apply patches, follow BugTraq, help select products, rack and stack security appliances, find vulnerabilities write secure code, test other people's code, write policies, manage people who do any of these things, assist people who do any of these things, or just want to one day do any of these things.
The rules are pretty simple:
Drinking and food (not necessarily in that order) are involved.
No sales pitches please, but bar tabs on expense accounts welcome!
References to SOX, PCI, PIPA, or FISMA require encourage the speaker to buy a round of shots.
We all know about SecSIG, ISSA, OWASP, AGORA and ISACA. The intent here is to provide a more casual, "meetup" environment for folks about security to hang out and talk shop, on a monthly basis.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment