diff --git a/.eleventy.js b/.eleventy.js index 33f275b..8460db7 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -11,6 +11,7 @@ const markdownClassMapping = { h6: ['font-bold'], a: ['text-blue-300', 'hover:underline'], p: ['mb-2'], + img: ['max-w-lg'], }; module.exports = function(eleventyConfig) { diff --git a/img/content/allovue1.png b/img/content/allovue1.png new file mode 100644 index 0000000..2ac9435 Binary files /dev/null and b/img/content/allovue1.png differ diff --git a/img/content/allovue2.jpg b/img/content/allovue2.jpg new file mode 100644 index 0000000..b408752 Binary files /dev/null and b/img/content/allovue2.jpg differ diff --git a/img/content/avatar.png b/img/content/avatar.png new file mode 100644 index 0000000..52afdf8 Binary files /dev/null and b/img/content/avatar.png differ diff --git a/img/content/code2college.jpg b/img/content/code2college.jpg new file mode 100644 index 0000000..9b785af Binary files /dev/null and b/img/content/code2college.jpg differ diff --git a/img/content/code2college2.png b/img/content/code2college2.png new file mode 100644 index 0000000..95fc940 Binary files /dev/null and b/img/content/code2college2.png differ diff --git a/img/content/patienteducation1.gif b/img/content/patienteducation1.gif new file mode 100644 index 0000000..1faaccc Binary files /dev/null and b/img/content/patienteducation1.gif differ diff --git a/img/content/patienteducation2.jpg b/img/content/patienteducation2.jpg new file mode 100644 index 0000000..d5afdde Binary files /dev/null and b/img/content/patienteducation2.jpg differ diff --git a/img/content/patienteducation3.png b/img/content/patienteducation3.png new file mode 100644 index 0000000..a62f758 Binary files /dev/null and b/img/content/patienteducation3.png differ diff --git a/img/content/q21.jpg b/img/content/q21.jpg new file mode 100644 index 0000000..71eb511 Binary files /dev/null and b/img/content/q21.jpg differ diff --git a/img/content/q22.jpg b/img/content/q22.jpg new file mode 100644 index 0000000..8d04ece Binary files /dev/null and b/img/content/q22.jpg differ diff --git a/img/content/resume.pdf b/img/content/resume.pdf new file mode 100755 index 0000000..b45f8c1 Binary files /dev/null and b/img/content/resume.pdf differ diff --git a/img/content/strongerthandipg1.png b/img/content/strongerthandipg1.png new file mode 100644 index 0000000..d7a86f3 Binary files /dev/null and b/img/content/strongerthandipg1.png differ diff --git a/img/content/theseed1.jpg b/img/content/theseed1.jpg new file mode 100644 index 0000000..65ead90 Binary files /dev/null and b/img/content/theseed1.jpg differ diff --git a/img/content/theseed2.png b/img/content/theseed2.png new file mode 100644 index 0000000..c1e1bd5 Binary files /dev/null and b/img/content/theseed2.png differ diff --git a/img/content/theseed3.png b/img/content/theseed3.png new file mode 100644 index 0000000..2768372 Binary files /dev/null and b/img/content/theseed3.png differ diff --git a/img/content/uses.png b/img/content/uses.png new file mode 100644 index 0000000..fee27ee Binary files /dev/null and b/img/content/uses.png differ diff --git a/volunteering/code2college.md b/volunteering/code2college.md index 6f9a99e..2532326 100644 --- a/volunteering/code2college.md +++ b/volunteering/code2college.md @@ -11,13 +11,13 @@ pinned: true There's more than one way to volunteer in today's world. Offering one's skills as a web designer and developer is a great way to give back while tackling unique challenges. -![Volunteers](/code2college.jpg) +![Volunteers](/img/content/code2college.jpg) Homegrown tech talent is what Code2College is all about. Eager students from underrepresented groups are ready to learn STEM field topics and Code2College reaches out to those in the industry to help them get there. Meeting with these excited young minds for interview preparation really changed the way I connect with potential hires. -![Curriculum](/code2college2.png) +![Curriculum](/img/content/code2college2.png) Recently they've opened their curriculum planning to outside collaboration. It's been an exciting challenge to carefully consider the best ways to teach the fundamentals of web development from "What is HTML?" to "I can build my own web app!".