-
Notifications
You must be signed in to change notification settings - Fork 12
/
index.html
36 lines (34 loc) · 1.44 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Goodbye from HexBright</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>HexBright is saying goodbye.</h1>
</header>
<section>
<p>On May 2011 I launched a Kickstarter campaign for a rechargeable and
programmable flashlight where users could write and trade their own
code. It was the first open source flashlight and although plenty of
people thought it was a crazy idea, many more thought it was great. We
called it the HexBright and it finished in the top ten most funded
Kickstarter projects back in 2011. Four years later that idea has run
its course. Sadly, we are shutting down production of the original
HexBright Flex. From the bottom of my heart I thank all the original
backers and all the others who sought out this unique flashlight.</p>
<p><strong>Christian Carlberg</strong></p>
</section>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>