Skip to content

Commit 1d1ff68

Browse files
authored
added Gallery tab
added Gallery tab and links to submit pull requests
1 parent e18cdf9 commit 1d1ff68

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

index.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
<h3 class="navbar-left"><strong>ggplot2</strong> extensions</h3>
7676
<ul class="nav nav-pills navbar-right">
7777
<li role="presentation" id="nav-home"><a href="index.html">Home</a></li>
78+
<li role="presentation" id="nav-gallery"><a href="http://ggplot2-exts.github.io/gallery/">Gallery</a></li>
7879
<li role="presentation" id="nav-showcase"><a href="ggiraph.html">Extensions</a></li>
7980
<li role="presentation" id="nav-github"><a href="https://github.com/ggplot2-exts/ggplot2-exts.github.io">GitHub</a></li>
8081
</ul>
@@ -257,20 +258,20 @@ <h3>See the Extensions</h3>
257258
</div>
258259
<div class="row">
259260
<div class="col-sm-9">
260-
<p>Go to the <a href="ggiraph.html">Extensions</a> page to see a list of ggplot2 extensions.</p>
261+
<p>Go to the <a href="http://ggplot2-exts.github.io/gallery/">Gallery</a> page to see a list of ggplot2 extensions.</p>
261262
</div>
262263
<div class="col-sm-3">
263-
<p><a class="btn btn-primary" href="ggiraph.html" role="button">See the Extensions &raquo;</a></p>
264+
<p><a class="btn btn-primary" href="http://ggplot2-exts.github.io/gallery/" role="button">See the Extensions &raquo;</a></p>
264265
</div>
265266
</div>
266267
<hr/>
267268
<h3>Submit your extension</h3>
268269
<div class="row">
269270
<div class="col-sm-9">
270-
<p>Submit your ggplot2 extensions so that other R users can easily find them. To do so, simply create an issue or a pull request on the <a href="https://github.com/ggplot2-exts/ggplot2-exts.github.io/tree/dev" target="_blank">github</a> repo.</p>
271+
<p>Submit your ggplot2 extensions so that other R users can easily find them. To do so, simply submit a pull request using these <a href="https://github.com/ggplot2-exts/gallery#adding-a-ggplot2-extension" target="_blank">simple instructions</a>.</p>
271272
</div>
272273
<div class="col-sm-3">
273-
<p><a class="btn btn-primary" href="https://github.com/ggplot2-exts/ggplot2-exts.github.io/tree/dev" target="_blank" role="button">Submit your Extension &raquo;</a></p>
274+
<p><a class="btn btn-primary" href="https://github.com/ggplot2-exts/gallery#adding-a-ggplot2-extension" target="_blank" role="button">Submit your Extension &raquo;</a></p>
274275
</div>
275276
</div>
276277
</div>
@@ -284,10 +285,10 @@ <h3>Submit your extension</h3>
284285
<div>&nbsp;</div>
285286
<div>&nbsp;</div>
286287
<div class="text-muted">
287-
Design inspired by <a href="http://www.htmlwidgets.org/index.html" target="_blank">Ramnath Vaidyanathan, Kenton Russell, and RStudio, Inc</a>.
288+
Maintained by <a href="http://www.danielemaasit.com" target="_blank">Daniel Emaasit</a>.
288289
</div>
289290
<div class="text-muted">
290-
Maintained by <a href="http://www.danielemaasit.com" target="_blank">Daniel Emaasit</a>.
291+
Design inspired by <a href="http://www.htmlwidgets.org/index.html" target="_blank">Ramnath Vaidyanathan, Kenton Russell, and RStudio, Inc</a>.
291292
</div>
292293
<div class="text-muted">
293294
Copyright &copy; 2016 The R Community.

0 commit comments

Comments
 (0)