Skip to content

Commit

Permalink
Merge branch 'main' into language-section-added-to-home-page
Browse files Browse the repository at this point in the history
  • Loading branch information
YogeshSharma01 authored Feb 27, 2021
2 parents 681419e + fbc1450 commit 4eafc67
Show file tree
Hide file tree
Showing 6 changed files with 80 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
tasks:
- init: npm install
command: npm run start
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
13 changes: 12 additions & 1 deletion examples/demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ body {
}

/* Navbar CSS */

nav {
background: #f8f8fa;
z-index: 100;
Expand All @@ -33,9 +34,10 @@ nav ul {
position: relative;
}


nav ul li {
display: inline-block;
background: #f8f8fa;
background: #f8f8fa;
margin: 0 5px;
}

Expand All @@ -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;
}

Expand Down
1 change: 0 additions & 1 deletion examples/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ document.addEventListener('DOMContentLoaded', function () {
request.send();
/* langauge section ends */


/*Scroll to top when arrow up clicked BEGIN*/
$(window).scroll(function() {
let height = $(window).scrollTop();
Expand Down
Binary file added images/Boots-ground-02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
67 changes: 63 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
<link rel="stylesheet" href="examples/demo.css">
<link rel="stylesheet" href="examples/themes.css">
<!-- Navbar start -->

<nav class="navbar">
<img id="logo-img" src="./images/Boots-ground-02.png" alt="publiclab-logo">
<ul>
Expand Down Expand Up @@ -94,11 +95,61 @@
</ul>
</nav>
<!-- Navbar ends -->

<div id='container'>
<div id='forkMe-ribbon'><a href="https://github.com/publiclab/community-toolbox" >
<img src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png"alt="Fork me on GitHub"></a>
</div>
</div>
<div id='forkMe-ribbon'><a href="https://github.com/publiclab/community-toolbox" >
<img src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png"alt="Fork me on GitHub"></a>
</div>
</div>
<nav class="navbar">
<img id="logo-img" src="./images/Boots-ground-02.png" alt="publiclab-logo" style="height: 100px">
<ul>
<li class="list-i">
<a href="#">LEARN</a>
<ul>
<li><a class="line" href="https://github.com/publiclab/plots2/blob/master/README.md">Get Started</a>
</li>
<li><a class="line" href="https://github.com/publiclab/plots2/labels/support'">Assist Someone</a>
</li>
<li><a class="line"
href="https://publiclab.org/notes/warren/10-31-2016/create-a-welcoming-first-timers-only-issue-to-invite-new-software-contributors">Create
Your FTO Issue</a></li>
</ul>
</li>
<li class="list-i">
<a href="#">ISSUES</a>
<ul>
<li><a class="line" href="#fto-issue">FTO Issues</a></li>
<li><a class="line" href="#stale-head">Stale Issues</a></li>
</ul>
</li>
<li class="list-i">
<a href="#">PARTICIPANTS</a>
<ul>
<li><a class="line" href="#candidate">Candidates</a></li>
<li><a class="line" href="#fto-author">FTO Authors</a></li>
<li><a class="line" href="#contributer">Contributers</a></li>
</ul>
</li>
<li class="list-i"><a class="line" href="https://publiclab.org/chat">CHATROOM</a></li>
<li class="list-i">
<a class="line" href="#">MORE</a>
<ul>
<li><a class="line" href="https://github.com/publiclab/community-toolbox">Source Code</a></li>
<li><a class="line" href="https://publiclab.org/conduct">Conduct</a></li>
<li><a class="line" href="https://guides.github.com/activities/hello-world/">New To GitHub?</a></li>
<li><a class="line" href="https://github.com/search?q=label%3Afirst-timers-only+is%3Aissue+is%3Aopen+user%3Apubliclab&ref=simplesearch">Selection of
Issues</a></li>
<li><a class="line"
href="https://publiclab.org/notes/warren/11-08-2016/help-public-lab-s-software-grow-by-joining-a-supportive-team">Support</a>
</li>
<li><a class="line" href="https://github.com/search?q=label%3Ahelp-wanted+is%3Aissue+is%3Aopen+user%3Apubliclab&ref=simplesearch">Challenges</a>
</li>
</ul>
</li>
</ul>
</nav>
<!-- Navbar ends -->

<div class="container-fluid">
<header class="text-center">
Expand Down Expand Up @@ -200,8 +251,12 @@ <h2><span id="fto-issue">Languages</span> Uses</h2>
<div id="tbody" class="row language "></div>
<!-- langauge section ends -->


<h2><span class=" newcomer-issues" id="fto-issue-D">first timers only</span> issues</h2>

<h2><span class=" newcomer-issues" id="fto-issue">first timers only</span> issues</h2>


<p>Here are <a id="newcomer-issues-link" href="https://github.com/publiclab/plots2/labels/first-timers-only">a selection</a> of issues we've <a class=" guidelines-link" href="https://publiclab.org/n/13667">made especially for first-timers</a>. We're here to help, so just ask if one looks interesting, by leaving a comment!</p>

<div class="row first-timers-only"></div>
Expand Down Expand Up @@ -318,7 +373,11 @@ <h2 class="recent-contributors-head">Recent Contributors</h2>
</div>
</div>


<h2 class="contributors-head" id="contributor">Contributors</h2>

<h2 class="contributors-head" id="contributer">Contributors</h2>

<div class="contribs">
<div style="display: flex; justify-content: space-between">
<p>This project was made possible by many contributors, including the following GitHub users:</p>
Expand Down

0 comments on commit 4eafc67

Please sign in to comment.