diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 00000000..57c5a66b --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,3 @@ +tasks: + - init: npm install + command: npm run start diff --git a/README.md b/README.md index c3c02136..31faa639 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/publiclab/community-toolbox) + ## Community Toolbox A platform dedicated to community growth and getting insights on organization-wide activities. diff --git a/examples/demo.css b/examples/demo.css index 06b6bc5a..0ef6d2b7 100644 --- a/examples/demo.css +++ b/examples/demo.css @@ -15,6 +15,7 @@ body { } /* Navbar CSS */ + nav { background: #f8f8fa; z-index: 100; @@ -33,6 +34,7 @@ nav ul { position: relative; } + nav ul li { display: inline-block; background: #f8f8fa; @@ -54,8 +56,17 @@ nav ul li a:hover { 0 0 5px #669dc9; } + nav ul ul li a:hover { color: #669dc9; +} + +nav ul ul li{ + background-color: #f8f8fa; +} + +nav ul ul li a:hover { + color: #34A7C1; box-shadow: none; } @@ -100,6 +111,17 @@ nav ul ul li a { } /* Navbar ends */ + +/* dependency chart */ +#dependency-div{ + text-align: center; +} + +.dependency-chart{ + border-radius: 8px; + width: 100%; +} + #forkMe-ribbon { width: 10px; height: 10px; diff --git a/examples/demo.js b/examples/demo.js index 2ca4739e..bfd8f7b7 100644 --- a/examples/demo.js +++ b/examples/demo.js @@ -11,6 +11,7 @@ document.addEventListener('DOMContentLoaded', function () { } }); + /* language section */ var request = new XMLHttpRequest() @@ -32,6 +33,7 @@ document.addEventListener('DOMContentLoaded', function () { /* langauge section ends */ + /*Scroll to top when arrow up clicked BEGIN*/ $(window).scroll(function() { diff --git a/images/Boots-ground-02.png b/images/Boots-ground-02.png new file mode 100644 index 00000000..f1736b8e Binary files /dev/null and b/images/Boots-ground-02.png differ diff --git a/images/dependency-chart.webp b/images/dependency-chart.webp new file mode 100644 index 00000000..36dd2fcf Binary files /dev/null and b/images/dependency-chart.webp differ diff --git a/index.html b/index.html index 9fc94796..02eec7c1 100644 --- a/index.html +++ b/index.html @@ -45,6 +45,7 @@ + +
-
- Fork me on GitHub -
-
+
+ Fork me on GitHub +
+ + +
@@ -200,7 +251,10 @@

Languages Uses

+

first timers only issues

+

first timers only issues

+

Here are a selection of issues we've made especially for first-timers. We're here to help, so just ask if one looks interesting, by leaving a comment!

@@ -318,7 +372,10 @@

Recent Contributors

+

Contributors

+

Contributors

+

This project was made possible by many contributors, including the following GitHub users:

@@ -328,6 +385,12 @@

Contributors


+ +
+ dependency-chart +
+ +

Connect with us