xxxxxxxxxx
1
<!--Accordion wrapper-->
2
<div class="accordion md-accordion accordion-4" id="accordionEx2" role="tablist" aria-multiselectable="true">
3
4
<!-- Accordion card -->
5
<div class="card">
6
7
<!-- Card header -->
8
<div class="card-header z-depth-1 teal lighten-4" role="tab" id="heading10">
9
<a data-toggle="collapse" data-parent="#accordionEx2" href="#collapse10" aria-expanded="true" aria-controls="collapse10">
10
<h4 class="mb-0 black-text text-center font-weight-bold text-uppercase">
11
First title
12
</h4>
13
</a>
14
</div>
15
16
<!-- Card body -->
17
<div id="collapse10" class="collapse show" role="tabpanel" aria-labelledby="heading10" data-parent="#accordionEx2">
18
<div class="card-body rgba-teal-strong white-text">
19
<p>Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute,
20
non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch
21
3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda
22
shoreditch et.</p>
23
24
<p>Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt
25
sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer
26
farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them
27
accusamus labore.</p>
28
</div>
29
</div>
30
</div>
31
<!-- Accordion card -->
32
33
<!-- Accordion card -->
34
<div class="card">
35
36
<!-- Card header -->
37
<div class="card-header z-depth-1 teal lighten-3" role="tab" id="heading11">
38
<a class="collapsed" data-toggle="collapse" data-parent="#accordionEx2" href="#collapse11" aria-expanded="false" aria-controls="collapse11">
39
<h4 class="mb-0 black-text text-center font-weight-bold text-uppercase">
40
Second title
41
</h4>
42
</a>
43
</div>
44
45
<!-- Card body -->
46
<div id="collapse11" class="collapse" role="tabpanel" aria-labelledby="heading11" data-parent="#accordionEx2">
47
<div class="card-body rgba-teal-strong white-text">
48
<p>Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute,
49
non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch
50
3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda
51
shoreditch et.</p>
52
53
<p>Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt
54
sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer
55
farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them
56
accusamus labore.</p>
57
</div>
58
</div>
59
</div>
60
<!-- Accordion card -->
61
62
<!-- Accordion card -->
63
<div class="card">
64
65
<!-- Card header -->
66
<div class="card-header z-depth-1 teal lighten-2" role="tab" id="heading12">
67
<a class="collapsed" data-toggle="collapse" data-parent="#accordionEx2" href="#collapse12" aria-expanded="false" aria-controls="collapse12">
68
<h4 class="mb-0 black-text text-center font-weight-bold text-uppercase">
69
Third title
70
</h4>
71
</a>
72
</div>
73
74
<!-- Card body -->
75
<div id="collapse12" class="collapse" role="tabpanel" aria-labelledby="heading12" data-parent="#accordionEx2">
76
<div class="card-body rgba-teal-strong white-text">
77
<p>Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute,
78
non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch
79
3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda
80
shoreditch et.</p>
81
82
<p>Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt
83
sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer
84
farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them
85
accusamus labore.</p>
86
</div>
87
</div>
88
</div>
89
<!-- Accordion card -->
90
91
<!-- Accordion card -->
92
<div class="card">
93
94
<!-- Card header -->
95
<div class="card-header z-depth-1 teal lighten-1" role="tab" id="heading13">
96
<a class="collapsed" data-toggle="collapse" data-parent="#accordionEx2" href="#collapse13" aria-expanded="true" aria-controls="collapse13">
97
<h4 class="mb-0 black-text text-center font-weight-bold text-uppercase">
98
Fourth title
99
</h4>
100
</a>
101
</div>
102
103
<!-- Card body -->
104
<div id="collapse13" class="collapse" role="tabpanel" aria-labelledby="heading13" data-parent="#accordionEx2">
105
<div class="card-body rgba-teal-strong white-text">
106
<p>Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute,
107
non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch
108
3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda
109
shoreditch et.</p>
110
111
<p>Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt
112
sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer
113
farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them
114
accusamus labore.</p>
115
</div>
116
</div>
117
</div>
118
<!-- Accordion card -->
119
120
<!-- Accordion card -->
121
<div class="card">
122
123
<!-- Card header -->
124
<div class="card-header z-depth-1 teal" role="tab" id="heading14">
125
<a class="collapsed" data-toggle="collapse" data-parent="#accordionEx2" href="#collapse14" aria-expanded="false" aria-controls="collapse14">
126
<h4 class="mb-0 black-text text-center font-weight-bold text-uppercase">
127
Fifth title
128
</h4>
129
</a>
130
</div>
131
132
<!-- Card body -->
133
<div id="collapse14" class="collapse" role="tabpanel" aria-labelledby="heading14" data-parent="#accordionEx2">
134
<div class="card-body rgba-teal-strong white-text">
135
<p>Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute,
136
non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch
137
3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda
138
shoreditch et.</p>
139
140
<p>Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt
141
sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer
142
farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them
143
accusamus labore.</p>
144
</div>
145
</div>
146
</div>
147
<!-- Accordion card -->
148
</div>
149
<!--/.Accordion wrapper-->
1
1
1
1
Console errors: 0