Skip to content
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
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

9 changes: 4 additions & 5 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@ markdown: kramdown
sass:
sass_dir: _sass
style: compressed

# Resume settings
resume_avatar: "true"
resume_name: "Homer J. Simpson"
resume_title: "Nuclear Safety Inspector"
resume_name: "Khadijah J. Baptiste"
resume_title: "Photographer"
resume_contact_email:
"homerjsimpson@youremailaddress.com"
resume_header_contact_info: "742 Evergreen Terrace, Springfield | 555-7334 | homerjsimpson@youremailaddress.com"
"khadijahbaptiste.kb@gmail.com"
resume_header_contact_info: "742 Evergreen Terrace, Springfield | 404-512-2204 | "Khadijahbaptiste.kb@gmail.com"
resume_header_intro: "<p>This is the executive summary. You should write a few brief, concise, and meaningful sentences about yourself from a professional context, and your immediate career goals. Make the length appropriate for your needs, but K.I.S.S.</p>"

# use "yes" to display the email contact button,
Expand Down
16 changes: 8 additions & 8 deletions _data/associations.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Associations
- organization: Beer for the World
role: Volunteer
year: 2008 &mdash; Present
summary: Organized fund drives and participated in fundraising events for the benefit of families in third world countries without proper access to malt beverages.
- organization: GitHub Scholars Program
role: Scholar
year: 2017 &mdash; Present
summary: Learning how to code


- organization: Springfield Nuclear Workers Labor Union
role: Member in Good Standin
year: 1994 &mdash; Present
summary: Founding member of the local nuclear workers labor union.
- organization: Junior Achievement
role: Volunteer
year: 2016 &mdash; Present
summary: Worked with elementary school kids
2 changes: 1 addition & 1 deletion _layouts/resume.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ <h2>Associations</h2>

{% for association in site.data.associations %}
<div class="resume-item">
<h3 class="resume-item-title"><a href="http://beerfortheworld.com">{{ association.organisation }}</a></h3>
<h3 class="resume-item-title"><a href="http://beerfortheworld.com">{{ association.organization }}</a></h3>
<h4 class="resume-item-details">{{ association.role }} &bull; {{ association.year }}</h4>
<p class="resume-item-copy">{{ association.summary }}</p>
</div>
Expand Down