File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
data-roles ="{{ alum.roles }} "
10
10
data-description ="{{ alum.description }} ">
11
11
< div class ="card ">
12
- < figure class =" image is-4by5 " style =" background-image: url({{alum.image}}); " > </ figure >
12
+ < img src =" {{mentor. image}} " alt =" {{mentor.name}} " >
13
13
< div class ="card-content ">
14
14
< h2 class ="has-text-white-ter has-text-weight-bold is-size-6 "> {{ alum.name }}</ h2 >
15
15
< p class ="has-text-weight-normal "> {{ alum.current }}</ p >
Original file line number Diff line number Diff line change 8
8
data-roles ="{{ member.roles }} "
9
9
data-description ="{{ member.description }} ">
10
10
< div class ="card ">
11
- < figure class =" image is-4by5 " style =" background-image: url( {{member.image}}); " > </ figure >
11
+ < img src =" {{member. image}} " alt =" {{member.name}} " >
12
12
< div class ="card-content ">
13
13
< h2 class ="name has-text-white-ter has-text-weight-bold is-size-6 "> {{ member.name }}</ h2 >
14
14
< p class ="roles has-text-weight-normal "> {{ member.roles }}</ p >
Original file line number Diff line number Diff line change 8
8
data-roles ="{{ mentor.roles }} "
9
9
data-description ="{{ mentor.description }} ">
10
10
< div class ="card ">
11
- < figure class =" image is-4by5 " style =" background-image: url( {{mentor.image}}); " > </ figure >
11
+ < img src =" {{memtor. image}} " alt =" {{mentor.name}} " >
12
12
< div class ="card-content ">
13
13
< h2 class ="has-text-white-ter has-text-weight-bold is-size-6 "> {{ mentor.name }}</ h2 >
14
14
< p class ="has-text-weight-normal "> {{ mentor.roles }}</ p >
You can’t perform that action at this time.
0 commit comments