sponsors.html 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. <!--#include file="header.html" -->
  2. <h2>Sponsors</h2>
  3. <h3>Current sponsors</h3>
  4. <div class="container">
  5. <div class="row-fluid">
  6. <div class="span12 sponsor-main">
  7. <div class="row-fluid">
  8. <div class="span4">
  9. <a href="http://mind.be">
  10. <img src="images/mind-logo.png"/>
  11. </a>
  12. </div>
  13. <div class="span8">
  14. <p><a href="http://www.mind.be">Mind</a> is the Embedded
  15. Software division of Essensium, which provides consultancy
  16. and services specifically in the field of Linux and Open
  17. Source SW for Embedded Systems.</p>
  18. <p>Mind is sponsoring
  19. the <a href="http://elinux.org/Buildroot:DeveloperDaysELCE2014">Buildroot
  20. Developers Meeting</a> colocated with the Embedded Linux
  21. Conference Europe, taking place on October 11-12 2014 in
  22. Düsseldorf, Germany. Mind is helping with the logistics of
  23. the meeting room, as well as the Saturday dinner for the
  24. participants.</p>
  25. </div>
  26. </div>
  27. </div>
  28. </div>
  29. </div>
  30. <h3>Past sponsors</h3>
  31. <p>Throughout its history, the Buildroot project has been sponsored by
  32. various companies, that we would like to thank below.</p>
  33. <div class="container">
  34. <div class="row-fluid">
  35. <div class="span4 sponsor">
  36. <div class="sponsor-description">
  37. <a href="http://www.mind.be">
  38. <img src="images/mind-logo.png" alt="Mind" title="Mind"/>
  39. </a><br/>
  40. <a href="http://www.mind.be">Mind</a> sponsored the dinner of
  41. the FOSDEM 2014 Developers Meeting.
  42. </div>
  43. </div>
  44. <div class="span4 sponsor">
  45. <div class="sponsor-description">
  46. <a href="http://www.google.com">
  47. <img src="images/google-logo.png" alt="Google" title="Google"/>
  48. </a>
  49. <br/>
  50. <a href="http://www.google.com">Google</a> provided the
  51. logistics for the FOSDEM 2013 and FOSDEM 2014 Developer Days in
  52. Brussels, Belgium.
  53. </div>
  54. </div>
  55. <div class="span4 sponsor">
  56. <div class="sponsor-description">
  57. <a href="http://www.imgtec.com/">
  58. <img src="images/imgtec-logo.png" alt="Imagination Technologies" title="Imagination Technologies"/>
  59. </a>
  60. <br/>
  61. <a href="http://www.imgtec.com/">Imagination Technologies</a>
  62. sponsored the meeting room and dinner of the ELCE 2013
  63. Developer Days in Edinburgh, UK.
  64. </div>
  65. </div>
  66. </div>
  67. <div class="row-fluid" style="margin-top: 1em;">
  68. <div class="span4 sponsor">
  69. <div class="sponsor-description">
  70. <a href="http://circuitco.com/">
  71. <img src="images/circuitco-logo.png" alt="CircuitCo" title="CircuitCo"/>
  72. </a>
  73. <br/>
  74. <a href="http://circuitco.com/">CircuitCo</a> sponsored
  75. several development boards for the Google Summer of Code
  76. 2013 project on Buildroot.
  77. </div>
  78. </div>
  79. <div class="span4 sponsor">
  80. <div class="sponsor-description">
  81. <a href="http://boundarydevices.com/">
  82. <img src="images/boundary-devices-logo.png" alt="Boundary Devices" title="Boundary Devices"/>
  83. </a>
  84. <br/>
  85. <a href="http://boundarydevices.com/">BoundaryDevices</a>
  86. sponsored an i.MX6 development board for the Google Summer of
  87. Code 2013 project on Buildroot.
  88. </div>
  89. </div>
  90. <div class="span4 sponsor">
  91. <div class="sponsor-description">
  92. <a href="http://www.fluendo.com/">
  93. <img src="images/fluendo-logo.png" alt="Fluendo" title="Fluendo"/>
  94. </a>
  95. <br/>
  96. <a href="http://www.fluendo.com/">Fluendo</a> sponsored the
  97. meeting room for the ELCE 2012 Developer Days in Barcelona
  98. Spain.
  99. </div>
  100. </div>
  101. </div>
  102. <div class="row-fluid" style="margin-top: 1em;">
  103. <div class="span4 sponsor">
  104. <div class="sponsor-description">
  105. <a href="http://www.synopsys.com">
  106. <img src="images/synopsys-logo.png" alt="Synopsys" title="Synopsys"/>
  107. </a>
  108. <br/>
  109. <a href="http://www.synopsys.com">Synopsys</a> sponsored the
  110. dinner for the ELCE 2012 Developer Days in Barcelona, Spain.
  111. </div>
  112. </div>
  113. <div class="span4 sponsor">
  114. <div class="sponsor-description">
  115. <a href="http://www.calao-systems.com/">
  116. <img src="images/calao-logo.png"/ alt="Calao Systems" title="Calao Systems">
  117. </a>
  118. <br/>
  119. <a href="http://www.calao-systems.com/">Calao Systems</a>
  120. provided a a meeting room for the ELCE 2009 Developer Days
  121. in Grenoble, France.
  122. </div>
  123. </div>
  124. <div class="span4 sponsor">
  125. <div class="sponsor-description">
  126. <a href="http://www.free-electrons.com">
  127. <img src="images/free-electrons-logo.png" alt="Free Electrons" title="Free Electrons"/>
  128. </a>
  129. <br/>
  130. <a href="http://www.free-electrons.com">Free Electrons</a>
  131. sponsored the lunch for the ELCE 2009 Developer Days in
  132. Grenoble, France.
  133. </div>
  134. </div>
  135. </div>
  136. </div>
  137. <!--#include file="footer.html" -->