diff --git a/examples/demo.css b/examples/demo.css index e5e7b220..078a0203 100644 --- a/examples/demo.css +++ b/examples/demo.css @@ -11,12 +11,41 @@ font-style: normal; } -body { - padding: 20px; - margin: 0 auto 20px; - max-width: 1000px; - background: #f8f8fa; +html { + scroll-behavior: smooth; + } + +.sidenav { + width: 160px; /* Set the width of the sidebar */ + z-index: 1; /* Stay on top */ + left: 0px; + margin-top: 38vh; + margin-left: 3vh; + overflow-x: hidden; /* Disable horizontal scroll */ + position: absolute; + +} + +.sidenav a { + padding: 6px 8px 6px 16px; + text-decoration: none; + font-size: 15px; + color: #818181; + display: block; +} + +.sidenav a:hover { + color: #f1f1f1; } + +.main { + padding: 1.5% 18% 20px; + background: #f8f8fa; + height: 100vh; + overflow-y: scroll; + width: 100vw; +} + #forkMe-ribbon { width: 10px; diff --git a/index.html b/index.html index b228d7d4..f3ac5e14 100644 --- a/index.html +++ b/index.html @@ -37,6 +37,16 @@ +
+ Home + FTO issues + Candidates + StaleIssues + Contributors +
+ +
+ @@ -51,7 +61,7 @@
-

Welcome to Public Lab's coding community!

+

Welcome to Public Lab's coding community!

@@ -144,7 +154,7 @@

3.
Create a welcoming issue for someone else


-

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!

@@ -158,7 +168,7 @@

What's next?

In "candidates" below, there are some issues we think would make good first-timers-only issues, but haven't finished formatting. They could make a good second-time contribution!

-

Candidates

+

Candidates

We put a lot of work into our first-timer-only issues. But if we haven't been able to prepare any recently, here's a set of candidates we haven't yet had time to prepare, but which have most of the needed information. (Also: Learn how to help turn these into first-timers-only issues to help keep welcoming people in!

@@ -260,7 +270,7 @@

Recent Contributors

-

Contributors

+

Contributors

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

@@ -268,6 +278,7 @@

Contributors


+