forked from opsecfail/opsecfail.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontribute.html
47 lines (43 loc) · 1.74 KB
/
contribute.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="images/icons/favicon.png">
<title>contribute</title>
<meta name="description" content="we allow anyone to contribute">
<link rel="stylesheet" href="css/global.css">
<link rel="stylesheet" href="css/contribute.css">
</head>
<body>
<div class="container">
<div class="header">
<span>C</span>
<span>O</span>
<span>N</span>
<span>T</span>
<span>R</span>
<span>I</span>
<span>B</span>
<span>U</span>
<span>T</span>
<span>E</span>
</div>
<div class="chain"></div>
<div class="announcements">
</div>
<div class="contribute">
<div class="fix" style="display: flex; align-items: center; margin-right: 8px;"><p>to contribute just follow the structure below and send it to me either through <a href="t.me/bugzorc">[telegram]</a> or <a href="https://twitter.com/bugzorc">[twitter]</a></p></div>
<div class="format">
<p>pfp:(link to it)</p><br>
<p>nickname:(online persona)</p><br>
<p>poster:(ur nickname plus link to any site you want)</p><br>
<p>details:(just a brief details: max 13words)</p><br>
<p>OSF:(types of OpSecFailures they did)</p><br>
<p>blog:(now yap as much as you want here)</p>
<p>links:any link that tells more or in depth about the op</p>
</div>
</div>
</div>
</body>
</html>