-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
957 lines (947 loc) · 48.5 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
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
946
947
948
949
950
951
952
953
954
955
956
957
<!DOCTYPE html>
<html lang="en" >
<head>
<title>
Cast sticker sheet
</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/png" href="img/logo.png"/>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&family=Roboto+Slab:wght@500;600&display=swap" rel="stylesheet">
<link href="style.css" rel="stylesheet">
</head>
<body>
<header>
<img src="img/logo.png" alt="GrantAdvisor UK">
<h1>Cast Sticker Sheet</h1>
</header>
<main>
<section class="no-background sticker-sheet-margin">
<h2 class="sticker-sheet-header">Colours</h2>
<hr class="sticker-sheet-header">
<div class="colour-list">
<div class="colour teal"></div>
<div class="colour leaf-green"></div>
<div class="colour inky-blue"></div>
<div class="colour sky-blue"></div>
<div class="colour plum"></div>
<div class="colour orange"></div>
<div class="colour yellow"></div>
<div class="colour black"></div>
<div class="colour dark-grey"></div>
<div class="colour mid-grey"></div>
<div class="colour light-grey"></div>
<div class="colour form-field-grey"></div>
<div class="colour white"></div>
</div>
</section>
<section class="typography no-background sticker-sheet-margin">
<h2 class="sticker-sheet-header">Typography</h2>
<hr class="sticker-sheet-header">
<div class="typography-container">
<div class="desktop">
<h4 class="sticker-sheet-header">» Content</h4>
<p class="large sticker-sheet-header">Desktop: 960px upwards</p>
<h1>Extra Large Heading</h1>
<h2>Large Heading</h2>
<h3>Medium Heading</h3>
<h4>Small Heading</h4>
<p class="large">Large Body</p>
<p>Medium Body</p>
<small>Small Body</small>
</div>
<div class="tablet">
<p class="large sticker-sheet-header">Tablet: 600–959px</p>
<h1>Extra Large Heading</h1>
<h2>Large Heading</h2>
<h3>Medium Heading</h3>
<h4>Small Heading</h4>
<p class="large">Large Body</p>
<p>Medium Body</p>
<small>Small Body</small>
</div>
<div class="mobile">
<p class="large sticker-sheet-header">Mobile: 0–599px</p>
<h1>Extra Large Heading</h1>
<h2>Large Heading</h2>
<h3>Medium Heading</h3>
<h4>Small Heading</h4>
<p class="large">Large Body</p>
<p>Medium Body</p>
<small>Small Body</small>
</div>
<div class="type-styles">
<h4 class="sticker-sheet-header">» Type styles</h4>
<a href="#" class="content-hyperlink">Content hyperlink</a>
<a href="#" class="text-cta">Text CTA</a>
<p class="button-text">Button text</p>
<p class="placeholder">Field placeholder text</p>
<p class="field-title">Field title and filled text</p>
</div>
</div>
</section>
<section class="layout no-background sticker-sheet-margin">
<h2 class="sticker-sheet-header">Layout</h2>
<hr class="sticker-sheet-header">
<p class="large sticker-sheet-header">Grid - Desktop</p>
<div class="grid background">
<h4 class="grid-item">1 column</h4>
</div>
<div class="grid background two-column">
<h4 class="grid-item">2 columns</h4>
<h4 class="grid-item">2 columns</h4>
</div>
<div class="grid background three-column">
<h4 class="grid-item">3 columns</h4>
<h4 class="grid-item">3 columns</h4>
<h4 class="grid-item">3 columns</h4>
</div>
<div class="grid background uneven-two-column">
<h4 class="grid-item">1 column</h4>
<h4 class="grid-item">2 columns</h4>
</div>
<div class="grid background four-column">
<h4 class="grid-item">4 columns</h4>
<h4 class="grid-item">4 columns</h4>
<h4 class="grid-item">4 columns</h4>
<h4 class="grid-item">4 columns</h4>
</div>
<p class="large sticker-sheet-header">Grid - Tablet</p>
<div class="grid background tablet-two-column">
<h4 class="grid-item"> </h4>
<h4 class="grid-item"> </h4>
</div>
<p class="large sticker-sheet-header">Grid - Mobile</p>
<div class="grid background mobile-one-column">
<h4 class="grid-item"> </h4>
</div>
<div class="gutter-styles">
<p class="mobile-gutter large sticker-sheet-header"><span> </span>Mobile gutter: 20px</p>
<p class="tablet-gutter large sticker-sheet-header"><span> </span>Tablet gutter: 30px</p>
<p class="desktop-gutter large sticker-sheet-header"><span> </span>Desktop gutter: 50px</p>
</div>
</section>
<section class="no-background sticker-sheet-margin">
<h2 class="sticker-sheet-header">Buttons</h2>
<hr class="sticker-sheet-header">
<div class="button-container grid two-column">
<div class="primary-buttons">
<p class="large sticker-sheet-header">Primary - Rounded</p>
<span>
<p>Default</p>
<button class="primary">Button default</button>
<button class="primary alternate">Button default</button>
</span>
<span>
<p>Hover</p>
<button class="primary hover">Button default</button>
</span>
<span>
<p>Disabled</p>
<button class="primary" disabled>Button default</button>
</span>
</div>
<div class="secondary-buttons">
<p class="large sticker-sheet-header">Secondary - Square</p>
<span>
<p>Default</p>
<button class="secondary">Button default</button>
<button class="secondary alternate">Button default</button>
</span>
<span>
<p>Hover</p>
<button class="secondary hover">Button default</button>
</span>
<span>
<p>Disabled</p>
<button class="secondary" disabled>Button default</button>
</span>
</div>
<div class="additional-buttons">
<p class="large sticker-sheet-header">Additional button styles</p>
<span>
<p>Default</p>
<a class="text-cta">Text CTA</a>
<label class="secondary alternate">Label</label>
</span>
<span>
<p>Hover</p>
<a class="text-cta hover">Text CTA</a>
</span>
<span>
<p>Disabled</p>
</span>
</div>
</div>
</section>
<section class="forms no-background sticker-sheet-margin">
<h2 class="sticker-sheet-header">Forms</h2>
<hr class="sticker-sheet-header">
<h4 class="sticker-sheet-header">» Fields</h4>
<p class="large sticker-sheet-header">Dropdown</p>
<div class="dropdown-fields">
<div class="field select">
<label class="field-title" for="funders">Field title</label>
<select name="funders" id="funders">
<option value="Esmée Fairbairn Foundation">Esmée Fairbairn Foundation</option>
</select>
</div>
<div class="field select">
<label class="field-title" for="funders-dropdown">Field title</label>
<div class="dropdown-example">
<select name="funders" id="funders-dropdown">
<option value="Esmée Fairbairn Foundation">Esmée Fairbairn Foundation</option>
</select>
<div class="dropdown-items">
<option value="Esmée Fairbairn Foundation" selected>Drop down item</option>
<option value="Esmée Fairbairn Foundation">Drop down item</option>
<option value="Esmée Fairbairn Foundation">Drop down item</option>
</div>
</div>
</div>
</div>
<p class="large sticker-sheet-header">Basic text field</p>
<div class="input-fields">
<div class="field">
<p class="sticker-sheet-header">Default</p>
<label for="input-text-example" class="field-title">Field title</label>
<input id="input-text-example" type="text" placeholder="Placeholder text">
</div>
<div class="field">
<p class="sticker-sheet-header">Focus</p>
<label for="input-focus-example2" class="field-title">Field title</label>
<input id="input-focus-example2" type="text" value="Input text" class="focus-example">
</div>
<div class="field">
<p class="sticker-sheet-header">Error</p>
<label for="input-text-error1" class="field-title">Field title</label>
<div class="error">
<input id="input-text-error1" type="text" placeholder="Placeholder text" required>
<span>This field is mandatory</span>
</div>
</div>
</div>
<p class="large sticker-sheet-header">Text field with description</p>
<div class="input-fields">
<div class="field">
<p class="sticker-sheet-header">Default</p>
<label class="field-title" for="textarea">Field title</label>
<p class="field-description">This is an example of description text below the field title</p>
<textarea name="textarea" rows="8" cols="50" placeholder="Type your advice" id="textarea"></textarea>
</div>
<div class="field">
<p class="sticker-sheet-header">Focus</p>
<label class="field-title" for="textarea-focus">Field title</label>
<p class="field-description">This is an example of description text below the field title</p>
<textarea class="focus-example" name="textarea" rows="8" cols="50" id="textarea-focus">Input text</textarea>
</div>
<div class="field">
<p class="sticker-sheet-header">Error</p>
<label class="field-title" for="textarea-error">Field title</label>
<p class="field-description">This is an example of description text below the field title</p>
<textarea name="textarea" rows="8" cols="50" required placeholder="Input text" id="textarea-error"></textarea>
</div>
</div>
<p class="large sticker-sheet-header">Additional field types</p>
<p class="sticker-sheet-header">Upload File</p>
<div class="input-fields">
<div class="field">
<label for="upload" class="upload">Upload a jpg or png
<input type="file"
id="upload" name="upload"
accept="image/png, image/jpeg" class="hidden">
<img src="img/plus.svg" alt="Plus icon"/>
</label>
</div>
<div class="field">
<label for="upload2" class="upload remove">file_FINAL_V2
<input type="file"
id="upload2" name="upload"
accept="image/png, image/jpeg" class="hidden">
<span>Remove</span>
</label>
</div>
</div>
<p class="sticker-sheet-header">URL input</p>
<div class="field url">
<label for="url" class="field-title">Link</label>
<input type="url" name="url" id="url"
placeholder="https://"
pattern="https://.*" size="30"
required>
</div>
<h4 class="sticker-sheet-header">» Interactive Elements</h4>
<p class="large sticker-sheet-header">Radio buttons</p>
<div class="input-fields">
<div class="field">
<p class="sticker-sheet-header">Selected</p>
<label class="radio" for="radio">
<input type="radio" id="radio" checked="checked" name="radio">
<span class="checkmark"></span>
Text
</label>
</div>
<div class="field">
<p class="sticker-sheet-header">Deselected</p>
<label class="radio" for="radio-deselected">
<input type="radio" name="radio" id="radio-deselected">
<span class="checkmark"></span>
Text
</label>
</div>
</div>
<div class="input-fields">
<div class="field">
<p class="sticker-sheet-header">Selected</p>
<label class="checkbox" for="checkbox">
<input type="checkbox" id="checkbox" checked="checked" name="checkbox">
<span class="checkmark"></span>
Text
</label>
</div>
<div class="field">
<p class="sticker-sheet-header">Deselected</p>
<label class="checkbox" for="checkbox-deselected">
<input type="checkbox" id="checkbox-deselected" name="checkbox">
<span class="checkmark"></span>
Text
</label>
</div>
</div>
<p class="large sticker-sheet-header">Rating system</p>
<div class="rating-container grid three-column">
<p class="sticker-sheet-header">Default</p>
<p class="sticker-sheet-header">Hover</p>
<p class="sticker-sheet-header">Selected</p>
<div class="input-fields rating">
<div class="field">
<input type="checkbox" id="rating-excellent-1" class="rating">
<label for="rating-excellent-1" class="rating-label">
<img src="img/smiley.svg" alt="Excellent rating"/>
Excellent
</label>
</div>
<div class="field">
<input type="checkbox" id="rating-average-1" class="rating">
<label for="rating-average-1" class="rating-label">
<img src="img/average.svg" alt="Average-rating"/>
Average
</label>
</div>
<div class="field">
<input type="checkbox" id="rating-bad-1" class="rating">
<label for="rating-bad-1" class="rating-label">
<img src="img/sad.svg" alt="Bad rating"/>
Bad
</label>
</div>
</div>
<div class="input-fields rating">
<div class="field">
<input type="checkbox" id="rating-excellent-2" class="rating">
<label for="rating-excellent-2" class="rating-label">
<img src="img/smiley.svg" alt="Excellent rating"/>
Excellent
</label>
</div>
<div class="field">
<input type="checkbox" id="rating-average-2" class="rating">
<label for="rating-average-2" class="rating-label">
<img src="img/average.svg" alt="Average-rating"/>
Average
</label>
</div>
<div class="field">
<input type="checkbox" id="rating-bad-2" class="rating">
<label for="rating-bad-2" class="rating-label hover">
<img src="img/sad.svg" alt="Bad rating"/>
Bad
</label>
</div>
</div>
<div class="input-fields rating">
<div class="field">
<input type="checkbox" id="rating-excellent-3" class="rating">
<label for="rating-excellent-3" class="rating-label">
<img src="img/smiley.svg" alt="Excellent rating"/>
Excellent
</label>
</div>
<div class="field">
<input type="checkbox" id="rating-average-3" class="rating">
<label for="rating-average-3" class="rating-label">
<img src="img/average.svg" alt="Average-rating"/>
Average
</label>
</div>
<div class="field">
<input type="checkbox" id="rating-bad-3" class="rating" checked="checked">
<label for="rating-bad-3" class="rating-label">
<img src="img/sad.svg" alt="Bad rating"/>
Bad
</label>
</div>
</div>
</div>
</div>
</section>
<section class="no-background sticker-sheet-margin">
<h2 class="sticker-sheet-header">Charts</h2>
<hr class="sticker-sheet-header">
</section>
<section class="tags no-background sticker-sheet-margin">
<h2 class="sticker-sheet-header">Tags</h2>
<hr class="sticker-sheet-header">
<h4 class="sticker-sheet-header">» Tag types</h4>
<p class="sticker-sheet-header">Tag + count</p>
<a class="tag with-count"><span>3</span>Friendly</a>
<p class="sticker-sheet-header">Simple tag</p>
<a class="tag">Gives more than money</a>
<h4 class="sticker-sheet-header">» Tag Lockups</h4>
<p class="sticker-sheet-header">Tag row</p>
<div class="tag-row">
<small>Top descriptors for this funder </small>
<a class="tag with-count"><span>7</span>Builds relationships</a>
<a class="tag with-count"><span>5</span>Positive leader in the field</a>
<a class="tag with-count"><span>5</span>Responsive</a>
<a class="tag with-count"><span>4</span>Gives more than money</a>
<a class="tag with-count"><span>3</span>Risk taker</a>
<a class="tag with-count"><span>3</span>Friendly</a>
</div>
<p class="sticker-sheet-header">Tags + title</p>
<div>
<div class="tags-with-title">
<p>Title </p>
<a class="tag">Positive leader in the field</a>
<a class="tag">Risk taker</a>
<a class="tag">Responsive</a>
<a class="tag">Builds relationships</a>
<a class="tag">Friendly</a>
<a class="tag">Gives more than money</a>
</div>
</div>
</section>
<section class="no-background sticker-sheet-margin">
<h2 class="sticker-sheet-header">Separators</h2>
<hr class="sticker-sheet-header">
<p class="sticker-sheet-header">Content divider</p>
<hr>
<p class="sticker-sheet-header">Side bar divider</p>
<hr class="sidebar-divider">
<p class="sticker-sheet-header">Comments divider</p>
<hr class="comments">
</section>
<section class="no-background sticker-sheet-margin">
<h2 class="sticker-sheet-header">Side bar content</h2>
<hr class="sticker-sheet-header">
<div class="sidebar-container">
<div class="sidebar">
<p class="large sticker-sheet-header">Contact information</p>
<div class="contact">
<small>Esmée Fairbairn Foundation<br> Kings Place,<br> 90 York Way <br> London <br> N1 9AG</small>
<p>
<a href="#">Website</a>
<a href="#">Apply for funding</a>
</p>
<p>
<a href="mailto:info@esmeefairbairn.org.uk">info@esmeefairbairn.org.uk</a>
<small> 020 7812 3700</small>
</p>
</div>
</div>
<div class="sidebar">
<p class="large sticker-sheet-header">Review contact</p>
<div class="review-cta">
<h4>Write a review</h4>
<small> Is your organisation funded by Esmée Fairbairn Foundation?</small>
<a class="button primary">Share your experiences</a>
</div>
</div>
<div class="sidebar">
<p class="large sticker-sheet-header">Ratings</p>
<div class="ratings">
<h4>Programmes</h4>
<div>
<a class="no-text-decoration" href="#"> Our natural world</a>
<progress class="blue" value="65" max="100"></progress>
<progress class="purple" value="10" max="100"></progress>
</div>
<div class="margin-1">
<a class="no-text-decoration" href="#">Share your experiences</a>
<progress class="blue" value="60" max="100"></progress>
<progress class="purple" value="20" max="100"></progress>
</div>
<div class="margin-1">
<a class="no-text-decoration" href="#">Creative, Confident Communities</a>
<progress class="blue" value="100" max="100"></progress>
<progress class="purple" value="5" max="100"></progress>
</div>
</div>
</div>
</div>
</section>
<section class="no-background sticker-sheet-margin">
<h2 class="sticker-sheet-header">Icons</h2>
<hr class="sticker-sheet-header">
<div class="icon-row">
<img class="icon" src="img/arrow-down.svg" alt="Down arrow icon">
<img class="icon" src="img/location.svg" alt="Location icon">
<img class="icon" src="img/arrow-left.svg" alt="Left arrow icon">
<img class="icon" src="img/arrow-right.svg" alt="Right arrow icon">
<img class="icon" src="img/thumb.svg" alt="Thumb icon">
<img class="icon" src="img/thumb-filled.svg" alt="Thumb icon">
<img class="icon" src="img/plus.svg" alt="Plus icon" >
</div>
</section>
<section class="no-background sticker-sheet-margin">
<h2 class="sticker-sheet-header">Cards</h2>
<hr class="sticker-sheet-header">
<p class="large sticker-sheet-header">Review card</p>
<div class="card">
<div class="meta">
<span class="location">
<img class="icon" src="img/location.svg" alt="Location icon"/>
Belfast
</span>
<span class="responses">
Total responses: 7
</span>
</div>
<h4 class="teal-text">The Community Foundation For Northern Ireland</h4>
<progress class="background blue" value="60" max="100"></progress>
<progress class="background yellow" value="20" max="100"></progress>
<progress class="background purple" value="5" max="100"></progress>
<p>Make contact with the funder as the funder has claimed correspondence was sent but it was never received!</p>
<div class="flex">
<a class="button secondary margin-0">Write Review</a>
<a class="button secondary alternate margin-0">Read more</a>
</div>
</div>
</section>
<section class="no-background sticker-sheet-margin">
<h2 class="sticker-sheet-header">Page Structure</h2>
<hr class="sticker-sheet-header">
<h4 class="sticker-sheet-header">» Funder review</h4>
<p class="large sticker-sheet-header">Header for overall funder review</p>
<div class="container with-sidebar">
<div class="funder-header">
<div class="funder-header-top">
<div class="location-meta">
<img class="icon" src="img/location-white.svg" alt="Location icon"/>
London
</div>
<h3>Esmée Fairbairn Foundation</h3>
<p>Founded in 1961, Esmée Fairbairn Foundation is one of the UK’s largest independent funders.</p>
</div>
<div class="funder-header-bottom">
<div class="flex center space-between">
<h4>Overview</h4>
<span>Total Responses: 11</span>
</div>
<div class="flex align-center tab-container">
<span> Pick a time frame:</span>
<ul class="tabs flex align-center space-between">
<li class="tab-link">
<a href="#all-years" class="active">All years</a>
</li>
<li class="tab-link">
<a href="#2017" class="inactive">2017</a>
</li>
<li class="tab-link">
<a href="#2018">2018</a>
</li>
<li class="tab-link">
<a href="#2019">2019</a>
</li>
<li class="tab-link">
<a href="#2020">2020</a>
</li>
<li class="tab-link">
<a href="#2021">2021</a>
</li>
<li class="tab-link">
<a href="#2022">2022</a>
</li>
</ul>
<div class="tab" id="all-years">
<div class="content">
This is the content of the All Years tab
</div>
</div>
<div class="tab" id="2017">
<div class="content">
This is the content of the 2017 tab
</div>
</div>
<div class="tab" id="2018">
<div class="content">
This is the content of the 2018 tab
</div>
</div>
<div class="tab" id="2019">
<div class="content">
This is the content of the 2019 tab
</div>
</div>
<div class="tab" id="2020">
<div class="content">
This is the content of the 2020 tab
</div>
</div>
<div class="tab" id="2021">
<div class="content" >
This is the content of the 2021 tab
</div>
</div>
<div class="tab" id="2022">
<div class="content">
This is the content of the 2022 tab
</div>
</div>
</div>
</div>
</div>
</div>
<p class="large sticker-sheet-header">Header for funder’s specific programme review</p>
<div class="container with-sidebar">
<div class="funder-header">
<div class="funder-header-top">
<div class="location-meta">
<img class="icon" src="img/location-white.svg" alt="Location icon"/>
London
</div>
<h3>Esmée Fairbairn Foundation</h3>
<p>Founded in 1961, Esmée Fairbairn Foundation is one of the UK’s largest independent funders.</p>
</div>
<div class="funder-header-bottom">
<div class="flex align-center space-between">
<h4 class="margin-1">Programme Overview</h4>
<span>Total Responses: 11</span>
</div>
<p class="large margin-0">Creative, Confident Communities</p>
<div class="flex align-center tab-container">
<span> Pick a time frame:</span>
<ul class="tabs flex align-center space-between">
<li class="tab-link">
<a href="#all-years" class="active">All years</a>
</li>
<li class="tab-link">
<a href="#2017" class="inactive">2017</a>
</li>
<li class="tab-link">
<a href="#2018">2018</a>
</li>
<li class="tab-link">
<a href="#2019">2019</a>
</li>
<li class="tab-link">
<a href="#2020">2020</a>
</li>
<li class="tab-link">
<a href="#2021">2021</a>
</li>
<li class="tab-link">
<a href="#2022">2022</a>
</li>
</ul>
<div class="tab" id="all-years">
<div class="content">
This is the content of the All Years tab
</div>
</div>
<div class="tab" id="2017">
<div class="content">
This is the content of the 2017 tab
</div>
</div>
<div class="tab" id="2018">
<div class="content">
This is the content of the 2018 tab
</div>
</div>
<div class="tab" id="2019">
<div class="content">
This is the content of the 2019 tab
</div>
</div>
<div class="tab" id="2020">
<div class="content">
This is the content of the 2020 tab
</div>
</div>
<div class="tab" id="2021">
<div class="content" >
This is the content of the 2021 tab
</div>
</div>
<div class="tab" id="2022">
<div class="content">
This is the content of the 2022 tab
</div>
</div>
</div>
</div>
</div>
</div>
<h4 class="sticker-sheet-header">» Submission form</h4>
<p class="large sticker-sheet-header">Header for review submission form</p>
<div class="container with-sidebar">
<div class="review-header">
<div class="review-header-top">
<h4>Write your grant seeker review</h4>
<small>of</small>
<p class="large">Esmée Fairbairn Foundation</p>
<p>General funder review</p>
</div>
</div>
</div>
<h4 class="sticker-sheet-header">» Page background</h4>
<p class="large sticker-sheet-header">Write a review</p>
<div class="container with-sidebar">
<section class="page-background fake-height">
Content
</section>
</div>
<p class="large sticker-sheet-header">Write a review + sidebar</p>
<div class="container with-sidebar">
<section class="page-background fake-height">
<p class="center-text">Content</p>
</section>
<aside class="sidebar">
<hr class="sidebar-divider">
<p class="large">Title</p>
<p> Text </p>
<hr class="sidebar-divider">
</aside>
</div>
<p class="large sticker-sheet-header">Standard content page</p>
<div class="container with-sidebar">
<section class="fake-height">
Content
</section>
</div>
<p class="large sticker-sheet-header">Comments</p>
<div class="container with-sidebar">
<section class="fake-height">
Content
</section>
</div>
</section>
<section class="no-background sticker-sheet-margin">
<h2 class="sticker-sheet-header">Review comments</h2>
<hr class="sticker-sheet-header">
<h4 class="sticker-sheet-header">» Review card contracted</h4>
<div class="container with-sidebar">
<details>
<summary>
<p class="flex space-between margin-0"><span class="meta-date">Nov 21, 2019</span> <img src="img/thumb.svg" alt="thumbs up icon"> </p>
<p class="flex bold-500">Grant Applicant - applied in 2020 - <a href="#">A Fairer Future</a></p>
<p>Try to get to know the individual grant manager well enough so that you can ask questions informally. We went to meet them for a ‘this is where we are now’ kind of conversation. After that, ours was very helpful, receptive and open because they could see what we were trying to do in the context of the rest of our strategy</p>
<div class="tags-with-title margin-2">
<p>Pros </p>
<a class="tag">Positive leader in the field</a>
<a class="tag">Risk taker</a>
<a class="tag">Responsive</a>
<a class="tag">Builds relationships</a>
<a class="tag">Friendly</a>
<a class="tag">Gives more than money</a>
</div>
<button id="open1" href="#" class="large text-cta flex center"><img src="img/plus.svg" alt="Show more icon">SHOW MORE</button>
<button id="closed1" href="#" class="large text-cta flex center"><img src="img/plus.svg" alt="Show less icon">SHOW LESS</button>
</summary>
<p>Content</p>
</details>
</div>
<h4 class="sticker-sheet-header">» Review card expanded</h4>
<div class="container with-sidebar">
<details open>
<summary>
<p class="flex space-between margin-0"><span class="meta-date">Nov 21, 2019</span> <img src="img/thumb.svg" alt="Thumbs up icon"> </p>
<p class="flex bold-500">Grant Applicant - applied in 2020 - <a href="#">A Fairer Future</a></p>
<p>Try to get to know the individual grant manager well enough so that you can ask questions informally. We went to meet them for a ‘this is where we are now’ kind of conversation. After that, ours was very helpful, receptive and open because they could see what we were trying to do in the context of the rest of our strategy</p>
<div class="tags-with-title margin-2">
<p>Pros </p>
<a class="tag">Positive leader in the field</a>
<a class="tag">Risk taker</a>
<a class="tag">Responsive</a>
<a class="tag">Builds relationships</a>
<a class="tag">Friendly</a>
<a class="tag">Gives more than money</a>
</div>
<button id="open" href="#" class="large text-cta flex center"><img src="img/plus.svg" alt="Show more icon">SHOW MORE</button>
<button id="closed" href="#" class="large text-cta flex center"><img src="img/plus.svg" alt="Show less icon">SHOW LESS</button>
</summary>
<div class="expanded-content">
<div>
<p class="bold-500">Which region are you working in?</p>
<p>(unknown)</p>
</div>
<div>
<p class="bold-500">What is your relationship with the funder for this experience?</p>
<p>Applied and not funded</p>
</div>
<div>
<p class="bold-500">If you were funded, tell us the outcome</p>
<p>Not applicable</p>
</div>
<div>
<p class="bold-500">What year was the experience?</p>
<p>2019</p>
</div>
<div>
<p class="bold-500">How successfully do you think this funder is accomplishing its goals as a funder?</p>
<p>Good</p>
</div>
<div>
<p class="bold-500">If you had one piece of advice to give to this funder (about grantmaking or anything else), what would it be?</p>
<p>
Take less applications through to 2nd stage if still only 10% chance. Thought the vetting process to 1st stage and then to 2nd stage increased your chances more than this.
</p>
</div>
<div>
<p class="bold-500">
How many hours did the grant application process take?
</p>
<p>40</p>
</div>
</div>
</details>
</div>
<h4 class="sticker-sheet-header">» Review card response</h4>
<div class="container with-sidebar">
<section class="no-background review-response">
<hr class="comments">
<p class="field-title">Reply from Esmé Fairbairn Foundation</p>
<p><small>Nov 23, 2019</small></p>
<p>
<small>
Thanks for your response, and we're sorry to hear you got the impression that only 10% of 2nd stage applications are approved. Looking at the data, this isn't the case.
</small>
<small>
- So far this year we've declined 28 2nd stage applications (14.2%). In other words, we've approved 169 (85.8%) of 2nd stage applications.
</small>
<small>
- In 2018 we declined 52 2nd stage applications (17.2%) and approved 250 (82.2%).
</small>
<small>
We're committed to reducing wasted effort in grant applications, and are currently researching the clearest way to ask application questions as part of this work.
</small>
<small>
If you'd like to know more, please take a look at our Annual Report.
</small>
</div>
</section>
</section>
<section class="no-background sticker-sheet-margin">
<h2 class="sticker-sheet-header">Global elements</h2>
<hr class="sticker-sheet-header">
<h4 class="sticker-sheet-header">» Navigation</h4>
</section>
<header>
<img src="img/logo.png" alt="Grant Advisor UK">
<h1 class="visually-hidden">Grant Advisor UK</h1>
<div class="header-bottom flex space-between">
<ul class="flex margin-0">
<li>
<a href="#">Home</a>
</li>
<li>
<a href="#">Funders</a>
</li>
<li>
<a href="#">Write a review</a>
</li>
<li>
<a href="#">About us</a>
</li>
<li class="active">
<a href="#">Contact us</a>
</li>
</ul>
<span class="flex align-center">
<a href="#">Subscribe</a>
<a href="#">Log in/ Register</a>
</span>
</div>
</header>
<h4 class="sticker-sheet-header sticker-sheet-margin">» Footer</h4>
<footer class="grid four-column">
<ul class="">
<li class="margin-05">
<a href="#">Home</a>
</li>
<li class="margin-05">
<a href="#">Funders</a>
</li>
<li class="margin-05">
<a href="#">Write a review</a>
</li>
<li class="margin-05">
<a href="#">About us</a>
</li>
<li class="margin-05">
<a href="#">Contact us</a>
</li>
</ul>
<div>
<ul class="">
<li>
<a href="#">Home</a>
</li>
<li>
<a href="#">Funders</a>
</li>
</ul>
<ul>
<li>
<a href="#">About us</a>
</li>
<li class="active">
<a href="#">Contact us</a>
</li>
</ul>
</div>
<img src="img/cast-logo.svg" alt="Incubated by Cast"/>
<p>Copyright © 2022 GrantAdvisor UK</p>
</footer>
<section class="sticker-sheet-margin no-background breadcrumb-container">
<h4 class="sticker-sheet-header">» Breadcrumb</h4>
<div class="breadcrumb flex">
<a href="#">
Page level 1 /
</a>
<a href="#">
Page level 2 /
</a>
<a href="#" class="active">
Current page
</a>
</div>
</section>
<section class="sticker-sheet-margin no-background breadcrumb-container">
<h4 class="sticker-sheet-header">» Search bar</h4>
<div class="search-bar">
<h4>Search for a funder</h4>
<form class="flex space-between align-center">
<label class="visually-hidden" for="funder-search">Search for a funder</label>
<input type="text" id="funder-search" placeholder="Enter a funder name"/>
<button type="submit" class="primary alternate">Search</button>
</form>
</div>
</section>
<section class="sticker-sheet-margin no-background breadcrumb-container">
<h4 class="sticker-sheet-header">» Pagination</h4>
<div class="pagination flex">
<a href="#" class="disabled previous">
<img src="img/arrow-left-white.svg" alt="Left arrow icon"/>
</a>
<a href="#" class="active"> 1 </a>
<a href="#"> 2 </a>
<a href="#"> 3 </a>
<a href="#" class="next">
<img src="img/arrow-right-white.svg" alt="Right arrow icon"/>
</a>
</div>
</section>
</main>
</body>
</html>