Add Carousel Widget
diff --git a/_projectCommon.php b/_projectCommon.php
index 057716d..9051712 100644
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -34,6 +34,7 @@
$Nav->addCustomNav("BadgedLabel", "https://wiki.eclipse.org/Nebula_Badged_Label", "_self", 2);
$Nav->addCustomNav("Breadcrumb", "https://wiki.eclipse.org/Nebula_Breadcrumb", "_self", 2);
$Nav->addCustomNav("Calculator", "https://wiki.eclipse.org/Nebula_Calculator", "_self", 2);
+ $Nav->addCustomNav("Carousel", "https://wiki.eclipse.org/Nebula_Carousel", "_self", 2);
$Nav->addCustomNav("CDateTime", "/nebula/widgets/cdatetime/cdatetime.php", "_self", 2);
$Nav->addCustomNav("CheckboxGroup", "https://wiki.eclipse.org/Nebula_CheckboxGroup", "_self", 2);
$Nav->addCustomNav("Chips", "https://wiki.eclipse.org/Nebula_Chips", "_self", 2);
diff --git a/images/carousel.png b/images/carousel.png
new file mode 100644
index 0000000..f0e5183
--- /dev/null
+++ b/images/carousel.png
Binary files differ
diff --git a/index.php b/index.php
index 7610aad..357d078 100644
--- a/index.php
+++ b/index.php
@@ -973,18 +973,18 @@
</td>
<td align="center" valign="bottom">
- <!--<table>
+ <table>
<tr>
<td align="center"><a
- href="https://wiki.eclipse.org/Nebula_Stepbar"><img class="img-responsive"
- src="images/stepbar.png" border="0"
- alt="This widget proposes a progress with different steps."
- title="Stepbar"></a></td>
+ href="https://wiki.eclipse.org/Nebula_Carousel"><img class="img-responsive"
+ src="images/carousel.png" border="0"
+ alt="This widget shows a list of images."
+ title="Carousel"></a></td>
</tr>
<tr>
- <td align="center"><b>Step bar</b></td>
+ <td align="center"><b>Carousel</b></td>
</tr>
- </table>-->
+ </table>
</td>
</tr>