-
Notifications
You must be signed in to change notification settings - Fork 0
/
volunteer.html
897 lines (760 loc) · 32.4 KB
/
volunteer.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
<!DOCTYPE html>
<!-- saved from url=(0040)https://www.twine-together.coop/volunteer -->
<html class="wf-gingerrounded-n4-active wf-gingerroundedlight-n4-active wf-gingerroundeditalic-n4-active wf-active">
<!--<![endif]-->
<!-- 16/10 09:05 -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- BEGIN SEOmatic rendered SEO Meta -->
<title>Volunteer management that saves you time and makes life easier | Twine</title>
<!-- Standard SEO -->
<meta name="referrer" content="no-referrer-when-downgrade">
<meta name="robots" content="all">
<meta name="keywords" content="Twine Volunteer mobile app Community Business">
<meta name="description"
content="Volunteer management for the new normal Twine Volunteer is a free mobile app helping your volunteers record their contributions without any paperwork, and…">
<meta name="generator" content="SEOmatic">
<link rel="canonical" href="./volunteer.html">
<link rel="alternate" href="./volunteer.html" hreflang="x-default">
<meta name="geo.placename" content="Twine">
<!-- Dublin Core basic info -->
<meta name="dcterms.Identifier" content="./volunteer.html">
<meta name="dcterms.Format" content="text/html">
<meta name="dcterms.Relation" content="Twine">
<meta name="dcterms.Language" content="en">
<meta name="dcterms.Publisher" content="Twine">
<meta name="dcterms.Type" content="text/html">
<meta name="dcterms.Coverage" content="https://www.twine-together.coop/">
<meta name="dcterms.Rights" content="Copyright ©2022 Twine.">
<meta name="dcterms.Title" content="Volunteer management that saves you time and makes life easier">
<meta name="dcterms.Subject" content="Twine Volunteer mobile app Community Business">
<meta name="dcterms.Contributor" content="Twine">
<meta name="dcterms.Date" content="2022-06-23">
<meta name="dcterms.Description"
content="Volunteer management for the new normal Twine Volunteer is a free mobile app helping your volunteers record their contributions without any paperwork, and…">
<!-- Facebook OpenGraph -->
<meta property="og:type" content="website">
<meta property="og:locale" content="en_gb">
<meta property="og:url" content="./volunteer.html">
<meta property="og:title" content="Volunteer management that saves you time and makes life easier | Twine">
<meta property="og:description"
content="Volunteer management for the new normal Twine Volunteer is a free mobile app helping your volunteers record their contributions without any paperwork, and…">
<meta property="og:site_name" content="Twine">
<!-- Humans.txt authorship http://humanstxt.org -->
<link type="text/plain" rel="author" href="https://www.twine-together.coop/humans.txt">
<!-- Domain verification -->
<!-- Identity -->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Corporation",
"name": "Twine",
"url": "http://twine.mudbank.uk",
"location": {
"@type": "Place",
"name": "Twine",
"url": "http://twine.mudbank.uk"
}
}
</script>
<!-- WebSite -->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"name": "Twine",
"description": "Twine is a business intelligence platform designed to help local businesses thrive.",
"url": "https://www.twine-together.coop",
"copyrightHolder": {
"@type": "Corporation",
"name": "Twine",
"url": "http://twine.mudbank.uk",
"location": {
"@type": "Place",
"name": "Twine",
"url": "http://twine.mudbank.uk"
}
},
"author": {
"@type": "Corporation",
"name": "Twine",
"url": "http://twine.mudbank.uk",
"location": {
"@type": "Place",
"name": "Twine",
"url": "http://twine.mudbank.uk"
}
},
"creator": {
"@type": "Organization"
}
}
</script>
<!-- Place -->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Place",
"name": "Twine",
"url": "http://twine.mudbank.uk"
}
</script>
<!-- Main Entity of Page -->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebPage",
"name": "Volunteer management that saves you time and makes life easier",
"description": "Volunteer management for the new normal Twine Volunteer is a free mobile app helping your volunteers record their contributions without any paperwork, and…",
"url": "./volunteer.html",
"mainEntityOfPage": "./volunteer.html",
"inLanguage": "en_gb",
"headline": "Volunteer management that saves you time and makes life easier",
"keywords": "Twine Volunteer mobile app Community Business",
"dateCreated": "2020-01-03T13:39:13+0000",
"dateModified": "2020-11-10T14:34:05+0000",
"datePublished": "2020-01-03T13:39:00+0000",
"copyrightYear": "2020",
"author": {
"@type": "Corporation",
"name": "Twine",
"url": "http://twine.mudbank.uk",
"location": {
"@type": "Place",
"name": "Twine",
"url": "http://twine.mudbank.uk"
}
},
"copyrightHolder": {
"@type": "Corporation",
"name": "Twine",
"url": "http://twine.mudbank.uk",
"location": {
"@type": "Place",
"name": "Twine",
"url": "http://twine.mudbank.uk"
}
},
"publisher": {
"@type": "Organization",
"name": "Twine",
"url": "http://twine.mudbank.uk",
"location": {
"@type": "Place",
"name": "Twine",
"url": "http://twine.mudbank.uk"
}
},
"breadcrumb": {
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": "1",
"item": {
"@id": "https://www.twine-together.coop",
"name": "Twine"
}
},
{
"@type": "ListItem",
"position": "2",
"item": {
"@id": "./volunteer.html",
"name": "Twine Volunteer"
}
}
]
}
}
</script>
<!-- Breadcrumbs -->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": "1",
"item": {
"@id": "https://www.twine-together.coop",
"name": "Twine"
}
},
{
"@type": "ListItem",
"position": "2",
"item": {
"@id": "./volunteer.html",
"name": "Twine Volunteer"
}
}
]
}
</script>
<!-- Google Tag Manager -->
<!-- Google Analytics -->
<!-- END SEOmatic rendered SEO Meta -->
<meta property="og:type" content="website">
<link rel="home" href="https://www.twine-together.coop/">
<link rel="canonical" href="./volunteer.html">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" sizes="180x180"
href="https://www.twine-together.coop/apple-touch-icon.png?v=qAqk49Qaz9">
<link rel="icon" type="image/png" href="./assets/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="./assets/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="https://www.twine-together.coop/manifest.json?v=qAqk49Qaz9">
<link rel="mask-icon" href="https://www.twine-together.coop/safari-pinned-tab.svg?v=qAqk49Qaz9" color="#8000ff">
<link rel="shortcut icon" href="https://www.twine-together.coop/favicon.ico?v=qAqk49Qaz9">
<meta name="apple-mobile-web-app-title" content="Twine Together">
<meta name="application-name" content="Twine Together">
<meta name="msapplication-config" content="browserconfig.xml?v=qAqk49Qaz9">
<meta name="theme-color" content="#ffffff">
<meta name="google-site-verification" content="Yw4lDCkeq71MfIORuz2hY26M1VI5zArMYIp3c0r8JwI">
<script
async="">var html = document.getElementsByTagName("html")[0]; html.classList ? html.classList.remove("no-js") : html.className = el.className.replace(new RegExp("(^|\\b)" + className.split(" ").join("|") + "(\\b|$)", "gi"), " ");</script>
<link rel="stylesheet" href="./volunteer_files/style.1590152700585.css">
<!--[if IE]>
<link rel="stylesheet" href="/dist/css/ie.css"><![endif]-->
<link rel="stylesheet" href="./volunteer_files/fonts.css" media="all">
</head>
<body class=" vanilla-modal">
<div class="site">
<div class="modal">
<div class="modal-inner">
<a class="modal__close js-close-modal">
<div class="icon icon--close">
<svg>
<use class="no-barba" xlink:href="#close"></use>
</svg>
</div>
</a>
<div class="modal-content"></div>
</div>
</div>
<div id="login" class="modal-hider form-wrapper">
<div class="form-inner-wrapper">
<h3 class="modal-header has-dots">
<span class="corner-dot corner-dot--tl"></span>
<span class="corner-dot corner-dot--tr"></span>
<span class="corner-dot corner-dot--bl"></span>
<span class="corner-dot corner-dot--br"></span>
<span class="modal-header__text">Login</span>
</h3>
<form class="form" id="frontline-third-party-initiated-signin-form" method="POST"
action="https://cloud.frontlinesms.com/j_spring_security_check">
<div id="login-response-message-container" class="form__message">
</div>
<fieldset class="form__group">
<label class="form__label" for="j_username">Email address</label>
<input class="form__input js-validate" type="text" id="j_username" name="j_username"
placeholder="" required="">
</fieldset>
<fieldset class="form__group">
<label class="form__label" for="j_password">Password</label>
<input class="form__input js-validate" type="password" id="j_password" name="j_password"
placeholder="" required="">
</fieldset>
<fieldset class="form__group form__group--submit">
<button type="submit" class="frontline-sign-btn btn btn--yellow btn--feature btn--form"
id="frontline-sign-btn">Submit</button>
<a href="https://cloud.frontlinesms.com/register/forgotpassword" name="forgotPassword"
target="_blank" rel="noopener"><small class="form__small">Forgot your password?</small></a>
</fieldset>
</form>
</div>
</div>
<header class="header" data-behaviour="mobileMenu modal">
<div class="wrapper wrapper--wide">
<h1 class="header__logo"><a href="./index.html">Twine</a></h1>
<a class="menu__btn js-mobile-nav-btn" data-target="#menu"
href="https://www.twine-together.coop/volunteer#">
<span></span>
</a>
<nav class="menu site-menu" id="menu">
<div class="js-menu-wrapper menu__wrapper">
<ul class="r-ul nav">
<li class="menu__item t-menu menu__item--16">
<a class="nav-link" href="./about.html">
<div class="menu__underline"></div>
About us
</a>
</li>
<li class="menu__item t-menu menu__item--has-children menu__item--350"
data-behaviour="expandMenu" role="tablist" aria-multiselectable="false">
<div class="menu__submenu-wrapper">
<a class="nav-link" href="./products.html">
<div class="menu__underline"></div>
<span class="menu__submenu-parent">
Products
<div class="icon icon--arrow-down">
<svg>
<use class="no-barba" xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:href="#arrow-down"></use>
</svg>
</div>
</span>
</a>
<a class="js-expand-btn menu__expander"
href="https://www.twine-together.coop/[data-target='nav-items']"
aria-expanded="false" aria-selected="false" aria-controls="expander-0"
role="tab">
<div class="icon icon--arrow-down">
<svg>
<use class="no-barba" xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:href="#arrow-down"></use>
</svg>
</div>
</a>
</div>
<ul class="r-ul submenu js-expand-content--mobile" data-target="nav-items"
aria-hidden="true" aria-labelledby="expander-0" role="tabpanel">
<li class="submenu__item">
<a class="nav-link" href="./volunteer.html">
<span>Twine</span>
<span class="submenu__light">Volunteer</span>
</a>
</li>
<li class="submenu__item">
<a class="nav-link" href="./visitor.html">
<span>Twine</span>
<span class="submenu__light">Visitor</span>
</a>
</li>
</ul>
</li>
</ul>
<div class="menu__buttons ">
<a class="menu__item--button menu__item--login" href="http://data.twine-together.coop/">
Login
</a>
<a href="./signup.html" class="menu__item--button menu__item--apply">
Sign up
</a>
</div>
</div>
</nav>
</div>
</header>
<main class="site-page">
<section class="section">
<div class="wrapper wrapper--wide">
<div class="product-hero">
<div class="hero-title">
<h1>
<div class="underline-wrapper">
<span>Twine</span>
<span class="product-name">Volunteer</span>
<div class="c-underline"></div>
</div>
</h1>
</div>
<div class="hero__image">
<noscript>
<img src="https://www.twine-together.coop/assets/images/[email protected]" width="1930"
height="2752" alt="Twine Hand@2X" class="">
</noscript>
<img data-src="https://www.twine-together.coop/assets/images/[email protected]" width="1930"
height="2752" alt="Twine Hand@2X" class=" lazyloaded"
src="./volunteer_files/[email protected]">
</div>
</div>
</div>
<div class="vr-1">
<div class="wrapper wrapper--wide">
<div class="panel has-dots">
<span class="corner-dot corner-dot--tl"></span>
<span class="corner-dot corner-dot--tr"></span>
<span class="corner-dot corner-dot--bl"></span>
<span class="corner-dot corner-dot--br"></span>
<div class="c-text-image c-text-image--ltr">
<div class="ti__image-container">
<div class="ti__image has-dots ">
<span class="corner-dot corner-dot--tl"></span>
<span class="corner-dot corner-dot--tr"></span>
<span class="corner-dot corner-dot--bl"></span>
<span class="corner-dot corner-dot--br"></span>
<noscript>
<img src="./assets/Bees.jpg" width="1600" height="900" alt="Bees" class="">
</noscript>
<picture>
<img data-src="./assets/Bees.jpg" alt="Bees" class=" lazyloaded"
src="./volunteer_files/Bees.jpg">
</picture>
</div>
</div>
<div>
<div class="ti__body">
<h3 class="ti__title">
Volunteer management for the new normal
</h3>
<p>Twine Volunteer is a free mobile app helping your volunteers record their
contributions without any paperwork, and helping you better understand the
work they're doing. It’s a hassle-free way to keep tabs on your activities
and projects and how much time and effort each requires. <strong>All the
while facilitating social distancing and remote communication.</strong>
</p>
<a href="./signup.html" class="c-button">
Sign Up
</a>
</div>
</div>
</div>
</div>
</div>
<div class="wrapper wrapper--wide">
<div class="c-text-image c-text-image--rtl">
<div class="ti__image-container">
<div class="ti__image has-dots ">
<span class="corner-dot corner-dot--tl"></span>
<span class="corner-dot corner-dot--tr"></span>
<span class="corner-dot corner-dot--bl"></span>
<span class="corner-dot corner-dot--br"></span>
<noscript>
<img src="./assets/dashboard.png" width="1600" height="900" alt="Dashboard"
class="">
</noscript>
<picture>
<source data-srcset="./assets/dashboard.png" media=""
srcset="./assets/dashboard.png">
<img data-src="./assets/dashboard.png" alt="Dashboard" class=" lazyloaded"
src="./volunteer_files/dashboard.png">
</picture>
</div>
</div>
<div>
<div class="ti__body">
<h3 class="ti__title">
Log on. Fill in. Get more out.
</h3>
<p>
</p>
<p>Twine Volunteer is free and easy to use. Volunteers log their time and the data
is instantly available to you in an interactive, customiseable dashboard. You
can also enter data on their behalf, upload historical logs and download data
for your records. <br><br></p>
<p><br></p>
<a href="https://data.twine-together.coop/" class="c-button">
Take me to the data Dashboard
</a>
</div>
</div>
</div>
</div>
<div class="wrapper wrapper--wide">
<div class="panel has-dots">
<span class="corner-dot corner-dot--tl"></span>
<span class="corner-dot corner-dot--tr"></span>
<span class="corner-dot corner-dot--bl"></span>
<span class="corner-dot corner-dot--br"></span>
<div class="c-text-image c-text-image--ltr">
<div class="ti__image-container">
<div class="ti__image has-dots ">
<span class="corner-dot corner-dot--tl"></span>
<span class="corner-dot corner-dot--tr"></span>
<span class="corner-dot corner-dot--bl"></span>
<span class="corner-dot corner-dot--br"></span>
<noscript>
<img src="https://www.twine-together.coop/assets/images/_letterbox/DSC01439-2.jpg"
width="1600" height="900" alt="Dsc01439 2" class="">
</noscript>
<picture>
<source data-srcset="./assets/DSC01439-2.jpg" media="">
<img data-src="https://www.twine-together.coop/assets/images/_letterbox/DSC01439-2.jpg"
alt="Dsc01439 2" class="lazyload ">
</picture>
</div>
</div>
<div>
<div class="ti__body">
<h3 class="ti__title">
Recognise your amazing volunteers
</h3>
<p>Twine Volunteer connects the hours your volunteers are putting in to the
impact they're having. This means you can see how their time is best spent,
recognise their efforts and build stronger relationships. Plus volunteers
can now earn badges, to recognise their amazing contributions. </p>
<a href="./signup.html" class="c-button">
Sign up
</a>
</div>
</div>
</div>
</div>
</div>
<div class="wrapper wrapper--wide">
<div class="panel has-dots">
<span class="corner-dot corner-dot--tl"></span>
<span class="corner-dot corner-dot--tr"></span>
<span class="corner-dot corner-dot--bl"></span>
<span class="corner-dot corner-dot--br"></span>
<div class="c-text-image c-text-image--ltr">
<div class="ti__image-container">
<div class="ti__image has-dots ">
<span class="corner-dot corner-dot--tl"></span>
<span class="corner-dot corner-dot--tr"></span>
<span class="corner-dot corner-dot--bl"></span>
<span class="corner-dot corner-dot--br"></span>
<noscript>
<img src="https://www.twine-together.coop/assets/images/_letterbox/8531239304_c6cd81e06f_o.jpg"
width="1600" height="900" alt="8531239304 C6Cd81E06F O" class="">
</noscript>
<picture>
<source data-srcset="./assets/8531239304_c6cd81e06f_o.jpg" media="">
<img data-src="https://www.twine-together.coop/assets/images/_letterbox/8531239304_c6cd81e06f_o.jpg"
alt="8531239304 C6Cd81E06F O" class="lazyload ">
</picture>
</div>
</div>
<div>
<div class="ti__body">
<h3 class="ti__title">
Unlock the true value of your volunteers
</h3>
<p>Twine gives you total control. You can review the logs of your volunteers,
edit them, or log hours on behalf of volunteers. You can send reminders and
make notes on records too. That means less time keeping track of paper and
people, more time driving community empowerment! <br></p>
<p><br></p>
<a href="./signup.html" class="c-button">
Sign Up
</a>
</div>
</div>
</div>
</div>
</div>
<div class="wrapper">
<div class="panel has-dots c-quote c-quote--lg">
<span class="corner-dot corner-dot--tl"></span>
<span class="corner-dot corner-dot--tr"></span>
<span class="corner-dot corner-dot--bl"></span>
<span class="corner-dot corner-dot--br"></span>
<div>
With data revealing valuable insights into your business and its productivity, you can
better plan how your volunteers' time is spent.
</div>
</div>
</div>
<div class="wrapper wrapper--wide">
<div class="hero__img hero__img--base has-dots">
<span class="corner-dot corner-dot--tl"></span>
<span class="corner-dot corner-dot--tr"></span>
<span class="corner-dot corner-dot--bl"></span>
<span class="corner-dot corner-dot--br"></span>
<picture>
<source
data-srcset="/imager/assets/images/428/granby-workshop-3_0a4b648b596aa3a4ec5e2d6472a8ad77.jpg"
media="(min-width: 1470px)">
<source
data-srcset="/imager/assets/images/428/granby-workshop-3_93a99bf9803ac29ace4247548ad2514f.jpg"
media="(min-width: 1470px) and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi)">
<source
data-srcset="/imager/assets/images/428/granby-workshop-3_132caaf804ee78553201cd3f3b82edf7.jpg"
media="(min-width: 1100px)">
<source
data-srcset="/imager/assets/images/428/granby-workshop-3_0a4b648b596aa3a4ec5e2d6472a8ad77.jpg"
media="(min-width: 1100px) and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi)">
<source
data-srcset="/imager/assets/images/428/granby-workshop-3_abd777177647c89823ab7d3b1eb148f5.jpg"
media="(min-width: 180px)">
<img class="hero__image"
src="./volunteer_files/granby-workshop-3_132caaf804ee78553201cd3f3b82edf7.jpg"
alt="Granby Workshop 3">
</picture>
</div>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="wrapper wrapper--wide">
<div class="underline-wrapper">
<div class="c-underline c-underline--overline"></div>
</div>
<div class="footer__content">
<div class="footer__col">
<div class="footer__tagline">
<p>Joined up thinking for community businesses</p>
</div>
<div class="footer__images">
<div>
<a href="https://www.powertochange.org.uk/">
<noscript>
<img src="./assets/ptc.png" width="127" height="68" alt="Ptc" class="">
</noscript>
<img data-src="./assets/ptc.png" width="127" height="68" alt="Ptc"
class="lazyload ">
</a>
</div>
<div>
<a href="https://www.tnlcommunityfund.org.uk/">
<noscript>
<img src="./assets/community-fund.png" width="132" height="43"
alt="Community Fund" class="">
</noscript>
<img data-src="./assets/community-fund.png" width="132" height="43"
alt="Community Fund" class="lazyload ">
</a>
</div>
<div>
<a href="https://www.digitalcommons.coop/">
<noscript>
<img src="https://www.twine-together.coop/assets/Digital_Commons_Logo_Lilac_Large.png"
width="132" height="43" alt="Digital Commons" class="">
</noscript>
<img data-src="./assets/community-fund.png" alt="Digital Commons"
class=" lazyloaded" style="height: 43px;"
src="./assets/Digital_Commons_Logo_Lilac_Large.png">
</a>
</div>
</div>
</div>
<div class="footer__col footer__col--right">
<div class="footer__links">
<ul class="r-ul">
<li>
<a href="./faq.html">FAQs</a>
</li>
<li>
<a
href="https://docs.google.com/document/d/1AhyfdovL_usjehxtniAZ2GolYV2TmHryeNBKTPkNZNY/edit#">Privacy
Policy</a>
</li>
</ul>
<ul class="r-ul">
<li>
E: <a href="mailto:[email protected]">[email protected]</a>
</li>
</ul>
</div>
<div class="footer__social">
<ul class="r-ul">
<li>
<a href="https://twitter.com/digicommonscoop">
<div class="icon icon--social-twitter">
<svg>
<use class="no-barba" xmlns:xlink="http://www.w3.org/1999/xlink"
xlink:href="#social-twitter"></use>
</svg>
</div>
<span class="sr-only">Twine on twitter</span>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="footer__copy">
<p class="uppercase">© Twine 2022</p>
<p>Registered Society number 8559</p>
</div>
</div>
</footer>
</div>
<div style="display: none"><svg xmlns="http://www.w3.org/2000/svg">
<symbol id="arrow-down-lg-black" viewBox="0 0 14 9">
<g fill="none" fill-rule="evenodd">
<path d="M-572-52H868v86H-572z"></path>
<path stroke="#545454" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"
d="M2 2.086L6.957 7 12 2"></path>
</g>
</symbol>
<symbol id="arrow-down-lg" viewBox="0 0 14 9">
<g fill="none" fill-rule="evenodd">
<path d="M-572-52H868v86H-572z"></path>
<path stroke="#FFF" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"
d="M2 2.086L6.957 7 12 2"></path>
</g>
</symbol>
<symbol id="arrow-down" viewBox="0 0 14 9">
<g fill="none" fill-rule="evenodd">
<path d="M-572-52H868v86H-572z"></path>
<path stroke="#FFF" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
d="M2 2.086L6.957 7 12 2"></path>
</g>
</symbol>
<symbol id="arrow-left" viewBox="0 0 18.56 14.22">
<title>Untitled-1</title>
<path class="cls-1"
d="M17.81 6.54h-15L8 1.28A.75.75 0 0 0 7 .22l-7 7L6.8 14a.75.75 0 0 0 1.06-1.06L3 8h14.81a.75.75 0 0 0 0-1.46z">
</path>
</symbol>
<symbol id="arrow-right" viewBox="0 0 18.56 14.22">
<title>Untitled-1</title>
<path class="cls-1"
d="M.75 7.68h15l-5.26 5.26A.75.75 0 0 0 11.58 14l7-7-6.8-6.8a.75.75 0 0 0-1.08 1.08l4.9 4.9H.75a.75.75 0 1 0 0 1.5z">
</path>
</symbol>
<symbol id="caret-down" viewBox="0 0 15.79 9.34">
<title>Untitled-1</title>
<path class="cls-1" d="M7.87 9.34L.29 1.77A1 1 0 0 1 1.71.35l6.16 6.16L14.09.29a1 1 0 0 1 1.41 1.42z">
</path>
</symbol>
<symbol id="chevron-left" viewBox="0 0 15 24">
<title>Path</title>
<path
d="M14.04 21.42a1.5 1.5 0 0 1-1.965 2.261l-.115-.1-11-10.591a1.5 1.5 0 0 1-.108-2.047l.108-.115L11.77.42a1.5 1.5 0 0 1 2.186 2.05l-.105.112-9.688 9.328 9.877 9.51z"
fill="#FFF" fill-rule="nonzero"></path>
</symbol>
<symbol id="chevron-right" viewBox="0 0 15 24">
<title>Path</title>
<path
d="M.96 21.42a1.5 1.5 0 0 0 1.965 2.261l.115-.1 11-10.591a1.5 1.5 0 0 0 .108-2.047l-.108-.115L3.23.42a1.5 1.5 0 0 0-2.186 2.05l.105.112 9.688 9.328-9.877 9.51z"
fill="#FFF" fill-rule="nonzero"></path>
</symbol>
<symbol id="close" viewBox="0 0 12.47 12.5">
<title>Untitled-1</title>
<path class="cls-1"
d="M7.66 6.25l4.52-4.52A1 1 0 0 0 10.77.32L6.25 4.83 1.71.29A1 1 0 0 0 .29 1.71l4.54 4.54-4.54 4.54A1 1 0 1 0 1.7 12.2l4.55-4.54 4.52 4.52a1 1 0 0 0 1.41-1.41z">
</path>
</symbol>
<symbol id="social-facebook" viewBox="0 0 23 23">
<path
d="M11.96 22.17H1.235A1.223 1.223 0 0 1 0 20.96V1.452C0 .783.553.242 1.236.242h19.918c.683 0 1.236.541 1.236 1.21V20.96c0 .668-.554 1.21-1.236 1.21H15.45v-8.492h2.91l.436-3.31h-3.346V8.257c0-.958.271-1.611 1.674-1.611l1.79-.001v-2.96c-.31-.04-1.372-.13-2.608-.13-2.58 0-4.346 1.542-4.346 4.374v2.44H9.041v3.31h2.918v8.492z"
fill-rule="evenodd"></path>
</symbol>
<symbol id="social-instagram" viewBox="0 0 24 23">
<path
d="M13.637 0c1.967.005 2.419.022 3.462.068 1.25.056 2.104.25 2.85.535a5.77 5.77 0 0 1 2.08 1.326 5.627 5.627 0 0 1 1.355 2.037c.29.732.488 1.568.545 2.792.057 1.226.071 1.618.071 4.741v.314c-.001 2.837-.015 3.243-.07 4.428-.058 1.224-.256 2.06-.546 2.791a5.627 5.627 0 0 1-1.355 2.037 5.77 5.77 0 0 1-2.08 1.327c-.746.284-1.6.478-2.85.534-1.169.052-1.595.067-4.24.07h-1.203c-2.644-.003-3.07-.018-4.24-.07-1.249-.056-2.102-.25-2.85-.534a5.77 5.77 0 0 1-2.08-1.327 5.626 5.626 0 0 1-1.353-2.037c-.29-.731-.49-1.567-.546-2.791-.048-1.015-.065-1.459-.07-3.352v-2.78c.005-1.893.022-2.336.07-3.351.057-1.224.255-2.06.546-2.792.3-.756.701-1.397 1.354-2.037A5.77 5.77 0 0 1 4.567.603c.747-.284 1.6-.479 2.85-.535C8.46.022 8.912.005 10.879.001zm-.49 2.072H11.37c-2.333.002-2.747.017-3.857.066-1.145.052-1.766.239-2.18.396-.548.209-.94.458-1.35.86-.411.403-.665.786-.878 1.323-.161.405-.353 1.014-.405 2.135-.056 1.213-.068 1.577-.068 4.647v.308c0 2.789.014 3.168.068 4.34.052 1.12.244 1.73.405 2.135.213.536.467.92.878 1.322.41.402.802.652 1.35.86.414.158 1.035.345 2.18.396 1.153.052 1.554.065 4.135.067h1.22c2.58-.002 2.982-.015 4.135-.067 1.145-.051 1.766-.238 2.18-.396.548-.208.94-.458 1.35-.86.411-.402.666-.786.879-1.322.16-.406.352-1.014.404-2.136.05-1.087.065-1.492.068-3.777v-1.74c-.003-2.285-.017-2.69-.068-3.777-.052-1.121-.244-1.73-.404-2.135a3.556 3.556 0 0 0-.879-1.322 3.646 3.646 0 0 0-1.35-.86c-.414-.158-1.035-.345-2.18-.397-1.11-.05-1.524-.064-3.857-.066zm-.889 3.522c3.33 0 6.03 2.644 6.03 5.905 0 3.262-2.7 5.906-6.03 5.906s-6.03-2.644-6.03-5.906c0-3.261 2.7-5.905 6.03-5.905zm0 2.072c-2.162 0-3.914 1.716-3.914 3.833s1.752 3.834 3.914 3.834 3.914-1.717 3.914-3.834-1.752-3.833-3.914-3.833zm6.268-3.685c.778 0 1.409.617 1.409 1.38 0 .762-.63 1.38-1.41 1.38-.777 0-1.408-.618-1.408-1.38 0-.763.63-1.38 1.409-1.38z"
fill-rule="evenodd"></path>
</symbol>
<symbol id="social-linkedin" viewBox="0 0 22 19">
<path
d="M21.355 18.886h-4.536v-6.424c0-1.681-.71-2.83-2.27-2.83-1.194 0-1.857.775-2.166 1.522-.116.268-.098.641-.098 1.014v6.718H7.791s.058-11.38 0-12.414h4.494V8.42c.266-.851 1.702-2.067 3.993-2.067 2.843 0 5.077 1.785 5.077 5.63v6.903zM3.247 4.919h-.03C1.77 4.92.832 3.97.832 2.768.83 1.54 1.797.612 3.274.612c1.476 0 2.384.927 2.413 2.152 0 1.203-.937 2.155-2.44 2.155zM1.349 6.472h4v12.414h-4V6.472z"
fill-rule="evenodd"></path>
</symbol>
<symbol id="social-twitter" viewBox="0 0 23 19">
<path
d="M22.971 2.146a9.118 9.118 0 0 1-2.637.726A4.618 4.618 0 0 0 22.354.32a9.16 9.16 0 0 1-2.92 1.118 4.573 4.573 0 0 0-3.352-1.456c-2.535 0-4.591 2.065-4.591 4.613 0 .361.04.712.118 1.05A13.018 13.018 0 0 1 2.14.825a4.622 4.622 0 0 0-.621 2.321c0 1.6.81 3.012 2.043 3.84a4.582 4.582 0 0 1-2.082-.575v.056a4.61 4.61 0 0 0 3.687 4.524 4.466 4.466 0 0 1-1.21.162c-.296 0-.585-.028-.865-.082a4.597 4.597 0 0 0 4.29 3.202 9.19 9.19 0 0 1-5.704 1.976c-.371 0-.738-.021-1.096-.063a12.982 12.982 0 0 0 7.041 2.07c8.45 0 13.07-7.028 13.07-13.124 0-.201-.004-.402-.012-.598a9.315 9.315 0 0 0 2.29-2.388"
fill-rule="evenodd"></path>
</symbol>
</svg></div>
<script async="" src="./volunteer_files/jquery.min.js.download"></script>
<script async="">
window.jQuery || document.write('<script src="/dist/js/jquery.min.js"><\/script>')
</script>
<script async="" type="text/javascript"
src="https://cloud.frontlinesms.com/assets/third-party-initiated-signin.js"></script>
<script async="" type="text/javascript">
try {
if ($('#login').length && typeof thirdPartyInitiatedLoginUtil !== 'undefined') {
$(function () {
thirdPartyInitiatedLoginUtil.init();
});
}
} catch (e) {
console.error('i am the error')
}
</script>
<script src="./volunteer_files/vendor.bundle.1590152700585.js.download"></script>
<script async="" defer="" src="./volunteer_files/app.bundle.1590152700585.js.download"></script>
<script async="">
window.ga = window.ga || function () { (ga.q = ga.q || []).push(arguments) }; ga.l = +new Date;
ga('create', 'UA-121470831-1', 'auto');
ga('send', 'pageview');
</script>
<script async="" src="./volunteer_files/analytics.js.download"></script>
</body>
</html>