<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>A Pen by Amy</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<p>These materials have been provided to help prepare you for the experience of volunteering with your local school system.</p>
<div id="quicklinks">
<strong>Quick Links</strong>
<ul>
<li><a href="#videos">Supplemental videos</a></li>
<li><a href="#faq">Frequently Asked Questions</a></li>
<li><a href="#getinvolved">Get Involved</a></li>
</ul>
</div>
<h2><a id="getinvolved">Get Involved</a></h2>
<ul>
<li>Sign up to volunteer at: https://goo.gl/f6iUjk</li>
<li>To stay up to date, check out the CS First Google+ Community: https://goo.gl/kXzei9</li>
<li>Questions? Contact us at: CSFirst-Info@google.com</li>
</ul>
<h2><a id="videos">Supplemental Videos</a></h2>
<h2>Frequently Asked Questions</h2>
<p><strong>Who do I contact if I am sick or unable to make it to my local school?</strong></p>
<p>Please contact your CS First Fellow AS SOON AS POSSIBLE via email or over the phone. All contact information can be found on the business card that you were given.</p>
<p><strong>Will I get feedback on the Training Quiz that I took?</strong></p>
<p>Yes, within 24 hours of completing your quiz you will receive a personalized quiz results email that include:</p>
<ul>
<li>scenarios and questions from the Training Quiz</li>
<li>quick summary of quiz results (correct and incorrect answers)</li>
<li>detailed explanations for incorrect answers </li>
</ul>
</body>
</html>
/*Downloaded from https://www.codeseek.co/amyfu/a-pen-by-amy-AuzGD */
#quicklinks {
background: #eee;
padding: 10px;
border: 1px dashed #ccc;
}