-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
109 lines (91 loc) · 4.35 KB
/
index.html
File metadata and controls
109 lines (91 loc) · 4.35 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<html lang="en-us" dir="ltr">
<head>
<meta name="generator" content="Hugo 0.53-DEV" />
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Home</title>
<meta name="description" content="Writeups done by us" />
<link rel="icon" type="image/x-icon" href="/img/favicon.ico">
<link rel="icon" type="image/png" href="/img/favicon.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css" />
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/xcode.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.10.0/dist/katex.min.css" integrity="sha384-9eLZqc9ds8eNjO3TmqPeYcDj8n+Qfa4nuSiGYa6DjLNcv9BtN69ZIulL9+8CqC9Y" crossorigin="anonymous">
<link rel="stylesheet" href="/css/latolatinfonts.css" />
</head>
<body class="list-body">
<nav class="nav-bar side-padding">
<h1 class="nav-header"><a href="/" class="nav-text">
ScriptBaby
</a></h1>
<div class="hamburger-menu">
<input type="checkbox" onclick="hamburgerMenuPressed()"/>
<span></span>
<span></span>
<ul class="hamburger-menu-overlay">
<li><a href="/" class="hamburger-menu-overlay-link">Home</a></li>
<li><a href="https://scriptbaby.github.io/about/" class="hamburger-menu-overlay-link">About Us</a></li>
</ul>
</div>
</nav>
<main class="card-container side-gutter">
<header class="list-header">
<p class="list-header-subtext">Trust is Weakness</p>
<h1 class="list-header-title">Writeups</h1>
</header>
<a ontouchstart="cardPressed.call(this)" ontouchend="cardReleased.call(this)" ontouchmove="cardReleased.call(this)"
href="https://scriptbaby.github.io/post/pragyanctf-2018/" class="card blog-card" rel="bookmark" >
<div class="card-img-container">
<img src="/img/PragyanCTF2018/pragyan.png" class="card-img">
</div>
<article class="card-body">
<h2 class="card-title">PragyanCTF 2018</h2>
<p class="card-text">Writeup by ScriptBaby</p>
<div class="card-subtext muted-text">
<p>Posted <time datetime="2018-12-30">Dec 30, 2018</time></p>
<p></p>
</div>
</article>
</a>
<a ontouchstart="cardPressed.call(this)" ontouchend="cardReleased.call(this)" ontouchmove="cardReleased.call(this)"
href="https://scriptbaby.github.io/post/neverlan-ctf-2018/" class="card blog-card" rel="bookmark" >
<div class="card-img-container">
<img src="/img/NeverLanCTF2018/neverlan2018.png" class="card-img">
</div>
<article class="card-body">
<h2 class="card-title">NeverLan CTF 2018</h2>
<p class="card-text">Writeup by ScriptBaby</p>
<div class="card-subtext muted-text">
<p>Posted <time datetime="2018-12-30">Dec 30, 2018</time></p>
<p></p>
</div>
</article>
</a>
<a ontouchstart="cardPressed.call(this)" ontouchend="cardReleased.call(this)" ontouchmove="cardReleased.call(this)"
href="https://scriptbaby.github.io/post/easyctf-iv2018-writeup/" class="card blog-card" rel="bookmark" >
<div class="card-img-container">
<img src="/img/EasyCTF_IV/easyctf4.png" class="card-img">
</div>
<article class="card-body">
<h2 class="card-title">EasyCTF IV(2018) Writeup</h2>
<p class="card-text">Writeup by ScriptBaby</p>
<div class="card-subtext muted-text">
<p>Posted <time datetime="2018-12-30">Dec 30, 2018</time></p>
<p></p>
</div>
</article>
</a>
</main>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.10.0/dist/katex.min.js" integrity="sha384-K3vbOmF2BtaVai+Qk37uypf7VrgBubhQreNQe9aGsz9lB63dIFiQVlJbr92dw2Lx" crossorigin="anonymous"></script>
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.10.0/dist/contrib/auto-render.min.js" integrity="sha384-kmZOZB5ObwgQnS/DuDg6TScgOiWWBiVt0plIRkZCmE6rDZGrEOQeHM5PcHi+nyqe" crossorigin="anonymous"
onload="renderMathInElement(document.body);"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript" src="/js/core.js"></script>
<script>
hljs.initHighlightingOnLoad();
</script>
</body>
</html>