Skip to content

Commit 73aa4f2

Browse files
Merge branch 'master' of https://github.com/alshedivat/al-folio into update-bootstrap
2 parents e1ed167 + c142853 commit 73aa4f2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ Feel free to add your own page(s) by sending a PR.
7474
<a href="https://manandey.github.io" target="_blank">★</a>
7575
<a href="https://johanneshoerner.github.io" target="_blank">★</a>
7676
<a href="https://ioannismavromatis.com" target="_blank">★</a>
77+
<a href="https://taidnguyen.github.io" target="_blank">★</a>
78+
<a href="https://lbugnon.github.io" target="_blank">★</a>
7779
</td>
7880
</tr>
7981
<tr>
@@ -85,6 +87,7 @@ Feel free to add your own page(s) by sending a PR.
8587
<a href="https://decisionlab.ucsf.edu/" target="_blank">★</a>
8688
<a href="https://programming-group.com/" target="_blank">★</a>
8789
<a href="https://sailing-lab.github.io/" target="_blank">★</a>
90+
<a href="https://inbt.jhu.edu/epidiagnostics/" target="_blank">★</a>
8891
</td>
8992
</tr>
9093
<tr>

_includes/projects_horizontal.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@
88
<div class="row g-0">
99
{%- if project.img -%}
1010
<div class="card-img col-md-6">
11-
{% responsive_image_block %}
12-
path: {{ project.img }}
13-
alt: "project thumbnail"
14-
{% endresponsive_image_block %}
11+
{% include figure.html path=project.img alt="project thumbnail" %}
1512
</div>
1613
<div class="col-md-6">
1714
{%- else -%}

0 commit comments

Comments
 (0)