Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixos-homepage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2649c0a00a4c
Choose a base ref
...
head repository: NixOS/nixos-homepage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 78e8123e6756
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Apr 29, 2020

  1. 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
    davidak committed Apr 29, 2020
    Copy the full SHA
    4242557 View commit details

Commits on May 6, 2020

  1. Merge pull request #412 from NixOS/commercial

    Add Commercial support page
    garbas authored May 6, 2020
    1
    Copy the full SHA
    78e8123 View commit details
Showing with 27 additions and 10 deletions.
  1. +1 −1 Makefile
  2. +22 −0 commercial-support.tt
  3. +4 −9 learn.tt
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ default: all


HTML = index.html download.html news.html learn.html community.html \
governance.html donate.html \
governance.html donate.html commercial-support.html \
teams/rfc-steering-committee.html teams/security.html teams/marketing.html \
teams/nixos_release.html teams/infrastructure.html teams/nixcon.html \
teams/discourse.html \
22 changes: 22 additions & 0 deletions commercial-support.tt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[% WRAPPER layout.tt hideTitle=1 title="Commercial support" menu='nixos' %]

<h1>Commercial support</h1>

<div class="lead">
A number of consulting companies are available for professional support.
</div>

<p>The list is sorted in alphabetical order.</p>

<ul>
<li><a href="https://www.enlambda.com/">Enlambda</a></li>
<li><a href="https://nixos.mayflower.consulting">Mayflower</a></li>
<li><a href="https://nixcloud.io/">nixcloud</a></li>
<li><a href="https://www.numtide.com/">NumTide Ltd</a></li>
<li><a href="https://obsidian.systems">Obsidian Systems</a></li>
<li><a href="https://serokell.io/">Serokell</a></li>
</ul>

<p>Please <a href="https://github.com/NixOS/nixos-homepage/edit/master/commercial-support.tt">submit a pull request</a> to add your company.</p>

[% END %]
13 changes: 4 additions & 9 deletions learn.tt
Original file line number Diff line number Diff line change
@@ -145,15 +145,10 @@

<div class="span6">
<h2>Get help from the community</h2>
<ul>
<li><a href="https://discourse.nixos.org/">Discourse</a> — Discourse is a forum where we have discussions and help
users out with their questions.</li>
<li><a href="irc://irc.freenode.net/#nixos">IRC</a> — You can drop by on the IRC channel <a
href="irc://irc.freenode.net/#nixos"><strong><tt>#nixos</tt></strong></a> on <a
href="https://freenode.net/"><tt>irc.freenode.net</tt></a> to chat with the developers or other users.</li>
<li><a href="https://stackoverflow.com/questions/tagged/nixos">Stackoverflow</a> — a place to ask questions.</li>
<li><a href="https://www.reddit.com/r/NixOS">Reddit</a> — a place to discuss Nix / NixOS.</li>
</ul>
<p>The <a href="[%root%]community.html">Community page</a> shows where the community meets.</p>

<h2>Get commercial support</h2>
<p>The <a href="[%root%]commercial-support.html">Commercial support page</a> provides a list of consulting companies.</p>
</div>

</div>