-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
50 lines (48 loc) · 1.55 KB
/
index.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<html>
<head>
<meta http-equiv="refresh" content="0; https://www.osusec.org">
</head>
<body></body>
</html>
<!--
---
layout: default
---
<div class='banner'>
<h1>OSU Security Club</h1>
<img src='assets/img/transparent_icon.png'>
<h2>Mondays from 6:30 to 8:00pm in BEXL 103</h2>
</div>
<div class='columns'>
<div class='column' id='one'>
<h3>News</h3>
{% assign posts = site.categories.events %}
{% for event in posts %}
<ul>
<li><h4>› {{ event.title }}</h4>
<p>{{ event.date }}</p>
{{ event.content }}</li>
<br>
</ul>
{% endfor %}
</div>
<div class='column' id='two'>
<h3>What We Do</h3>
<ul>
<li><p>› Web Application Security</p></li>
<li><p>› Capture the Flag</p></li>
<li><p>› Cryptography</p></li>
<li><p>› Bug Bounties</p></li>
<li><p>› Network Security</p></li>
<li><p>› Reverse Engineering</p></li>
<ul>
</div>
<div class='column' id='three'>
<h3>Why We Love Security</h3>
<ul>
<li><p>› It's the perfect combination of math and computer science.</p></li>
<li><p>› It's a great way to expand your technical skillset, both for personal growth and professional development</p></li>
</ul>
</div>
</div>
-->