|
1 | 1 | --- |
2 | | -title: Members, Partners, Users and Collaborators |
| 2 | +title: Customers, Partners, Users and Collaborators |
3 | 3 | permalink: /docs/overview/users_and_clients/ |
4 | 4 |
|
| 5 | +customers_list: |
| 6 | + - path: https://upload.wikimedia.org/wikipedia/commons/thumb/2/2b/Renesas_Electronics_logo.svg/210px-Renesas_Electronics_logo.svg.png |
| 7 | + text: Renesas is a global semiconductor company delivering trusted embedded design innovation with complete semiconductor solutions that enable billions of connected, intelligent devices to enhance the way people work and live. |
| 8 | + title: Renesas |
| 9 | + url: www.renesas.com |
| 10 | + - path: https://upload.wikimedia.org/wikipedia/commons/thumb/b/bf/LG_logo_%282015%29.svg/2560px-LG_logo_%282015%29.svg.png |
| 11 | + text: LG Electronics is one of the fourth-largest electronics company in South Korea. It comprises four business units home entertainment, mobile communications, home appliances and vehicle components |
| 12 | + title: LG |
| 13 | + url: www.lg.com |
| 14 | + - path: https://capra.ooo/wp-content/themes/capra/img/logo_w-tagline.svg |
| 15 | + text: Capra Robotics creates outdoor mobile robots for multiple uses. Their robot platform, Capra Hircus, is designed to easily integrate with additional hard- or software, making it customizable for specific applications. They support businesses in optimizing their operations and relieve people of repetitive and unhealthy job tasks. Their state-of-the-art mobile robot answers the issues that have troubled the mobile robot industry for years, namely a lack of versatility, poor driving capabilities, short ranges, low operating time and high pricing. |
| 16 | + title: Capra Robotics |
| 17 | + url: https://capra.ooo/ |
| 18 | + |
5 | 19 | ofera_consortium: |
6 | 20 | - path: https://www.eprosima.com/images/logos/eprosima/logo.png |
7 | 21 | text: eProsima is a SME company focused on networking middleware with special attention to the OMG standard called Data Distribution Service for Real-time systems (DDS). The company develops new features and plugins for DDS, interoperability tools, bridges and personalized networking middleware solutions for its customers. eProsima is active in the sectors of Robotics, Critical Applications and IoT, and it participates in joint research and development projects with both companies and universities. |
@@ -35,10 +49,6 @@ partners_list: |
35 | 49 | url: www.amazon.com |
36 | 50 |
|
37 | 51 | users: |
38 | | - - path: https://upload.wikimedia.org/wikipedia/commons/thumb/2/2b/Renesas_Electronics_logo.svg/210px-Renesas_Electronics_logo.svg.png |
39 | | - text: Renesas is a global semiconductor company delivering trusted embedded design innovation with complete semiconductor solutions that enable billions of connected, intelligent devices to enhance the way people work and live. |
40 | | - title: Renesas |
41 | | - url: www.renesas.com |
42 | 52 | - path: https://cdn11.bigcommerce.com/s-76o5u/images/stencil/250x100/robotis_logo_en_1397779687__24544.original.jpg |
43 | 53 | text: Robotis is a global robot solutions provider and one of the leading manufacturers of robotic hardware. The company is the exclusive producer of the DYNAMIXEL brand of all-in-one smart servos. Robotis specializes in the manufacture of robotic hardware and full robot platforms for use in all fields of study and industry, as well as educational robotics kits for all ages and skill levels. |
44 | 54 | title: Robotis |
|
47 | 57 | text: Dronecode is a nonprofit hosted under the Linux Foundation, dedicated to fostering open-source components and their communities. Working with top developers, end-users, and adopting vendors to create opportunities for collaboration. |
48 | 58 | title: Dronecode |
49 | 59 | url: www.dronecode.org |
50 | | - - path: https://www.wyca-robotics.com/assets/img/LogoAvecRoue%20compact%202.png?h=8fb6472f17b03b02cb7872c4a106281c |
| 60 | + - path: https://www.wyca-robotics.fr/wp-content/uploads/2021/04/LogoAvecRoue.png |
51 | 61 | text: WYCA Robotics is a French company with more than 5 years of edge technology mastering in Robotics, AI and autonomous navigation. They developed Elodie, the first multi-purpose self-driving level 5 indoor vehicle for handling the users' mobiliy challenges. |
52 | 62 | title: Wyca Robotics |
53 | 63 | url: www.wyca-robotics.com |
@@ -84,24 +94,24 @@ collaborators: |
84 | 94 |
|
85 | 95 | <style type="text/css"> |
86 | 96 | .modal { |
87 | | - display: none; |
| 97 | + display: none; |
88 | 98 | position: fixed; |
89 | | - z-index: 3; |
| 99 | + z-index: 3; |
90 | 100 | left: 0; |
91 | 101 | top: 0; |
92 | | - width: 100%; |
93 | | - height: 100%; |
94 | | - overflow: auto; |
95 | | - background-color: rgb(0,0,0); |
| 102 | + width: 100%; |
| 103 | + height: 100%; |
| 104 | + overflow: auto; |
| 105 | + background-color: rgb(0,0,0); |
96 | 106 | background-color: rgba(0,0,0,0.4); |
97 | 107 | } |
98 | 108 |
|
99 | 109 | .modal-content { |
100 | 110 | background-color: #fefefe; |
101 | | - margin: 15% auto; |
| 111 | + margin: 15% auto; |
102 | 112 | padding: 20px; |
103 | 113 | border: 1px solid #888; |
104 | | - width: 50%; |
| 114 | + width: 50%; |
105 | 115 | } |
106 | 116 |
|
107 | 117 | .logoImage { |
@@ -169,6 +179,15 @@ window.onload = () => { |
169 | 179 | </div> |
170 | 180 |
|
171 | 181 | <!-- CONTENT --> |
| 182 | +<h2>Customers</h2> |
| 183 | +<div class="photo-gallery"> |
| 184 | + {% for image in page.customers_list %} |
| 185 | + <div class="flex-item"> |
| 186 | + <img class="logoImage" src="{{ image.path }}" style="cursor:pointer;" alt="{{ image.title}}" onclick="open_modal('{{ image.title }}','{{ image.url }}','{{ image.text }}')"/> |
| 187 | + </div> |
| 188 | + {% endfor %} |
| 189 | +</div> |
| 190 | + |
172 | 191 | <h2>Members of the EU project OFERA</h2> |
173 | 192 | <div class="photo-gallery"> |
174 | 193 | {% for image in page.ofera_consortium %} |
|
0 commit comments