diff --git a/CNAME b/CNAME deleted file mode 100644 index e2e8746798..0000000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -resume-template.joelglovier.com diff --git a/_config.yml b/_config.yml index fbef0567c1..cb72a3fe8d 100644 --- a/_config.yml +++ b/_config.yml @@ -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: "

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.

" # use "yes" to display the email contact button, diff --git a/_data/associations.yml b/_data/associations.yml index 3c56b8fbe6..add1e3d0ec 100644 --- a/_data/associations.yml +++ b/_data/associations.yml @@ -1,11 +1,11 @@ # Associations -- organization: Beer for the World - role: Volunteer - year: 2008 — 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 — Present + summary: Learning how to code -- organization: Springfield Nuclear Workers Labor Union - role: Member in Good Standin - year: 1994 — Present - summary: Founding member of the local nuclear workers labor union. +- organization: Junior Achievement + role: Volunteer + year: 2016 — Present + summary: Worked with elementary school kids diff --git a/_layouts/resume.html b/_layouts/resume.html index 28b1ec20b3..267409d0e8 100644 --- a/_layouts/resume.html +++ b/_layouts/resume.html @@ -152,7 +152,7 @@

Associations

{% for association in site.data.associations %}
-

{{ association.organisation }}

+

{{ association.organization }}

{{ association.role }} • {{ association.year }}

{{ association.summary }}