-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
394 changed files
with
19,385 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
layout: archive | ||
year: 2022 | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,217 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, user-scalable=yes, initial-scale=1"> | ||
<meta name="apple-mobile-web-app-capable" content="yes"> | ||
|
||
<title>About | BSidesSF</title> | ||
|
||
<meta name="author" content="BSidesSF"> | ||
|
||
|
||
|
||
<meta name="description" content="Security BSides San Francisco is an annual information security conference. It is a conference by the community for the community."> | ||
<meta name="keywords" content="bsidessf, bsides sf, securitybsides, security bsides, security b-sides, infosec, conference, security, rsa, rsaconference, rsac, san francisco"> | ||
|
||
<link href="/a/2022/css/main.css" media="screen, projection" rel="stylesheet" type="text/css"> | ||
<link rel="canonical" href="https://bsidessf.org/a/2022/about"> | ||
<link href="/a/2022/favicon.ico" rel="shortcut icon" type="image/x-icon"> | ||
<link type="application/atom+xml" rel="alternate" href="https://bsidessf.org/a/2022/atom.xml" title="BSidesSF" /> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<meta property="fb:app_id" content="1522022128111003" /> | ||
<meta property="og:title" content="About" /> | ||
<meta property="og:site_name" content="BSidesSF" /> | ||
<meta property="og:url" content="https://bsidessf.org/a/2022/about" /> | ||
<meta property="og:description" content=" Mission StatementBSides San Francisco is a non-profit organization designed to advance the body of Information Security knowledge by providing an annual, two-day, open forum for discussion a..." /> | ||
<meta property="og:locale" content="en_US" /> | ||
<meta property="og:type" content="website" /> | ||
<meta property="og:image" content="https://bsidessf.org/a/2022/images/bsides_logo_short_2022.png" /> | ||
|
||
|
||
<meta property="twitter:card" content="summary" /> | ||
<meta property="twitter:site" content="@BSidesSF" /> | ||
<meta property="twitter:url" content="https://bsidessf.org/a/2022/about" /> | ||
<meta property="twitter:title" content="About" /> | ||
<meta property="twitter:description" content=" Mission StatementBSides San Francisco is a non-profit organization designed to advance the body of Information Security knowledge by providing an annual, two-day, open forum for discussion a..." /> | ||
<meta property="twitter:creator" content="@BSidesSF" /> | ||
<meta property="twitter:image" content="https://bsidessf.org/a/2022/images/bsides_logo_short_2022.png" /> | ||
|
||
|
||
|
||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-69569651-1"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag(){dataLayer.push(arguments);} | ||
gtag('js', new Date()); | ||
|
||
gtag('config', 'UA-69569651-1'); | ||
</script> | ||
|
||
|
||
</head> | ||
|
||
<body> | ||
<main class="wrap"> | ||
|
||
<header role="banner"> | ||
<a href="/a/2022/"><img src="/a/2022/images/bsides_logo_2022.jpg" srcset="/a/2022/images/bsides_logo_2022.jpg 200w, /a/2022/images/bsides_logo_2022.jpg 641w, /a/2022/images/bsides_logo_2022.jpg 1025w, /a/2022/images/bsides_logo_2022.jpg 1441w" alt="BSidesSF header image" title="BSidesSF header image" class="center"></a> | ||
</header> | ||
|
||
|
||
<nav class="navbar"> | ||
<nav class="row"> | ||
<div id="nav"> | ||
<ul class="columns medium-9 left primary-nav"> | ||
|
||
<li id="toggleMenu"><a href="#nav">Menu</a></li> | ||
<li id="hideMenu"><a href="#toggleMenu">Menu</a></li> | ||
|
||
|
||
|
||
<li><a href="/a/2022/">Home</a></li> | ||
|
||
|
||
|
||
<li class="dropdown"> | ||
<a href="/a/2022">About</a> | ||
<ul> | ||
|
||
|
||
<li class="active"><a href="/a/2022/about">BSidesSF</a></li> | ||
|
||
|
||
|
||
<li><a href="https://www.securitybsides.org">Security BSides</a></li> | ||
|
||
|
||
|
||
<li><a href="/a/2022/news">News</a></li> | ||
|
||
|
||
|
||
<li><a href="/a/2022/about/past-events">Past Events</a></li> | ||
|
||
|
||
|
||
<li><a href="/a/2022/about/code-of-conduct">Code of Conduct</a></li> | ||
|
||
|
||
|
||
<li><a href="/a/2022/about/covid-19-safety-policy">COVID-19 Safety Policy</a></li> | ||
|
||
|
||
|
||
<li><a href="/a/2022/about/photo-policy">Photo and Video Policy</a></li> | ||
|
||
|
||
|
||
<li><a href="/a/2022/privacy">Privacy Policy</a></li> | ||
|
||
|
||
|
||
<li><a href="/a/2022/about/contact">Contact Us</a></li> | ||
|
||
|
||
|
||
<li><a href="/a/2022/donate">Donate</a></li> | ||
|
||
|
||
</ul> | ||
</li> | ||
|
||
|
||
|
||
<li><a href="/a/2022/venue">Venue</a></li> | ||
|
||
|
||
|
||
<li><a href="/a/2022/sponsors">Sponsors</a></li> | ||
|
||
|
||
|
||
<li><a href="/a/2022/schedule">Schedule</a></li> | ||
|
||
|
||
|
||
<li><a href="https://bsidessf.regfox.com/2022" target="_blank">Tickets</a></li> | ||
|
||
|
||
|
||
<li><a href="/a/2022/volunteer">Volunteer</a></li> | ||
|
||
|
||
</ul> | ||
|
||
<ul class="columns medium-3 right primary-nav"> | ||
|
||
<li class="right"><a href="https://www.youtube.com/BSidesSFTV" title="YouTube"><span class="icon-youtube socials"></span></a></li> | ||
|
||
<li class="right"><a href="https://www.reddit.com/r/BSidesSF" title="Reddit"><span class="icon-reddit socials"></span></a></li> | ||
|
||
<li class="right"><a href="/graphic-recordings" title="Graphic Recordings"><span class="icon-graphicrecordings socials"></span></a></li> | ||
|
||
<li class="right"><a href="https://www.facebook.com/BSidesSF" title="Facebook"><span class="icon-facebook socials"></span></a></li> | ||
|
||
<li class="right"><a href="https://join.slack.com/t/bsidessf/shared_invite/zt-iaendt9d-274svOeE9GzEGLscio2ZZg" title="Slack"><span class="icon-slack socials"></span></a></li> | ||
|
||
<li class="right"><a href="https://twitter.com/BSidesSF" title="Twitter"><span class="icon-twitter socials"></span></a></li> | ||
|
||
</ul> | ||
</div> | ||
</nav> | ||
</nav> | ||
|
||
<div class="row"> | ||
|
||
<header class="post-header"> | ||
<h1 class="post-title">About</h1> | ||
</header> | ||
|
||
<article class="post-content"> | ||
<h1 id="mission-statement">Mission Statement</h1> | ||
|
||
<p>BSides San Francisco 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 BSidesSF 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.</p> | ||
|
||
<h1 id="what-is-bsides">What is BSides?</h1> | ||
|
||
<p>BSidesSF 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.</p> | ||
|
||
<h1 id="the-next-big-thing">The next big thing</h1> | ||
|
||
<p>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.</p> | ||
|
||
<h1 id="raising-the-bar-for-security">Raising the bar for security</h1> | ||
|
||
<p>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.</p> | ||
|
||
<p>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.</p> | ||
|
||
<p>With some of the most passionate and influential infosec practitioners from around the country—and the world—coming to RSA Conference, BSidesSF 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.</p> | ||
|
||
<p><em>With special thanks to <a href="https://www.bsideslv.org">BSidesLV</a>.</em></p> | ||
|
||
</article> | ||
|
||
</div> | ||
|
||
</main> | ||
<footer class="site-footer"> | ||
<div class="row"> | ||
<div class="small-6 columns"> | ||
</div> | ||
<div class="small-6 columns"> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.