This repository was archived by the owner on Oct 15, 2024. It is now read-only.
File tree 1 file changed +21
-12
lines changed
1 file changed +21
-12
lines changed Original file line number Diff line number Diff line change 30
30
<h3 >Associations de la Faculté IC</h3 >
31
31
32
32
<div class =" commissions padded-40" >
33
- {% for row in icfriendsList | batch (4) %}
34
- <div class =" commissions-row" >
35
- {% for item in row %}
36
- <div class =" commissions-item" >
37
- <a href =" /icfriends/{{item.slug}}" >
38
- <img src =" /icfriends/{{item.imageURL}}" alt =" {{item.name}}" >
39
- <p class =" title" >{{ item .name }} </p >
40
- </a >
41
- <p class =" desc" >{{ item .shortDescription }} </p >
42
- <a href =" /icfriends/{{item.slug}}" class =" more" >Lire plus » ; </a >
43
- </div >
33
+ <div class =" commissions-row" >
34
+ {% for row in icfriendsList | batch (3) %}
35
+ {% for item in row %}
36
+ <div class =" commissions-item" >
37
+ <a href =" /icfriends/{{item.slug}}" >
38
+ <img src =" /icfriends/{{item.imageURL}}" alt =" {{item.name}}" >
39
+ <p class =" title" >{{ item .name }} </p >
40
+ </a >
41
+ <p class =" desc" >{{ item .shortDescription }} </p >
42
+ <a href =" /icfriends/{{item.slug}}" class =" more" >Lire plus » ; </a >
43
+ </div >
44
+ {% endfor %}
44
45
{% endfor %}
46
+ <!-- Hideous workaround for the coaching page -->
47
+ <div class =" commissions-item" >
48
+ <a href =" /icfriends/coaching" >
49
+ <img src =" img/coaching_logo.svg" alt =" coaching" >
50
+ <p class =" title" >Coaching IC</p >
51
+ </a >
52
+ <p class =" desc" >Le Coaching wallah</p >
53
+ <a href =" /icfriends/coaching" class =" more" >Lire plus » ; </a >
45
54
</div >
46
- {% endfor %}
55
+ </ div >
47
56
</div >
48
57
</div >
49
58
</div >
You can’t perform that action at this time.
0 commit comments