-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (38 loc) · 1.32 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="optimizor club" />
<title>Optimizor Club</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<div id="preamble">
<img src="assets/logo.svg" class="center" />
<h2 class="subtitle">
prove that you are the craziest evm gas golfer
</h2>
<h2 class="subtitle">
follow on <a href="https://twitter.com/OptimizorClub">twitter</a>
<br />
dig on <a href="https://github.com/OptimizorClub">github</a>
<br />
inspect on chain: <a href="https://etherscan.io/address/0x66de7d67ccfdd92b4e5759ed9dd2d7ce3c9154a9">0x66de7d67ccfdd92b4e5759ed9dd2d7ce3c9154a9</a>
<br />
watch the collection: on <a href="https://opensea.io/collection/optimizor-club">opensea</a> or <a href="https://rarible.com/collection/0x66de7d67ccfdd92b4e5759ed9dd2d7ce3c9154a9">rarible</a>
</h2>
<br />
</div>
<div>
<div>
<h2>challenges</h2>
<div>
<ul>
<li><a href="https://etherscan.io/address/0x2747096ff9e0fce877cd168dcd5de16040a4ab85"><code>challenge 1: sqrt</code></a>. <a href ="https://github.com/OptimizorClub/sqrt_foundry_template">docs</a></li>
</ul>
</div>
</div>
</div>
</body>
</html>