Skip to content
Open

amber #1010

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions students.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

<div class="rocket">
<a href="javascript:void(0);" id="rocketmeluncur" class="showrocket">
<link rel="stylesheet" href="css/images.css">
<div class="fire"></div>
</a>
</div>
Expand All @@ -18,9 +19,9 @@
{% for student in site.data.students %}
<div class="card single-mentor">
{% if student.image %}
<img src="img/students/{{student.image}}" alt="{{ student.name }}">
<img src="img/students/abcd.jpg" alt="{{ student.name }}" class="img">
{% else %}
<img src="img/students/member.png" alt="{{ student.name }}">
<img src="img/students/2coolife.jpg" alt="{{ student.name }}" class="img">
{% endif %}
<br>
<p class="person-name">{{ student.name }}</p><br>
Expand Down