1
1
Fork 0
portfolio/_site/volunteering/code2college/index.html
2021-02-02 12:07:19 -06:00

109 lines
3.6 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html>
<head>
<title>Wroten - Code 2 College</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet">
</head>
<body class="bg-gray-100">
<header>
<nav>
<ul><li>
<a href="/work-history/antharia/">
Web Design &amp; Dev Intern at Antharia
</a>
</li><li>
<a href="/work-history/cyto-communications/">
Interactive Technologies Lead &amp; Web Admin at Cyto Communications
</a>
</li><li>
<a href="/work-history/eyemaginations/">
Senior Web Engineer at Eyemaginations
</a>
</li><li>
<a href="/volunteering/theseed/">
Austin Give Camp - The SEED
</a>
</li><li>
<a href="/repos/json-query-chain/">
json-query-chain
</a>
</li><li>
<a href="/repos/blabber-comic/">
blabber-comic
</a>
</li><li>
<a href="/volunteering/code2college/" aria-current="page">
Code 2 College
</a>
</li><li>
<a href="/repos/svgdir2sprite/">
svgdir2sprite
</a>
</li><li>
<a href="/repos/my_spells/">
my_spells
</a>
</li><li>
<a href="/volunteering/gabriellas-smile-foundation/">
Gabriellas Smile Foundation
</a>
</li><li>
<a href="/work-history/q2/">
Developer III at Q2ebanking
</a>
</li><li>
<a href="/repos/team-cli/">
team-cli
</a>
</li><li>
<a href="/work-history/allovue/">
Software Engineer at Allovue
</a>
</li><li>
<a href="/repos/sortable-recipes/">
sortable-recipes
</a>
</li><li>
<a href="/work-history/skillsengine/">
Lead Full-Stack Software Engineer at SkillsEngine
</a>
</li><li>
<a href="/repos/ember-select-light/">
ember-select-light
</a>
</li></ul>
</nav>
</header>
<main class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="max-w-3x1 mx-auto mb-5">
<div class="-ml-2 mt-8 flex flex-wrap items-baseline">
<h1 class="ml-8 mt-2 text-lg font-medium text-gray-900">
Code 2 College
</h1>
<p class="ml-2 mt-1 text-sm text-gray-500 truncate">in Volunteering</p>
</div>
</div>
<div class="bg-white overflow-hidden shadow sm:rounded-lg">
<div class="px-4 py-5 sm:p-6">
<h2>Preparing the Next Generation for Success</h2>
<p>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.</p>
<p><img src="/code2college.jpg" alt="Volunteers"></p>
<p>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.</p>
<p>Meeting with these excited young minds for interview preparation really changed the way I connect with potential hires.</p>
<p><img src="/code2college2.png" alt="Curriculum"></p>
<p>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 &quot;What is HTML?&quot; to &quot;I can build my own web app!&quot;.</p>
</div>
</div>
</main>
</body>
</html>