-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
741 lines (648 loc) · 32 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<!-- <script async src="https://www.googletagmanager.com/gtag/js?id=UA-124207040-1"></script> -->
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-124207040-1');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<!-- <link rel="icon" href="favicon.ico"> -->
<!-- <link rel="image_src" href="facebook-link-image.jpg"> -->
<title>Welcome to San Francisco Bay Queer Contra Dance</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<link href="css/ekko-lightbox.css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<style>
/* Make the image fully responsive */
.carousel-inner img {
width: 100%;
height: 100%;
}
</style>
<!-- index custom CSS -->
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="css/bootstrap-lightbox">
</head>
<body>
<a name="top"></a>
<!--<nav class="navbar fixed-top navbar-expand-lg navbar-default navbar-custom bg-dark"> -->
<!--<nav class="navbar navbar-light" style="background-color: #e3f2fd;">-->
<!--<nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-danger">-->
<nav class="navbar fixed-top navbar-expand-lg navbar-dark" style="background-color:#6f42c1;">
<div class="navbar-brand">
<a class="navbar-brand mr-4" href="index.html">
<font color="black">San Francisco Bay Queer Contra Dance</font></a>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarNav">
<ul class="navbar-nav ml-auto">
<!--<li class="nav-item ml-auto"><a class="nav-link big" href="#dangertop">When & Where</a></li>-->
<!--<li class="nav-item ml-auto"><a class="nav-link big" href="#what">What</a></li>-->
<!--<li class="nav-item ml-auto"><a class="nav-link big" href="sfbqcd.html">SFBQCD</a></li>-->
<!--<li class="nav-item ml-auto"><a class="nav-link big" href="#conduct">Code of conduct</a></li>-->
<!--<li class="nav-item ml-auto"><a class="nav-link big" href="#resources">Resources</a></li>-->
<li class="nav-item ml-auto"><a class="nav-link big" href="circleleft.html">Circle Left</a></li>
<li class="nav-item ml-auto"><a class="nav-link big" href="hands_four.html">Hands Four</a></li>
<li class="nav-item ml-auto"><a class="nav-link big" href="queercamp.html">Queer Camp</a></li>
<li class="nav-item ml-auto"><a class="nav-link big" href="#what">What</a></li>
<li class="nav-item ml-auto"><a class="nav-link big" href="#conduct">Code of conduct</a></li>
<li class="nav-item ml-auto"><a class="nav-link big" href="#resources">Resources</a></li>
<li class="nav-item ml-auto"><a class="nav-link big" href="mailto:queercontra@gmail.com">
<img alt="Email SFBQCD" width=40 src="images/email.png" class="img-fluid ebw-navbar-logo d-none d-lg-block" />
<span class="d-lg-none">Email SFBQCD</span>
</a></li>
<li class="nav-item ml-auto"><a class="nav-link small" href="https://www.facebook.com/groups/queercontra/">
<img alt="SFBQCD on Facebook" width=40 src="images/facebook.png" class="img-fluid ebw-navbar-logo d-none d-lg-block" />
<span class="d-lg-none">SFBQCD on Facebook</span>
</a></li>
</ul>
</div>
</nav>
<div class="topspacer"></div>
<div class="jumbotron jumbotron-fluid jumboback">
<div class="container text-center">
<h4 class="display-4"><a href="index.html", style="color: #000000"><b>San Francisco Bay Queer Contra Dance</b></a></h4>
<font face="Helvetica"><i>
<font color="red">Create and support </font>
<font color="orange">spaces where </font>
<font color="#fff600">queer people and non-queer people alike </font>
<font color="green">can delight </font>
<font color="blue">in inclusive gender-role-free </font>
<font color="purple">contra dance communites. </font>
</i> </font>
<br>
<br>
</div>
<div class="row justify-content-center" style="padding-left:10%;padding-right:10%">
<!--<div class="column" style="padding-right:100px">-->
<div class="col-lg-4">
<div class="text-center">
<h5><a href="circleleft.html">Circle Left<br/></a>
<br/>
<a href="circleleft.html">
<!--<img src="images/circle_left_by_Rebekah_Laurel_Mortensen.jpg" width=250 height="228" class="mr-2 mb-2 img-fluid img-thumbnail rounded center"/>-->
<img src="images/circle_left_by_Rebekah_Laurel_Mortensen.jpg" width=250 height="228" />
</a>
<p><small>1st Saturday in Oakland</small></p>
</h5>
</div>
</div>
<!--<div class="column" style="padding-right:100px">-->
<div class="col-lg-4">
<div class="text-center">
<h5><a href="queercamp.html">Queer Contra Camp<br/></a>
<br/>
<a href="queercamp.html">
<img src="images/qcc.jpg" width=250 height="228"class="center"/>
</a>
<p><small>April in Aptos</small></p>
</h5>
</div>
</div>
<!--<div class="column">-->
<div class="col-lg-4">
<div class="text-center">
<h5><a href="hands_four.html">Hands Four (on hold)<br/></a>
<br/>
<a href="hands_four.html">
<img src="images/pa_gender_free_Dane.jpg" width=250 height="228" class="center"/>
</a>
<p><small><s>1st Friday in Palo Alto</s></small></p>
</h5>
</div>
</div>
</div>
</div>
<!-- calendar-->
<div class="container-fluid-iframe anchor-container" id="calendar" style="background-color: #FFFFFF">
<div class="col-lg-12">
<!--<div class="hidden-phone responsive-iframe-container">-->
<!--<div class="embed-responsive embed-responsive-9by4 div_style"">-->
<div class="iframe-container">
<iframe src="https://calendar.google.com/calendar/embed?mode=AGENDA&height=600&wkst=1&bgcolor=%23FFFFFF&src=255qh518fo2qbmhg51i009l58c%40group.calendar.google.com&color=%23A32929&ctz=America%2FLos_Angeles" style="border-width:0" width="280" height="300" frameborder="0" scrolling="no"></iframe>
<!--<iframe src="https://calendar.google.com/calendar/embed?showCalendars=0&mode=AGENDA&height=600&wkst=1&bgcolor=%23853104&src=255qh518fo2qbmhg51i009l58c%40group.calendar.google.com&color=%235229A3&ctz=America%2FLos_Angeles" style="border-width:0" width="950" height="350" frameborder="0" scrolling="no"></iframe>-->
</div>
<!--</div>-->
</div>
</div>
<!-- What are we -->
<div class="container-fluid anchor-container" id="what" style="background-color: #E3E4FA">
<div class="row justify-content-center">
<div class="col-lg-10">
<h2>What is contra dancing?<br/></h2>
<p> Contra dance is a type of American folk dance done to live fiddle music.
It is very beginner friendly; there's no fancy footwork, and a caller teaches and prompts the dances.
It's also very difficult to describe, so check out <a href="https://www.youtube.com/watch?v=D9bKVTh-1DU&feature=youtu.be&t=86" target="_blank">this video</a>.
</br></br>
All our dances are called with <b>larks</b> and <b>robins</b> as the names for the two dance roles. That means you can dance with everyone.
</br></br>
For a more comprehensive introduction on how a contra dance event is organized as well as hearing some contra dancers talking about dancing, check out <a href="https://youtu.be/KBL191jlmGE" target="_blank">this video</a>.
</p>
</div>
<div class="col-lg-10">
<h2>Why Larks and Robins?<br/></h2>
<p> Inclusivity has always been one of our goals, and we believe that dance roles should not conflict with people's identities.
For this reason our dances have never used Gents and Ladies as calling terms.
We previously used Larks and Ravens, but learned that 'Raven' is a kinship group identity (moiety) of some indigenous peoples of the Pacific Northwest.
After discussion with members of those communities and contra dancers around the country, we changed our terms to <b>Larks</b> and <b>Robins</b>.
</div>
</div>
</div>
<div class="container-fluid anchor-container" id="what">
<div class="row justify-content-center">
<div class="col-lg-10">
<h2>History<br/></h2>
<p>
San Francisco Bay Queer Contra Dance began with a kitchen table conversation among friends.
Their conclusion: the Bay Area needed a friendly, folksy venue for queers and friends to meet and contra dance.
So, in April 2004, "the little dance that could" sprang forth. While the original monthly dance has retired, the vision for the organization is still going strong. </br></br>
<b>Queer Contra Camp</b>,
a weekend at Monte Toyon, a camp facility in the redwoods near Santa Cruz, debuted in 2008.
The camp was a wild success, and now occurs annually in April. </br></br>
<b>Circle Left</b> began in January 2013 with the goal of specifically attracting young people and queer people.
Our monthly dance is high energy and holds a strong sense of community. </br></br>
<b>Hands Four</b> started in April 2019.
Some of us on the Peninsula have been crossing the bay to Circle Left every month over the years.
To bring the same energy and spread the love of the community to our side of the Bay,
Hands Four shares the same goal of attracting young people and queer people, and de-genderize
dancing roles so that everybody can enjoy dancing with everyone else.
</p>
</div>
</div>
</div>
<!-- media -->
<!-- pictures -->
<div class="container-fluid anchor-container" id="media" style="background-color: #E3E4FA">
<h2>What our dances look like<br/></h2>
<div class="row justify-content-center" style="padding-left:5%;padding-right:5%">
<div class="col-lg-12" id="media">
<div id="pictures" class="carousel slide" data-ride="carousel" style="width: 90%; height:100%;padding-bottom:5%; padding-top:2%;padding-left:0%; margin: 0 auto">
<!-- Indicators -->
<ul class="carousel-indicators">
<li data-target="#pictures" data-slide-to="0" class="active"></li>
<li data-target="#pictures" data-slide-to="1"></li>
<li data-target="#pictures" data-slide-to="2"></li>
<li data-target="#pictures" data-slide-to="3"></li>
<li data-target="#pictures" data-slide-to="4"></li>
<li data-target="#pictures" data-slide-to="5"></li>
<li data-target="#pictures" data-slide-to="6"></li>
<li data-target="#pictures" data-slide-to="7"></li>
<!--<li data-target="#pictures" data-slide-to="8"></li>-->
</ul>
<!-- The slideshow -->
<div class="carousel-inner">
<div class="carousel-item active" style="height:600px">
<a href="images/image0.jpg" data-toggle="lightbox" data-gallery="example-gallery" class="col-sm-4">
<img src="images/image0.jpg" width="800" height="500">
</a>
</div>
<div class="carousel-item" style="height:600px">
<a href="images/image4.jpg" data-toggle="lightbox" data-gallery="example-gallery" class="col-sm-4">
<img src="images/image4.jpg" width="800" height="500">
</a>
</div>
<div class="carousel-item" style="height:600px">
<a href="images/image5.jpg" data-toggle="lightbox" data-gallery="example-gallery" class="col-sm-4">
<img src="images/image5.jpg" width="800" height="500">
</a>
</div>
<div class="carousel-item" style="height:600px">
<a href="images/pa0.jpg" data-toggle="lightbox" data-gallery="example-gallery" class="col-sm-4">
<img src="images/pa0.jpg" width="800" height="500">
</a>
</div>
<div class="carousel-item" style="height:600px">
<a href="images/pa1.jpg" data-toggle="lightbox" data-gallery="example-gallery" class="col-sm-4">
<img src="images/pa1.jpg" width="800" height="500">
</a>
</div>
<div class="carousel-item" style="height:600px">
<a href="images/pa2.jpg" data-toggle="lightbox" data-gallery="example-gallery" class="col-sm-4">
<img src="images/pa2.jpg" width="800" height="500">
</a>
</div>
<div class="carousel-item" style="height:600px">
<a href="images/qcc0.jpg" data-toggle="lightbox" data-gallery="example-gallery" class="col-sm-4">
<img src="images/qcc0.jpg" width="800" height="500">
</a>
</div>
<div class="carousel-item" style="height:600px">
<a href="images/qcdc2019_1.png" data-toggle="lightbox" data-gallery="example-gallery" class="col-sm-4">
<img src="images/qcdc2019_1.png" width="800" height="500">
</a>
</div>
<div class="carousel-item" style="height:600px">
<a href="images/qcdc2019_2.jpg" data-toggle="lightbox" data-gallery="example-gallery" class="col-sm-4">
<img src="images/qcdc2019_2.jpg" width="800" height="500">
</a>
</div>
<div class="carousel-item" style="height:600px">
<a href="images/qcdc2019_4.jpg" data-toggle="lightbox" data-gallery="example-gallery" class="col-sm-4">
<img src="images/qcdc2019_4.jpg" width="800" height="500">
</a>
</div>
<div class="carousel-item" style="height:600px">
<a href="images/qcdc2019_3.jpg" data-toggle="lightbox" data-gallery="example-gallery" class="col-sm-4">
<img src="images/qcdc2019_3.jpg" width="800" height="500">
</a>
</div>
<div class="carousel-item" style="height:600px">
<a href="images/image1.jpg" data-toggle="lightbox" data-gallery="example-gallery" class="col-sm-4">
<img src="images/image1.jpg" width="800" height="500">
<!--<img src="images/image1.jpg" alt="Los Angeles" width="1100" height="500">-->
</a>
</div>
</div>
<!-- Left and right controls -->
<a class="carousel-control-prev" href="#pictures" data-slide="prev">
<span class="carousel-control-prev-icon"></span>
</a>
<a class="carousel-control-next" href="#pictures" data-slide="next">
<span class="carousel-control-next-icon"></span>
</a>
</div>
</div>
<!--</div>-->
<!-- videos -->
<!-- BIDA documentary -->
<!--<div class="col-lg-3 col-md-6 p-2">-->
<!--<div class="iframe-container">-->
<!--<iframe width="300" height="150" src="https://www.youtube.com/embed/KBL191jlmGE" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>-->
<!--</div>-->
<!--</div>-->
<!-- Queer Camp 2019 -->
<div class="col-lg-3 col-md-6 p-2">
<div class="iframe-container-ytb">
<iframe width="300" height="150" src="https://www.youtube.com/embed/sMC13qcZzI8" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<!-- Hands Four 2019 -->
<div class="col-lg-3 col-md-6 p-2">
<div class="iframe-container-ytb">
<iframe width="300" height="150" src="https://www.youtube.com/embed/JNfRENIG8Iw" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<!-- Circle Left-->
<div class="col-lg-3 col-md-6 p-2">
<div class="iframe-container-ytb">
<iframe width="300" height="150" src="https://www.youtube.com/embed/xfd0wZ-GPoE" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<!-- Queer Camp 2018 -->
<div class="col-lg-3 col-md-6 p-2">
<div class="iframe-container-ytb">
<iframe width="300" height="150" src="https://www.youtube.com/embed/RNszzBiLd7k?start=24" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
<!-- who are we -->
<div class="container-fluid anchor-container" id="whoarewe">
<h2>Who are we?<br/></h2>
<div class="row" style="padding-left:5%;padding-right:5%">
<!-- Alan -->
<div class="rnd-board col-lg-2 col-md-6">
<h5><img src="images/people/alan.png" class="bio-photo img-fluid img-thumbnail rounded float-left"/>Alan</h5>
<p> Board, Camp </p>
</div>
<!-- Doe -->
<div class="rnd-board col-lg-2 col-md-6">
<h5><img src="images/people/doe.png" class="bio-photo img-fluid img-thumbnail rounded float-left"/>Doe</h5>
<p> Camp </p>
</div>
<!-- Asher -->
<div class="rnd-board col-lg-2 col-md-6">
<h5><img src="images/people/asher.png" class="bio-photo img-fluid img-thumbnail rounded float-left"/>Asher</h5>
<p> Camp </p>
</div>
<!-- Laura -->
<div class="rnd-board col-lg-2 col-md-6">
<h5><img src="images/people/laura.png" class="bio-photo img-fluid img-thumbnail rounded float-left"/>Laura</h5>
<p> Board, Camp, Circle Left</p>
</div>
<!-- Yoyo -->
<div class="rnd-board col-lg-2 col-md-6">
<h5><img src="images/people/yoyo.png" class="bio-photo img-fluid img-thumbnail rounded float-left"/>Yoyo</h5>
<p> Board, Circle Left</p>
</div>
<!-- Margaret -->
<div class="rnd-board col-lg-2 col-md-6">
<h5><img src="images/people/margaret.png" class="bio-photo img-fluid img-thumbnail rounded float-left"/>Margaret</h5>
<p> Board, Circle Left</p>
</div>
<!-- Weiwei -->
<div class="rnd-board col-lg-2 col-md-6">
<h5><img src="images/people/weiwei.png" class="bio-photo img-fluid img-thumbnail rounded float-left"/>Weiwei</h5>
<p> Board, Hands Four</p>
</div>
<!-- Dane -->
<div class="rnd-board col-lg-2 col-md-6">
<h5><img src="images/people/dane.png" class="bio-photo img-fluid img-thumbnail rounded float-left"/>Dane</h5>
<p> Board, Hands Four</p>
</div>
<!-- Kelsey -->
<div class="rnd-board col-lg-2 col-md-6">
<h5><img src="images/people/kelsey.png" class="bio-photo img-fluid img-thumbnail rounded float-left"/>Kelsey</h5>
<p> Hands Four</p>
</div>
</div>
<!--
<li>Alan Kline - Board, Camp</li>
<li>Mark Galipeau - Camp</li>
<li>Laura Gorrin - Board, Camp, and Circle Left</li>
<li>Margaret Pigman - Board, Circle Left</li>
<li>Yoyo Zhou - Board, Circle Left</li>
<li>Doe Dearr - Camp</li>
<li>Asher Butnik - Camp</li>
<li>Weiwei Chen - Board, Hands Four</li>
<li>Dane Wallinga - Board, Hands Four</li>
<li>Kelsey Risi - Hands Four</li>
</br>
<h2>Emeriti<br/></h2>
<li>Bex Clark</li>
<li>Arcadia Falcone</li>
<li>Ben Foley</li>
<li>Jon Bartlett</li>
<li>Lori McLaughlin</li>
<li>Robert Riley</li>
<li>Yana Slobodenyuk</li>
-->
</div>
<!-- Code of conduct-->
<div class="container-fluid anchor-container" id="conduct" style="background-color: #E3E4FA">
<h2>Code of conduct</h2>
We want all people to feel safe and comfortable at Queer Contra Dance.
We value and expect consent and communication, community mindness, and physical safety.
Harassment of any kind won't be tolerated.
If someone's behavior is offensive or harassing during the dance, we encourage you to speak with one of the <a href="index.html#whoarewe">organizers</a>.
<br/><br/>
Please read our <a href="SFBQCD_Values_and_Expectations.pdf" target="_blank">Values and Expectations</a> if you would like to know more about our community norms and how we handle unwelcome behavior.
<br/><br/>
<h2>COVID precautions</h2>
Please wear a well fitting N95, KN95, or other high-rated mask.
The hall's ventilation isn't ideal, but we'll do what we can, and there are air filters.
</div>
<!-- Resources -->
<div class="container-fluid anchor-container" id="resources">
<h2> Resources <br/></h2>
<div class="row">
<div class="col-lg-4 col-md-6 p-2">
<div class="card">
<h8 class="card-header"><b>Gender-free Contra in-depth</b></h8>
<div class="card-body">
<br>A few links to more in-depth discussions on how gender-free contra has been evolving in the queer and folk communty
<li><a href="http://www.ruthiebyers.com/2014/12/20/gender-free-berkeley-contra.html">Gender Free Dancing is for Everyone</a></li>
<li><a href="https://www.jefftk.com/p/gender-free-role-term-usage">Gender-Free Role Term Usage</a></li>
<li><a href="http://contradances.tumblr.com/post/113203981035/genderfree-contra-dance-term-faq">Genderfree Contra Dance Term FAQ</a></li>
<li><a href="https://www.lcfd.org/GF%20Historical%20Manual.pdf">Welcome to Gender Free Dancing: a Historical Perspective</a></li>
</div>
</div>
</div>
<div class="col-lg-8 col-md-6 p-2">
<div class="card">
<h8 class="card-header"><b>Other Gender-role-free Dances in the U.S.</b></h8>
<div class="card-body">
<br>There are several contra dance groups across the U.S. which don't fuss about gender.
<div class="row">
<div class="col-lg-6 col-md-6 p-2">
<ul>
<li><a href="http://www.lcfd.org/jp/">Boston Gender Free Contra Dance (JP)</a>
<li><a href="https://www.bidadance.org">Boston Intergenerational Dance Advocates (BIDA)</a>
<li><a href="http://www.caldancecoop.org/california-twirl/">California Twirl - Los Angeles</a>
<li><a href="http://www.cfootmad.org/handsacross">Hands Across Contra - Denver </a>
</ul>
</div>
<div class="col-lg-4 col-md-6 p-2">
<ul>
<li><a href="http://lcfd.org/queer-contra-dance-chicago.html">Queer Contra Dance Chicago</a>
<li><a href="http://www.villagecontra.org/">Village Contra - New York City</a>
<li><a href="http://www.lcfd.org/westma/">Western Massachusetts</a>
</ul>
</div>
</div>
Also check out the lists compiled by Jeff Kaufman for <a href=" https://www.trycontra.com/gender-free">regular dances</a> and <a href="https://www.trycontra.com/gender-free-events">longer events</a> using gender-free terms.
<br>
<br>
<a href="http://www.lcfd.org/index.html">Lavender Country and Folk Dancers</a> (LCFD) is also a good source for more information about gender-free dancing.
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 p-2">
<div class="card">
<h8 class="card-header"><b>Other nearby dances that use gender neutral language</b></h8>
<div class="card-body">
<li><a href="https://bacds.org/series/contra/berkeley_wed">Berkeley Contra - 1st, 3rd, and 5th Thursday nights</a></li>
<!--<li><a href="https://bacds.org/series/contra/san_jose/">South Bay Contra - 3rd Sunday afternoons</a></li>-->
<li><a href="https://sfbaycontra.org/">Hayward Contra - 2nd and 4th Sunday afternoons</a></li>
<li><a href="http://www.eastbaywaltz.com/">East Bay Waltz - 3rd Saturday night</a></li>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 p-2">
<div class="card">
<h8 class="card-header"><b>Bay Area Contra Dances</b></h8>
<div class="card-body">
<li><a href="http://www.bacds.org/">San Francisco and environs (BACDS)</a></li>
<li><a href="http://www.nbcds.org/">Marin and Sonoma (NBCDS)</a></li>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 p-2">
<div class="card">
<h8 class="card-header"><b>Additional Links</b></h8>
<div class="card-body">
<ul>
<li><a href="http://www.trycontra.com/">Try Contra</a>
<li><a href="http://www.sfqueer.com/">Queer things to do in the San Francisco Bay Area</a>
<li><a href="http://www.outbeatradio.org/?p=250">Queer Contra Radio </a>
<li><a href="http://www.npr.org/templates/story/story.php?storyId=128273050">Youth Flocking to Contra Dancing </a>
</ul>
</div>
</div>
</div>
</div>
<!-- footer logo -->
<div class="footer navbar-fixed-bottom">
<div class="container text-center">
<!--<font color="black">For more information, go to <a href="sfbqcd.html">SFBQCD</a></font></br>-->
<font color="black">For more information, email: <a href="mailto:queercontra@gmail.com">queercontra@gmail.com</a></font></br>
<font color="black">Updated on <script>document.write(document.lastModified.split(" ")[0])</script></font>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js" integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/ekko-lightbox/5.3.0/ekko-lightbox.min.js"></script>
<!-- for documentation only -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/3.2.1/anchor.min.js"></script>
<script type="text/javascript">
$(document).ready(function ($) {
// delegate calls to data-toggle="lightbox"
$(document).on('click', '[data-toggle="lightbox"]:not([data-gallery="navigateTo"]):not([data-gallery="example-gallery-11"])', function(event) {
event.preventDefault();
return $(this).ekkoLightbox({
onShown: function() {
if (window.console) {
return console.log('Checking our the events huh?');
}
},
onNavigate: function(direction, itemIndex) {
if (window.console) {
return console.log('Navigating '+direction+'. Current item: '+itemIndex);
}
}
});
});
// disable wrapping
$(document).on('click', '[data-toggle="lightbox"][data-gallery="example-gallery-11"]', function(event) {
event.preventDefault();
return $(this).ekkoLightbox({
wrapping: false
});
});
//Programmatically call
$('#open-image').click(function (e) {
e.preventDefault();
$(this).ekkoLightbox();
});
$('#open-youtube').click(function (e) {
e.preventDefault();
$(this).ekkoLightbox();
});
// navigateTo
$(document).on('click', '[data-toggle="lightbox"][data-gallery="navigateTo"]', function(event) {
event.preventDefault();
return $(this).ekkoLightbox({
onShown: function() {
this.modal().on('click', '.modal-footer a', function(e) {
e.preventDefault();
this.navigateTo(2);
}.bind(this));
}
});
});
/**
* Documentation specific - ignore this
*/
anchors.options.placement = 'left';
anchors.add('h3');
$('code[data-code]').each(function() {
var $code = $(this),
$pair = $('div[data-code="'+$code.data('code')+'"]');
$code.hide();
var text = $code.text($pair.html()).html().trim().split("\n");
var indentLength = text[text.length - 1].match(/^\s+/)
indentLength = indentLength ? indentLength[0].length : 24;
var indent = '';
for(var i = 0; i < indentLength; i++)
indent += ' ';
if($code.data('trim') == 'all') {
for (var i = 0; i < text.length; i++)
text[i] = text[i].trim();
} else {
for (var i = 0; i < text.length; i++)
text[i] = text[i].replace(indent, ' ').replace(' ', '');
}
text = text.join("\n");
$code.html(text).show();
});
});
</script>
<script>
/* close navbar on click */
/* from https://stackoverflow.com/questions/14203279/bootstrap-close-responsive-menu-on-click */
$(function(){
var navMain = $(".navbar-collapse, .navbar-brand");
// "a:not([data-toggle])" - to avoid issues caused
// when you have dropdown inside navbar
navMain.on("click", "a:not([data-toggle])", null, function () {
navMain.collapse('hide');
});
});
(function(document, history, location) {
var HISTORY_SUPPORT = !!(history && history.pushState);
var anchorScrolls = {
ANCHOR_REGEX: /^#[^ ]+$/,
OFFSET_HEIGHT_PX: 70,
/**
* Establish events, and fix initial scroll position if a hash is provided.
*/
init: function() {
this.scrollToCurrent();
window.addEventListener('hashchange', this.scrollToCurrent.bind(this));
document.body.addEventListener('click', this.delegateAnchors.bind(this));
},
/**
* Return the offset amount to deduct from the normal scroll position.
* Modify as appropriate to allow for dynamic calculations
*/
getFixedOffset: function() {
return this.OFFSET_HEIGHT_PX;
},
/**
* If the provided href is an anchor which resolves to an element on the
* page, scroll to it.
* @param {String} href
* @return {Boolean} - Was the href an anchor.
*/
scrollIfAnchor: function(href, pushToHistory) {
var match, rect, anchorOffset;
if(!this.ANCHOR_REGEX.test(href)) {
return false;
}
match = document.getElementById(href.slice(1));
if(match) {
rect = match.getBoundingClientRect();
anchorOffset = window.pageYOffset + rect.top - this.getFixedOffset();
window.scrollTo(window.pageXOffset, anchorOffset);
// Add the state to history as-per normal anchor links
if(HISTORY_SUPPORT && pushToHistory) {
history.pushState({}, document.title, location.pathname + href);
}
}
return !!match;
},
/**
* Attempt to scroll to the current location's hash.
*/
scrollToCurrent: function() {
this.scrollIfAnchor(window.location.hash);
},
/**
* If the click event's target was an anchor, fix the scroll position.
*/
delegateAnchors: function(e) {
var elem = e.target;
if(
elem.nodeName === 'A' &&
this.scrollIfAnchor(elem.getAttribute('href'), true)
) {
e.preventDefault();
}
}
};
window.addEventListener(
'DOMContentLoaded', anchorScrolls.init.bind(anchorScrolls)
);
})(window.document, window.history, window.location);
</script>
<script type="text/javascript">
onload = function(){
document.getElementById("lastModified").innerHTML = "Page last changed " + document.lastModified.split(" ")[0];
}
</script>
</body>
</html>