docs/website: add commercial support section
authorArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Wed, 5 Feb 2020 15:08:42 +0000 (16:08 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 20 Feb 2020 20:32:23 +0000 (21:32 +0100)
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>
docs/website/support.html

index 1a5ce9e225c371a87bec3c371d75c853ed14de0e..6c602b42d2d2423f5e55fa0892277a37a62a6a36 100644 (file)
     </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>