Skip to content

Commit 9a7b1c0

Browse files
committed
update links
1 parent 4d9a65f commit 9a7b1c0

File tree

4 files changed

+54
-47
lines changed

4 files changed

+54
-47
lines changed

content/help/pro.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,24 @@ This second point is *really* important to us. JS Bin has existed for over 5 yea
1717

1818
Eventually we decided that to spend full time on JS Bin, and to invest fully in it's infrastructure, JS Bin needed to sustain itself, hence Pro status.
1919

20-
If you don't want (or need) Pro, but you want to support the project, maybe [donate via Gratipay](https://gratipay.com/jsbin/) instead?
20+
If you want to support the project, you can [donate via OpenCollective](https://opencollective.com/jsbin/contribute)
2121

2222
<center><a class="actionButton actionButton-primary actionButton-jumbo actionButton-rounded" href="http://jsbin.com/upgrade">Upgrade to Pro</a></center>
2323

2424
## Pro features
2525

2626
At time of writing, our pro feature set is:
2727

28-
- [Private bins](#privatebins)
29-
- [Vanity URLs](#vanityurls)
30-
- [Asset uploads](#assetuploads)
31-
- [SSL embeds](#sslembeds)
32-
- [Dropbox integration](#dropbox)
33-
- [Priority support](#prioritysupport)
34-
- ["Sandbox" mode](#sandboxmode)
35-
- [Coming next](#comingnext)
28+
- [What does a Pro account get you?](#what-does-a-pro-account-get-you)
29+
- [Pro features](#pro-features)
30+
- [Private bins](#private-bins)
31+
- [Asset uploads](#asset-uploads)
32+
- [Vanity URLs](#vanity-urls)
33+
- [SSL embeds](#ssl-embeds)
34+
- [Dropbox](#dropbox)
35+
- [Priority support](#priority-support)
36+
- ["Sandbox" mode](#sandbox-mode)
37+
- [Coming next](#coming-next)
3638

3739
And you can [upgrade today](/account/upgrade/pay)!
3840

content/help/stickers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ category: hack
88

99
We're doing regular postal runs of stickers to you now. You'll need to fill out this Google form with your name and address, and we'll send you a few sticker on our next mail out. If you're a meetup or a company or club, feel free to ask for a batch of stickers.
1010

11-
There's no cost to you, but we will be restricting the send outs to bi-monthly or quaterly depending on demand. If you want to show your support, and you don't have a pro account, perhaps it's time to [upgrade](/upgrade) or you can **donate [regularly](https://gratipay.com/jsbin) or as a [one off](https://www.paypal.me/rem)**
11+
There's no cost to you, but we will be restricting the send outs to bi-monthly or quaterly depending on demand. If you want to show your support, and you don't have a pro account, perhaps it's time to [upgrade](/upgrade) or you can **donate [regularly](https://opencollective.com/jsbin/contribute) or as a [one off](https://www.paypal.me/rem)**
1212

1313
**[Sticker request form](https://docs.google.com/forms/d/1tttJAkH0OEABv7lRr1yhmCZoj5GQ7nemWFjOgOqwxlQ/viewform)**
1414

layouts/_default/baseof.html

Lines changed: 39 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<!DOCTYPE html>
22
<html id="page">
3+
34
<head>
45
<meta charset="utf-8">
56
<title>{{ .Title }}</title>
@@ -8,44 +9,46 @@
89
<link rel="icon" href="/images/favicon.png">
910
<link href="https://fonts.googleapis.com/css?family=Open+Sans:700,400" rel="stylesheet" type="text/css">
1011
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />
11-
<link rel="stylesheet" href="{{ getenv "HELP_ROOT" | default .Site.Params.helpRoot }}/css/help.css">
12+
<link rel="stylesheet" href="{{ getenv " HELP_ROOT" | default .Site.Params.helpRoot }}/css/help.css">
1213
{{ "<!--[if lt IE 9]>" | safeHTML }}
13-
<script src="/js/html5shiv.min.js"></script>
14-
{{ "<![endif]-->" | safeHTML }}
15-
</head>
16-
<body data-url="{{ $.GitInfo }}" id="{{ $.URL | replaceRE `/(.*)/` "$1" | replaceRE `/` "-" }}-page">
17-
<div id="container">
18-
<header>
19-
<div class="inner"><a id="back" href="/"><span class="morewords">Back to JS Bin</span></a>
20-
<nav>
21-
<input id="search" placeholder="Search..." spellcheck="false" autocapitalize="off" autocorrect="off">
22-
<ol id="results" hidden></ol>
23-
<a {{if eq $.Section "blog" }}class="selected"{{ end }} href="/blog">Blog</a>
24-
<a {{if eq $.Section "help"}}class="selected"{{ end }} href="/help">Help</a>
25-
</nav>
26-
</div>
27-
</header>
28-
<div id="body" data-section="{{ $.Section }}" data-path="{{ $.IsNode }}">
29-
<!-- <a href="http://jsbin.com/upgrade" class="pro-feature actionButton actionButton-primary actionButton-small actionButton-rounded">Upgrade to Pro</a> -->
30-
{{ if eq $.Section "legals" | or $.IsNode }}{{ block "main" . -}}{{- end }}
31-
{{else}}<article>{{ block "main" . -}}{{- end }}</article>{{end}}
14+
<script src="/js/html5shiv.min.js"></script>
15+
{{ "<![endif]-->" | safeHTML }}
16+
</head>
17+
18+
<body data-url="{{ $.GitInfo }}" id="{{ $.URL | replaceRE `/(.*)/` " $1" | replaceRE `/` "-" }}-page">
19+
<div id="container">
20+
<header>
21+
<div class="inner"><a id="back" href="/"><span class="morewords">Back to JS Bin</span></a>
22+
<nav>
23+
<input id="search" placeholder="Search..." spellcheck="false" autocapitalize="off" autocorrect="off">
24+
<ol id="results" hidden></ol>
25+
<a {{if eq $.Section "blog" }}class="selected" {{ end }} href="/blog">Blog</a>
26+
<a {{if eq $.Section "help" }}class="selected" {{ end }} href="/help">Help</a>
27+
</nav>
3228
</div>
33-
<div class="clear"></div>
29+
</header>
30+
<div id="body" data-section="{{ $.Section }}" data-path="{{ $.IsNode }}">
31+
<!-- <a href="http://jsbin.com/upgrade" class="pro-feature actionButton actionButton-primary actionButton-small actionButton-rounded">Upgrade to Pro</a> -->
32+
{{ if eq $.Section "legals" | or $.IsNode }}{{ block "main" . -}}{{- end }}
33+
{{else}}
34+
<article>{{ block "main" . -}}{{- end }}</article>{{end}}
3435
</div>
35-
<footer id="footer">
36-
<div class="inner">
37-
<ul class="notable">
38-
<li><a href="/help/about">About</a></li>
39-
<li><a href="https://github.com/jsbin">Github</a></li>
40-
<li><a href="https://twitter.com/js_bin">Twitter</a></li>
41-
<li><a href="http://jsbin.com/videos">YouTube</a></li>
42-
<li><a href="https://opencollective.com/jsbin/donate">Donate ❤️</a></li>
43-
</ul>
44-
<ul class="legal">
45-
<li><em><a href="/help/what-is-jsbin">Hack. Learn. Fix. Teach.</a></em></li>
46-
</ul>
47-
</div>
48-
</footer>
36+
<div class="clear"></div>
37+
</div>
38+
<footer id="footer">
39+
<div class="inner">
40+
<ul class="notable">
41+
<li><a href="/help/about">About</a></li>
42+
<li><a href="https://github.com/jsbin">Github</a></li>
43+
<li><a href="https://twitter.com/js_bin">Twitter</a></li>
44+
<li><a href="http://jsbin.com/videos">YouTube</a></li>
45+
<li><a href="https://opencollective.com/jsbin/contribute">Donate ❤️</a></li>
46+
</ul>
47+
<ul class="legal">
48+
<li><em><a href="/help/what-is-jsbin">Hack. Learn. Fix. Teach.</a></em></li>
49+
</ul>
50+
</div>
51+
</footer>
4952
<script type="text">
5053
WebFontConfig = {
5154
google: { families: [ 'Open+Sans:400italic,400,700:latin' ] }
@@ -85,4 +88,5 @@
8588
{{ template "_internal/google_analytics_async.html" . }}
8689
{{ "<!--" | safeHTML }} hugo {{ $.GitInfo }} ok? {{ "-->" | safeHTML }}
8790
</body>
91+
8892
</html>

layouts/_default/single.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ <h1>{{ replace .Title "* " "" }}</h1>
1212
{{ .Content }}
1313

1414
<div class="show-your-love">
15-
<h2>❤️ Love JS Bin?</h2>
16-
<p><a href="https://opencollective.com/jsbin/donate">Support this open source project today</a>, and help it continue to run for <em>another</em> decade 🎂</p>
15+
<h2>❤️ Love JS Bin?</h2>
16+
<p><a href="https://opencollective.com/jsbin/contribute">Support this open source project today</a>, and help it
17+
continue to run for <em>another</em> decade 🎂</p>
1718
</div>
1819

1920
{{ if .Site.DisqusShortname -}}

0 commit comments

Comments
 (0)