Skip to content

Commit ccfc2dc

Browse files
authored
Add customers and HW bullet images (#337)
* Initial * Fix links * Capra description
1 parent aa1c321 commit ccfc2dc

7 files changed

Lines changed: 97 additions & 71 deletions

File tree

16.5 KB
Loading
19.3 KB
Loading
15.5 KB
Loading
18.1 KB
Loading

_docs/overview/hardware/index.md

Lines changed: 62 additions & 57 deletions
Large diffs are not rendered by default.

_docs/overview/users_and_clients/index.md

Lines changed: 33 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
11
---
2-
title: Members, Partners, Users and Collaborators
2+
title: Customers, Partners, Users and Collaborators
33
permalink: /docs/overview/users_and_clients/
44

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+
519
ofera_consortium:
620
- path: https://www.eprosima.com/images/logos/eprosima/logo.png
721
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:
3549
url: www.amazon.com
3650

3751
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
4252
- path: https://cdn11.bigcommerce.com/s-76o5u/images/stencil/250x100/robotis_logo_en_1397779687__24544.original.jpg
4353
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.
4454
title: Robotis
@@ -47,7 +57,7 @@ users:
4757
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.
4858
title: Dronecode
4959
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
5161
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&#39 mobiliy challenges.
5262
title: Wyca Robotics
5363
url: www.wyca-robotics.com
@@ -84,24 +94,24 @@ collaborators:
8494

8595
<style type="text/css">
8696
.modal {
87-
display: none;
97+
display: none;
8898
position: fixed;
89-
z-index: 3;
99+
z-index: 3;
90100
left: 0;
91101
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);
96106
background-color: rgba(0,0,0,0.4);
97107
}
98108

99109
.modal-content {
100110
background-color: #fefefe;
101-
margin: 15% auto;
111+
margin: 15% auto;
102112
padding: 20px;
103113
border: 1px solid #888;
104-
width: 50%;
114+
width: 50%;
105115
}
106116

107117
.logoImage {
@@ -169,6 +179,15 @@ window.onload = () => {
169179
</div>
170180

171181
<!-- 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+
172191
<h2>Members of the EU project OFERA</h2>
173192
<div class="photo-gallery">
174193
{% for image in page.ofera_consortium %}

scripts/cibuild

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ IGNORE_HREFS=${IGNORE_HREFS:+$IGNORE_HREFS,}$(ruby -e "puts %w{
2121
renesas.com
2222
ieeexplore.ieee.org
2323
build.ros2.org
24+
emanual.robotis.com
25+
www.antratek.com
2426
${ADDITIONS}
2527
}.map{|h| \"/#{h}/\"}.join(\",\")"
2628
)

0 commit comments

Comments
 (0)