File tree Expand file tree Collapse file tree 7 files changed +468
-468
lines changed
assets/img/members/student Expand file tree Collapse file tree 7 files changed +468
-468
lines changed Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 77default_pic = "../../assets/img/octocat.png"
88eng_alu_format = """<div class="member">
99 <a href="#"><img src="{pic}" alt="{name}"></a>
10- <div><b>{name}</b><br><b>{xlanceid}</b></div>
10+ <div style="margin-top: 15px" ><b>{name}</b><br><b>{xlanceid}</b></div>
1111 </div>"""
1212chi_alu_format = """<div class="member">
1313 <a href="#"><img src="{pic}" alt="{name}"></a>
14- <div><b>{name}</b><br><b>{xlanceid}</b></div>
14+ <div style="margin-top: 15px" ><b>{name}</b><br><b>{xlanceid}</b></div>
1515 </div>"""
1616eng_stu_format = """<div class="member">
1717 <a href="#"><img src="{pic}" alt="{name}"></a>
18- <div><b>{name}</b><br><b>{xlanceid}</b></div>
18+ <div style="margin-top: 15px" ><b>{name}</b><br><b>{xlanceid}</b></div>
1919 </div>"""
2020chi_stu_format = """<div class="member">
2121 <a href="#"><img src="{pic}" alt="{name}"></a>
22- <div><b>{name}</b><br><b>{xlanceid}</b></div>
22+ <div style="margin-top: 15px" ><b>{name}</b><br><b>{xlanceid}</b></div>
2323 </div>"""
2424
2525
You can’t perform that action at this time.
0 commit comments