-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (40 loc) · 2.11 KB
/
index.html
File metadata and controls
46 lines (40 loc) · 2.11 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
<html>
<head>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico"/>
<title>Binary Golf</title>
<meta charset="utf-8">
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="binary.golf" />
<meta name="twitter:description" content="Binary Golf Grand Prix" />
<meta name="twitter:image" content="https://binary.golf/4/art/BGGP4_logo_trans_x4.png" />
<style>
body{color:#eee;background-color:#000;margin:0 auto;padding:1em 0}
a{color:#bdffcd;text-decoration:none}
@font-face{font-family:unifont;src:url(/unifont.woff) format('woff')}
pre{font-family:unifont,lucida console,monospace,Monaco;font-size:16px;line-height:1;padding-left:20px}
.txtdiv{display:block;text-align:left}
w{color:#fff}
x{color:#ffbdef}
y{color:#efffbd}
z{color:#bdefff}
</style>
</head>
<body>
<img src="/4/art/BGGP4_logo_trans_x4.png" width=680px>
<div class="txtdiv"><pre>
Welcome to the Binary Golf Grand Prix website. BGGP is an annual small file
competition.
Challenges
- <a href="https://binary.golf/1/">BGGP1</a> (2020) - Palindrome [<a href="https://github.com/binarygolf/BGGP/tree/main/2020">Entries</a>]
- <a href="https://binary.golf/2/">BGGP2</a> (2021) - Polyglot [<a href="https://github.com/binarygolf/BGGP/tree/main/2021">Entries</a>]
- <a href="https://binary.golf/3/">BGGP3</a> (2022) - Crash [<a href="https://github.com/binarygolf/BGGP/tree/main/2022">Entries</a>]
- <a href="https://binary.golf/4/">BGGP4</a> (2023) - Replicate [<a href="https://github.com/binarygolf/BGGP/tree/main/2023">Entries</a>]
- <a href="https://binary.golf/5/">BGGP5</a> (2024) - Download [<a href="https://github.com/binarygolf/BGGP/tree/main/2024">Entries</a>]
- <a href="https://binary.golf/6/">BGGP6</a> (2025) - Recycle [<a href="https://github.com/binarygolf/BGGP/tree/main/2025">Entries</a>]
Links
- <a href="https://twitter.com/binarygolf">Twitter</a>
- <a href="https://haunted.computer/@binarygolf">Mastodon</a>
- <a href="https://bsky.app/profile/binary.golf">Bluesky</a>
- <a href="https://github.com/binarygolf/BGGP">BGGP Repo</a>
- <a href="https://discord.gg/Q3r82zjrK5">Discord</a>
</pre></div></body></html>