@@ -30,23 +30,63 @@ <h2 class="title has-text-left is-size-2 has-text-weight-bold mgb-medium" style=
30
30
</ h2 >
31
31
</ div >
32
32
33
+ < div class ="sponsor-thing ">
34
+ {% for sponsor in site.data.sponsors %}
35
+ {% if sponsor.level == "lazer" %}
36
+ < a href ="{{sponsor.website}} ">
37
+ < img src ="{{sponsor.logo}} " alt ="{{sponsor.name}} " style ="width:25% ">
38
+ </ a >
39
+ {% endif %}
40
+ {% endfor %}
41
+ </ div >
42
+
33
43
< div class ="contents ">
34
44
< h2 class ="title has-text-left is-size-2 has-text-weight-bold mgb-medium " style ="color: var(--seahawk) ">
35
45
Diamond
36
46
</ h2 >
37
47
</ div >
38
48
49
+ < div class ="sponsor-thing ">
50
+ {% for sponsor in site.data.sponsors %}
51
+ {% if sponsor.level == "diamond" %}
52
+ < a href ="{{sponsor.website}} ">
53
+ < img src ="{{sponsor.logo}} " alt ="{{sponsor.name}} " style ="width:25% ">
54
+ </ a >
55
+ {% endif %}
56
+ {% endfor %}
57
+ </ div >
58
+
39
59
< div class ="contents ">
40
60
< h2 class ="title has-text-left is-size-2 has-text-weight-bold mgb-medium " style ="color: var(--gold) ">
41
61
Gold
42
62
</ h2 >
43
63
</ div >
44
64
65
+ < div class ="sponsor-thing ">
66
+ {% for sponsor in site.data.sponsors %}
67
+ {% if sponsor.level == "gold" %}
68
+ < a href ="{{sponsor.website}} ">
69
+ < img src ="{{sponsor.logo}} " alt ="{{sponsor.name}} " style ="width:25% ">
70
+ </ a >
71
+ {% endif %}
72
+ {% endfor %}
73
+ </ div >
74
+
45
75
< div class ="contents ">
46
76
< h2 class ="title has-text-left is-size-2 has-text-weight-bold mgb-medium " style ="color: var(--silver) ">
47
77
Silver
48
78
</ h2 >
49
79
</ div >
80
+
81
+ < div class ="sponsor-thing ">
82
+ {% for sponsor in site.data.sponsors %}
83
+ {% if sponsor.level == "silver" %}
84
+ < a href ="{{sponsor.website}} ">
85
+ < img src ="{{sponsor.logo}} " alt ="{{sponsor.name}} " style ="width:25% ">
86
+ </ a >
87
+ {% endif %}
88
+ {% endfor %}
89
+ </ div >
50
90
< p class ="your-name-here ">
51
91
Want your name here?
52
92
</ p >
0 commit comments