diff --git a/_includes/header.html b/_includes/header.html
index 53d4eda16..45621f713 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -42,8 +42,13 @@
Explore
+ {% if page.url == "/explore/" %} class="active dropdown"
+ {% else %} class="dropdown"
+ {% endif %}>Explore
+
+
diff --git a/explore/dependencies/index.html b/explore/dependencies/index.html
new file mode 100644
index 000000000..e89085708
--- /dev/null
+++ b/explore/dependencies/index.html
@@ -0,0 +1,46 @@
+---
+title: Explore
+layout: default
+---
+
+{% raw %}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{% endraw %}
diff --git a/explore/index.html b/explore/index.html
index 54684e23d..81bca50c4 100644
--- a/explore/index.html
+++ b/explore/index.html
@@ -19,7 +19,6 @@