Skip to content

Commit

Permalink
fix: add alts to reu
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean1572 committed May 24, 2024
1 parent 08c9fda commit fc4a1ed
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
uses: chabad360/htmlproofer@master
with:
directory: "./_site"
arguments: --assume-extension .html --swap-urls '^https\://e4e.ucsd.edu/:/'
arguments: --assume-extension .html --swap-urls '^https\://e4e.ucsd.edu/:/' --ignore_urls ["^https\://www.linkedin.com"]
- name: Checks files
run: ls -l cache
- name: Checks files
Expand Down
4 changes: 2 additions & 2 deletions _posts/2014-09-08-2014-summer-reu.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ <h1>Summer 2014 REU Students</h1>
{% for student in page.students %}
<div class="floatclearfix">
{% if student.photo %}
<p><a href="{{ student.photo }}"><img class="{{student.align}}" src="{{student.photo | resize: '180x240'}}"></a></p>{% endif %}
<p><a href="{{ student.photo }}"><img alt="{{student.name}}" class="{{student.align}}" src="{{student.photo | resize: '180x240'}}"></a></p>{% endif %}
<p><strong>{{student.name}}, {{student.school}}</strong></p>
<p>{{student.bio}}</p>
</div>
Expand All @@ -95,7 +95,7 @@ <h1>Summer 2014 Mentors</h1>
{% for student in page.mentors %}
<div class="floatclearfix">
{% if student.photo %}
<p><a href="{{ student.photo }}"><img class="{{student.align}}" src="{{student.photo | resize: '180x240'}}"></a></p>{% endif %}
<p><a href="{{ student.photo }}"><img alt="{{student.name}}" class="{{student.align}}" src="{{student.photo | resize: '180x240'}}"></a></p>{% endif %}
<p><strong>{{student.name}}, {{student.school}}</strong></p>
<p>{{student.bio}}</p>
</div>
Expand Down
4 changes: 2 additions & 2 deletions _posts/2015-09-04-summer-reu.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ <h1>Summer 2015 REU Students</h1>
{% for student in page.students %}
<div class="floatclearfix">
{% if student.photo %}
<p><a href="{{ student.photo }}"><img class="{{student.align}}" src="{{student.photo | resize: '180x240'}}"></a></p>{% endif %}
<p><a href="{{ student.photo }}"><img alt="{{student.name}}" class="{{student.align}}" src="{{student.photo | resize: '180x240'}}"></a></p>{% endif %}
<p><strong>{{student.name}}, {{student.school}}</strong></p>
<p>{{student.bio}}</p>
</div>
Expand All @@ -118,7 +118,7 @@ <h1>Summer 2015 Mentors</h1>
{% for student in page.mentors %}
<div class="floatclearfix">
{% if student.photo %}
<p><a href="{{ student.photo }}"><img class="{{student.align}}" src="{{student.photo | resize: '180x240'}}"></a></p>{% endif %}
<p><a href="{{ student.photo }}"><img alt="{{student.name}}" class="{{student.align}}" src="{{student.photo | resize: '180x240'}}"></a></p>{% endif %}
<p><strong>{{student.name}}, {{student.school}}</strong></p>
<p>{{student.bio}}</p>
</div>
Expand Down
4 changes: 2 additions & 2 deletions tips-for-effective-applications copy.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Publications
title: open-opportunities
layout: page
---
{% bibliography --file publications %}
TODO

0 comments on commit fc4a1ed

Please sign in to comment.