Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9ba45b5

Browse files
committedApr 24, 2020
Add Commercial support page
includes removed content from previous community page also removes content that is already on the community page and links to it instead
1 parent 7a00d25 commit 9ba45b5

File tree

3 files changed

+26
-10
lines changed

3 files changed

+26
-10
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ default: all
77

88

99
HTML = index.html download.html news.html learn.html community.html \
10-
governance.html donate.html \
10+
governance.html donate.html commercial-support.html \
1111
teams/rfc-steering-committee.html teams/security.html teams/marketing.html \
1212
teams/nixos_release.html teams/infrastructure.html teams/nixcon.html \
1313
teams/discourse.html \

‎commercial-support.tt

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
[% WRAPPER layout.tt hideTitle=1 title="Commercial support" menu='nixos' %]
2+
3+
<h1>Commercial support</h1>
4+
5+
<div class="lead">
6+
A number of consulting companies are available for professional support.
7+
</div>
8+
9+
<p>The list is sorted in alphabetical order.</p>
10+
11+
<!-- Please submit a pull request to add your company -->
12+
<ul>
13+
<li><a href="https://www.enlambda.com/">Enlambda</a></li>
14+
<li><a href="https://nixos.mayflower.consulting">Mayflower</a></li>
15+
<li><a href="https://nixcloud.io/">nixcloud</a></li>
16+
<li><a href="https://www.numtide.com/">NumTide Ltd</a></li>
17+
<li><a href="https://obsidian.systems">Obsidian Systems</a></li>
18+
<li><a href="https://serokell.io/">Serokell</a></li>
19+
</ul>
20+
21+
[% END %]

‎learn.tt

+4-9
Original file line numberDiff line numberDiff line change
@@ -145,15 +145,10 @@
145145

146146
<div class="span6">
147147
<h2>Get help from the community</h2>
148-
<ul>
149-
<li><a href="https://discourse.nixos.org/">Discourse</a> — Discourse is a forum where we have discussions and help
150-
users out with their questions.</li>
151-
<li><a href="irc://irc.freenode.net/#nixos">IRC</a> — You can drop by on the IRC channel <a
152-
href="irc://irc.freenode.net/#nixos"><strong><tt>#nixos</tt></strong></a> on <a
153-
href="https://freenode.net/"><tt>irc.freenode.net</tt></a> to chat with the developers or other users.</li>
154-
<li><a href="https://stackoverflow.com/questions/tagged/nixos">Stackoverflow</a> — a place to ask questions.</li>
155-
<li><a href="https://www.reddit.com/r/NixOS">Reddit</a> — a place to discuss Nix / NixOS.</li>
156-
</ul>
148+
<p>The <a href="[%root%]community.html">Community page</a> shows where the community meets.</p>
149+
150+
<h2>Get commercial support</h2>
151+
<p>The <a href="[%root%]commercial-support.html">Commercial support page</a> provides a list of consulting companies.</p>
157152
</div>
158153

159154
</div>

0 commit comments

Comments
 (0)
Please sign in to comment.