Skip to content

Commit c25e1f8

Browse files
committed
Moved summary from secret page onto index, as linking in iframe is broken right now.
See: https://github.com/pol-is/issues/issues/25
1 parent 6c10b01 commit c25e1f8

File tree

4 files changed

+24
-22
lines changed

4 files changed

+24
-22
lines changed

_config.yml

+19
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,26 @@ locales:
7878
The goal of this parallel public consultation process is to have a large-scale conversation where participants can listen, share and learn from others’ viewpoints. We hope the debate evolves in such a way such that consensus statements allow this conversation to move forward in a productive and actionable way.
7979
8080
Basically, we'd like to build consensus through conversation rather than continue to yell at each other from across the table.
81+
intro: |
82+
**The Government of Canada has been thinking about electoral reform, and talking to citizens about it.**
8183
84+
We hope this citizen-run website can be a place to improve the ongoing conversation among citizens, complementing government efforts.
85+
86+
* [References](https://hackpad.com/MyDem0cracy.ca-3hX26tZ8F0f) (All are welcome to contribute)
87+
* Please click “Share your perspective…” to add your comments.
88+
* Your "perspective" can be either feelings or facts -- starting with "I think..." or "I am..."
89+
* New comments should be standalone and should not respond to other comments.
90+
* For complicated perspectives, please split them into simpler comments. These will be easier for others to vote on.
91+
* Do not use questions.
92+
* If you don't know, or think it's a poorly written comment, just PASS.
93+
94+
_Note: This system is not for counting the number of people holding each opinion, but to understand both the diverse “opinion groups” and also the “majority opinions” shared by all. It's about understanding consensus. People with the same opinions are represented as a single group. We welcome everyone to share their views._
95+
96+
---------
97+
98+
* [Who created this?](/faq/#who-created)
99+
* [Why was this created?](/faq/#why)
100+
* [How long does this run?](/faq/#timeline)
82101
83102
fr:
84103
site:

css/custom.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ ol, ul {
410410
src: url("/assets/Charter.woff")
411411
}
412412

413-
.article-container {
413+
.article-container, .main-container {
414414
max-width: 780px;
415415
margin-left: auto;
416416
margin-right: auto;

index.html

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
{% assign embed_url = 'https://pol.is/embed.js' %}
99
{% endif %}
1010

11+
<div class="main-container">
12+
{{ site.locales[site.locale].intro | markdownify }}
13+
</div>
14+
1115
<div class='polis'
1216
data-conversation_id='{{ conversation_id }}'
1317
data-padding='0'

summary.md

-21
This file was deleted.

0 commit comments

Comments
 (0)