Skip to content

Commit 1eb8c51

Browse files
committed
Update full_ppl_b821cc04426d8c54bded02406e5a5ef5.md
1 parent 883028b commit 1eb8c51

File tree

1 file changed

+23
-21
lines changed

1 file changed

+23
-21
lines changed

full_ppl_b821cc04426d8c54bded02406e5a5ef5.md

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,7 @@ redirect_from:
88

99
<div class="container">
1010
<div class="row">
11-
<div class="col-md-6">
12-
<table class="table table-striped">
13-
<thead>
14-
<tr>
15-
<th>Name</th>
16-
<th>UVA ID</th>
17-
<th>Dept link</th>
18-
</tr>
19-
</thead>
20-
<tbody>
21-
{% assign sorted_people = site.departmentpeople | sort: "lastname" %}
22-
{% for person in sorted_people %}
23-
<tr>
24-
<td>{{ person.name }} {{ person.lastname }}</td>
25-
<td>{{ person.UVA_id }}</td>
26-
<td><a href="{{ site.url }}/people/{{ person.UVA_id }}/">Page</a></td>
27-
</tr>
28-
{% endfor %}
29-
</tbody>
30-
</table>
31-
</div>
11+
3212
<div class="col-md-6">
3313
<!-- Search bar HTML -->
3414
<div id="search-container">
@@ -121,4 +101,26 @@ document.addEventListener('DOMContentLoaded', (event) => {
121101
});
122102
</script>
123103
</div>
104+
<div class="col-md-6">
105+
<table class="table table-striped">
106+
<thead>
107+
<tr>
108+
<th>Name</th>
109+
<th>UVA ID</th>
110+
<th>Dept link</th>
111+
</tr>
112+
</thead>
113+
<tbody>
114+
{% assign sorted_people = site.departmentpeople | sort: "lastname" %}
115+
{% for person in sorted_people %}
116+
<tr>
117+
<td>{{ person.name }} {{ person.lastname }}</td>
118+
<td>{{ person.UVA_id }}</td>
119+
<td><a href="{{ site.url }}/people/{{ person.UVA_id }}/">Page</a></td>
120+
</tr>
121+
{% endfor %}
122+
</tbody>
123+
</table>
124+
</div>
125+
124126
</div></div>

0 commit comments

Comments
 (0)