forked from ethereum/solidity-underhanded-contest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (45 loc) · 1.74 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
<!DOCTYPE HTML>
<!--
Hyperspace by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Underhanded Solidity Contest</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@300&display=swap" rel="stylesheet">
<link rel="icon" href="favicon.ico">
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Sidebar -->
<section id="sidebar">
<div class="inner">
<nav>
<ul>
<li><a href="#intro">Welcome</a></li>
<li><a href="#contest-info">Contest Info</a></li>
<li><a href="#coding-brief">Coding Brief</a></li>
<li><a href="#participation">Submission & Participation</a></li>
<li><a href="#board-of-fame">Board of Fame</a></li>
<li><a href="#contact">Get In Touch</a></li>
</ul>
</nav>
</div>
</section>
<!-- Wrapper -->
<div id="wrapper">
<!-- Intro -->
<section id="intro" class="wrapper style1 fullscreen fade-up">
<div class="inner">
<h1>Underhanded Solidity Contest 2024</h1>
<h3>The Underhanded Solidity Contest is back this year!<br><br>
The goal of the Underhanded Soldity Contest is to write seemingly innocuous Solidity code which actually contains malicious behavior or backdoors.<br><br></h3>
<ul class="actions">
<li><a href="#contest-info" class="button scrolly">Coming Soon!</a></li>
</ul>
</div>
</section>