-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (57 loc) · 2.88 KB
/
index.html
File metadata and controls
67 lines (57 loc) · 2.88 KB
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
<head>
<meta charset='utf-8'>
<title>Hello by Caffein H@ck !</title>
<link rel="stylesheet" href="./layers-css/release/layers.css" media="screen">
<link rel="stylesheet" href="./layers-css/release/responsive.css" media="screen">
<link rel="stylesheet" href="./layers-css/index/index.css" media="screen">
<link href="http://fonts.googleapis.com/css?family=Lato:300,400,700,900" rel="stylesheet" type="text/css">
</head>
<body class="row row-intro dark" style="margin : 60px ;">
<div style='margin-left:30px'>
<h1 class="pageTitle squeeze">Hello by Caffein H@ck !</h1>
<h2>What's Caffein H@ck ?</h2>
<div style="margin-left : 40px ;">
<p class="column small-half medium-seven excerpt">Caffein H@ck is a CTF team.</p>
</div>
<h2>Member</h2>
<div style="margin-left : 40px ;">
<a href='https://sites.google.com/view/akakou/' class='column small-half medium-seven excerpt'>
<img src='https://pbs.twimg.com/profile_images/811407669894385664/8dQkt863_400x400.jpg' width='100px' height='100px'> <p style='vertical-align: middle;'>akakou(Maybe Leader, Web)</p>
</a>
<a href='#' class='column small-half medium-seven excerpt'>
<img src='' width='100px' height='100px'> <p style='vertical-align: middle;'> Not public yet</p>
</a>
<a href='#' class='column small-half medium-seven excerpt'>
<img src='' width='100px' height='100px'> <p style='vertical-align: middle;'> Not public yet</p>
</a>
<a href='#' class='column small-half medium-seven excerpt'>
<img src='' width='100px' height='100px'> <p style='vertical-align: middle;'> Not public yet</p>
</a>
</div>
<h2>Result</h2>
<div style="margin-left : 40px ;">
<h3 style="text-align: left;"><a href='https://sckosen2017.kisarazu.ac.jp/' class="column small-half medium-seven excerpt">KOSEN Security Contest 2017</a></h3>
<div style="margin-left : 50px ;">
<h4>Rank</h4>
<div style="margin-left : 40px ;">
<p class="column small-half medium-seven excerpt">8/35</p>
</div>
<h4>Score</h4>
<div style="margin-left : 40px ;">
<p class="column small-half medium-seven excerpt">2600</p>
</div>
<h4>Writeup</h4>
<div style="margin-left : 40px ;">
<h4>The writeup of kosen security contest is <a href='https://github.com/caffeinhack/KOSEN-SECCON-2017'>here</a> !</h4>
</div>
</div>
</div>
<h2>Et Cetera</h2>
<div style="margin-left : 40px ;">
<li class="column small-half medium-seven excerpt">Caffein H@ck's github repository is <a href='https://github.com/caffeinhack/'>here</a> !</li>
<li class="column small-half medium-seven excerpt">If you want to ask us something, please send reply to <a href='https://twitter.com/akakou_py'> @akakou_py</a> !</li>
</div>
<br>
</div>
<!-- the is flag{hogehoge} -->
</body>