-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSTART-Decolonize.html
945 lines (778 loc) · 47.5 KB
/
START-Decolonize.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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title></title>
<meta name="generator" content="LibreOffice 6.4.6.2 (Linux)"/>
<meta name="created" content="2019-12-20T04:32:42.443976055"/>
<meta name="changed" content="2020-12-04T07:51:27.948148801"/>
<style type="text/css">
@page { size: 8.5in 11in; margin: 0.79in }
p { margin-bottom: 0.1in; line-height: 115%; background: transparent }
p.sdfootnote { margin-left: 0.24in; text-indent: -0.24in; margin-bottom: 0in; font-size: 10pt; line-height: 100%; background: transparent }
a:link { color: #000080; so-language: zxx; text-decoration: underline }
a:visited { color: #800000; so-language: zxx; text-decoration: underline }
a.sdfootnoteanc { font-size: 57% }
</style>
</head>
<body lang="en-US" link="#000080" vlink="#800000" dir="ltr"><p align="center" style="margin-bottom: 0in; line-height: 100%">
<img src="START-Decolonize_html_8b765b7661278a9f.png" name="Image4" align="left" width="497" height="496" border="0"/>
<font face="ITC Stone Sans Std Bold, sans-serif"><font size="6" style="font-size: 26pt">Decolonization</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="ITC Stone Sans Std Bold, sans-serif"><font size="6" style="font-size: 26pt">for
Survivors</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%">
<font face="Stone Sans OS ITC TT, sans-serif"><font size="6" style="font-size: 24pt">Ecosteader
& Company</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Tlwg Typist"><font size="4" style="font-size: 16pt">ecosteader.com
</font></font>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Tlwg Typist"><font size="3" style="font-size: 13pt">b
company for public benefit</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Stone Sans SC ITC TT, sans-serif"><font size="6" style="font-size: 22pt">Winter
Solstice 2019</font></font></p>
<p align="right" style="margin-bottom: 0in; line-height: 70%"><br/>
</p>
<p align="right" style="margin-bottom: 0in; line-height: 70%"><br/>
</p>
<p align="right" style="margin-bottom: 0in; line-height: 70%; page-break-before: always">
<br/>
</p>
<p align="right" style="margin-bottom: 0in; line-height: 70%"><font face="serif"><font size="5" style="font-size: 20pt"><font face="Linux Biolinum O"><font size="2" style="font-size: 9pt">This
compilation contains many </font></font><font face="Linux Biolinum O"><font size="2" style="font-size: 9pt">corrections
to history that descendants of white settler colonialism may not be
aware of. </font></font></font></font>
</p>
<p align="right" style="margin-bottom: 0in; line-height: 70%"><font face="serif"><font size="5" style="font-size: 20pt"><font face="Linux Biolinum O"><font size="2" style="font-size: 9pt">Listen
at least twice as hard before you think to speak; not everything
translates to English. In fact, almost nothing does. </font></font>
</font></font>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%; page-break-before: always">
“<font face="Futura Lt BT"><font size="7" style="font-size: 40pt">Decolonize
the concepts. <font size="7" style="font-size: 32pt">Indigenous
communities have the power, strength, and intelligence to develop
culturally-specific strategies of liberation, health, and well-being.
Indigenous people have the right to accept new ways of thinking,
reconstruct them, or to deny them. </font></font></font>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Futura Lt BT"><font size="7" style="font-size: 40pt">Translation
is not only encouraged but necessary.”<a class="sdfootnoteanc" name="sdfootnote1anc" href="#sdfootnote1sym"><sup>1</sup></a></font></font></p>
<p align="left" style="margin-bottom: 0in; line-height: 100%; page-break-before: always">
<span id="Frame1" dir="ltr" style="float: left; width: 3.36in; height: 4.45in; border: none; padding: 0in; background: #ffffff"><p style="margin-top: 0.08in; margin-bottom: 0.08in; line-height: 100%">
<img src="START-Decolonize_html_813eecada07f07d.gif" name="Frame3" alt="Frame3"/>
</p>
</span><font face="Tlwg Typist"><font size="2">For more info on the
artwork sources, adaptations, and the use of symbols among various
First Nations, see: <a href="https://ecosteader.com/tags/indigenous">https://ecosteader.com/</a><a href="https://ecosteader.com/tags/indigenous">tags/indigenous</a></font></font>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="left" style="margin-bottom: 0in; line-height: 100%">“<font face="Tlwg Typist"><font size="2" style="font-size: 11pt">American
colonial ideas of self-government came as much from the colonists’
observations of tribal governments as from their Protestant or
Greco-Roman heritage. Neither Greece nor Rome had the kind of
pluralistic democracy as that concept had been understood in the
United States since Andrew Jackson, but the tribes, particularly the
gynarchical tribal confederacies, did. It is true that the <i>oligarchic</i>
form of government that colonial Americans established was originally
based on Greco-Roman systems in a number of ways, such as its
restriction of citizenship to propertied white males over twenty-one
years of age, but it was never a form that Americans as a whole have
been entirely comfortable with. Politics and government in the United
States during the Federalist period also reflected the English common
law system as it had evolved under patriarchal feudalism and monarchy
– hence the United States’ retention of slavery and restriction
of citizenship to propertied white males.”</font></font></p>
<p align="left" style="margin-bottom: 0in; line-height: 100%"><font face="Tlwg Typist"><font size="2" style="font-size: 10pt">~
Paula Gunn Allen <span style="text-decoration: none">“</span><span style="text-decoration: none">Pushing
Up the Sky”. </span><u>The Sacred Hoop</u><span style="text-decoration: none">
1986 </span></font></font>
</p>
<p align="left" style="margin-bottom: 0in; line-height: 100%; text-decoration: none">
<br/>
</p>
<p align="left" style="margin-bottom: 0in; line-height: 100%"><span style="text-decoration: none">“</span><font face="Tlwg Typist"><font size="2" style="font-size: 11pt"><a href="https://www.tandfonline.com/doi/full/10.1080/14623520601056240" target="_blank">Settler
colonialism</a> is said to be a structure, not an historic event,
whose endgame is always the elimination of the Natives in order to
acquire their land, which it does in countless seen and unseen ways.
These techniques are woven throughout the US’s national discourse
at all levels of society. … </font></font><font face="Tlwg Typist"><font size="2" style="font-size: 11pt">i</font></font><font face="Tlwg Typist"><font size="2" style="font-size: 11pt">n
this program, genocide and land dispossession are continually both
justified and denied.</font></font></p>
<p style="line-height: 100%"><br/>
<br/>
</p>
<p style="line-height: 100%"><font face="Tlwg Typist"><font size="2" style="font-size: 11pt">Like
white fragility, settler fragility is the inability to talk about
unearned privilege—in this case, the privilege of living on lands
that were taken in the name of democracy through profound violence
and injustice. Like white privilege, white supremacy is also at the
root of settler fragility. The difference is that foreign invasion,
dispossession of Indigenous lands, and genocide were based on (white)
European religious and cultural supremacy as encoded in the <a href="https://upstanderproject.org/firstlight/doctrine/" target="_blank">doctrine
of discovery</a>, not racial supremacy.</font></font></p>
<p style="line-height: 100%"><font face="Tlwg Typist"><font size="2" style="font-size: 11pt">An
orientation to land and place based on the four R’s must also take
into consideration society’s relationship to Indigenous peoples and
its domination-based paradigm. Settler society can then finally be
accountable for its genocidal and whitewashed historical narratives.</font></font></p>
<p style="line-height: 100%"><font face="Tlwg Typist"><font size="2" style="font-size: 11pt">In
these ways, settler society can construct a land- and place-based
ethic that affirms life in all its forms and help ensure the futurity
and diversity of all human and nonhuman communities. ” </font></font>
</p>
<p style="line-height: 100%"><font face="Tlwg Typist"><font size="2" style="font-size: 11pt">~
<a href="https://www.beaconbroadside.com/broadside/dina-gilio-whitaker/" target="_blank">Dina
Gilio-Whitaker</a> “<a href="https://www.beaconbroadside.com/broadside/2019/05/mainstream-settler-society-needs-a-land-and-place-based-ethic.html">Mainstream
Settler Society Needs a Land- and Place-Based Ethic</a>”</font></font></p>
<p style="line-height: 100%"><br/>
<br/>
</p>
<p style="line-height: 100%"><img src="START-Decolonize_html_409cf69b6721029a.gif" name="Frame2" alt="Frame2" align="bottom"/>
</p>
<p style="line-height: 100%"><font face="Tlwg Typist"><font size="2" style="font-size: 11pt"><b>Latter-day
Saints AKA “Mormons” are murderers:</b></font></font></p>
<p style="line-height: 100%">“<font face="Tlwg Typist"><font size="2" style="font-size: 11pt">When
the Mormons first reached Utah in 1847, there were an estimated
20,000 Native Americans within the territory. By 1900 the number had
plummeted to 2,623. In other words, eighty-six percent of the Indians
in Utah vanished in half a century.” </font></font>
</p>
<p style="line-height: 100%"><font face="Tlwg Typist"><font size="2" style="font-size: 11pt"><i>Decolonization
is not a metaphor. </i><span style="font-style: normal">Eve Tuck &
K. Wayne Lang 2012</span></font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Tlwg Typist"><font size="2" style="font-size: 10pt">¨Letter
to the Crown</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Tlwg Typist"><font size="2" style="font-size: 10pt">https://iaf-fai.org/2020/11/13/letter-to-the-crown/</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Futura Lt BT"><font size="7" style="font-size: 40pt">Honor
Indigenous Peoples </font></font>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Futura Lt BT"><font size="6" style="font-size: 26pt">NOT
COLUMBUS.</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Futura Lt BT"><font size="7" style="font-size: 40pt"><font size="6" style="font-size: 26pt">NOT</font><font size="6" style="font-size: 26pt">
PIONEERS.</font></font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Futura Lt BT"><font size="6" style="font-size: 26pt">NOT
PRESIDENTS.</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><img src="START-Decolonize_html_7a579fe478f53742.png" name="Image2" align="left" width="224" height="317" border="0"/>
<br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%">
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="right" style="margin-bottom: 0in; line-height: 100%"><font face="Stone Sans ITC TT, sans-serif"><font size="7" style="font-size: 40pt">ABOUT
<b>#MMIW</b></font></font></p>
<p align="left" style="margin-bottom: 0in; line-height: 0.39in"><br/>
</p>
<p align="left" style="margin-bottom: 0in; line-height: 0.39in"><font face="Stone Sans ITC TT, sans-serif"><font size="7" style="font-size: 40pt"><font size="6" style="font-size: 26pt">MMIW
= </font><font size="6" style="font-size: 26pt">M</font><font size="6" style="font-size: 26pt">issing
&</font></font></font></p>
<p align="left" style="margin-bottom: 0in; line-height: 0.39in">
<font face="Stone Sans ITC TT, sans-serif"><font size="6" style="font-size: 26pt">Murdered</font></font></p>
<p align="left" style="margin-bottom: 0in; line-height: 0.39in">
<font face="Stone Sans ITC TT, sans-serif"><font size="6" style="font-size: 26pt">Indigenous</font></font></p>
<p align="left" style="margin-bottom: 0in; line-height: 0.39in">
<font face="Stone Sans ITC TT, sans-serif"><font size="6" style="font-size: 26pt">Women</font></font></p>
<p align="left" style="margin-bottom: 0in; line-height: 0.39in"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%">“<font face="Stone Sans ITC TT, sans-serif"><font size="7" style="font-size: 40pt"><font size="6" style="font-size: 28pt"><span style="font-weight: normal">The
physical and cultural genocide of American Indian tribes is and was
mostly about patriarchal fear of </span></font><font size="6" style="font-size: 28pt"><span style="font-weight: normal">women</span></font><font size="6" style="font-size: 28pt"><span style="font-weight: normal">.
The [insert western Christian denominations] missionaries ... could
not tolerate peoples who allowed women to occupy prominent positions
and decision-making capacity at every level of society.</span></font><font size="4" style="font-size: 14pt"><span style="font-weight: normal">”</span></font><font size="4" style="font-size: 14pt"><b>
-</b></font><font size="4" style="font-size: 14pt"><b>Paula Gunn
Allen</b></font></font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Stone Sans ITC TT, sans-serif"><font size="5" style="font-size: 18pt">Both
Canada and the US governments have a sordid history of harassing and
killing First Nations peoples, raping and plundering the natural
resources on their lands, and leaving a wake of pollution and
destruction that money can’t clean up.</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><img src="START-Decolonize_html_c88f50f4c6488fbe.png" name="Image6" align="left" width="665" height="356" border="0"/>
<font face="Stone Sans ITC TT, sans-serif"><font size="6" style="font-size: 24pt">Wet’suwet’en
/unistoten.camp/</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Stone Sans ITC TT, sans-serif"><font size="6" style="font-size: 24pt">Apache
Solidarity /apache-stronghold/ </font></font>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%; page-break-before: always">
<br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Tlwg Typist"><font size="2" style="font-size: 10pt"><b>Winter
2019</b></font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Tlwg Typist"><font size="2" style="font-size: 10pt">Australia’s
burning</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Tlwg Typist"><font size="2" style="font-size: 10pt">Colonial
economics are stupid and bad </font></font>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Tlwg Typist"><font size="2" style="font-size: 10pt">(BTW
YOU ARE STILL FAILING ON ALL CONTINENTS) </font></font>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Tlwg Typist"><font size="2" style="font-size: 10pt">White
supremacists have no future</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Tlwg Typist"><font size="2" style="font-size: 10pt">Universe’s
extreme last call “backup emergency plan” to save baby Yodas </font></font>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Tlwg Typist"><font size="2" style="font-size: 10pt">Koalas</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Tlwg Typist"><font size="2" style="font-size: 10pt">Unique
marsupial species</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Tlwg Typist"><font size="2" style="font-size: 10pt">with
as many rights as</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Tlwg Typist"><font size="2" style="font-size: 10pt">Native
Eucalyptus,</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Tlwg Typist"><font size="2" style="font-size: 10pt">Smart
teams of birds,</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Tlwg Typist"><font size="2" style="font-size: 10pt">etc.</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Tlwg Typist"><font size="2" style="font-size: 10pt">And
its governor goes and tries to hide in Hawai’i?</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Tlwg Typist"><font size="2" style="font-size: 10pt">The
US has an <a href="https://newsmaven.io/indiancountrytoday/news/the-colonizer-s-president-was-impeached-SWStlOlhOUGymRo09L17eg" target="_blank">impeached</a>
coward trying to run the show.</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Tlwg Typist"><font size="2" style="font-size: 10pt">Great
Britain’s doomed by division.</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Tlwg Typist"><font size="2" style="font-size: 10pt">Canada
thinks four-wheelers can replace four-leggeds.</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Tlwg Typist"><font size="2" style="font-size: 10pt"><b>Spring
2020</b></font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Tlwg Typist"><font size="2" style="font-size: 10pt">Flooding
starting early in Mississippi and Tennessee.</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Tlwg Typist"><font size="2" style="font-size: 10pt">Tornadoes
smash through Nashville.</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Tlwg Typist"><font size="2" style="font-size: 10pt">The
diseased US President leaks virus and plague from every orifice; he
still does not “get it” that money and economics cannot solve
problems created by money.</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%">
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%">
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Stone Sans ITC TT, sans-serif"><font size="6" style="font-size: 26pt">MarkCharles2020.com</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%">“<font face="Stone Sans ITC TT, sans-serif">Throughout
our history the United States of America has used the separation of
families as a means of controlling people of color. Whether during
Indian removal, the slave trade, Western Expansion, Internment Camps,
Indian boarding schools or in immigration detention centers today -
the U.S. government has been stealing babies from their mother’s
breasts for nearly 250 years. It is who we are. </font>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Stone Sans ITC TT, sans-serif">It's
what our government does.<br/>
<br/>
But it's not who we have to
be.<br/>
<br/>
The first step towards change is acknowledging we have
a problem. So while this may be who we are, it is not who we have to
continue to be. But that is a decision we have to make together, both
intentionally and collectively. Our systemic injustice, racism, and
implicit bias of white supremacy are not partisan problems. It's a
collective problem.<font size="2" style="font-size: 10pt">”</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Tlwg Typist"><font size="2" style="font-size: 10pt"><a href="https://wirelesshogan.blogspot.com/2018/06/separating-families-its-what-us-has.html">https://wirelesshogan.blogspot.com/2018/06/separating-families-its-what-us-has.html</a></font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p style="line-height: 100%"><br/>
<br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><img src="START-Decolonize_html_d227e73726eb0df4.png" name="Image5" align="left" width="665" height="371" border="0"/>
<br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="left" style="margin-bottom: 0in; font-weight: normal; line-height: 100%">
<font face="Futura Lt BT"><font size="7" style="font-size: 40pt">Learn</font></font></p>
<p align="left" style="margin-bottom: 0in; font-weight: normal; line-height: 100%">
<font face="Futura Lt BT"><font size="7" style="font-size: 40pt">about
Land Acknowledgements</font></font></p>
<p align="right" style="margin-bottom: 0in; font-weight: normal; line-height: 100%">
→</p>
<p align="right" style="margin-bottom: 0in; font-weight: normal; line-height: 100%">
<font face="Futura Lt BT"><font size="3" style="font-size: 12pt">READ:
“You cannot discover lands already inhabited” <u>Unsettling
Truths.</u><i><span style="text-decoration: none"> The Ongoing
Dehumanizing Legacy of the Doctrine of Discovery. </span></i><span style="font-style: normal"><span style="text-decoration: none">Mark
Charles and Soong-Chan Rah. 2019,</span></span></font></font></p>
<p align="right" style="margin-bottom: 0in; font-weight: normal; line-height: 100%">
<font face="Futura Lt BT"><font size="3" style="font-size: 12pt"><span style="font-style: normal"><span style="text-decoration: none">V</span></span><span style="font-style: normal"><span style="text-decoration: none">ISIT:
</span></span><a href="https://native-land.ca/">https://native-land.ca</a><span style="font-style: normal"><span style="text-decoration: none">
</span></span><span style="font-style: normal"><span style="text-decoration: none">and
figure out whose land you’re on.</span></span></font></font></p>
<p align="right" style="margin-bottom: 0in; font-weight: normal; line-height: 100%">
<br/>
</p>
<p align="right" style="margin-bottom: 0in; line-height: 100%"><font face="Futura Lt BT"><font size="6" style="font-size: 26pt"><font size="5" style="font-size: 18pt"><span style="font-weight: normal">Resources
include </span></font><font size="5" style="font-size: 18pt"><span style="font-weight: normal">detail
about</span></font><font size="5" style="font-size: 18pt"><span style="font-weight: normal">
languages, people, </span></font><font size="5" style="font-size: 18pt"><span style="font-weight: normal">trading
</span></font><font size="5" style="font-size: 18pt"><span style="font-weight: normal">areas,
</span></font><font size="5" style="font-size: 18pt"><span style="font-weight: normal">many
of which overlap with ….</span></font><font size="5" style="font-size: 18pt"><span style="font-weight: normal">(get
this):</span></font><font size="5" style="font-size: 18pt"><span style="font-weight: normal">
</span></font></font></font>
</p>
<p align="right" style="margin-bottom: 0in; line-height: 100%"><font face="Futura Lt BT"><font size="6" style="font-size: 26pt"><font size="5" style="font-size: 18pt"><b>N</b></font><font size="5" style="font-size: 18pt"><b>o
walls or official borders.</b></font></font></font></p>
<p align="center" style="margin-bottom: 0in; font-weight: normal; line-height: 100%">
<br/>
</p>
<p align="center" style="margin-bottom: 0in; font-weight: normal; line-height: 100%">
<img src="START-Decolonize_html_e9b1082664211fe8.png" name="Image3" align="left" width="665" height="329" border="0"/>
<font face="Futura Lt BT"><font size="5" style="font-size: 18pt"><i>Still
here, yup.</i></font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-top: 0.17in; margin-bottom: 0.08in; line-height: 100%; page-break-after: avoid">
<font face="Futura Lt BT"><font size="6" style="font-size: 28pt"><b>Indigenous
peoples' rights:</b></font></font></p>
<p align="center" style="margin-top: 0.17in; margin-bottom: 0.08in; line-height: 100%; page-break-after: avoid">
<font face="Futura Lt BT"><font size="6" style="font-size: 28pt"><b>Use
a trailing apostrophe. Ownership belongs to the different peoples.</b></font></font></p>
<p align="center" style="margin-top: 0.17in; margin-bottom: 0.08in; line-height: 100%; page-break-after: avoid">
<font face="Futura Lt BT"><font size="3" style="font-size: 12pt"><b>There
are many peoples, and they each have different languages. YO, BE
SPECIFIC. </b></font></font>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Futura Lt BT"><font size="4" style="font-size: 14pt"><b><span style="background: #f6f9d4">SAMPLE:
Land acknowledgement for a college or educational space </span></b></font></font>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><span style="background: #f6f9d4">“</span>The
[authors] ask readers to acknowledge the <pre-Columbus settlements
of the _____ peoples . See also: https://maps.fpcc.ca/>
communities, their [leadership/elders], as well as future
generations. They acknowledge that the University and the research
area were founded upon the exclusion and erasure of many Indigenous
peoples, including those on whose land the institution is located and
research computed. They acknowledge that the research study was
enabled by the past and contemporary land stewardship of local
Indigenous peoples. <font face="Futura Lt BT"><font size="4" style="font-size: 14pt"><b><span style="background: #f6f9d4">”
</span></b></font></font><font face="Futura Lt BT"><font size="4" style="font-size: 14pt"><b><span style="background: #f6f9d4">Thanks
to</span></b></font></font><font face="Futura Lt BT"><font size="4" style="font-size: 14pt"><b><span style="background: #f6f9d4">
@[email protected] </span></b></font></font><font face="Futura Lt BT"><font size="4" style="font-size: 14pt"><b><span style="background: #f6f9d4">for
the notes, edits, and discussion on general practices for a land
acknowledgement template. </span></b></font></font>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><span style="background: transparent"><font face="Futura Lt BT"><font size="4" style="font-size: 14pt"><b>Are
you ready to tear down </b></font></font><font face="Futura Lt BT"><font size="4" style="font-size: 14pt"><b>the
broken systems in favor of one that works?</b></font></font></span></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><span style="background: transparent"><font face="Futura Lt BT"><font size="4" style="font-size: 14pt"><b>I</b></font></font><font face="Futura Lt BT"><font size="4" style="font-size: 14pt"><b>f
you ever “forget” why you are not in charge, here’s the
syllabus:</b></font></font></span></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><span style="background: transparent"><font face="Futura Lt BT"><font size="4" style="font-size: 14pt"><b>-----------------------------------------------------------------------------------------------</b></font></font></span></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><span style="background: transparent"><font face="Futura Lt BT"><font size="4" style="font-size: 14pt"><b>eom</b></font></font></span></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><span style="background: transparent"><font face="Futura Lt BT"><font size="4" style="font-size: 14pt"><b>-------------------------------------------------------------------------------------------</b></font></font></span></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%; page-break-before: always">
<br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Futura Lt BT"><font size="7" style="font-size: 80pt">STOP
NOTICE</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Tlwg Typist"><font size="6" style="font-size: 28pt">ecosystems
require</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Futura Lt BT"><font size="6" style="font-size: 28pt">ALL
LOCAL FIXES </font></font>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Futura Lt BT"><font size="6" style="font-size: 28pt">before
any global-oriented move</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Futura Lt BT"><font size="4" style="font-size: 14pt">#ProTip:
Subsurface minerals are NOT a right.</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Futura Lt BT"><font size="4" style="font-size: 14pt">Cannot
be bought and sold.</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Futura Lt BT"><font size="4" style="font-size: 14pt">If
your city doesn’t have a recycling and compost setup from 30+ years
ago, </font></font>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Futura Lt BT"><font size="4" style="font-size: 14pt">go
dig through your landfills instead.</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Futura Lt BT"><font size="4" style="font-size: 14pt"><a href="https://www.youtube.com/watch?v=eAlRwi9mnwA"><font face="Stone Sans ITC TT, sans-serif">https://www.youtube.com/watch?v=eAlRwi9mnwA</font></a></font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%; page-break-before: always">
<br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Stone Sans ITC TT, sans-serif"><font size="7" style="font-size: 88pt">Indigenous
sovereignty. </font></font>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Stone Sans ITC TT, sans-serif"><font size="7" style="font-size: 54pt">Acknowledge
it:</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Stone Sans ITC TT, sans-serif"><font size="7" style="font-size: 40pt">Inherent
to the particle. </font></font>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Stone Sans ITC TT, sans-serif"><font size="5" style="font-size: 20pt">Sovereignty
cannot be “granted” by a governmental entity; it can only be
<b>acknowledged</b> and respected as existing, INDEPENDENT from
colonial systems. </font></font>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%; page-break-before: always">
<font face="Stone Sans ITC TT, sans-serif"><font size="4" style="font-size: 14pt">That’s
right: </font></font>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Stone Sans ITC TT, sans-serif"><font size="4" style="font-size: 14pt">Intricate
Details</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Stone Sans ITC TT, sans-serif"><font size="4" style="font-size: 14pt">Are
usually not possible </font></font>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Stone Sans ITC TT, sans-serif"><font size="4" style="font-size: 14pt">in
the vicinity of destruction.</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Stone Sans ITC TT, sans-serif"><font size="4" style="font-size: 14pt">Sinkholes
happen.</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%; page-break-before: always">
<font face="Tlwg Typist"><font size="2" style="font-size: 10pt">Endnotes
// <b>include</b> this <a href="https://ecosteader.com/@indie/103351999727744746"><b>astoundingly
obvious advice</b></a>:</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Tlwg Typist"><font size="2" style="font-size: 10pt">DO
NOT BASE ANYTHING ON A FAILED SYSTEM.</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Tlwg Typist"><font size="2" style="font-size: 10pt">FAILED
SYSTEMS INCLUDE OLIGARCHIES LIKE RUSSIA; EXCLUDE PATRIARCHAL
OLIGARCHIES AND THE SOCIETIES THAT ENABLE THEM.</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Tlwg Typist"><font size="2" style="font-size: 10pt">FAILED
SYSTEMS INCLUDE MONARCHIES; EXCLUDE EUROPEAN MONARCHIES.</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Tlwg Typist"><font size="2" style="font-size: 10pt">*
~ * ~ *</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Tlwg Typist"><font size="2" style="font-size: 10pt">EXCLUDE
ALL REALTORS, BROKERS, HOTELIERS, LANDLORDS, PROPERTY MANAGEMENT
COMPANIES, LLCS, AND OTHER TRAVESTIES RESULTANT FROM COLONIAL IDEAS
ABOUT “HOW TO MAKE MONEY EXPLOITING LAND”. YOU CANNOT DO THIS TOO
SOON.</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Tlwg Typist"><font size="2" style="font-size: 10pt">IF
YOU WORK FOR THEM, EVEN AS A “SECRETARY”, YOU’RE JUST A
COMPLICIT ENABLER.</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Tlwg Typist"><font size="2" style="font-size: 10pt">GET
HELP.</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Tlwg Typist"><font size="2" style="font-size: 10pt">THERE
ARE NO EXCUSES.</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%; page-break-before: always">
<font face="Tlwg Typist"><font size="4" style="font-size: 14pt">#qmech
endnotes: </font></font>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Tlwg Typist"><font size="4" style="font-size: 14pt">find:
marketing.yml for FAQ</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Tlwg Typist"><font size="4" style="font-size: 14pt">YT:
¨Channel Ecostead¨</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%; page-break-before: always">
<font face="ITC Stone Sans Std Bold, sans-serif"><font size="6" style="font-size: 26pt">Yes,
you can support native sovereignty if you want.</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Tlwg Typist"><font size="5" style="font-size: 18pt">This
document was created </font></font>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Tlwg Typist"><font size="5" style="font-size: 18pt">for
the Creative Commons</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Tlwg Typist"><font size="5" style="font-size: 18pt">copyleft
2020 </font></font>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Tlwg Typist"><font size="4" style="font-size: 14pt">Don’t
say you weren’t warned.</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Tlwg Typist"><font size="4" style="font-size: 14pt">Share
these ideas. </font></font>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Tlwg Typist"><font size="4" style="font-size: 14pt">Be
willing to overthrow kyriarchy and corruption.</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Tlwg Typist"><font size="4" style="font-size: 14pt">The
lives saved may be your own.</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><img src="START-Decolonize_html_c4654a8f45593515.png" name="Image8" align="left" width="387" height="387" border="0"/>
<br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Tlwg Typist"><font size="4" style="font-size: 14pt">Send
fanmail </font></font>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Tlwg Typist"><font size="4" style="font-size: 14pt">or
requests for decals (SASE + check (any amount))</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Tlwg Typist"><font size="4" style="font-size: 14pt">to
</font></font>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Tlwg Typist"><font size="4" style="font-size: 14pt">P.O.
Box 0013</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Tlwg Typist"><font size="4" style="font-size: 14pt">Forest
Grove, OR</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Tlwg Typist"><font size="4" style="font-size: 14pt">TURTLE
ISLAND</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><font face="Tlwg Typist"><font size="4" style="font-size: 14pt">97116</font></font></p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<p align="center" style="margin-bottom: 0in; line-height: 100%"><br/>
</p>
<div id="sdfootnote1"><p class="sdfootnote"><a class="sdfootnotesym" name="sdfootnote1sym" href="#sdfootnote1anc">1</a><a href="https://democracycollaborative.org/sites/clone.community-wealth.org/files/downloads/CommunityWealthBuildingALakotaTranslation-final-web.pdf">https://democracycollaborative.org/sites/clone.community-wealth.org/files/downloads/CommunityWealthBuildingALakotaTranslation-final-web.pdf</a>
& <a href="https://ecosteader.com/web/timelines/tag/communitywealth">https://ecosteader.com/web/timelines/tag/communitywealth</a></p>
<p class="sdfootnote"><br/>
</p>
<p class="sdfootnote"><br/>
</p>
</div>
</body>
</html>