-
Notifications
You must be signed in to change notification settings - Fork 11
/
about.html
35 lines (29 loc) · 1.27 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
title: About
---
<div class="container">
<div class="row">
<div class="user-card">
<div class="row">
<div class="col-md-12 letter">
<h1>SIGPwny</h1>
<p> <i class="fa fa-map-marker"></i> University of Illinois at Urbana-Champaign</p>
<p><i class="fa fa-envelope-o"></i> [email protected]</p>
<hr />
<p>SIGPwny is a student-run information security interest group at
UIUC. We host weekly public meetings on recent security news and
low-barrier-of-entry security topics. In addition, we coordinate
weekly focus groups for more in-depth exploration in topics like
embedded hacking and penetration testing.</p>
<p>SIGPwny is spelled SIGPwny, but some alums might remember it as SIGPony.</p>
<p>SIGPwny is mentored by <a href="http://klevchen.ece.illinois.edu/">Kirill Levchenko</a> and <a href="http://joshm.web.engr.illinois.edu/">Joshua Mason</a>.</p>
<hr />
<h2>Friends</h2>
<ul id="friends">
<li><a href="//isusec.com/"><img src="https://raw.githubusercontent.com/ISUSec/ISUSEC-Logo/master/ISUSEC_Logo.sketch/QuickLook/Thumbnail.png"></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>