Skip to content

Commit

Permalink
Merge pull request #32 from LibrePCB/discuss-page
Browse files Browse the repository at this point in the history
Add dedicated "discuss" page
  • Loading branch information
ubruhin committed Nov 11, 2019
2 parents 0bf2c44 + a84a98e commit 70ad86f
Show file tree
Hide file tree
Showing 8 changed files with 61 additions and 5 deletions.
21 changes: 21 additions & 0 deletions content/discuss/index.md
@@ -0,0 +1,21 @@
---
title: Discuss
type: discuss
---

### Forum

The best way for discussing improvement ideas or getting help is our
[discussion forum](https://librepcb.discourse.group/). Sign up and join the
conversation!

### Chat

We also have a development channel on IRC and a group on Telegram. The two
chats are bridged, so you can join any one of them to see all conversations.

* [#librepcb on Freenode](https://webchat.freenode.net/?channels=#librepcb)
* [LibrePCB_dev on Telegram](https://telegram.me/LibrePCB_dev)

Note that the chat is mainly for discussing the development of LibrePCB. To get
help, the [forum](https://librepcb.discourse.group/) is better suited.
19 changes: 19 additions & 0 deletions layouts/discuss/single.html
@@ -0,0 +1,19 @@
{{ partial "header.html" . }}
{{ partial "discuss-top-block.html" . }}

<div id="main">
<div id="intro" class="counterpoint">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2 text-center">
<h2>{{ .Title }}</h2>
<p class="lead">
{{ .Content }}
</p>
</div>
</div>
</div>
</div>
</div>

{{ partial "footer.html" . }}
2 changes: 1 addition & 1 deletion layouts/partials/blog-top-block.html
Expand Up @@ -7,7 +7,7 @@
<a href="/download" class="btn btn-download btn-lg">Download</i></a>
<a href="/compare" class="btn btn-compare btn-lg">Compare</i></a>
<a href="https://docs.librepcb.org" class="btn btn-docs btn-lg">Docs</i></a>
<a href="https://librepcb.discourse.group" class="btn btn-discuss btn-lg">Discuss</i></a>
<a href="/discuss" class="btn btn-discuss btn-lg">Discuss</i></a>
<a href="https://shop.spreadshirt.com/librepcb/" class="btn btn-merchandise btn-lg">Merchandise</i></a>
<a href="https://github.com/LibrePCB/LibrePCB" class="btn btn-dark btn-lg">GitHub <i class="icon-octocat"></i></a>
<a href="/donate" class="btn btn-donate btn-lg">Donate</a>
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/compare-top-block.html
Expand Up @@ -7,7 +7,7 @@
<a href="/download" class="btn btn-download btn-lg">Download</i></a>
<a href="/compare" class="btn btn-compare btn-lg">Compare</i></a>
<a href="https://docs.librepcb.org" class="btn btn-docs btn-lg">Docs</i></a>
<a href="https://librepcb.discourse.group" class="btn btn-discuss btn-lg">Discuss</i></a>
<a href="/discuss" class="btn btn-discuss btn-lg">Discuss</i></a>
<a href="https://shop.spreadshirt.com/librepcb/" class="btn btn-merchandise btn-lg">Merchandise</i></a>
<a href="https://github.com/LibrePCB/LibrePCB" class="btn btn-dark btn-lg">GitHub <i class="icon-octocat"></i></a>
<a href="/donate" class="btn btn-donate btn-lg">Donate</a>
Expand Down
16 changes: 16 additions & 0 deletions layouts/partials/discuss-top-block.html
@@ -0,0 +1,16 @@
<div id="top" class="blogHeader">
<div class="vert-text">
<div class="blogTitle">Discuss LibrePCB</div>
<div class="buttonbox">
<a href="/" class="btn btn-home btn-lg">Home</i></a>
<a href="/blog" class="btn btn-blog btn-lg">Blog</i></a>
<a href="/download" class="btn btn-download btn-lg">Download</i></a>
<a href="/compare" class="btn btn-compare btn-lg">Compare</i></a>
<a href="https://docs.librepcb.org" class="btn btn-docs btn-lg">Docs</i></a>
<a href="/discuss" class="btn btn-discuss btn-lg">Discuss</i></a>
<a href="https://shop.spreadshirt.com/librepcb/" class="btn btn-merchandise btn-lg">Merchandise</i></a>
<a href="https://github.com/LibrePCB/LibrePCB" class="btn btn-dark btn-lg">GitHub <i class="icon-octocat"></i></a>
<a href="/donate" class="btn btn-donate btn-lg">Donate</a>
</div>
</div>
</div>
2 changes: 1 addition & 1 deletion layouts/partials/donate-top-block.html
Expand Up @@ -7,7 +7,7 @@
<a href="/download" class="btn btn-download btn-lg">Download</i></a>
<a href="/compare" class="btn btn-compare btn-lg">Compare</i></a>
<a href="https://docs.librepcb.org" class="btn btn-docs btn-lg">Docs</i></a>
<a href="https://librepcb.discourse.group" class="btn btn-discuss btn-lg">Discuss</i></a>
<a href="/discuss" class="btn btn-discuss btn-lg">Discuss</i></a>
<a href="https://shop.spreadshirt.com/librepcb/" class="btn btn-merchandise btn-lg">Merchandise</i></a>
<a href="https://github.com/LibrePCB/LibrePCB" class="btn btn-dark btn-lg">GitHub <i class="icon-octocat"></i></a>
<a href="/donate" class="btn btn-donate btn-lg">Donate</a>
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/download-top-block.html
Expand Up @@ -7,7 +7,7 @@
<a href="/download" class="btn btn-download btn-lg">Download</i></a>
<a href="/compare" class="btn btn-compare btn-lg">Compare</i></a>
<a href="https://docs.librepcb.org" class="btn btn-docs btn-lg">Docs</i></a>
<a href="https://librepcb.discourse.group" class="btn btn-discuss btn-lg">Discuss</i></a>
<a href="/discuss" class="btn btn-discuss btn-lg">Discuss</i></a>
<a href="https://shop.spreadshirt.com/librepcb/" class="btn btn-merchandise btn-lg">Merchandise</i></a>
<a href="https://github.com/LibrePCB/LibrePCB" class="btn btn-dark btn-lg">GitHub <i class="icon-octocat"></i></a>
<a href="/donate" class="btn btn-donate btn-lg">Donate</a>
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/top-block.html
Expand Up @@ -10,7 +10,7 @@
<a href="/download" class="btn btn-download btn-lg">Download</i></a>
<a href="/compare" class="btn btn-compare btn-lg">Compare</i></a>
<a href="https://docs.librepcb.org" class="btn btn-docs btn-lg">Docs</i></a>
<a href="https://librepcb.discourse.group" class="btn btn-discuss btn-lg">Discuss</i></a>
<a href="/discuss" class="btn btn-discuss btn-lg">Discuss</i></a>
<a href="https://shop.spreadshirt.com/librepcb/" class="btn btn-merchandise btn-lg">Merchandise</i></a>
<a href="https://github.com/LibrePCB/LibrePCB" class="btn btn-dark btn-lg">GitHub <i class="icon-octocat"></i></a>
<a href="/donate" class="btn btn-donate btn-lg">Donate</a>
Expand Down

0 comments on commit 70ad86f

Please sign in to comment.