File tree 1 file changed +24
-0
lines changed
1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!-- Materials Begin -->
2
+ < section id ="materials " class ="materials pt-5 pb-5 ">
3
+ < div class ="container ">
4
+ < h2 class ="section-title wow animated pulse mb-5 "> Additional materials</ h2 >
5
+ < div class ="row justify-content-center mb-3 ">
6
+ < div class ="material mr-sm-3 mr-0 mb-3 col-sm-5 col-11 " v-for ="(material, index) of materials ">
7
+ < b > Section:</ b > < strong class ="m-3 pb-2 "> {{ material.sectionTitle }}</ strong >
8
+ < br >
9
+ < a :href ="material.url1 "> < strong class ="m-2 pb-2 "> {{ material.urlName1 }}</ strong > </ a >
10
+ < br >
11
+ < a :href ="material.url2 "> < strong class ="m-2 pb-2 "> {{ material.urlName2 }}</ strong > </ a >
12
+ < br >
13
+ < a :href ="material.url3 "> < strong class ="m-2 pb-2 "> {{ material.urlName3 }}</ strong > </ a >
14
+ < br >
15
+ < a :href ="material.url4 "> < strong class ="m-2 pb-2 "> {{ material.urlName4 }}</ strong > </ a >
16
+ < br >
17
+ < a :href ="material.url5 "> < strong class ="m-2 pb-2 "> {{ material.urlName5 }}</ strong > </ a >
18
+ < br >
19
+ < a :href ="material.url6 "> < strong class ="m-2 pb-2 "> {{ material.urlName6 }}</ strong > </ a >
20
+ < br >
21
+ </ div >
22
+ </ div >
23
+ </ div >
24
+ </ section >
You can’t perform that action at this time.
0 commit comments