Skip to content

Commit e70b4a4

Browse files
authored
Update interns.md
1 parent 762fcb2 commit e70b4a4

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

pages/interns.md

+23
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,26 @@ The Software and Computing Research Initiative provides funding for undergraduat
4040
</div>
4141
<br>
4242
</div>
43+
44+
# Former Interns
45+
46+
<div class="container-fluid">
47+
<div class="row">
48+
{% for person in inactive-intern %}
49+
<div class="card" style="width: 14rem;">
50+
<img class="card-img-top" src="{{person.photo}}" alt="Card image cap">
51+
<div class="card-body d-flex flex-column">
52+
<div class="card-text">
53+
<b><a href="{{person.permalink}}">{{person.intern-name}}</a></b><br>
54+
<small>{{person.institution}}</small><br><br>
55+
<small><b>{{person.project_title}}</b></small><br><br>
56+
</div>
57+
<div class="card-text mt-auto"><i>
58+
{% include postdoc_dates.html dates=person.dates %}
59+
</i><br></div>
60+
</div>
61+
</div>
62+
{% endfor %}
63+
</div>
64+
<br>
65+
</div>

0 commit comments

Comments
 (0)