-
Notifications
You must be signed in to change notification settings - Fork 1
/
how-it-works.html
134 lines (124 loc) · 5.32 KB
/
how-it-works.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
---
layout: page
title: How Distributed Organizing Works
permalink: /how-it-works/
image: /assets/images/how_it_works/peeps.png
---
<div class="container how-it-works-hero">
<div id="hero" class="mt-3 mb-md-5">
<div class="row">
<div class="col-md-1">
</div>
<div class="col-md-6">
<p class="medium">How It Works</p>
<h1>Broadcast vs Distributed Organizing</h1>
<p class="line-height-large">ControlShift Labs is committed to the idea that people should drive social movements, even when they happen online. With a distributed organizing model, your organization can leverage the power of your supporters by giving them the opportunity to start, run, and win their own campaigns. The distributed organizing model not only allows your organization to run more numerous and diverse campaigns, but it also leads to more involved and more active supporters.</p>
</div>
<div class="col-md-1">
</div>
<div class="col-md-3">
<img src="/assets/images/how_it_works/image-howitworks-hero-peeps.svg" class="hero-image" alt="" />
</div>
<div class="row-full p-0 absolute d-none d-xl-block">
<img class="" src="/assets/images/how_it_works/image-howitworks-hero-biker.svg" style="position: absolute; top: 40px;" alt="" />
</div>
</div>
</div>
</div>
<div class="container-fluid mb-2 bg-white text-black">
<div class="container p-0">
<div class="row justify-content-center py-4">
<div class="col-md-10">
<div class="example mb-2 mt-2">
<div class="row">
<div class="col-sm-8">
Download our organizing guide for examples, checklists, and tips to transform your organizing program into a scaled, distributed, and member-led force for change.
</div>
<div class="col-sm-4">
<a href="/resources/getting-started-with-distributed-organizing-petitions.html" class="btn btn-darkblue float-end">Get Organizing Guide</a>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div id="comparisons" class="mt-md-3 text-center">
<div class="row comparison-header comparison mt-3 mb-3 d-none d-sm-flex">
<div class="col-md-5 comparison-left">
<h3>Traditional Broadcast Organizing</h3>
<img src="/assets/images/how_it_works/vector-traditional-organizing-main.svg" class="mb-2" alt="An organization which broadcasts to one set of people" />
</div>
<div class="col-md-2 comparison-versus"></div>
<div class="col-md-5 comparison-right">
<h3>Distributed Organizing</h3>
<img src="/assets/images/how_it_works/vector-distributed-organizing-main.svg" class="mb-2" alt="An organization which facilitates groups of people in communicating with each other" />
</div>
</div>
<hr class="d-none d-sm-none" />
{% for comparison in site.data.comparisons %}
<div class="row comparison mt-3 mb-3">
<div class="col-12">
<div class="row">
<div class="col-sm-5 comparison-left">
<h5 class="d-sm-none">Traditional Broadcast Organizing</h5>
<div class="mb-2">
<img src="/assets/images/how_it_works/vector-traditional-organizing-vs-{{comparison.name}}.svg" alt="" />
</div>
<p>{{comparison.traditional}}</p>
</div>
<div class="col-sm-2 comparison-versus mb-2">
<div class="mb-2 versus-spacer"></div>
VS
</div>
<div class="col-sm-5 comparison-right">
<h5 class="d-sm-none">Distributed Organizing</h5>
<div class="mb-2">
<img src="/assets/images/how_it_works/vector-distributed-organizing-vs-{{comparison.name}}.svg" alt="" />
</div>
<p>{{comparison.distributed}}</p>
</div>
</div>
</div>
</div>
<hr />
{% endfor %}
</div>
</div>
<div class="row mt-md-4 mt-1 why-distributed-organizing">
<div class="col-12 ms-0 mb-2 why-distributed-organizing-header">
<h3>Why Distributed Organizing?</h3>
</div>
</div>
<div class="row ms-0 p-0 pb-3">
{% for reason in site.data.reasons_why %}
<div class="col-md-3 selling-point">
<div class="me-2">
<img src="/assets/images/how_it_works/vector-why-distributed-{{reason.name}}.svg" alt="" />
<h5>{{reason.title}}</h5>
<p>{{reason.detail}}</p>
</div>
</div>
{% endfor %}
</div>
<div class="row">
<div class="col-md-12 text-center">
<h4>Sectors</h4>
</div>
</div>
<div class="row py-3">
<div class="col-md-6 text-center">
<a href="/sector/electoral/">
<img class="img-fluid sector-image" src="/assets/images/sectors/hero/electoral-active.svg" alt="" />
Electoral
</a>
</div>
<div class="col-md-6 text-center">
<a href="/sector/advocacy/">
<img class="img-fluid sector-image" src="/assets/images/sectors/hero/advocacy-active.svg" alt="" />
Advocacy
</a>
</div>
</div>
</div>
</div>
{% include page-footer.html %}