-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
79 lines (69 loc) · 2.48 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<title>Home of Doraemon.Sk8ers by doraemonsk8ers</title>
</head>
<body>
<header>
<div class="container">
<h1>About Us</h1>
<h2></h2>
<section id="menu">
<a href="about.html" class="btn">About Us<a/>
<a href="" class="btn">Advisories<a/>
<a href="" class="btn">CaptureTheFlag<a/>
<a href="" class="btn">Other Challenges/Puzzles<a/>
<a href="" class="btn">Tools<a/>
</section>
</div>
</header>
<div class="container">
<section id="main_content">
<h3>
<a name="Doraemon-Sk8ers" class="anchor" href="#Doraemon-Sk8ers"><span class="octicon octicon-link"></span></a>Doraemon.Sk8ers</h3>
<p>
Doraemon.Sk8ers is a new security research group in Singapore since 2012.
Doraemon.Sk8ers, founded since 2012, is a team made up of various members and contributors in Singapore's security community. <br />
Each member has a unique skill set that contributes to the team. <br />
Our team consists of open-minded and friendly people that enjoy chatting, laughing and working together.
</p>
<p>
Our members have played quite a number of Capture the Flag (CTF) games around the world (CodeGate, picoCTF, Defcon, plaidCTF) in the last 2 years under various CTF team names(Team Doraemon, doraemon.sk8ers, etc). <br />
We didn't win any of the competition but we learned a lot along the way by reading from other teams' writeups and tweets.
We are still learning from all the other teams.<br />
In the beginning of 2013, we decided to stick with doraemon as our official CTF team name.
</p>
<br />
<h3>
<a name="Team-Members" class="anchor" href="#Team-Members"><span class="octicon octicon-link"></span></a>Team-Members</h3>
<p>
<h4>Co-Founders</h4>
<ul>
<li>thegrayone</li>
<li>JJ Saw</li>
<li>Braeburn Ladny</li>
<li>Elucidator</li>
</ul>
<br />
<br />
<h4>Active Members</h4>
<ul>
<li>whit3sn0w</li>
<li>David Billa</li>
<li>lazing Devil</li>
<li>Harry MorningWay</li>
</ul>
<br />
<br />
<h4>Twitter Account:</h4>
@doraemon.sk8ers
</p>
</section>
</div>
</body>
</html>