forked from NixOS/nixos-homepage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request NixOS#412 from NixOS/commercial
Add Commercial support page
- Loading branch information
Showing
3 changed files
with
27 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 %] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters