-
Notifications
You must be signed in to change notification settings - Fork 221
/
sticker.html
91 lines (75 loc) · 3.53 KB
/
sticker.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
<!doctype html5>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>hexbin - hexagon logo repository</title>
<link rel="icon" type="image/png" href="assets/favicon.png">
<link href="assets/bootstrap.min.css" rel="stylesheet">
<link href="assets/bundle.css" rel="stylesheet">
<meta property="og:title" content="Hexbin is a hexagon logo repository.">
<meta property="og:name" content="Hexbin">
<meta property="og:url" content="http://hexb.in">
<meta property="og:image" content="opengraph-1600.png">
<style type="text/css">
body {
background: url("assets/bg.jpg") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
</style>
</head>
<body>
<div class="container">
<nav class="navbar" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand selected" href="/">
<img src="assets/nav.png">
</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="/">hexb.in</a></li>
<li><a href="https://github.com/maxogden/hexbin">GitHub</a></li>
<li><a href="" class="selected">Stickers</a></li>
</ul>
</div>
</div>
</nav>
</div>
<div class="navhr"></div>
<div class="container main-content">
<div class="splash text-center">
<p>You can order stickers from the following places:</p>
<p><a class="bold" href="https://www.diginate.com/">Diginate</a> prints the hexagon stickers for Mozfest and also do foil stickers. They ship internationally.</p>
<p><a class="bold" href="https://juststickers.in/">Juststickers</a> mostly ships within India. International shipping is a bit expensive unless ordered in bulk.</p>
<p><a class="bold" href="https://www.stickergiant.com/">Sticker Giant</a> is a great company that will print hex stickers on a roll or individually. Will ship to the U.S. and internationally.</p>
<p><a class="bold" href="https://www.stickermule.com/">Stickermule</a> mostly ships to the US. International shipping is more expensive.</p>
<p><a class="bold" href="https://www.redbubble.com/shop/stickers">Redbubble</a> offers one-off die-cut stickers.</p>
</p>
</div>
<img src="assets/laptop.png">
<p>hexagon stickers tesselate cleanly, as seen on <a class="bold" href="http://twitter.com/maxogden">@maxogden</a>'s laptop.</p>
<div class="splash text-center">
<p>there is also an official hexagon sticker specification, the <a class="bold" href="https://github.com/terinjokes/StickerConstructorSpec">Sticker Constructor Spec</a></p>
<img src="assets/dimensions.png"></img>
</div>
</div>
<script src="assets/bundle.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-57394743-1', 'auto');
ga('send', 'pageview');
</script>
</body></html>