Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] docs/website: add commercial support section with Mind
@ 2020-01-24 10:37 Arnout Vandecappelle
  2020-01-26 15:42 ` Yann E. MORIN
  0 siblings, 1 reply; 6+ messages in thread
From: Arnout Vandecappelle @ 2020-01-24 10:37 UTC (permalink / raw)
  To: buildroot

Add a section to the support page for commercial support.

Add a box for Mind in that section.

This can be used as an example for other companies that provide
technical support for Buildroot.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
---
There has been some discussion (off-list) about how to formalize
acceptance criteria for companies to be added to this commercial support
section, but without conclusion AFAIU. So I thought I'd go ahead and
just add one example that should be uncontroversial :-)

I have not looked at how it looks in the browser, because I don't know
how to deploy the website in a way that I can preview it...
---
 docs/website/support.html | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

diff --git a/docs/website/support.html b/docs/website/support.html
index 1a5ce9e225..5128eb291e 100644
--- a/docs/website/support.html
+++ b/docs/website/support.html
@@ -92,6 +92,43 @@
     </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.</p>
+
+      <div class="row">
+	<div class="col-sm-4">
+	  <div class="panel panel-default panel-sponsor">
+	    <div class="panel-body">
+	      <div class="col-sm-12" style="height: 150px;">
+		<a href="http://www.mind.be">
+		  <img class="img-responsive center-block" src="images/mind-logo.png"/>
+		</a>
+	      </div>
+	      <div class="col-sm-12" style="height: 350px;">
+		<p><a href="http://www.mind.be">Mind</a> provides consultancy
+		and services (outsourcing and fixed price projects), as well as
+		support and training, in the field of Linux, Android and Open
+		Source software for embedded systems. Within this field, Mind's
+		core expertise is in Low-level software development, Networking,
+		Security and Multimedia.</p>
+
+		<p>Our team consists of highly skilled and enthusiastic embedded
+		software engineers with a passion for Open Source software and
+		for hardware.</p>
+
+		<p>We can provide services for the initial bringup of a
+		Buildroot-based system, developing extensions to Buildroot, and
+		long-term maintenance.</p>
+	      </div>
+	    </div>
+	  </div>
+	</div>
+      </div>
+    </div>
+  </div>
+
 </div><!--/.col-sm-10 -->
 </div><!--/.row -->
 </div>
-- 
2.21.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH] docs/website: add commercial support section with Mind
  2020-01-24 10:37 [Buildroot] [PATCH] docs/website: add commercial support section with Mind Arnout Vandecappelle
@ 2020-01-26 15:42 ` Yann E. MORIN
  2020-01-27 16:49   ` Peter Korsgaard
  0 siblings, 1 reply; 6+ messages in thread
From: Yann E. MORIN @ 2020-01-26 15:42 UTC (permalink / raw)
  To: buildroot

Arnout, All,

On 2020-01-24 11:37 +0100, Arnout Vandecappelle (Essensium/Mind) spake thusly:
> Add a section to the support page for commercial support.
> 
> Add a box for Mind in that section.
> 
> This can be used as an example for other companies that provide
> technical support for Buildroot.
> 
> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
> ---
> There has been some discussion (off-list) about how to formalize
> acceptance criteria for companies to be added to this commercial support
> section, but without conclusion AFAIU. So I thought I'd go ahead and
> just add one example that should be uncontroversial :-)
> 
> I have not looked at how it looks in the browser, because I don't know
> how to deploy the website in a way that I can preview it...

    $ git clone https://github.com/danvk/ssi-server.git ~/tmp/ssi-server
    $ cd docs/website/
    $ ~/tmp/ssi-server/ssi_server 8000 &
    $ firefox http:/localhost:8000/

Regards,
Yann E. MORIN.

> ---
>  docs/website/support.html | 37 +++++++++++++++++++++++++++++++++++++
>  1 file changed, 37 insertions(+)
> 
> diff --git a/docs/website/support.html b/docs/website/support.html
> index 1a5ce9e225..5128eb291e 100644
> --- a/docs/website/support.html
> +++ b/docs/website/support.html
> @@ -92,6 +92,43 @@
>      </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.</p>
> +
> +      <div class="row">
> +	<div class="col-sm-4">
> +	  <div class="panel panel-default panel-sponsor">
> +	    <div class="panel-body">
> +	      <div class="col-sm-12" style="height: 150px;">
> +		<a href="http://www.mind.be">
> +		  <img class="img-responsive center-block" src="images/mind-logo.png"/>
> +		</a>
> +	      </div>
> +	      <div class="col-sm-12" style="height: 350px;">
> +		<p><a href="http://www.mind.be">Mind</a> provides consultancy
> +		and services (outsourcing and fixed price projects), as well as
> +		support and training, in the field of Linux, Android and Open
> +		Source software for embedded systems. Within this field, Mind's
> +		core expertise is in Low-level software development, Networking,
> +		Security and Multimedia.</p>
> +
> +		<p>Our team consists of highly skilled and enthusiastic embedded
> +		software engineers with a passion for Open Source software and
> +		for hardware.</p>
> +
> +		<p>We can provide services for the initial bringup of a
> +		Buildroot-based system, developing extensions to Buildroot, and
> +		long-term maintenance.</p>
> +	      </div>
> +	    </div>
> +	  </div>
> +	</div>
> +      </div>
> +    </div>
> +  </div>
> +
>  </div><!--/.col-sm-10 -->
>  </div><!--/.row -->
>  </div>
> -- 
> 2.21.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH] docs/website: add commercial support section with Mind
  2020-01-26 15:42 ` Yann E. MORIN
@ 2020-01-27 16:49   ` Peter Korsgaard
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2020-01-27 16:49 UTC (permalink / raw)
  To: buildroot

>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:

 > Arnout, All,
 > On 2020-01-24 11:37 +0100, Arnout Vandecappelle (Essensium/Mind) spake thusly:
 >> Add a section to the support page for commercial support.
 >> 
 >> Add a box for Mind in that section.
 >> 
 >> This can be used as an example for other companies that provide
 >> technical support for Buildroot.
 >> 
 >> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
 >> ---
 >> There has been some discussion (off-list) about how to formalize
 >> acceptance criteria for companies to be added to this commercial support
 >> section, but without conclusion AFAIU. So I thought I'd go ahead and
 >> just add one example that should be uncontroversial :-)
 >> 
 >> I have not looked at how it looks in the browser, because I don't know
 >> how to deploy the website in a way that I can preview it...

 >     $ git clone https://github.com/danvk/ssi-server.git ~/tmp/ssi-server
 >     $ cd docs/website/
 >     $ ~/tmp/ssi-server/ssi_server 8000 &
 >     $ firefox http:/localhost:8000/

Neat. I normally just open the html file manually, which also kind of
works for most things (not layout obviously).

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH] docs/website: add commercial support section with Mind
@ 2020-02-05 15:08 Arnout Vandecappelle
  2020-02-05 15:16 ` Romain Naour
  2020-02-20 20:34 ` Peter Korsgaard
  0 siblings, 2 replies; 6+ messages in thread
From: Arnout Vandecappelle @ 2020-02-05 15:08 UTC (permalink / raw)
  To: buildroot

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>
---
 docs/website/support.html | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/docs/website/support.html b/docs/website/support.html
index 1a5ce9e225..6c602b42d2 100644
--- a/docs/website/support.html
+++ b/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>
-- 
2.24.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH] docs/website: add commercial support section with Mind
  2020-02-05 15:08 Arnout Vandecappelle
@ 2020-02-05 15:16 ` Romain Naour
  2020-02-20 20:34 ` Peter Korsgaard
  1 sibling, 0 replies; 6+ messages in thread
From: Romain Naour @ 2020-02-05 15:16 UTC (permalink / raw)
  To: buildroot

Hi Arnout,

Le 05/02/2020 ? 16:08, Arnout Vandecappelle (Essensium/Mind) a ?crit?:
> Add a section to the support page for commercial support.
> 
> Add Mind, Bootlin and Smile in that section.

The title of the commit only list Mind. Bootlin and Smile must be added :)

Acked-by: Romain Naour <romain.naour@smile.fr>

Best regards,
Romain

> 
> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
> ---
>  docs/website/support.html | 25 +++++++++++++++++++++++++
>  1 file changed, 25 insertions(+)
> 
> diff --git a/docs/website/support.html b/docs/website/support.html
> index 1a5ce9e225..6c602b42d2 100644
> --- a/docs/website/support.html
> +++ b/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>
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH] docs/website: add commercial support section with Mind
  2020-02-05 15:08 Arnout Vandecappelle
  2020-02-05 15:16 ` Romain Naour
@ 2020-02-20 20:34 ` Peter Korsgaard
  1 sibling, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2020-02-20 20:34 UTC (permalink / raw)
  To: buildroot

>>>>> "Arnout" == Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> writes:

 > 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>

Committed after dropping 'with Mind' in subject, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-02-20 20:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-24 10:37 [Buildroot] [PATCH] docs/website: add commercial support section with Mind Arnout Vandecappelle
2020-01-26 15:42 ` Yann E. MORIN
2020-01-27 16:49   ` Peter Korsgaard
  -- strict thread matches above, loose matches on Subject: below --
2020-02-05 15:08 Arnout Vandecappelle
2020-02-05 15:16 ` Romain Naour
2020-02-20 20:34 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox