From 93b05cbd9287406199e217f6c899b1f586c6182e Mon Sep 17 00:00:00 2001 From: Ricky Date: Sun, 22 Sep 2024 11:12:24 -0700 Subject: [PATCH] creating archival view of 2016 website (#92) * creating archival view of 2016 website --- _archives/2016.md | 5 + _archives/2016/about.html | 201 +++++++++++++++ _archives/2016/about/code-of-conduct.html | 194 +++++++++++++++ _archives/2016/about/contact.html | 188 ++++++++++++++ _archives/2016/cfp.html | 220 +++++++++++++++++ _archives/2016/cfp/sample-submission.html | 232 ++++++++++++++++++ _archives/2016/css/main.css | 1 + _archives/2016/favicon.ico | Bin 0 -> 1150 bytes _archives/2016/feedback.html | 187 ++++++++++++++ _archives/2016/fonts/icomoon.eot | Bin 0 -> 2988 bytes _archives/2016/fonts/icomoon.svg | 18 ++ _archives/2016/fonts/icomoon.ttf | Bin 0 -> 2824 bytes _archives/2016/fonts/icomoon.woff | Bin 0 -> 2900 bytes .../images/bsides_logo_full-orangeblack.png | Bin 0 -> 42150 bytes _archives/2016/images/bsides_logo_short.png | Bin 0 -> 17355 bytes .../2016/images/sponsors}/akamai.png | Bin .../2016/images/sponsors}/apollo-is.png | Bin .../2016/images/sponsors}/cyberark.png | Bin .../2016/images/sponsors}/evident_io.png | Bin .../2016/images/sponsors}/fitbit.png | Bin .../2016/images/sponsors}/gemalto.png | Bin .../2016/images/sponsors}/google.png | Bin .../images/sponsors}/guidance_software.png | Bin .../2016/images/sponsors}/hackerone.png | Bin .../2016/images/sponsors}/hexiscyber.png | Bin .../2016/images/sponsors}/irongeek.png | Bin .../images/sponsors}/paloaltonetworks.png | Bin .../2016/images/sponsors}/pluralsight.png | Bin .../2016/images/sponsors}/qualys.png | Bin .../2016/images/sponsors}/rapid7.png | Bin .../2016/images/sponsors}/tenable.png | Bin .../2016/images/sponsors}/threatstream.png | Bin .../2016/images/sponsors}/toool.png | Bin .../2016/images/sponsors}/tripwire.png | Bin .../2016/images/sponsors}/vectra.png | Bin .../2016/images/sponsors}/veracode.png | Bin .../2016/images/sponsors}/zenefits.png | Bin .../2016/images}/venue_2016_map.jpg | Bin _archives/2016/index.html | 209 ++++++++++++++++ .../news/2015/11/call-for-papers-2016.html | 187 ++++++++++++++ .../2015/12/call-for-volunteers-2016.html | 193 +++++++++++++++ .../news/2016/01/tickets-on-sale-2016.html | 187 ++++++++++++++ .../2016/news/2016/02/schedule-2016.html | 191 ++++++++++++++ _archives/2016/news/index.html | 229 +++++++++++++++++ _archives/2016/schedule.html | 182 ++++++++++++++ _archives/2016/sponsors.html | 213 ++++++++++++++++ _archives/2016/tickets.html | 187 ++++++++++++++ _archives/2016/venue.html | 197 +++++++++++++++ _archives/2016/volunteer.html | 189 ++++++++++++++ _data/history.yml | 2 + 50 files changed, 3412 insertions(+) create mode 100644 _archives/2016.md create mode 100644 _archives/2016/about.html create mode 100644 _archives/2016/about/code-of-conduct.html create mode 100644 _archives/2016/about/contact.html create mode 100644 _archives/2016/cfp.html create mode 100644 _archives/2016/cfp/sample-submission.html create mode 100644 _archives/2016/css/main.css create mode 100644 _archives/2016/favicon.ico create mode 100644 _archives/2016/feedback.html create mode 100644 _archives/2016/fonts/icomoon.eot create mode 100644 _archives/2016/fonts/icomoon.svg create mode 100644 _archives/2016/fonts/icomoon.ttf create mode 100644 _archives/2016/fonts/icomoon.woff create mode 100644 _archives/2016/images/bsides_logo_full-orangeblack.png create mode 100644 _archives/2016/images/bsides_logo_short.png rename {images/sponsors_2016 => _archives/2016/images/sponsors}/akamai.png (100%) rename {images/sponsors_2016 => _archives/2016/images/sponsors}/apollo-is.png (100%) rename {images/sponsors_2016 => _archives/2016/images/sponsors}/cyberark.png (100%) rename {images/sponsors_2016 => _archives/2016/images/sponsors}/evident_io.png (100%) rename {images/sponsors_2016 => _archives/2016/images/sponsors}/fitbit.png (100%) rename {images/sponsors_2016 => _archives/2016/images/sponsors}/gemalto.png (100%) rename {images/sponsors_2016 => _archives/2016/images/sponsors}/google.png (100%) rename {images/sponsors_2016 => _archives/2016/images/sponsors}/guidance_software.png (100%) rename {images/sponsors_2016 => _archives/2016/images/sponsors}/hackerone.png (100%) rename {images/sponsors_2016 => _archives/2016/images/sponsors}/hexiscyber.png (100%) rename {images/sponsors_2016 => _archives/2016/images/sponsors}/irongeek.png (100%) rename {images/sponsors_2016 => _archives/2016/images/sponsors}/paloaltonetworks.png (100%) rename {images/sponsors_2016 => _archives/2016/images/sponsors}/pluralsight.png (100%) rename {images/sponsors_2016 => _archives/2016/images/sponsors}/qualys.png (100%) rename {images/sponsors_2016 => _archives/2016/images/sponsors}/rapid7.png (100%) rename {images/sponsors_2016 => _archives/2016/images/sponsors}/tenable.png (100%) rename {images/sponsors_2016 => _archives/2016/images/sponsors}/threatstream.png (100%) rename {images/sponsors_2016 => _archives/2016/images/sponsors}/toool.png (100%) rename {images/sponsors_2016 => _archives/2016/images/sponsors}/tripwire.png (100%) rename {images/sponsors_2016 => _archives/2016/images/sponsors}/vectra.png (100%) rename {images/sponsors_2016 => _archives/2016/images/sponsors}/veracode.png (100%) rename {images/sponsors_2016 => _archives/2016/images/sponsors}/zenefits.png (100%) rename {images => _archives/2016/images}/venue_2016_map.jpg (100%) create mode 100644 _archives/2016/index.html create mode 100644 _archives/2016/news/2015/11/call-for-papers-2016.html create mode 100644 _archives/2016/news/2015/12/call-for-volunteers-2016.html create mode 100644 _archives/2016/news/2016/01/tickets-on-sale-2016.html create mode 100644 _archives/2016/news/2016/02/schedule-2016.html create mode 100644 _archives/2016/news/index.html create mode 100644 _archives/2016/schedule.html create mode 100644 _archives/2016/sponsors.html create mode 100644 _archives/2016/tickets.html create mode 100644 _archives/2016/venue.html create mode 100644 _archives/2016/volunteer.html diff --git a/_archives/2016.md b/_archives/2016.md new file mode 100644 index 00000000..cb2488d8 --- /dev/null +++ b/_archives/2016.md @@ -0,0 +1,5 @@ +--- +layout: archive +year: 2016 +--- + diff --git a/_archives/2016/about.html b/_archives/2016/about.html new file mode 100644 index 00000000..1a9367f7 --- /dev/null +++ b/_archives/2016/about.html @@ -0,0 +1,201 @@ + + + + + + + + + About | BSides SF + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ BSides SF header image +
+ + + + +
+ +
+

About

+
+ +
+

Mission Statement

+ +

BSides SF is a non-profit organization designed to advance the body of Information Security knowledge, by providing an annual, two day, open forum for discussion and debate for security engineers and their affiliates. We produce a conference that is a source of education, collaboration, and continued conversation for information technologists and those associated with this field. The technical and academic presentations at BSides SF are given in the spirit of peer review and advanced knowledge dissemination. This allows the field of Information Security to grow in breadth and depth, and continue in its pursuit of highly advanced scientifically based knowledge.

+ +

What is BSides?

+ +

BSides San Francisco is an Information / Security conference that’s different. We’re a 100% volunteer organized event, put on by and for the community, and we truly strive to keep information easily accessible.

+ +

The next big thing

+ +

Presenters at our conference are engaging our participants and getting the discussions started on the “Next Big Thing”, not preaching at you from the podium about last month’s news. There are no “attendees” at a BSides event. EVERYONE is a participant, adding something of value to the conversations.

+ +

Raising the bar for security

+ +

The BSides community has continuously raised the bar and put the INFO back in INFOSEC. We thank each and every member/participant/organizer of this community for their hard work, sweat, and relentless pursuit of High Quality information.

+ +

We also have to give a HUGE amount of thanks to our generous sponsors and donors that have the foresight to give without strings attached, year after year, and PROVE to the community that we are all in this together. In concert, the participants, sponsors and donors have allowed for us all to get together and make moves to change InfoSec…. one chat, presentation, laugh, and/or drink at a time.

+ +

With some of the most passionate and influential infosec practitioners from around the country, and the world, coming to RSA Conference, BSides SF is the place to be. The mix ranges from “down in the trenches” engineers, to business leaders, thought leaders, and executive decision makers of all stripes.

+ +

With special thanks to BSidesLV.

+ +
+ +
+ +
+ + + + diff --git a/_archives/2016/about/code-of-conduct.html b/_archives/2016/about/code-of-conduct.html new file mode 100644 index 00000000..d3f400fd --- /dev/null +++ b/_archives/2016/about/code-of-conduct.html @@ -0,0 +1,194 @@ + + + + + + + + + Code of Conduct | BSides SF + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ BSides SF header image +
+ + + + +
+ +
+

Code of Conduct

+
+ +
+

We have NO TOLERANCE for physical/verbal/sexual harassment of any human!

+ +

Our “Code of Conduct” is “Be Excellent to Each Other” AKA the Golden Rule. +Failing that, it is “Do not be an Ass* or we will kick your ass out!”.

+ +

Asking questions of a speaker during their talk, to get clarity or debate a point is NOT being an ass – heckling or haranguing the speaker IS. If you are not sure, ask, or err on the side of basic decency and common courtesy. If what they are doing would not be acceptable to have done to you, your best friend, your worst enemy, your sister, niece, daughter, brother, nephew, son, mother, father, or any human being, do not let them treat anyone else that way – whether you know them or not. If someone asks you to stop – stop.

+ +

If you are having an issue with a BSides SF participant of ANY badge type, find a radioed member of our Safety & Security Team in the red BSides SF t-shirts (or any staff member). They will call our Harassment Response Team, who will take an official incident report and determine next steps.

+ +

For other non-conference related harassment concerns, e-mail harassment [at] bsidessf.com for assistance.

+ +

*Staff reserves the right to determine what constitutes “Being an Ass”.

+ +

Policy graciously borrowed from BSidesLV.

+ +
+ +
+ +
+ + + + diff --git a/_archives/2016/about/contact.html b/_archives/2016/about/contact.html new file mode 100644 index 00000000..f1714df4 --- /dev/null +++ b/_archives/2016/about/contact.html @@ -0,0 +1,188 @@ + + + + + + + + + Contact Us | BSides SF + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ BSides SF header image +
+ + + + +
+ +
+

Contact Us

+
+ +
+

Questions? Comments? Get in touch!

+ +

info [at] bsidessf.com

+ +

You can also reach us on Slack

+ + + + +
+ +
+ +
+ + + + diff --git a/_archives/2016/cfp.html b/_archives/2016/cfp.html new file mode 100644 index 00000000..5a875efd --- /dev/null +++ b/_archives/2016/cfp.html @@ -0,0 +1,220 @@ + + + + + + + + + Call for Papers | BSides SF + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ BSides SF header image +
+ + + + +
+ +
+

Call for Papers

+
+ +
+

BSides SF is soliciting papers and presentations for the 2016 annual BSides SF conference.

+ +

CFP IS NOW CLOSED

+ +

IMPORTANT DATES

+ +November 30, 2015 – CFP opens
+January 10, 2016 – Final due date for all papers
+February 3, 2016 – Notifications sent
+

February 28-29, 2016 – BSides SF 2016

+ +

WHO SHOULD SUBMIT

+ +

We are most interested in new presentations, but important updates on existing work are welcome. We are also interested in presentations from new faces, therefore, we encourage any individual who has not spoken at a conference before to submit a talk and attempt to make BSides SF their inaugural event.

+ +

SUGGESTED TOPICS

+ +

BSides SF presentations should be focused on topics that are of interest to security and technology professionals who are paying attention to current trends and issues. Presentations dealing with new technologies are always encouraged.

+ +

Presentations that are rehashes of old talks, primers on known technologies, or vendor pitches will be rejected and summarily panned. We want BSides SF to be educational and entertaining to the attendees and the community at large. We expect our speakers to be a part of that through talks that are well thought out, well presented and original.

+ +

If you feel you have a presentation that would be appropriate but that does not meet the guidelines in this CFP, feel free to submit it anyway as we sometimes accept out-of-scope talks that are so cool and compelling they’ll obviously be of interest to BSides SF attendees. Just be sure to include information explaining your reasoning so we can better evaluate your proposal.

+ +

Let us help you get the word out on The Next Big Thing!

+ +

Additional notes: Talks previously presented elsewhere will not be accepted unless it can be demonstrated that the material is significantly different from the previous presentation. Also, if you are submitting to RSA Conference, we’d prefer any submissions to BSides SF be on a different subject. When in doubt, the CFP review team will give priority to material never presented anywhere.

+ +

GROUP/PANEL SUBMISSIONS

+ +

Submissions with two or more speakers are welcome at BSides SF.

+ +

SUBMISSION PROCEDURE

+ +

CFP is now closed.

+ +

A sample submission can be found online here. We provide this as a general example. Your detailed outline need not look like ours, but it should be more than enough information to convince us of the merit of your talk.

+ +

Members of the BSides SF CFP review team will review all submissions.

+ +

Questions? E-mail cfp [at] bsidessf.com

+ +
+ +
+ +
+ + + + diff --git a/_archives/2016/cfp/sample-submission.html b/_archives/2016/cfp/sample-submission.html new file mode 100644 index 00000000..8325400b --- /dev/null +++ b/_archives/2016/cfp/sample-submission.html @@ -0,0 +1,232 @@ + + + + + + + + + Sample Submission | BSides SF + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ BSides SF header image +
+ + + + +
+ +
+

Sample Submission

+
+ +
+

Note to the reader: This is a completely made up talk (courtesy of ShmooCon). However it should give you an idea of what types of information to include, the lowest level of detail to use, and the overall flow of a good submission.

+ +

1. Title of Presentation

+ +

Template Management using Osiris

+ +

2. Presenter(s) Name

+ +

Bruce Potter

+ +

3. Bio

+ +

Bruce Potter is jack of many trades and master of none… well, maybe public speaking, but that’s about it. Bruce has been doing security related things for nearly 20 years, which makes him feel old. Bruce is the founder of The Shmoo Group, helps out with ShmooCon, and has more Shmoo-branded shwag in his basement that he’ll publicly admit.

+ +

4. Abstract

+ +

Osiris is an open source integrity monitoring software system written by the Shmoo Group many years ago. It is used in many organizations as a scalable means to monitor for changes created by change management violations and penetration by external actors. One of the challenges with Osiris (and any integrity monitoring tool) is minimizing the amount of noise created by inconsequential changes. Osiris addresses this problem through the use of templates that limit the scope of monitoring based on the host OS and user customizations. Unfortunately as OS’s evolve, the set of files that SHOULD be monitored can often change and osiris templates don’t account for these changes.

+ +

We have developed a lightweight tool to monitor running systems to instrument changes over time and ultimately recommend changes to the currently deployed templates. Rather than performing full blown scans and checksumming to look for changes, this tool will only examine MAC times thereby dramatically reducing a “normal” instrumentation scan. Administrators are able to look at the statistical data under the tool and determine what changes to accept to the running template. We have also developed a public database of templates based on results from the tool so that organizations can provide updated templates back to the community.

+ +

5. Detailed Outline

+ +
    +
  • Who we are (3 mins) – We’re The Shmoo Group. We developed osiris originally and for many years it was maintained by member Brian Wotring. We have many years experience in integrity monitoring research, engineering including leveraging hardware modules to provide better assurance of integrity measurements.
  • +
  • Quick Osiris Background (5 mins) – Osiris is a multi platform integrity monitoring tool that has been widely deployed. However, many in the audience may be unfamiliar with how it works. We’ll provide an architectural overview of Osiris and discuss a few use cases
  • +
  • The Problem with Template “Drift” (15 mins) – Over the last year, we’ve examined several operating systems and examined how and when core, critical files were moved to new locations/names/etc. These changes were usually occurred during the application of patches rather than administrative activities. We will present data on how large the problem is and how the movement (or “drift”) of these files caused some of them to fall out of bounds for the existing Osiris templates
  • +
  • A lightweight solution (15 mins) – The whole purpose of Osiris templates is prevent scanning all files on the filesystem. A scanner that attempts to identify drift through checksumming would be counterproductive to the performance goals of Osiris. Our solution was to examine the MAC times of all files on the filesystem as a low priority thread. We then examine the MAC times and look for files that fall in to the following 3 buckets +
      +
    • M/C time did not change and file is in Osiris template (good)
    • +
    • M/C time changed a small number of times (1-2), nearby files did the same. Files not in Osiris template (candidates for inclusion)
    • +
    • M/C times changed constantly. Files outside Osiris template (probably user specific files that aren’t system security relevant. Not a good candidate for inclusion)
    • +
    +
  • +
  • Demo (10 mins) – We’ll show the interface we created for template management and demonstrate the process an administrator goes through to update system templates. We’ll also demonstrate our database and service that can help jumpstart an administrators modifications.
  • +
  • Questions (2 minutes)
  • +
+ +

6. List of other conferences

+ +

We presented our data on system file drift at BSides Antarctica in July. However that research as been updated and the tools and database are completely new.

+ +

7. Why is this a good fit for BSides SF

+ +

We feel that integrity management is an important capability for any modern enterprise, especially with the ease of which adversaries can modify attacks and malware to avoid detection by AV and IPS. We feel that our template update system provides a key component that is otherwise missing in integrity management systems.

+ +

8. Previous experience

+ +

We have presented at BSides SF before. We have also delivered presentations at DefCon, Blackhat, The Gathering of The Shmoo, and InfoSec Anonymous

+ +

9. List of facilities requested

+ +

We need to be able to project 2 different systems at one time for our demonstration. Please let us know if that’s a problem as we’ll retool our demo to accommodate one screen.

+ +
+ +
+ +
+ + + + diff --git a/_archives/2016/css/main.css b/_archives/2016/css/main.css new file mode 100644 index 00000000..f84876fb --- /dev/null +++ b/_archives/2016/css/main.css @@ -0,0 +1 @@ +#nav,#nav ul{list-style:none;margin:0;padding:0}#nav #toggleMenu,#nav #hideMenu{display:none}.navbar{height:44px;background-color:#272727}#nav .primary-nav{z-index:2;position:relative;display:block}#nav>.primary-nav>li{display:block;float:left;position:relative}#nav>.primary-nav>.right>a{padding:0px}#nav>.primary-nav>li>a{line-height:44px;display:block;padding:0 22px;border-color:#aaa;font-family:"Open Sans",Helvetica,Arial,sans-serif;font-size:13px;font-weight:700;color:#cd502b;text-transform:uppercase;text-decoration:none;-webkit-transition:color .2s ease-in, border-top-color .2s ease-in;-ms-transition:color .2s ease-in, border-top-color .2s ease-in;-moz-transition:color .2s ease-in, border-top-color .2s ease-in;-o-transition:color .2s ease-in, border-top-color .2s ease-in;transition:color .2s ease-in, border-top-color .2s ease-in}#nav>.primary-nav>li:hover>a{color:#fff;border-top-color:#fff}#nav>.primary-nav>li.active{background-color:#404040}#nav>.primary-nav>li.dropdown>a{padding-right:28px}.dropdown>a::after{position:absolute;display:block;content:"";height:0;width:0;border:4px solid transparent;border-top-color:inherit;right:11px;top:22px}#nav .primary-nav ul{z-index:auto;display:block;position:absolute;top:44px;left:-9999px;opacity:0;background:#272727;cursor:pointer;border-bottom-left-radius:3px;border-bottom-right-radius:3px;-webkit-transition:opacity .22s ease-in;-ms-transition:opacity .22s ease-in;-moz-transition:opacity .22s ease-in;-o-transition:opacity .22s ease-in;transition:opacity .22s ease-in}#nav .primary-nav ul li{display:block;position:absolute;height:0px;-webkit-transition:height .15s ease-in;-ms-transition:height .15s ease-in;-moz-transition:height .15s ease-in;-o-transition:height .15s ease-in;transition:height .15s ease-in}#nav>.primary-nav>li:hover>ul{left:0px;opacity:1}#nav .primary-nav li:hover>ul>li{position:relative;height:31px}#nav .primary-nav ul li a{display:block;padding:7px 12px 7px 22px;width:200px;font-family:"Open Sans",Helvetica,Arial,sans-serif;font-size:11.96px;text-decoration:none;color:#cd502b;font-weight:400;-webkit-transition:color .2s ease-in, border-left-color .2s ease-in;-ms-transition:color .2s ease-in, border-left-color .2s ease-in;-moz-transition:color .2s ease-in, border-left-color .2s ease-in;-o-transition:color .2s ease-in, border-left-color .2s ease-in;transition:color .2s ease-in, border-left-color .2s ease-in}#nav .primary-nav ul li:hover>a{color:#fff}#nav>.primary-nav>li>ul>li.active{background-color:#404040}#nav>.primary-nav>li>ul>li.active a{background-color:#404040}.nav ul ul{display:none}@media screen and (max-width: 768px){#nav .primary-nav{width:100%;max-width:768px;height:auto;background:#272727}#nav .primary-nav li{float:none;padding:0 10px;display:none}#nav>.primary-nav>li>a{line-height:45px;padding:0 10px}.dropdown>a::after{display:none}#nav .primary-nav ul{position:relative;top:0px;left:0px;right:auto;opacity:1;clear:both}#nav .primary-nav ul li,#nav>.primary-nav>li:hover>ul>li{height:auto;position:relative}#nav .primary-nav ul li a{padding:5px 10px;width:auto}#nav #toggleMenu{display:block;padding-left:15px}#nav #toggleMenu>a,#nav #hideMenu>a{padding:0px 10px;z-index:1;line-height:45px}#nav:target li{display:block}#nav:target #toggleMenu{display:none}#nav:target #hideMenu{display:block;background:rgba(0,0,0,0.3);border-top-left-radius:3px;border-top-right-radius:3px;padding-left:25px;padding:0 15px 0 15px}#nav #hideMenu>a{color:#cd502b}#toggleMenu>a::after,#hideMenu>a::after{position:absolute;content:"";right:35px;top:21px;height:9px;width:20px;border-top:2px solid #cd502b;border-bottom:2px solid #cd502b;z-index:1}#toggleMenu>a::before,#hideMenu>a::before{position:absolute;content:"";right:35px;top:13px;height:3px;width:20px;border-bottom:2px solid #cd502b;z-index:1}#hideMenu>a::after,#hideMenu>a::before{border-color:#cd502b}.navbar{background-color:#272727;height:44px;display:inline}#nav>.right.primary-nav{background-color:#414141}}@font-face{font-family:'icomoon';src:url("fonts/icomoon.eot")}@font-face{font-family:'icomoon';src:url(data:application/x-font-ttf;charset=utf-8;base64,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) format("truetype");font-weight:normal;font-style:normal}[class^="icon-"],[class*=" icon-"]{font-family:'icomoon';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;font-size:1.5em;line-height:44px;color:#cd502b;padding:0 10px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-googleplus:before{content:"\e600"}.icon-facebook:before{content:"\e601"}.icon-twitter:before{content:"\e602"}.icon-feed:before{content:"\e603"}.icon-github:before{content:"\e604"}.icon-tumblr:before{content:"\e605"}.icon-linkedin:before{content:"\e606"}.icon-slack:before{content:"\e607"}[class^="icon-"],[class*=" icon-"]:hover{-moz-transition:all .2s ease-in;-o-transition:all .2s ease-in;-webkit-transition:all .2s ease-in;transition:all .2s ease-in;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-googleplus:hover{color:#dd4b39}.icon-facebook:hover{color:#3b5998}.icon-twitter:hover{color:#4099FF}.icon-feed:hover{color:#ff7900}.icon-github:hover{color:#000}.icon-tumblr:hover{color:#32506d}.icon-linkedin:hover{color:#007bb6}.icon-slack:hover{color:#fff}body,h1,h2,h3,h4,h5,h6,p,blockquote,pre,hr,dl,dd,ol,ul,figure{margin:0;padding:0}h1,h2,h3,h4,h5,h6,p,blockquote,pre,ul,ol,dl,figure{margin-bottom:15px}img{max-width:100%;vertical-align:middle}figure>img{display:block}figcaption{font-size:.875em}ul,ol{margin-left:30px}li>ul,li>ol{margin-bottom:0}h1,h2,h3,h4,h5,h6{font-weight:300}a{color:#3c3c3c;text-decoration:none}a:visited{color:#8c8c8c}a:hover{color:link-hover-color;text-decoration:underline}blockquote{color:#bdbdbd;border-left:4px solid #fff;padding-left:15px;font-size:18px;letter-spacing:-1px;font-style:italic}blockquote>:last-child{margin-bottom:0}pre,code{font-size:15px;border:1px solid #d9d9d9;border-radius:3px;background-color:#eef}code{padding:1px 5px}pre{padding:8px 12px;overflow-x:scroll}pre>code{border:0;padding-right:0;padding-left:0}.icon>svg{display:inline-block;width:16px;height:16px;vertical-align:middle}.icon>svg path{fill:#fff}.wrap{max-width:1920px;min-height:100%;display:block;margin-bottom:-54px;margin-left:auto;margin-right:auto}@media screen and (max-width: 768px){.wrap{margin-bottom:-151.2px}}.wrap:after{content:"";display:block}.page-content{padding:30px}.page-heading{font-size:20px}.post-header{margin:30px}.post-title{font-size:2em;letter-spacing:-1px;line-height:1}.post-content{margin-bottom:30px;padding:0 30px 30px}.post-list{margin-left:0;list-style:none}.post-list>li{margin-bottom:30px}.post-meta{font-size:.875em;color:#a6a6a6}.post-link{display:block;font-size:24px}#footer{background-color:#4d4d4d}.site-footer,.wrap:after{height:54px}.site-footer{background:#4d4d4d}@media screen and (max-width: 768px){.site-footer,.wrap:after{height:151.2px}.recent-posts ul li{margin-bottom:2em}}.center{display:block;margin:0 auto}.blocky{position:relative;overflow:hidden}.center-text{text-align:center}@media screen and (min-width: 481px){.hide-for-large{display:none}}@media screen and (max-width: 768px){.hide-for-small{display:none}}.schedule{background-color:#76a6a6}.pad-lr-15{padding:0 15px}meta.foundation-version{font-family:"/5.5.3/"}meta.foundation-mq-small{font-family:"/only screen/";width:0}meta.foundation-mq-small-only{font-family:"/only screen and (max-width: 40em)/";width:0}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.0625em)/";width:40.0625em}meta.foundation-mq-medium-only{font-family:"/only screen and (min-width:40.0625em) and (max-width:64em)/";width:40.0625em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.0625em)/";width:64.0625em}meta.foundation-mq-large-only{font-family:"/only screen and (min-width:64.0625em) and (max-width:90em)/";width:64.0625em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.0625em)/";width:90.0625em}meta.foundation-mq-xlarge-only{font-family:"/only screen and (min-width:90.0625em) and (max-width:120em)/";width:90.0625em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.0625em)/";width:120.0625em}meta.foundation-data-attribute-namespace{font-family:false}html,body{height:100%}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html,body{font-size:1em}body{background:#fdfdfd;color:#222;cursor:auto;font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-style:normal;font-weight:normal;line-height:1.5;margin:0;padding:0;position:relative}a:hover{cursor:pointer}img{max-width:100%;height:auto}img{-ms-interpolation-mode:bicubic}#map_canvas img,#map_canvas embed,#map_canvas object,.map_canvas img,.map_canvas embed,.map_canvas object,.mqa-display img,.mqa-display embed,.mqa-display object{max-width:none !important}.left{float:left !important}.right{float:right !important}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.hide{display:none}.invisible{visibility:hidden}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;vertical-align:middle}textarea{height:auto;min-height:50px}select{width:100%}.row{margin:0 auto;max-width:62.5rem;width:100%}.row:before,.row:after{content:" ";display:table}.row:after{clear:both}.row.collapse>.column,.row.collapse>.columns{padding-left:0;padding-right:0}.row.collapse .row{margin-left:0;margin-right:0}.row .row{margin:0 -.9375rem;max-width:none;width:auto}.row .row:before,.row .row:after{content:" ";display:table}.row .row:after{clear:both}.row .row.collapse{margin:0;max-width:none;width:auto}.row .row.collapse:before,.row .row.collapse:after{content:" ";display:table}.row .row.collapse:after{clear:both}.column,.columns{padding-left:.9375rem;padding-right:.9375rem;width:100%;float:left}.column+.column:last-child,.columns+.column:last-child,.column+.columns:last-child,.columns+.columns:last-child{float:right}.column+.column.end,.columns+.column.end,.column+.columns.end,.columns+.columns.end{float:left}@media only screen{.small-push-0{position:relative;left:0;right:auto}.small-pull-0{position:relative;right:0;left:auto}.small-push-1{position:relative;left:8.3333333333%;right:auto}.small-pull-1{position:relative;right:8.3333333333%;left:auto}.small-push-2{position:relative;left:16.6666666667%;right:auto}.small-pull-2{position:relative;right:16.6666666667%;left:auto}.small-push-3{position:relative;left:25%;right:auto}.small-pull-3{position:relative;right:25%;left:auto}.small-push-4{position:relative;left:33.3333333333%;right:auto}.small-pull-4{position:relative;right:33.3333333333%;left:auto}.small-push-5{position:relative;left:41.6666666667%;right:auto}.small-pull-5{position:relative;right:41.6666666667%;left:auto}.small-push-6{position:relative;left:50%;right:auto}.small-pull-6{position:relative;right:50%;left:auto}.small-push-7{position:relative;left:58.3333333333%;right:auto}.small-pull-7{position:relative;right:58.3333333333%;left:auto}.small-push-8{position:relative;left:66.6666666667%;right:auto}.small-pull-8{position:relative;right:66.6666666667%;left:auto}.small-push-9{position:relative;left:75%;right:auto}.small-pull-9{position:relative;right:75%;left:auto}.small-push-10{position:relative;left:83.3333333333%;right:auto}.small-pull-10{position:relative;right:83.3333333333%;left:auto}.small-push-11{position:relative;left:91.6666666667%;right:auto}.small-pull-11{position:relative;right:91.6666666667%;left:auto}.column,.columns{position:relative;padding-left:.9375rem;padding-right:.9375rem;float:left}.small-1{width:8.3333333333%}.small-2{width:16.6666666667%}.small-3{width:25%}.small-4{width:33.3333333333%}.small-5{width:41.6666666667%}.small-6{width:50%}.small-7{width:58.3333333333%}.small-8{width:66.6666666667%}.small-9{width:75%}.small-10{width:83.3333333333%}.small-11{width:91.6666666667%}.small-12{width:100%}.small-offset-0{margin-left:0 !important}.small-offset-1{margin-left:8.3333333333% !important}.small-offset-2{margin-left:16.6666666667% !important}.small-offset-3{margin-left:25% !important}.small-offset-4{margin-left:33.3333333333% !important}.small-offset-5{margin-left:41.6666666667% !important}.small-offset-6{margin-left:50% !important}.small-offset-7{margin-left:58.3333333333% !important}.small-offset-8{margin-left:66.6666666667% !important}.small-offset-9{margin-left:75% !important}.small-offset-10{margin-left:83.3333333333% !important}.small-offset-11{margin-left:91.6666666667% !important}.small-reset-order{float:left;left:auto;margin-left:0;margin-right:0;right:auto}.column.small-centered,.columns.small-centered{margin-left:auto;margin-right:auto;float:none}.column.small-uncentered,.columns.small-uncentered{float:left;margin-left:0;margin-right:0}.column.small-centered:last-child,.columns.small-centered:last-child{float:none}.column.small-uncentered:last-child,.columns.small-uncentered:last-child{float:left}.column.small-uncentered.opposite,.columns.small-uncentered.opposite{float:right}.row.small-collapse>.column,.row.small-collapse>.columns{padding-left:0;padding-right:0}.row.small-collapse .row{margin-left:0;margin-right:0}.row.small-uncollapse>.column,.row.small-uncollapse>.columns{padding-left:.9375rem;padding-right:.9375rem;float:left}}@media only screen and (min-width: 40.0625em){.medium-push-0{position:relative;left:0;right:auto}.medium-pull-0{position:relative;right:0;left:auto}.medium-push-1{position:relative;left:8.3333333333%;right:auto}.medium-pull-1{position:relative;right:8.3333333333%;left:auto}.medium-push-2{position:relative;left:16.6666666667%;right:auto}.medium-pull-2{position:relative;right:16.6666666667%;left:auto}.medium-push-3{position:relative;left:25%;right:auto}.medium-pull-3{position:relative;right:25%;left:auto}.medium-push-4{position:relative;left:33.3333333333%;right:auto}.medium-pull-4{position:relative;right:33.3333333333%;left:auto}.medium-push-5{position:relative;left:41.6666666667%;right:auto}.medium-pull-5{position:relative;right:41.6666666667%;left:auto}.medium-push-6{position:relative;left:50%;right:auto}.medium-pull-6{position:relative;right:50%;left:auto}.medium-push-7{position:relative;left:58.3333333333%;right:auto}.medium-pull-7{position:relative;right:58.3333333333%;left:auto}.medium-push-8{position:relative;left:66.6666666667%;right:auto}.medium-pull-8{position:relative;right:66.6666666667%;left:auto}.medium-push-9{position:relative;left:75%;right:auto}.medium-pull-9{position:relative;right:75%;left:auto}.medium-push-10{position:relative;left:83.3333333333%;right:auto}.medium-pull-10{position:relative;right:83.3333333333%;left:auto}.medium-push-11{position:relative;left:91.6666666667%;right:auto}.medium-pull-11{position:relative;right:91.6666666667%;left:auto}.column,.columns{position:relative;padding-left:.9375rem;padding-right:.9375rem;float:left}.medium-1{width:8.3333333333%}.medium-2{width:16.6666666667%}.medium-3{width:25%}.medium-4{width:33.3333333333%}.medium-5{width:41.6666666667%}.medium-6{width:50%}.medium-7{width:58.3333333333%}.medium-8{width:66.6666666667%}.medium-9{width:75%}.medium-10{width:83.3333333333%}.medium-11{width:91.6666666667%}.medium-12{width:100%}.medium-offset-0{margin-left:0 !important}.medium-offset-1{margin-left:8.3333333333% !important}.medium-offset-2{margin-left:16.6666666667% !important}.medium-offset-3{margin-left:25% !important}.medium-offset-4{margin-left:33.3333333333% !important}.medium-offset-5{margin-left:41.6666666667% !important}.medium-offset-6{margin-left:50% !important}.medium-offset-7{margin-left:58.3333333333% !important}.medium-offset-8{margin-left:66.6666666667% !important}.medium-offset-9{margin-left:75% !important}.medium-offset-10{margin-left:83.3333333333% !important}.medium-offset-11{margin-left:91.6666666667% !important}.medium-reset-order{float:left;left:auto;margin-left:0;margin-right:0;right:auto}.column.medium-centered,.columns.medium-centered{margin-left:auto;margin-right:auto;float:none}.column.medium-uncentered,.columns.medium-uncentered{float:left;margin-left:0;margin-right:0}.column.medium-centered:last-child,.columns.medium-centered:last-child{float:none}.column.medium-uncentered:last-child,.columns.medium-uncentered:last-child{float:left}.column.medium-uncentered.opposite,.columns.medium-uncentered.opposite{float:right}.row.medium-collapse>.column,.row.medium-collapse>.columns{padding-left:0;padding-right:0}.row.medium-collapse .row{margin-left:0;margin-right:0}.row.medium-uncollapse>.column,.row.medium-uncollapse>.columns{padding-left:.9375rem;padding-right:.9375rem;float:left}.push-0{position:relative;left:0;right:auto}.pull-0{position:relative;right:0;left:auto}.push-1{position:relative;left:8.3333333333%;right:auto}.pull-1{position:relative;right:8.3333333333%;left:auto}.push-2{position:relative;left:16.6666666667%;right:auto}.pull-2{position:relative;right:16.6666666667%;left:auto}.push-3{position:relative;left:25%;right:auto}.pull-3{position:relative;right:25%;left:auto}.push-4{position:relative;left:33.3333333333%;right:auto}.pull-4{position:relative;right:33.3333333333%;left:auto}.push-5{position:relative;left:41.6666666667%;right:auto}.pull-5{position:relative;right:41.6666666667%;left:auto}.push-6{position:relative;left:50%;right:auto}.pull-6{position:relative;right:50%;left:auto}.push-7{position:relative;left:58.3333333333%;right:auto}.pull-7{position:relative;right:58.3333333333%;left:auto}.push-8{position:relative;left:66.6666666667%;right:auto}.pull-8{position:relative;right:66.6666666667%;left:auto}.push-9{position:relative;left:75%;right:auto}.pull-9{position:relative;right:75%;left:auto}.push-10{position:relative;left:83.3333333333%;right:auto}.pull-10{position:relative;right:83.3333333333%;left:auto}.push-11{position:relative;left:91.6666666667%;right:auto}.pull-11{position:relative;right:91.6666666667%;left:auto}}@media only screen and (min-width: 64.0625em){.large-push-0{position:relative;left:0;right:auto}.large-pull-0{position:relative;right:0;left:auto}.large-push-1{position:relative;left:8.3333333333%;right:auto}.large-pull-1{position:relative;right:8.3333333333%;left:auto}.large-push-2{position:relative;left:16.6666666667%;right:auto}.large-pull-2{position:relative;right:16.6666666667%;left:auto}.large-push-3{position:relative;left:25%;right:auto}.large-pull-3{position:relative;right:25%;left:auto}.large-push-4{position:relative;left:33.3333333333%;right:auto}.large-pull-4{position:relative;right:33.3333333333%;left:auto}.large-push-5{position:relative;left:41.6666666667%;right:auto}.large-pull-5{position:relative;right:41.6666666667%;left:auto}.large-push-6{position:relative;left:50%;right:auto}.large-pull-6{position:relative;right:50%;left:auto}.large-push-7{position:relative;left:58.3333333333%;right:auto}.large-pull-7{position:relative;right:58.3333333333%;left:auto}.large-push-8{position:relative;left:66.6666666667%;right:auto}.large-pull-8{position:relative;right:66.6666666667%;left:auto}.large-push-9{position:relative;left:75%;right:auto}.large-pull-9{position:relative;right:75%;left:auto}.large-push-10{position:relative;left:83.3333333333%;right:auto}.large-pull-10{position:relative;right:83.3333333333%;left:auto}.large-push-11{position:relative;left:91.6666666667%;right:auto}.large-pull-11{position:relative;right:91.6666666667%;left:auto}.column,.columns{position:relative;padding-left:.9375rem;padding-right:.9375rem;float:left}.large-1{width:8.3333333333%}.large-2{width:16.6666666667%}.large-3{width:25%}.large-4{width:33.3333333333%}.large-5{width:41.6666666667%}.large-6{width:50%}.large-7{width:58.3333333333%}.large-8{width:66.6666666667%}.large-9{width:75%}.large-10{width:83.3333333333%}.large-11{width:91.6666666667%}.large-12{width:100%}.large-offset-0{margin-left:0 !important}.large-offset-1{margin-left:8.3333333333% !important}.large-offset-2{margin-left:16.6666666667% !important}.large-offset-3{margin-left:25% !important}.large-offset-4{margin-left:33.3333333333% !important}.large-offset-5{margin-left:41.6666666667% !important}.large-offset-6{margin-left:50% !important}.large-offset-7{margin-left:58.3333333333% !important}.large-offset-8{margin-left:66.6666666667% !important}.large-offset-9{margin-left:75% !important}.large-offset-10{margin-left:83.3333333333% !important}.large-offset-11{margin-left:91.6666666667% !important}.large-reset-order{float:left;left:auto;margin-left:0;margin-right:0;right:auto}.column.large-centered,.columns.large-centered{margin-left:auto;margin-right:auto;float:none}.column.large-uncentered,.columns.large-uncentered{float:left;margin-left:0;margin-right:0}.column.large-centered:last-child,.columns.large-centered:last-child{float:none}.column.large-uncentered:last-child,.columns.large-uncentered:last-child{float:left}.column.large-uncentered.opposite,.columns.large-uncentered.opposite{float:right}.row.large-collapse>.column,.row.large-collapse>.columns{padding-left:0;padding-right:0}.row.large-collapse .row{margin-left:0;margin-right:0}.row.large-uncollapse>.column,.row.large-uncollapse>.columns{padding-left:.9375rem;padding-right:.9375rem;float:left}.push-0{position:relative;left:0;right:auto}.pull-0{position:relative;right:0;left:auto}.push-1{position:relative;left:8.3333333333%;right:auto}.pull-1{position:relative;right:8.3333333333%;left:auto}.push-2{position:relative;left:16.6666666667%;right:auto}.pull-2{position:relative;right:16.6666666667%;left:auto}.push-3{position:relative;left:25%;right:auto}.pull-3{position:relative;right:25%;left:auto}.push-4{position:relative;left:33.3333333333%;right:auto}.pull-4{position:relative;right:33.3333333333%;left:auto}.push-5{position:relative;left:41.6666666667%;right:auto}.pull-5{position:relative;right:41.6666666667%;left:auto}.push-6{position:relative;left:50%;right:auto}.pull-6{position:relative;right:50%;left:auto}.push-7{position:relative;left:58.3333333333%;right:auto}.pull-7{position:relative;right:58.3333333333%;left:auto}.push-8{position:relative;left:66.6666666667%;right:auto}.pull-8{position:relative;right:66.6666666667%;left:auto}.push-9{position:relative;left:75%;right:auto}.pull-9{position:relative;right:75%;left:auto}.push-10{position:relative;left:83.3333333333%;right:auto}.pull-10{position:relative;right:83.3333333333%;left:auto}.push-11{position:relative;left:91.6666666667%;right:auto}.pull-11{position:relative;right:91.6666666667%;left:auto}} diff --git a/_archives/2016/favicon.ico b/_archives/2016/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..dabb6351f7fc60be28a889ccdefbf8b38f1c2fc8 GIT binary patch literal 1150 zcmb``y)Q#i7{~FaLA?bHB3MYeG!YC!Y+^8Z*+e2pY+~sjprJ`S7{q3 ze3_98_GG00|L>)m=|&Jm9OGz(55=OH4x9MEH=gl`D~zI0l#yJ6ha}dqiW{iy4!v+i z7l|i4U>J31LLY9SIhNsyDH7_l57j{HID@uf2`TKN3i)D!#%pXqeWKVw17`7pJ-EjE z$u&a#RqF~=q8*w?YYU^4(0qr`x{jcF3})#bQUld0U)0j5dT0-0sK+HPpfO|EMjWnK zB%!q*K;!42dT71c?{{p$75yZ1|0JfN=T%)Mp?Nlstf*?xu2R07@jOQ@Cun1P;m2(G%5DlI%#a=gN!LwaV--jT)cFMf(%%A6l|-{Y;* F*k8;JPNx6> literal 0 HcmV?d00001 diff --git a/_archives/2016/feedback.html b/_archives/2016/feedback.html new file mode 100644 index 00000000..7f5ae251 --- /dev/null +++ b/_archives/2016/feedback.html @@ -0,0 +1,187 @@ + + + + + + + + + Feedback | BSides SF + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ BSides SF header image +
+ + + + +
+ +
+

Feedback

+
+ +
+

Let us know how things went and what we can do better next year

+ +

Provide feedback below about the conference as a whole.

+ +

If you have session-specific feedback, please use the “Feedback Survey” button on the session’s page within the schedule.

+ + + +
+ +
+ +
+
+
+
+
+
+
+
+
+ + + diff --git a/_archives/2016/fonts/icomoon.eot b/_archives/2016/fonts/icomoon.eot new file mode 100644 index 0000000000000000000000000000000000000000..5004b413d8e5434e1ffc07bceef51784cd563f6b GIT binary patch literal 2988 zcmaJDZA@F&_1ycO-}AGdpZ#pV=MUiV><4xrU<}4K216lb&^AEbgi+Fv6!TG%3~&Zy zO1es8omO>C)TOH`wf)m|>V74flB`lHb<(V<{7a{jhy z;0P?j5}bo&D8d?2beKZQ8myx%lQE$a5|FIO-mi^BwxAO>frI4ZM?1RQUiwd@`~lzD z`IX|?@YJoBQK%mA$))1@S)4tHv)R71eBqe`UwrXA;^zTG^VDK-!5(crimca>pE-pD z@lV``h<}85)2Wq>^UXKOzYza7;>qRGe9?YGoCc7Z5D%{u&z}VqeuMZR;^t~`W$}&2 zq;C+P#Wh|yTUy^hKXEwz!T7*&eP)_b6p@(Ro$43=-fHBp%B!NEhPGX-l)Tl$J`T(zIh} z`l(R+V9^WImNu8{V>J-_w#_U-M9pZulJ!=!o&n z`|I|{S3V)!o~N`?9L=<496wE zL(^PAr!yeSy5#WLCAT0rIGziIoK$fMLDdt}i~-XeXuv$mK2dauf}K!K;pA|L=XgmF z+>+#VI5gQ6a5#f5zvk4P@nOSAcvKvogn`S%C)?U4JP>I&8nwCmNm)2{(|R4 zN_nER8xx$}_J1AO>mKHm0G^;6J3%`Uxfgn@t*ll_C)*dhaZlq`yqDIL8qp$jkl1+L zrN;DlE*9wx*X0_Ul67?npD%0|#g~kSG(GBad2PSNEsgbayFKlagLa3*9eUI469qw% zq>x9oyuP$WmR@nx`@C(T@X&!BD5Gy2q(I<4^jOT`U=WranAFyV8Z9X-7r$t=0GwMF_kdPU;>vxUy1d26d9-O}mgxh<}-=$v7d) zXhu~-PvuX#T-&|Z^Vi8Yfq<3uMW2@4(O?LToa{fLpplT<6F$*sLuSRu@6kvgTBmE0 zalFDt$>aGN=n2i399~u-O_LhmHTl=_@Ag;jN4yVj_kX?ev^)PFaI#Ae;NzdJefjNN zJ58{msKymJs8hMq@q%Upzew3Pa2VFj`3ft;LMi* literal 0 HcmV?d00001 diff --git a/_archives/2016/fonts/icomoon.svg b/_archives/2016/fonts/icomoon.svg new file mode 100644 index 00000000..610814c6 --- /dev/null +++ b/_archives/2016/fonts/icomoon.svg @@ -0,0 +1,18 @@ + + + +Generated by IcoMoon + + + + + + + + + + + + + + \ No newline at end of file diff --git a/_archives/2016/fonts/icomoon.ttf b/_archives/2016/fonts/icomoon.ttf new file mode 100644 index 0000000000000000000000000000000000000000..766e0f421c3b39dc356f808998c28edf45efa5fe GIT binary patch literal 2824 zcmaJ@U2NOd6+ZWpB1MU!L`kH6Y*Rn9rP#4$$r2^YmR&jZ?6!$rHSt`haZ<~+swA_m z%yx#PD=@FaimnN|cEx~pFI|W3DaDXv1yY~`CJgmkI&?+*+zkWLA$=LJt$S!Gsp zhH9u2L#A&)^=ZV%BuG4#HId52y9`~?m9&yJ(gy7xn|mtIH!~LR$R18`4vw=bF3~6E z%996r4=?A6ix2DFhTHH&A_x0=zFjy)>60r{%io)FN1Q!*>)V-GK^V!T@ma`FPqAJv z)|stvb~4^QX=p?YIDB0ai5L@IokQJfBsqZV=aF{51lT7R9Bw6+7+F zN_tb6X$fVqIA*N{m~=DY2AZ3#n8i@?WMlnBl!qJ$G*R|5O+A!J;9_>ene_> z+Ps4IJKxIw_%TO7)Q>zd+xzNguTPVZq0k+N%yF80~lcYq|{f^alK0VDzyqXJRI?T@9t>gRDK?DsBV!uT>Y>)In7TZ8) zlmU(UG)75h5>%I!0akS*rqHRsI9MtT=1Zmgi^=)f$D`4V?%6*3-j|oJkiNe>zx~$E z?VU@X{HZi(Y7LgiYae)YBO0BaJ(;}x<$Gtz{0Be!^UlXtJ|X9c`j#07c6BQbFT9DF z-Rsvzs&H*H)p(h`iD~&shm&Bt{GdScVli&M63Pn@tfNKAYX|@G5rI9v|1V zgiFTZN@%!De5SW|CVn56sqYWQ4C>BDXv12WDXmW;Sbm;mZRp)5D5BWmlDj*&iO(lmMQf zjCq2lkhqt6?5&*AD5tqE_VRAvR=ii%v>Z_)v`8$h>X2h5qW&SYC#!s7{A zdHyBsAw`Wk9B#|6aZ6+W-0m|RqTgz>IRn3NdU%c#1R>y(b+^aRN%d7*yT{!d2#y`t zg*wK@KpHsaL*_N?dl~vMzP-cFtT-d5Wu2Jkpf5d2(zpo}S(kA`U|V4mAtr1-)jv4Y zpUjb)+uLNAp;rXfyHH9UE9l$(Mt922GTTh5duXV;JD=~q^C^Ay?hEAVaHVH1^hjj9 zI_a5p)MycSXy>wNv=5P7d_U1(n(ojoYFKh{o>|uYeq$-j`u&kMRTVJOlkQzIuObP{m7f+s^36gHgv7M=K_ZK@(@CmLeZJW*&tS71KO;KwSUC_?Dn zF#GeuyCaS7BYqEWkNkV}X=mYIU^hQ{03ZKw{fn>X)@g!&D4Kai3EDKi>G***2R@N= z-w>OUCeJK~NwcWdocCy`Bb~-NHHQtqB^vw&{z$UqS-MQG(>u&7C^Ef^@XLmAtGX?V zy-7l=W()-QmW8Rw!$OPCAkMZhi}-vCTkxNm(!w0_54W%lg7A|0zk(HzBcY^;DdK7i zGl)l8m___t3tK>ia0_$DKia}J$iUlYmTIfD+8UgJC8)tF-Zfa8t*mdHsjY=mi6qQI z1=e8$6;ObFQjmb;1Fas&JX)!qUn#HSq7@AEJgh(&)*q-jQCr&#S1W6k_3~zAIlOo= v{OD3`3S&#aL}TquT)m2J)*2C&VH4+NF zB&L$w#%X{$DH^1)ktPiaG<``^q)#>q+YR6VDNv%Y-khQhlIOH&;Q-D{fuiX{Y^k$H z%8^?)OYZJBvoo`^v$MPRy`vKo2qP%Y8RWEjdy}U4!E*F?{{TYR4%`J=-CpvKrM1el zz*_-&hSu=xt=DRmP0ITn&{URIPi^)5w}5vOAwEj$fzLjBX{B0OhT*@%c#c+kyyy4| zFcA{kf$pT0{{!>k%G%a*z$*crrnTz^{^x3aiORt|C`_yUIzP8oc@Ajd63|hr%IH_? zm9;AHuE5+c)B4sE!k5q1H@9HD+52(~AcpxpejV8mB5#pfK>wuKhf(x4zk6?Y7kHq1 z8(A3d{w>V5G^_z=Fv1|^wyZRH1fhJvn)<8xzn;f}Vgw9dK*MMnokTS-o9-ccTq25J zBgPQUOIY!%fjD=cH!w=fY$BP$W;T}}g*K5i@{9&zAd>)QU_cFMIKZTEGLfT5<&s^d zuIP%P7^Y#8{;|2ILwz%2$&TFN6zAeNyW$Z8V!kqYp!e`{zO?wL-fenKUo3X8ujiY^ z(}X;=I<@@WDR0c(Q?S3AofU+UtO0E?OMIn9qtsw7M01nL?nzU_V#pQfl5otN=;|Em zR%5w|&Y|gqE9+IYP9TI-VS&R~(c@ePHh5horN)H|PyXPw6B+;8zDp&7uHxG23s<}1 zbJup7c@Ty8E}%&uB+QS}fbuEajHVh$G0A3tAy{dD1|luNSRx5gYXQb+2HXTy7PXH= zV`(w+XlHx5ulGnH#*ne^uP-EBZlfohRw|E4ZElBO@PGRoxgR~@3W@rWCue)#`1I$~ zIASVf$0akqVwX3}Yn`#ekzO$1I4WJ$ovB z>5KQz;`y6D{L9Wqmp{hmu=)=51G2j1habHSk=@HzD^xHy4K@5}ZbI1p=TG^$L_bb& zREq8f2Q8#D{Pjc}$c#icfM!1I#DD!I+=2I`L7{mJnv)pK)VCDiJW%Tdo&DfqxqR`1 zvwJ;GYvW15?@$z1(CG|_qAECicEQbY4u)kyAt#YsTu}BT6m2vb9qoX96n#AJ;yF7e zjKqlH5X-Ov$GHW;>u@NdE8uVjU4F%>I+Np?mh#9@JSh#PNzU~4&Lkh;GL8MtP^a$x z33OOHGo|%O7`C5hSqE5m2#P3nc;qf$@=%+0NXOX5@qWop3pi^hgu%FTtfT!0cizE1Q@f0O#k3ee>#tEZExdYhFlg{|3W!)yr^&Yo81{F z%WN~5?xCUX?n0sa?kD8=doSaw!_}U-$YZhb+QiO}@xsWF{x%^j?fev91()a<0LN}H zH_#%Yuj@cSRs3$aZ52NcH*pg3n}2|?m}WMgdjuz&5-kEQ?R?Gv{Rqw{_Y)SAngg>S zVaq3ZW?2sg&7~+C49412Rft@R*n&Yltg80tQ?jTB0v>nxMDc{%6%Sfaqr+{ADrnb1 zGGr-fr$iCV$a3iE;%S#_XXsk-8vZg6(DT0dGom{l41tl;Bc~)V5^{UOry@2Ow2b@~ zj0ECssv>A7tznQnS!_X1XgqA@W|7{aNw75$k<~_wdfhzt^5|7ypHv^wC4; zqZc{GKi;4RV6 zZ_poc4nI$p$#rsTOJlE-K&$BkMtnu7zpy0Lktz8=k_(r6Y{(FWQC0T=)~8I(flhiW~Pd8}GHw_4eN zNvq)KIkbu@Xyc)h6ZQ42Xsxv~-USK|w}KN-5plAl=>FEg&5mIzSNV&H>ULV>Hire}3Qp z;W@ZDcI@6Aueka;&!~@TO1Rh**hol7xbKwZfk;RwGe}6txGyjeXTU;PKM)@nW~xf^ zNKemyg*_E1h%;DD%KENINZgFi|HxitQXYttm~QVrC}6JP(4cVBP_V!TkdWw*-pR{o zc`Y91xwjk6%tWkFvN916DLc)fVzTzH6z$5ybWH(ky&8-Ai@rLmh_=7>{8YLdPA}3g zhw@GOei%OZ>0)Kb!s_^UV~1zY7{9uMV*FwA7y#6BMfCRNum4{k*+C?>D8Ihi+@k&p zdMB;acPB;qu=YISSh79y52j>U=EkNnru2n8r!?PDoEV&NorDvoPSlXMk?}BuP`5c3 zbtq3IPm$lMw86?A9~o_Jo~Ij$(X2(O*vW}h`=S=l4&_?=(Sgc|`jp_*u)P&DEl)M}A%(cm@I zF{C<$B_D$}7-g4M_-8W2p-3{+fLDhrQOj_pV=8VcXQ~cmflgs4T(yB)I#*ypv_a-U zX~R@=`{0>KRpqnRV^pDvsZRUnTM#BJ?L7L|x1#=>g}ojc+3$0BXlH-*_raiiESoEd0FCG!&JY zIQJ%6@)mJt${!c(z*o|~)JwZaLU37lYyLqzmSIrog?eW?B*Qw1%3C z-W`ngf(BN8!32+zDnNEZ9*6rzm?Q>cTRy z7Yv{L(VUsdO{NF`lLL8o;aAg05p)67D`5q}H;H}&j7eHHwsgqW50~P!$oMFK=&YCG z<(6L?%eYX|R{uOwWa5DMfz2a1e)=2lF1iLMkcxGgi-{66N{s1jo&Zqsl>AcK6gU^t z{9IY+NH*QIMMCx3=g<@no=6pIw;ZRewE<}JM0)6%k{hm1#O*3~(>Tn4f>+n0oskHE znMm24Nm0{LSjS#D{9&cQ8LEq{?o%W_fU~l1yn9*r9q0Z)7v9TiB3L`3xdW)N#oBjJxeI!N7?_sY|XGI&$^VHvIE zd32k*QOC5RrAUgN+l-I|IJreffUYSzkK5quPr0tafp1SSA?l>26lUmuaT+BC86EHv zQ15(;?us!#)wd}w)Aq7?@krN>+6uQHwFUhlY)c>};JDa!x7$G{zHgv&V6nIC6(&22 zStZh=!IF=S)=f+eQfCZ~`%jaKJ9DD4m&bb6j#gKNMb%0MW z-*XYn9?)^Wz^|I`#J=V+lgvZm+zdP3EcOr|#91luiTq9z)&BG4#8Y6^5lkWvIh0Fz zAmJe?EmZM_fuZP5bi?YLjObLaiu1-w%vn#vL<1erTQqn|0c3d4r1Zc=Se;ihe|aiN zF#vnz6~g4F1UMHe%6;)?k>Z1I9!9mG{yc7fGQQ?mCb`VXB{Dzwt$86gdKCaKQwosR za8@!_u2XNl^1`|IMX`A8bA zq@u2^0!#fXwYuyuYpZ2_k1?)pL^cMchQdETzhB<{B5EHexWsJnz5y&`yqiCa{)nyY z5$>+-HL_NS6cs(yGoF`?b5EJ%G9PyT>K$%ddvug?e|tjD3i@j1 z15S=UuMakm^7j}kcqI!`wat{vqgUi^pgykm5gkFu&qerh!yOQZ{h`E5@_BMA;r={$2Q!4~3t$kao@*LdT-6HyubX9!=yq$6`?1KKg!6 zY#=OHx2bKzK`s#fe7Z5q?h&_`6|1*#qETd2ExUtMdcLWnT%KjA>bK)xsW+)mYAg(>({Vd#v{-(oIj_Q^Yxuw!fqZyWDYT#USuH!&WIT&(v6fA?eGX!e$Gl#`N{sjb|GT!x2OpWSsJS{hDr|7%d#X* z+q{TP%8tsnsG|9BltsOW@PC*|4D6tyD``-D<`B+`h2%g)5EnLpG7QZ#PGK0pL%SYu zA{Tu2fbthY+)=H7>v?os&^QvaT7*g0y^bma=f2D(_(?jc5TpG!&We)pZU8&c zG>_6aO$>@I!|V=8sqBU^!fc~F#hVf}YjdAA&tf_>8URx4Vzs;urK88}5-f;BfB(<4 za$derb>}|Sm1(k^RX7s$O;#9cVNWuUF?8Z)zayQ?w+`Xk^NfCm>OAB~Zik{#~*Tg@)`IUu=| z(5Rc83?%^leRG3$&GjASR0+cBV+8f$aa-H(CDmFNU&UG3HH5CAqY)n75i@qsvoSx4y~PkgYF`WwE?*}%^|!_NpA7l@^ihY{o2L~g z44`%~5+9R9I%Qxomi3Gwq79HC)UoRBQQQn2@G_G%gr z@MWs1Og+D&FOBqtd+j)EOyu;rb}+yB;sYoVse=&wH?rW; zpaYC=Z6|t%iHLo2`g@gq+DmWn8X<5+&aDRI8d5*NGR{h7D)-%6Ch*j5!2Ji-`e!{% zBEP*%yy!0e`9++lVav8T1O%7ni#`l(PY__I;CWvq8Hnz1A?x{(`;-*vSSi{gRu)AV zv*vdJTYtbq)XM5gdT8QL-V6iH=K<;$v0iKO1Zi=PP-q4Re3&mi@h&nbFZ2hY_MXYM z6+hDQxcx&3bS^9)?ev@yQ7m0<*(y3-t^M$Y0`Rw z^EZ(K43)gN49fiKoZ)W%$^1&|42T#2t5e4IVd- z`|f7Z5OYu@*~L1hwR`+`Y}YSO!ydPNOr0V4 zJ{nerEqaEmOrEpOu?@(!I~)q-;KoP=e>xy?vuEEIj;il8(P%#PIGms5WHil1Yyam$ zu_E{1DfcBP-k>*jlWQpuOi?iZ$o8y^O9SuhoX7Fy1;rt6y zs$K5VS`czYb!AXJca_;^g9#}%b^76tU>{Z-rFi1%zhtZDrc(mN1vjud7PDG<-N0mV8>`sZg}DBgG1!MGp<1=;%N=_>S**!1FXFB zE3ign*^Ls^z?8u(>=?-bT`~Q7g$}}c4}hAP_7bgm%ZDxAD>IMG1mmmtHLQduzdx-O z{7-|6#b{=$W!^hRwaaRm)f++sQ*rL?U4jwfmIDoQkm7N>pj(g_oj57WW?aBo=~H&j z6!7LMdblUg{CN5#8UuKu2F~`NiZn^zKUK@#=tDh-H~Q`BL0#nYc+RfmRVhh=iF`ZA zQ+IZhdyQzPtpBIgmz)M$@NfonQ@pB;t{4=C zl;_ql;_)siU`{!`IjfPW=h;$0)I8x;G^isqo80k=wNw7sXxcH+7d74EW!}e(iF_N@ z6H7QoxekOmND2FEuM*S3za+Wr9nb}A*`i()2B%oIzdqv+BzC6GdS~(~2&OIJ+5fOe z3YdLr(4=cM2+B(g8Y6ylWMwA*C-ApJfY1L-muB>Se5yxJ2x(`V&*{z6Adb;;@ir-h zr!(^pfp9*4*6N(My=kB+G1FgT!>|NyGzV$JAP?E)58Q0GqwC;cWsGFSXrvG5pH#c0 z2+S!tOJbfUQY=O!b3+N;61d89VejCK+z$-~^?$9B!V)QoK9P(?vlnC1^`!rUszgWf zxBWs3gliaDN_ii$$FF4<@o&Z$qp>N&jPsN@+2oEMV)9VKeteV!&Q|v6Q%DT@(<^CV zm!rt1t@^B7C3n#_Ft$~bu=kUGTVW2pFMsrPgEQEUdNW8n+tK``I@Qv2-&vTHG2F!z zkIm{N9WhqHZU;H9xfM|8q)Mh}ef1%Ezm@JAdE$!jdGM(!%zRfJ0KIv*xnF;E|2L6N zUJY-4BGYsMxNp%C3u;RAN{|6?{vpqJ*CXEfPM0D5^i8{l!d2G@*{+EAcaDu3NhzY= zB3e?E1ZSfDG3{}N@=bd;R*Ht&LJE^O9!j^24t&q5O31MydN?9of%;zK+5kwETAYK7WZ4UVNw9K|`RQFBKaSg)( zl^f}plK|%I2rNc81J-E-VZRM>T^Rk5cofv^P)Yz0r~r70DQ zh{QVJ{Zf7lHZrlWc@lOUe&s36-^;Ks*rJs4sEtmf7cY~EoIZs+mV^>|raqF3*W(6N z#H<>iMHP`nqUF_Vx-DlglItR#{v4CX6}#v{e6j^Jd&XhvH_N0fdC~E@-bLa}14ky= z8lMHwhkiTbB+9AGl42ii27`9jQV2YgNpmdhcBKssXNTt-d+;Q}QZt_vS;hNPDDg#b z^@tn6W8YHipBD=eb_>4v{jrT~!ZmtqZ z&OOdMO%deliU1*=K8(dIxt<0+Ym8grt0nC{u9mNtjal zP3HtSf-x8S-g(XZ;Ndg(DM)r$=V=CK1-}Da z5UGW~oW9F(EjY|?yep*q)x_F>#J9>+v0;oba?BxLACW5v)6Xt_RyICpT=6^nO}f5d zv{a@q^75?bS)gN;_u`Lf+fc*l|a!87C%^=-iiNeqCR{eO0E-wLk?r$1)}Z#Af^DrsW%in;e$DlS=ovOe_C ztJJWqEaP1@HK#xWI?=*0IUtkOjPOl@vhn4Fq#KntwH|ND;8pBZUcx&b@&9D1xRXu6 zeevgkDwL}<7XE@MlAE1{uBxxtf)%P!y1#sE*~^cvH-=+0nZ@aV>@fve+T+y7Q;5gl zKI}6el4m+HPTxb~p6Y!}!hL%7;;C*m-E|#c6K2#1UfKT#3a(|5-w;l>y*U z7~bTE3SAr!L;Bhp(xA@S!$hQ@+w0_VdzIKhAwrP}oR!+r9G^pm(r!3@BVbb(?UT({2Dmextt<1&aD^D@wW!sI`LavEcH$dF_VjLVnZ2AIaz0 z`wp5LNINNi;5O4$?tGlcwoFH-Qe@*+a`A*KVQ*jl*>%P%xg*(qPNRs*m)Zjnf$utZ z?>TO=jx8`;ebbtFmJ}K8akes;h(e`G@4)kfRzBOYcHkPkhKMMT{z3}@`__%F16@mv zER`HCWZyZ6(3W_94R%x+vHyCD{Z+$U+R-*T`BL5b{YlB4Lp0trHJZC|<&fTZ>=@^rsVai86B= z$(Q52wJp2!J~%|v)Wlr`{`pU<;0JJKF?9_~*@6bj7sKU9L6{2u;S`C_oK7o4l?AD@>wQP%bW?n{4)M{Zz$sJ0;W z7;Qnj8{N35f%ye`FNI``o-bcJB}ciuDy}^IU6=s=Z7LW>IloF9tlB-^!o19_@3E;L zy?siqmXnnfw9MIzeY!>_KYIqw61?B$fEck1YXyRUV(4F9o3GY^Poh_Cm2^7x^|^9- zV#hP(1`jI9C{ySy1&M!#)v5?sD-TwQ_=fDFPNy6*+INE3*x*SdOz*(vU{1luD-@=B zE7`n3gX)GNC!{*$dOlCUPvVux%sKjL?2wJry)5KQT z)M39V97gr|_=@yUoRz%aVczuz%@OFP-Psa@jd#;guM{WOd*%xZ6~BZ$t1*z3``wSB zEAnG=;mpGNY%H)5xzxZM!|G~nq-FJN#Lw1(3KT)|$3`fXl6=^5aHyAg0ua43@e=p1E*AR0L^cD#o@FMTEfcQrx9P3qEmG8R#vHh zweFzM%z@U>dKJ>kGN$3ZC_1OI!u%Vyy3yU*w^*iGWbtRGh-xGD4+v+i(j;v16Gd*? z#O5$x{A~tG3PZI@Vwy{*x^~}#Ynp#$Qp97l(ejh))HODV(Tk?PwFiR(SpqbsU9zP9 z7BtW{-uz#EOdy61{25~3>{_^uV89~BL9>_&P1!xWk3pXZFwS;mQv2BTksTLh3VYzY zjiCUjj8Mr)~e^VZ~t@CR&+yxG{*oH@%MN7xFx zxVR4Hs46>y1<`0P0UtM-&6CVz`<-7GXc);9J&SirGVxG=18%D`6EbHu$MHOka!*~sZ4>hz7YGu{x& zqu!Z@hpdRGO0Z*m_9xqT<(>mb#Bto1Ni5qc3tAuotQiDJ0v#>@k?7X6rY7ZMEJ-`O z{z%&GNs#t{UBZLrk@( zvmGo<3u|CV#g^sR7Vo*5Nwg~5C@{~yOvBNt-OBZlp9H3xVG@_O@FkM#s)`MN4Q8&A zx~|CvoO8|S4%M|KTo!e^H=_=v!p7LIK<&n3Ki{4HW$&~VT~!H=Ce;w5oXCwd&|}`7 zYqawUZY-q8JM9c;dp(DGr|s>(szYdS^biuJlYoCH<}Q>U_uZbG3b_pK_o&hFz{%Dj*?o{>($@C+t+XR@tMmqD zZU7*CKjW&HpP4%zP1>GYwE=@Wdw7Fv$csQ5sEA6`uca9?c`ROXR@dt9eEU1x zkl{~iPD%?(`8;QjjaZjSUFNHUD@O0HpY*pp0Ml3t{^%)Zl8k^^LDg)q*PR=a*u6fs4=c2$0B+wu9MtA)hx*0#b^O(=`M* z22xNS=ZJaru5`ej3dL{=>P%&{(SsA@s@e@wN3nnCqM#iaxO77r z1B#g|_5ex-Q@u`r)anTT!6i1(PmI(n0xT%bEu=9T6lzm2O7G?t|35514b$>K8E~toq`~)%(Yq^k!efx(dX#N&*n3)G$S=!V z=Q^s78$I~20I$@^g|g&b#*B~tAC0(DUu6Uq@|qm0ns<(t>FjS%6riZwZAmRa`A@7Z z(tc3=N-S3He_v?pS)`IO=F3)~y{(1F1d6mW2F*||5AayFc1efqXt0<6>ka{_cKGHJtUuBg`x&n!d?5X@A?oi!>i_SW zsGxvm-CH775BP_iuvjhkqe|%qH15$|ckUL3PRcWjCXx1$JKui4_y`@ch|R?-nRmvJ z^3lhls+Ho)ie6^Y>m}4XuOeS=((6ATR~>B_%#fp-aSf8TQay+bP}v;+iW51f>G6?X zb17REf2t$LYqaAk|9PnlCE#&8>HyPL@-I0n|G0Z$8cW)#%J4#uDo7qMr|Jk%C?5a7 zU{ZJf#iFV{f2&iyvaZxl3q^oC<_JCV>4A%Fxn7DfeJ?a=tJ5XGH8hDVB$Nn_OnM5R{+GUmtH&Xv5|zS14Vx& zY2>5-k)X5@lucD})cKm$9ZO#K-Jju*v4_yJ=0g^*l%FGHhMApl;gjX6l+>@en=HPa zCkCQ#z5EmCg&D(q=h1+`4T~MVlQn{gE615AWqSXlv_$xOEze*QMt$*(zYeH&B_Tb) zpfycI6-WIu!vyJBo<#bdCbvO%6T#4&UFp~9tnhJ#p;=UvFW^S4mW&63w(=y_(mWH335;YrV>n+)~VfzEQ z>E+#*CI!reFAaPsl@kEq@Z94kE5nJH&V<_9l#mTTQ~1@=CgY+K+wsV$dvE;t9-eR! zf8>oFQ`$KG5sK@>DKmzyrL)MrYqnN5iDtu+h zy?a$*IdfyXjPGQQ!DVOSt|k*$PxggrT&ePV&t{?+fpgS8oWItxw@^&=7VCD!1h&v) z5EmZo5*C;rb8|o3@9`k~)4%)U_5+0Pvpc3nkDJQfgX8;t^=iV|8z~S>R#+IASbkbG zJKN8Kr}=cyk~nP@rxo@ocA$ym2i*eOV`g73OeN$_rOEANgbDO=QTx;2-ygKC)?Ecf zBw6Z&a5}BnRz}sr8hUbml0rY9a+|21pE`Jeik+XVlyq~7JIvNsn5MNKt#g%_C zeEzrpA{$@_siSQRT%;&wBh;P;ur-Vtv!7J27g)7G!cqYF_gVY%g5i% za-$=EE7s}tL3$rAHHNiPFwMFO=}0AIA2_>z6bYE!q$u~qYp1NnRWAU4**9QkqfsLTqk}BM1~Jg51bE!C5UG0D@tGks z;V*iCqgW{NfGs7i-2D#ebe}-HTHE_P(2`Jz(P17M++9m$$IC0^j=eSH2eLZ7gH#Ip zd&9M|sTPI^J*&B5m#Upg&NncpoahAVM1f#?!FvyW8;)tMVfb_v9mgP}<)S#A$Erd_@K`-bY8)4_4Qx5Vf2vMQg z%F&&lu+6!u)*4y>3dmZf20zT z5(Cil4sanZvqk(r&4=AO74=I;*YaX4$h}FfNnz;5kUmzdqc8UR9HXz$eJkdBE9e&J z!YA~tohgYIHxsqfn_m0X0~0U?DuE0(tt^M; zJoE$K1C(ojPKm|4F%$V}0?2xDWy~x_cFr|WihX7&;P%Cxkw4hkdebMaymLu_1$Rby&?KZcD?YnUh6QF$^3WJ&GrIH$Ef3KV%PvG?1y%0}M-aNeD?)c_7L z7}4JdO+Uev(w$BwBW_>q6-|cC|ffFiDrNEs>r*8-e5*7>;B7^U;U7Jy*l2Co=(L$QJ@*TpsMSTvg{ps$WoO zDKOg^Whf9{fGuIXqleQ%#BNA77;hz;+$3TE?>{9f-vu&=YR)Ov9yRa23@8M&JC4h+ zU?;QdHL4BInZ~__OJZ(tpD}J!rAFFz|H3DBPxb8VzFC&fqhD@=H9^4=U8+YHRWHi@B7)3vVsFG`3a{*sLQxAWmuV+^^ zti%};yO(x$=`KE_4W>^|9{*&6XO&)=sQMa5*M4-P>wj@PJv1v_O0n1-xps~OA-%r9 zxU(=&v6s?dO)EqD^@%v3jWdo|m3{D@SM3~+jek9lTz~SIZKP_)@Sc4K#kuY3?$eq1 zA>+Zov`}EF8-cB(VD~f=;qZGckA#n4%P=7(-;Zok*Dh?FCp;HaD}ZhDp0<%Y4XtCU z7k2s^4{&AfJ!wsY>Zv9m0w=(riUy4G~c0{WD%hCEy9C2A@;gLI z?jYqO=}a7G*KBzV5}jxdW0{P8ZxL+CaCMY1%O6$3cGa$4^!=IzzuUcDXuy*(a+u6& z$M@&QiTJ@u!(-9N>kq=0lff=FA98r zU(QDKq2eBz7e>P+LbXcQ^tK+nh{~G3OBjTjiq!>gf(jwNm;-)BqXv_sRUXa%kFVfjOkqeZB89CZ7u<9b`6hC;Y5YmD7jqh=+}gN&sVt#`YCfuwU%Cg zVTG><+)6uG8XMPtF(&U${4&bRms%M-Zo!^$6u_z)SJ*rK5#S=mcOb)k>NtWPV1np; z`WEH%BkKJ=)Fd!j-5AQgSzekQ-AK?8KKpIOE^Ju_eVhyu;hOl#j0A;-o&Ptp%pwQv zyQ4r2|2HiaZuuMxvkkwrzXqy(>F-qJ8;Iq;c+5vPAELQMdgEsw)XtM;P~6)H@x7a+ z^RXf1DU0md*uI@M=B=-A;wgKO!_=iG8rC-%bAWmcKU`&IE`9zJdHY+17+|2u%6C$e zn5$5L+r00(LH=;xg#8Ng=3G3X*sUjIZJ*zcC>h&1u@~b2WV^5D;hS}ozt$fBuQZ(} z|7Nj~UAnpLv~p6bytsrz055duFQ2V`yVp+BXqT}`1KD-w*mx8uH9cH58Js;!O_;h) z`l<<=5fHZ#Lr4zB#E!+|Pn;E$&IgUit(FYH{i76ZEoo=^%ho}3<$rEKzsS<=yI~w7 zTWZjg_=ZX{i8{j{gEe~9tGo2ZtK4*OBb8AtmPU}Ws?3Eykux)Ij)Xx`s}UM5Y-Uvr;k@#+a2Fw>F<_K9+fnP}uB*Kjgdtz# z!OG5;AtkyjRg@g7mZL7<^b3i0TZ zStuDgOlUu@za=`m@G-*7kijxO@CDjMbZIW0Bt(X}m9CmRxO1Mv9uf%PxzWp_C z8g;B1Tb~}kkjwOVU^SvmloqpZq443HLB75|M?QP~YL7dWV?bk+%Pfu0|6lBj_^o@s zlnHxthtMaDz>mK4Jd6va#T1(5)zCoh;v>oOO=ugT{Yf1KntOoDx#G7u`wVt8K^r|$ zj-L;`4H(%~)+;|guvQEHQ6S2aLO`sUNR!zD_YI*1%16lP8qHKK+6o42av$dF;b3{l zMjLh$L@@ZgpS^fnlPST9!Z5vY>COn^0%}*YyQQB!sB%E5C zL+8bUV&0f^c4>W_#*x=N-Fs&-Q=Vx~)V@8Z;k$Q~|MQO}i{8h@{ZGRmHYJHE;?5EF zfH8_L4~7^_mop7{Hf)ARAev@Vw?GxaYD=ZQPT zrEOY7tAr`<^nM!J?58`t<14JOf^NN48BhU^5dFX_`MR+*KPxF}G|)D;&nj$H`QvyO zd+kzE(>zV`lNg(t`ug(P6s9HrDH0Kxp!f!9!I;W-%nf`g!n4MjozDbYp=TJ9tuvR% z#&Inc?7;Wcx>4`^@;ee|(#(q8DA}1;buiP_ptr|rdzZ%H?I>wBIoer(ukOlO02jp( ze+z|VELi|jWHkUXDi*M;4kP(n1>U?JnP=a2_18*pWTP&q79FtujlD)dVSv>uGj{fN z#Y!+GK}T{FJxLxJrWXZLT1Lr`MG>gsRr_(kdt5Wm7cN54$05Uq1`G3s5*obM=J$4mT z{J0a{HH-R*V`PBncsj6$4d#KoIVNPj_!O*0wz!c(@kjKM95^R1Nv40XfH(Vh48qZ^ zIs1Gk?Y?owvGxI#=~I~6^S<7{&cUL^ieLW3>h5g|uPSW@nj&BbZv5FQS~YK1P|wJR z*)iz>AzTV(-c6(J_44OCLc`1>WRXsc$-^~aqt&4)iF6eT+S6AWGK5hF>TwGn
U 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 literal 0 HcmV?d00001 diff --git a/_archives/2016/images/bsides_logo_short.png b/_archives/2016/images/bsides_logo_short.png new file mode 100644 index 0000000000000000000000000000000000000000..35eff880050131bded6f45f3c0496e4d885c768d GIT binary patch literal 17355 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 literal 0 HcmV?d00001 diff --git a/images/sponsors_2016/akamai.png b/_archives/2016/images/sponsors/akamai.png similarity index 100% rename from images/sponsors_2016/akamai.png rename to _archives/2016/images/sponsors/akamai.png diff --git a/images/sponsors_2016/apollo-is.png b/_archives/2016/images/sponsors/apollo-is.png similarity index 100% rename from images/sponsors_2016/apollo-is.png rename to _archives/2016/images/sponsors/apollo-is.png diff --git a/images/sponsors_2016/cyberark.png b/_archives/2016/images/sponsors/cyberark.png similarity index 100% rename from images/sponsors_2016/cyberark.png rename to _archives/2016/images/sponsors/cyberark.png diff --git a/images/sponsors_2016/evident_io.png b/_archives/2016/images/sponsors/evident_io.png similarity index 100% rename from images/sponsors_2016/evident_io.png rename to _archives/2016/images/sponsors/evident_io.png diff --git a/images/sponsors_2016/fitbit.png b/_archives/2016/images/sponsors/fitbit.png similarity index 100% rename from images/sponsors_2016/fitbit.png rename to _archives/2016/images/sponsors/fitbit.png diff --git a/images/sponsors_2016/gemalto.png b/_archives/2016/images/sponsors/gemalto.png similarity index 100% rename from images/sponsors_2016/gemalto.png rename to _archives/2016/images/sponsors/gemalto.png diff --git a/images/sponsors_2016/google.png b/_archives/2016/images/sponsors/google.png similarity index 100% rename from images/sponsors_2016/google.png rename to _archives/2016/images/sponsors/google.png diff --git a/images/sponsors_2016/guidance_software.png b/_archives/2016/images/sponsors/guidance_software.png similarity index 100% rename from images/sponsors_2016/guidance_software.png rename to _archives/2016/images/sponsors/guidance_software.png diff --git a/images/sponsors_2016/hackerone.png b/_archives/2016/images/sponsors/hackerone.png similarity index 100% rename from images/sponsors_2016/hackerone.png rename to _archives/2016/images/sponsors/hackerone.png diff --git a/images/sponsors_2016/hexiscyber.png b/_archives/2016/images/sponsors/hexiscyber.png similarity index 100% rename from images/sponsors_2016/hexiscyber.png rename to _archives/2016/images/sponsors/hexiscyber.png diff --git a/images/sponsors_2016/irongeek.png b/_archives/2016/images/sponsors/irongeek.png similarity index 100% rename from images/sponsors_2016/irongeek.png rename to _archives/2016/images/sponsors/irongeek.png diff --git a/images/sponsors_2016/paloaltonetworks.png b/_archives/2016/images/sponsors/paloaltonetworks.png similarity index 100% rename from images/sponsors_2016/paloaltonetworks.png rename to _archives/2016/images/sponsors/paloaltonetworks.png diff --git a/images/sponsors_2016/pluralsight.png b/_archives/2016/images/sponsors/pluralsight.png similarity index 100% rename from images/sponsors_2016/pluralsight.png rename to _archives/2016/images/sponsors/pluralsight.png diff --git a/images/sponsors_2016/qualys.png b/_archives/2016/images/sponsors/qualys.png similarity index 100% rename from images/sponsors_2016/qualys.png rename to _archives/2016/images/sponsors/qualys.png diff --git a/images/sponsors_2016/rapid7.png b/_archives/2016/images/sponsors/rapid7.png similarity index 100% rename from images/sponsors_2016/rapid7.png rename to _archives/2016/images/sponsors/rapid7.png diff --git a/images/sponsors_2016/tenable.png b/_archives/2016/images/sponsors/tenable.png similarity index 100% rename from images/sponsors_2016/tenable.png rename to _archives/2016/images/sponsors/tenable.png diff --git a/images/sponsors_2016/threatstream.png b/_archives/2016/images/sponsors/threatstream.png similarity index 100% rename from images/sponsors_2016/threatstream.png rename to _archives/2016/images/sponsors/threatstream.png diff --git a/images/sponsors_2016/toool.png b/_archives/2016/images/sponsors/toool.png similarity index 100% rename from images/sponsors_2016/toool.png rename to _archives/2016/images/sponsors/toool.png diff --git a/images/sponsors_2016/tripwire.png b/_archives/2016/images/sponsors/tripwire.png similarity index 100% rename from images/sponsors_2016/tripwire.png rename to _archives/2016/images/sponsors/tripwire.png diff --git a/images/sponsors_2016/vectra.png b/_archives/2016/images/sponsors/vectra.png similarity index 100% rename from images/sponsors_2016/vectra.png rename to _archives/2016/images/sponsors/vectra.png diff --git a/images/sponsors_2016/veracode.png b/_archives/2016/images/sponsors/veracode.png similarity index 100% rename from images/sponsors_2016/veracode.png rename to _archives/2016/images/sponsors/veracode.png diff --git a/images/sponsors_2016/zenefits.png b/_archives/2016/images/sponsors/zenefits.png similarity index 100% rename from images/sponsors_2016/zenefits.png rename to _archives/2016/images/sponsors/zenefits.png diff --git a/images/venue_2016_map.jpg b/_archives/2016/images/venue_2016_map.jpg similarity index 100% rename from images/venue_2016_map.jpg rename to _archives/2016/images/venue_2016_map.jpg diff --git a/_archives/2016/index.html b/_archives/2016/index.html new file mode 100644 index 00000000..e7b24816 --- /dev/null +++ b/_archives/2016/index.html @@ -0,0 +1,209 @@ + + + + + + + + + BSides SF + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ BSides SF header image +
+ + + + + + +
+
+
+
+
+
+
+
+
+ + + diff --git a/_archives/2016/news/2015/11/call-for-papers-2016.html b/_archives/2016/news/2015/11/call-for-papers-2016.html new file mode 100644 index 00000000..cffb531c --- /dev/null +++ b/_archives/2016/news/2015/11/call-for-papers-2016.html @@ -0,0 +1,187 @@ + + + + + + + + + Call for Papers for BSides SF 2016 | BSides SF + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ BSides SF header image +
+ + + + +
+ +
+

Call for Papers for BSides SF 2016

+ +
+

BSides SF is soliciting papers and presentations for the 2016 BSides SF conference to be held at DNA Lounge in San Francisco on February 28-29, 2016.

+ +

Our call for papers process is fairly standard, but please do take the time to read through the information, as there are changes every year.

+ +

To all of you who think you have something to say – take a look and get writing. You’ve got until January 10th to make your submission.

+ +

For complete details and information on how to submit, check out Call for Papers.

+ +

Spread the word!

+ + +
+ +
+
+
+
+
+
+
+
+
+ + + diff --git a/_archives/2016/news/2015/12/call-for-volunteers-2016.html b/_archives/2016/news/2015/12/call-for-volunteers-2016.html new file mode 100644 index 00000000..ca5c9f68 --- /dev/null +++ b/_archives/2016/news/2015/12/call-for-volunteers-2016.html @@ -0,0 +1,193 @@ + + + + + + + + + Call for Volunteers for BSides SF 2016 | BSides SF + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ BSides SF header image +
+ + + + +
+ +
+

Call for Volunteers for BSides SF 2016

+ +
+

Interested in helping at BSides SF 2016?

+ +

As a community-driven event, BSides SF would not be possible without the work of volunteers. The organizers have worked hard to build a fun and exciting agenda. In order to execute this event and make it successful, we seeking additional volunteers to help with the tasks on the two days of the event (February 28-29, 2016), which include, but are not limited to:

+ +
    +
  • Registration / Information
  • +
  • Audio/Visual
  • +
  • Room moderators / security
  • +
  • Speaker wrangling
  • +
  • Top secret undercover missions
  • +
+ +

We understand that our volunteers want to hear some of the talks as well, and we will work with you to ensure you are able to do so.

+ +

You can sign up to be a volunteer here.

+ + +
+ +
+
+
+
+
+
+
+
+
+ + + diff --git a/_archives/2016/news/2016/01/tickets-on-sale-2016.html b/_archives/2016/news/2016/01/tickets-on-sale-2016.html new file mode 100644 index 00000000..d8c717dc --- /dev/null +++ b/_archives/2016/news/2016/01/tickets-on-sale-2016.html @@ -0,0 +1,187 @@ + + + + + + + + + Get your tickets for BSides SF 2016 | BSides SF + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ BSides SF header image +
+ + + + +
+ +
+

Get your tickets for BSides SF 2016

+ +
+

Tickets are now available for BSides SF 2016.

+ +

If you loved BSides SF in 2015, imagine how great it will be in 2016 @ DNA Lounge (with booze)!

+ +

The cost is $25/person in advance ($30 at door). This includes friends, food, and fun!

+ +

So, head over and sign-up now to ensure you don’t miss out.

+ +

NOTE: We’re still looking for volunteers, so sign-up here if you can help.

+ + +
+ +
+
+
+
+
+
+
+
+
+ + + diff --git a/_archives/2016/news/2016/02/schedule-2016.html b/_archives/2016/news/2016/02/schedule-2016.html new file mode 100644 index 00000000..3f6387d5 --- /dev/null +++ b/_archives/2016/news/2016/02/schedule-2016.html @@ -0,0 +1,191 @@ + + + + + + + + + Schedule, Keynote, and Livestreaming | BSides SF + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ BSides SF header image +
+ + + + +
+ +
+

Schedule, Keynote, and Livestreaming

+ +
+

Tomorrow’s the big day! BSides SF 2016 kicks off with +John Perry Barlow as our keynote.

+ +

If you haven’t already gotten your tickets, grab them +now here.

+ +

Schedule is available here.

+ +

Both tracks will be livestreamed and recorded. For the livestream, go +here starting at 10am on Sunday and Monday. +Track 1 is “A” stream. Track 2 is “B” stream.

+ +

Excited to see everybody there tomorrow!

+ + +
+ +
+
+
+
+
+
+
+
+
+ + + diff --git a/_archives/2016/news/index.html b/_archives/2016/news/index.html new file mode 100644 index 00000000..d26c3a39 --- /dev/null +++ b/_archives/2016/news/index.html @@ -0,0 +1,229 @@ + + + + + + + + + News | BSides SF + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ BSides SF header image +
+ + + + +
+ +
+

News

+
+ + + +
+ +
+
+
+
+
+
+
+
+
+ + + diff --git a/_archives/2016/schedule.html b/_archives/2016/schedule.html new file mode 100644 index 00000000..fb5c8c76 --- /dev/null +++ b/_archives/2016/schedule.html @@ -0,0 +1,182 @@ + + + + + + + + + Schedule | BSides SF + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ BSides SF header image +
+ + + + +
+ +
+

Schedule

+
+ + + +
+ +
+
+
+
+
+
+
+
+
+ + + diff --git a/_archives/2016/sponsors.html b/_archives/2016/sponsors.html new file mode 100644 index 00000000..76e42d8b --- /dev/null +++ b/_archives/2016/sponsors.html @@ -0,0 +1,213 @@ + + + + + + + + + Sponsors | BSides SF + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ BSides SF header image +
+ + + + +
+ +
+

Sponsors

+
+ +
+

Thanks to our sponsors…

+ +

Leading

+

Zenefits +Tripwire

+ +

Contributing

+

CyberArk +Pluralsight

+ +

Supporting

+

Akamai Evident.io +Fitbit Google +Hexis Cyber Solutions Qualys +Rapid7 Tenable Network Security +ThreatStream Veracode

+ +

Notable

+

Apollo Information Systems Gemalto +Guidance Software HackerOne +Irongeek Palo Alto Networks +TOOOL Vectra Networks

+ +

Interested in sponsoring?

+ +
    +
  • +

    Check out our Sponsor Kit

    +
  • +
  • +

    Contact sponsors [at] bsidessf.com for more information.

    +
  • +
+ +
+ +
+ +
+
+
+
+
+
+
+
+
+ + + diff --git a/_archives/2016/tickets.html b/_archives/2016/tickets.html new file mode 100644 index 00000000..34de758f --- /dev/null +++ b/_archives/2016/tickets.html @@ -0,0 +1,187 @@ + + + + + + + + + Tickets | BSides SF + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ BSides SF header image +
+ + + + +
+ +
+

Tickets

+
+ +
+

Come join us!

+ +

Register Now to get your tickets.

+ +

The cost is $25/person in advance ($30 at door). This includes friends, food, and fun!

+ +

Hope to see you all there!

+ +
+ +
+ +
+
+
+
+
+
+
+
+
+ + + diff --git a/_archives/2016/venue.html b/_archives/2016/venue.html new file mode 100644 index 00000000..d402fb35 --- /dev/null +++ b/_archives/2016/venue.html @@ -0,0 +1,197 @@ + + + + + + + + + Venue | BSides SF + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ BSides SF header image +
+ + + + +
+ +
+

Venue

+
+ +
+

DNA Lounge

+ +

375 11th St +San Francisco, CA 94103

+ + + +


+ +

Venue Map

+ +

Map of the Venue

+ +

Streaming

+ +

Go to https://www.dnalounge.com/webcast/ to watch/listen to the talks live, starting at 10am PT! +Track 1 is “A” stream. Track 2 is “B” stream.

+ +
+ +
+ +
+
+
+
+
+
+
+
+
+ + + diff --git a/_archives/2016/volunteer.html b/_archives/2016/volunteer.html new file mode 100644 index 00000000..4c562ce0 --- /dev/null +++ b/_archives/2016/volunteer.html @@ -0,0 +1,189 @@ + + + + + + + + + Volunteer | BSides SF + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ BSides SF header image +
+ + + + +
+ +
+

Volunteer

+
+ +
+

Sign up to volunteer

+ +

Sign-up here!

+ +

Also, join us on Slack for live action updates:

+ + + +

You can also e-mail volunteer [at] bsidessf.com to get involved.

+ +
+ +
+ +
+ + + + diff --git a/_data/history.yml b/_data/history.yml index af1dc279..7f14a40a 100644 --- a/_data/history.yml +++ b/_data/history.yml @@ -111,6 +111,8 @@ external: "https://bsidessf2016.sched.com/" - title: "Security BSides Wiki" external: "https://bsides.org/w/page/103445197/BSidesSF2016" + - title: "Website" + href: "/a/2016.html" - year: "2015" categories: