Skip to content

Commit

Permalink
iox-eclipse-iceoryx#136 Add front page content
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Hoinkis <[email protected]>
  • Loading branch information
mossmaurice committed Dec 31, 2020
1 parent 41923c5 commit d036967
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 5 deletions.
51 changes: 47 additions & 4 deletions doc/website/index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,53 @@
<!-- @todo Landing page for the website -->

# Welcome to iceoryx.io

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

<p align="center">
<img src="https://user-images.githubusercontent.com/8661268/70233652-4aa6d180-175f-11ea-8524-2344e0d3935c.png"
width="50%">
</p>

Eclipse iceoryx is a true zero-copy inter-process communication that allows virtually limitless data transfer at constant time.

On the follow pages you find everything you need to get started using Eclipse iceoryx:

* [Overview and key concepts](getting-started/overview.md)
* [Installation](getting-started/installation.md)
* [Basic examples](getting-started/basic-examples.md)

<table>
<tr>
<td>Easy</td>
<td>Safe</td>
<td>Fast</td>
</tr>
<tr>
<td>
<ul>
<li>Simple publish-subscribe API with service discovery</li>
<li>Straightforward usage for ROS2 and Adaptive AUTOSAR</li>
<li>Runs on QNX, Linux, MacOS and Windows</li>
<br>
Learn more
</ul>
</td>
<td>
<ul>
<li>Automotive-grade (ISO26262 certification ongoing)</li>
<li>Lock-free algorithms prevent deadlocks</li>
<li>Huge library with safe STL implementations</li>
<br>
Learn more
</ul>
</td>

<td>
<ul>
<li>Written in C++14</li>
<li>C binding available</li>
<li>Zero-copy data transmission with shared memory</li>
<li>Ultra low latency</li>
<br>
Learn more
</ul>
</td>
</tr>
</table>
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ nav:
- API-Cheatsheet.md
- FAQ.md
- Advanced:
- Standard library: for-developers/iceoryx_utils.md
- Safe standard library: for-developers/iceoryx_utils.md
- for-developers/usage-guide.md
markdown_extensions:
- markdown_include.include:
Expand Down

0 comments on commit d036967

Please sign in to comment.