You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: assets/javascripts/templates/notif_tmpl.coffee
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,6 @@ app.templates.notifThanks = ->
38
38
<ul class="_notif-list">
39
39
<li><a href="http://devdocs.io/s/jetbrains" target="_blank">JetBrains</a> — We make software development a more productive and enjoyable experience through smart IDEs and code editors.
40
40
<li><a href="http://devdocs.io/s/code-school" target="_blank">Code School</a> — Learn new skills from the comfort of your own browser. Offering more than 45 courses covering JavaScript, HTML/CSS, Ruby, Git, and iOS for only $29/month.
41
-
<li><a href="http://devdocs.io/s/shopify" target="_blank">Shopify</a> — Interested in working on one of the biggest commerce platforms in the world, in a delightful work environment? We're hiring!
<p>DevDocs combines multiple API documentations in a fast, organized, and searchable interface.
14
14
<ul>
15
15
<li>Created and maintained by <a href="http://thibaut.me">Thibaut Courouble</a>
16
-
<li>Supported by <a href="proxy.php?url=http%3A%2F%2Fdevdocs.io%2Fs%2Fjetbrains">JetBrains</a>, <a href="proxy.php?url=http%3A%2F%2Fdevdocs.io%2Fs%2Fcode-school">Code School</a> and <a href="proxy.php?url=http%3A%2F%2Fdevdocs.io%2Fs%2Fshopify">Shopify</a>
16
+
<li>Supported by <a href="proxy.php?url=http%3A%2F%2Fdevdocs.io%2Fs%2Fjetbrains">JetBrains</a> and <a href="proxy.php?url=http%3A%2F%2Fdevdocs.io%2Fs%2Fcode-school">Code School</a>
17
17
<li>Free and <a href="https://github.com/Thibaut/devdocs">open source</a>
<li><a href="http://devdocs.io/s/maxcdn">MaxCDN</a> and <a href="http://get.gaug.es/?utm_source=devdocs&utm_medium=referral&utm_campaign=sponsorships" title="Real Time Web Analytics">Gauges</a> for offering a free account to DevDocs
34
+
<li><a href="http://devdocs.io/s/shopify">Shopify</a> for supporting DevDocs in the past
34
35
<li><a href="https://www.heroku.com">Heroku</a> and <a href="http://newrelic.com">New Relic</a> for providing awesome free service
35
36
<li>Daniel Bruce for the <a href="http://www.entypo.com">Entypo</a> pictograms
36
37
<li><a href="http://www.jeremykratz.com/">Jeremy Kratz</a> for the C/C++ logo
<spanclass="_logo-info">Interested in working on one of the biggest commerce platforms in the world, in a delightful work environment? We're hiring developers, ops engineers, designers…</span>
42
-
</a>
43
-
"""
44
-
45
38
app.templates.splash = -> """
46
39
<divclass="_splash-title">DevDocs</div>
47
40
<divclass="_splash-sponsors">
48
41
#{jetBrainsLink '_splash-sponsor'}
49
42
#{codeSchoolLink '_splash-sponsor'}
50
-
#{shopifyLink '_splash-sponsor'}
51
43
</div>
52
44
"""
53
45
@@ -72,7 +64,7 @@ app.templates.intro = """
72
64
<li>If you like the app, please consider supporting the project on <ahref="https://gratipay.com/devdocs/">Gratipay</a>. Thanks!
0 commit comments