Skip to content
This repository was archived by the owner on Jun 23, 2021. It is now read-only.
Open
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions _data/education.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
institute: University of Birmingham
dates: 2018 - 2021
logo: uob.png
photo_description: UOB Logo

- course: Explorer Fellow
institute: MLH Fellowship
dates: Fall 2020
logo: fellowship.svg
photo_description: Fellowship Logo

3 changes: 2 additions & 1 deletion _data/experience.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
- role: Open Source Fellow
company: MLH Fellowship
dates: Summer 2020
logo: fellowship.svg
logo: fellowship.svg
photo_description: Fellowship Logo
2 changes: 1 addition & 1 deletion _includes/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="nav-content">
<a href="{{ '/' | relative_url }}">
<div class="nav-logo">
<img src="{{ site.url }}/assets/img/logo.svg" />
<img src="{{ site.url }}/assets/img/logo.svg" alt="MLH Fellowship Logo">
</div>
<div class="nav-links">
<a class="nav-link" href="{{ site.url }}/">Home</a>
Expand Down
2 changes: 1 addition & 1 deletion _includes/profile.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="profile">
<div id="profile-picture" class="profile-picture">
<img src="./assets/img/logo.jpg">
<img src="./assets/img/logo.jpg" alt="Profile Photo">
</div>
<h1>{{ site.title }}</h1>
</div>
2 changes: 1 addition & 1 deletion _includes/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ <h2>{{include.title}}</h2>
{% if include.title == "Education" or include.title == "Work Experience" %}
<div class="card shadow">
<div class="icon">
<img src="./assets/img/education/{{ item.logo }}">
<img src="./assets/img/education/{{ item.logo }}" alt="{{ item.photo_description }}">
</div>
{% else %}
{% if item.page-name %}
Expand Down