This repository has been archived by the owner on May 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
238 lines (237 loc) · 12.4 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
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
<!DOCTYPE html>
<html lang="en-US" class="scheme_original">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="format-detection" content="telephone=no">
<title>Ethereum Security Blog</title>
<link rel="stylesheet" href="/theme/js/vendor/woocommerce/css/woocommerce-layout.css" type="text/css" media="all" />
<link rel="stylesheet" href="/theme/js/vendor/woocommerce/css/woocommerce-smallscreen.css" type="text/css" media="only screen and (max-width: 768px)" />
<link rel="stylesheet" href="/theme/js/vendor/woocommerce/css/woocommerce.css" type="text/css" media="all" />
<link rel="stylesheet" href="/theme/js/vendor/revslider/css/settings.css" type="text/css" media="all" />
<link rel="stylesheet" href="/theme/css/tpl-revslider.css" type="text/css" media="all" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Hind:300,400,700%7CLato:300,300i,400,400i,700,700i,900,900i&subset=latin-ext">
<link rel="stylesheet" href="/theme/css/fontello/css/fontello.css" type="text/css" media="all" />
<link rel="stylesheet" href="/theme/css/style.css" type="text/css" media="all" />
<link rel="stylesheet" href="/theme/css/animation.css" type="text/css" media="all" />
<link rel="stylesheet" href="/theme/css/shortcodes.css" type="text/css" media="all" />
<link rel="stylesheet" href="/theme/css/plugin.woocommerce.css" type="text/css" media="all" />
<link rel="stylesheet" href="/theme/css/skin.css" type="text/css" media="all" />
<link rel="stylesheet" href="/theme/css/responsive.css" type="text/css" media="all" />
<link rel="stylesheet" href="/theme/css/messages.css" type="text/css" media="all" />
<link rel="stylesheet" href="/theme/js/vendor/magnific/magnific-popup.min.css" type="text/css" media="all" />
<link rel="stylesheet" href="/theme/js/vendor/swiper/swiper.min.css" type="text/css" media="all" />
<link rel="icon" href="/theme/images/favicon_32x32.png" sizes="32x32" />
<link rel="icon" href="/theme/images/favicon_192x192.png" sizes="192x192" />
<link rel="apple-touch-icon-precomposed" href="/theme/images/favicon_180x180.jpg" />
</head>
<body class="body_filled article_style_stretch scheme_original top_panel_show top_panel_over sidebar_hide">
<div id="page_preloader"></div>
<!-- Body wrap -->
<div class="body_wrap">
<!-- Page wrap -->
<div class="page_wrap">
<!-- Header -->
<header class="top_panel_wrap top_panel_style_6 scheme_original">
<div class="top_panel_wrap_inner top_panel_inner_style_6 top_panel_position_over">
<!-- Logo -->
<div class="top_panel_middle">
<div class="content_wrap">
<div class="contact_logo">
<div class="logo">
<a href="/">
<img src="/theme/images/logo_small.png" class="logo_main" alt="Ethereum Security Blog">
</a>
</div>
</div>
<!-- Menu -->
<div class="menu_main_wrap">
<nav class="menu_main_nav_area">
<ul class="menu_main_nav">
<!-- Home -->
<li class="menu-item">
<a href="/">Home</a>
</li>
<!-- /Home -->
<!-- Blog -->
<li class="menu-item">
<a href="/blog.html">Blog</a>
</li>
<!-- /Blog -->
<!-- Course -->
<li class="menu-item">
<a href="/course.html">Course</a>
</li>
<!-- /Course -->
<!-- Github -->
<li class="menu-item">
<a href="https://github.com/ethereumsec/ethereumsec.github.io">Github</a>
</li>
<!-- /Github -->
</ul>
</nav>
</div>
<!-- /Menu -->
</div>
</div>
<!-- /Logo -->
</div>
</header>
<!-- /Header --><!-- Header Mobile -->
<div class="header_mobile">
<div class="content_wrap">
<div class="menu_button icon-menu"></div>
<!-- Logo -->
<div class="logo">
<a href="/">
<img src="/theme/images/logo_small.png" class="logo_main" alt="Ethereum Security Blog">
</a>
</div>
<!-- /Logo -->
</div>
<!-- Side wrap -->
<div class="side_wrap">
<div class="close">Close</div>
<!-- Top panel -->
<div class="panel_top">
<!-- Menu -->
<nav class="menu_main_nav_area">
<ul class="menu_main_nav">
<!-- Home -->
<li class="menu-item">
<a href="/">Home</a>
</li>
<!-- /Home -->
<!-- Blog -->
<li class="menu-item">
<a href="/blog.html">Blog</a>
</li>
<!-- /Blog -->
<!-- Course -->
<li class="menu-item">
<a href="/course.html">Course</a>
</li>
<!-- /Course -->
<!-- Github -->
<li class="menu-item">
<a href="https://github.com/ethereumsec/ethereumsec.github.io">Github</a>
</li>
<!-- /Github -->
</ul>
</nav>
<!-- /Menu -->
</div>
<!-- /Top panel -->
</div>
<!-- /Side wrap -->
<div class="mask"></div>
</div>
<!-- /Header Mobile --> <!-- Breadcrumbs -->
<!-- /Breadcrumbs -->
<!-- Page Content -->
<div class="page_content_wrap page_paddings_no">
<!-- Content -->
<div class="content">
<article class="post_item post_item_single">
<section class="post_content">
<!-- Course Callout -->
<div class="custom_section_bg1">
<div class="content_wrap">
<div class="empty_space responsive_margin height_24_5em"></div>
<div class="sc_section aligncenter">
<div class="sc_section_inner">
<p class="margin_bottom_null"><span>Already know application security?</span></p>
<div class="empty_space height_1_5em"></div>
<h1 class="sc_title sc_title_regular responsive_header margin_bottom_null thin">Learn</h1>
<h1 class="sc_title sc_title_regular responsive_header margin_bottom_small">Ethereum Security</h1>
<a href="/course.html" class="sc_button sc_button_square sc_button_style_dark sc_button_size_large">Free Course Here</a>
</div>
</div>
<div class="empty_space responsive_margin height_20em"></div>
</div>
</div>
<!-- /Course Callout -->
<!-- Recent Posts -->
<div class="custom_texture_bg1">
<div class="content_wrap">
<div class="empty_space height_5_5em"></div>
<div class="sc_section scheme_light">
<div class="sc_section_inner">
<h2 class="sc_section_title sc_item_title">Recent
<span class="thin"> Posts</span>
</h2>
<!-- START: Spit out up to 5 posts -->
<div class="sc_section_descr sc_item_descr" style="margin-bottom:1rem">
<p style="color:blue;font-weight:bold"><a style="color:blue;font-weight:bold;margin-bottom:0" href="/best-tools-2018.html">Best Ethereum security tools of 2018</a></p>
</div>
<div class="sc_section_descr sc_item_descr" style="margin-bottom:1rem">
<p style="color:blue;font-weight:bold"><a style="color:blue;font-weight:bold;margin-bottom:0" href="/blockchain-gdpr.html">How to do GDPR with smart contracts and/or blockchain</a></p>
</div>
<div class="sc_section_descr sc_item_descr" style="margin-bottom:1rem">
<p style="color:blue;font-weight:bold"><a style="color:blue;font-weight:bold;margin-bottom:0" href="/ethereum-quantum-threat.html">Is quantum computing a viable threat to Ethereum?</a></p>
</div>
<div class="sc_section_descr sc_item_descr" style="margin-bottom:1rem">
<p style="color:blue;font-weight:bold"><a style="color:blue;font-weight:bold;margin-bottom:0" href="/owasp-doesnt-work-ethereum.html">Why "the OWASP approach" doesn't work for Ethereum</a></p>
</div>
<div class="sc_section_descr sc_item_descr" style="margin-bottom:1rem">
<p style="color:blue;font-weight:bold"><a style="color:blue;font-weight:bold;margin-bottom:0" href="/tool-benchmarking.html">How do you benchmark Ethereum security tools?</a></p>
</div>
<!-- END: Spit out up to 5 posts -->
</div>
</div>
<div class="empty_space height_5_7em"></div>
</div>
</div>
<!-- /Recent Posts -->
<!-- Call To Contribute -->
<div class="accent2_bg scheme_light">z
<div class="empty_space height_6_2em"></div>
<div class="sc_call_to_action sc_call_to_action_style_1 sc_call_to_action_align_center">
<div class="sc_call_to_action_info">
<h2 class="sc_call_to_action_title sc_item_title"><b>Contribute</b></h2>
<div class="sc_call_to_action_descr sc_item_descr">This whole site is open-source</div>
<div class="sc_call_to_action_buttons sc_item_buttons">
<div class="sc_call_to_action_button sc_item_button">
<a href="https://github.com/ethereumsec/ethereumsec.github.io" class="sc_button sc_button_square sc_button_style_dark sc_button_size_small">See our Github</a>
</div>
</div>
</div>
</div>
<div class="empty_space height_6em"></div>
</div>
<!-- /Call To Contribute -->
</section>
</article>
</div>
<!-- /Content -->
</div>
<!-- /Page Content -->
<!-- Not Copyright -->
<div class="copyright_wrap copyright_style_text scheme_original">
<div class="copyright_wrap_inner">
<div class="content_wrap">
<div class="copyright_text">
<a href="/">Ethereum Security Blog</a> - <script type="text/javascript">document.write(new Date().getFullYear());</script> - <a href="https://github.com/ethereumsec/ethereumsec.github.io">Contribute on Github!</a>
</div>
</div>
</div>
</div>
<!-- /Not Copyright --> </div>
<!-- /Page wrap -->
</div>
<!-- /Body wrap -->
<a href="#" class="scroll_to_top icon-up" title="Scroll to top"></a>
<script type="text/javascript" src="/theme/js/jquery/jquery.js"></script>
<script type="text/javascript" src="/theme/js/jquery/jquery-migrate.min.js"></script>
<script type="text/javascript" src="/theme/js/_main.js"></script>
<script type="text/javascript" src="/theme/js/trx_utils.min.js"></script>
<script type="text/javascript" src="/theme/js/_packed.js"></script>
<script type="text/javascript" src="/theme/js/vendor/photostack/modernizr.min.js"></script>
<script type="text/javascript" src="/theme/js/vendor/superfish.js"></script>
<script type="text/javascript" src="/theme/js/utils.js"></script>
<script type="text/javascript" src="/theme/js/core.init.js"></script>
<script type="text/javascript" src="/theme/js/init.js"></script>
<script type="text/javascript" src="/theme/js/shortcodes.js"></script>
<script type="text/javascript" src="/theme/js/messages.js"></script>
<script type="text/javascript" src="/theme/js/vendor/magnific/jquery.magnific-popup.min.js"></script></body>
</html>