Quellcode durchsuchen

docs/website: add commercial support section

Add a section to the support page for commercial support.

Add Mind, Bootlin and Smile in that section.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Acked-by: Romain Naour <romain.naour@smile.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Arnout Vandecappelle (Essensium/Mind) vor 4 Jahren
Ursprung
Commit
4d84b08507
1 geänderte Dateien mit 25 neuen und 0 gelöschten Zeilen
  1. 25 0
      docs/website/support.html

+ 25 - 0
docs/website/support.html

@@ -92,6 +92,31 @@
     </div>
   </div>
 
+  <div class="panel panel-primary">
+    <div class="panel-heading">Commercial support</div>
+    <div class="panel-body">
+      <p>In addition, the following companies are able to provide commercial
+	 support. Only companies heavily involved in Buildroot maintenance and
+	 community are listed here.</p>
+
+      <div class="row">
+	<div class="col-sm-12">
+	  <center>
+	    <a href="https://bootlin.com/engineering/">
+	      <img src="images/bootlin-logo.png" style="max-width:200px; margin-right:40px;"/>
+	    </a>
+	    <a href="https://mind.be/services/buildroot.html">
+	      <img src="images/mind-logo.png" style="max-width:200px; margin-right:40px;"/>
+	    </a>
+	    <a href="https://www.smile.eu/en/offers/embedded-iot">
+	      <img src="images/smile-logo.png" style="max-width:200px; margin-right:40px;"/>
+	    </a>
+	  </center>
+	</div>
+      </div>
+    </div>
+  </div>
+
 </div><!--/.col-sm-10 -->
 </div><!--/.row -->
 </div>