|
4 | 4 | <head>
|
5 | 5 | <meta charset="utf-8">
|
6 | 6 |
|
7 |
| - <title>Intro to Web Concepts - Girl Develop It, Philadelphia</title> |
| 7 | + <title>Intro to Web Concepts</title> |
8 | 8 |
|
9 |
| - <meta name="description" content="Girl Develop It framework for easily creating beautiful presentations using HTML in GDI theme. Forked from Hakim El Hattab's reveal.js"> |
10 |
| - <meta name="author" content="Girl Develop It"> |
| 9 | + <meta name="description" content="" /> |
11 | 10 |
|
12 | 11 | <meta name="apple-mobile-web-app-capable" content="yes" />
|
13 | 12 | <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
|
22 | 21 | <!-- If use the PDF print sheet so students can print slides-->
|
23 | 22 |
|
24 | 23 | <link rel="stylesheet" href="css/print/pdf.css" type="text/css" media="print">
|
25 |
| - <link rel="icon" type="image/x-icon" href="favicon.ico" /> |
| 24 | + <link rel="icon" type="image/x-icon" /> |
26 | 25 | <!--[if lt IE 9]>
|
27 | 26 | <script src="lib/js/html5shiv.js"></script>
|
28 | 27 | <![endif]-->
|
|
38 | 37 | <h3>Introduction to Web Concepts</h3>
|
39 | 38 | <p>or</p>
|
40 | 39 | <h4>What is that Web Developer talking about?</h4>
|
41 |
| - <img src="images/gdi_logo_badge.png" alt="" width="400" /> |
42 | 40 | </section>
|
43 | 41 | <section>
|
44 | 42 | <h2>Welcome!</h2>
|
45 | 43 | <div class="left-align">
|
46 |
| - <p>Girl Develop It is here to provide affordable and accessible programs to learn software through mentorship and hands-on instruction.</p> |
47 | 44 | <p>Some "rules"</p>
|
48 | 45 | <ul>
|
49 |
| - <li>We are here for you!</li> |
50 | 46 | <li>Every question is important</li>
|
51 | 47 | <li>Help each other</li>
|
52 | 48 | <li>Have fun</li>
|
@@ -591,35 +587,6 @@ <h3>Summary</h3>
|
591 | 587 | </li>
|
592 | 588 | </ul>
|
593 | 589 | </section>
|
594 |
| - <section> |
595 |
| - <h3>What next?</h3> |
596 |
| - <ol> |
597 |
| - <li><a href="http://www.meetup.com/Girl-Develop-It-Philadelphia/pages/Suggested_Course_Sequences/" target="_blank">Suggested class sequences</a></li> |
598 |
| - <li>Many students will take Intro to Programming Concepts or Intro to HTML/CSS next</li> |
599 |
| - <li>Write about your experience, and let us know!</li> |
600 |
| - </ol> |
601 |
| - </section> |
602 |
| - <section> |
603 |
| - <h3>Get Involved</h3> |
604 |
| - <ol> |
605 |
| - <li>Join Slack community</li> |
606 |
| - <li>Teaching assist</li> |
607 |
| - <li>Teach something</li> |
608 |
| - <li>Mentor or be mentored</li> |
609 |
| - </ol> |
610 |
| - <p><a href="http://www.meetup.com/Girl-Develop-It-Philadelphia/pages/Get_Involved/" target="_blank">All forms here</a></p> |
611 |
| - </section> |
612 |
| - <section> |
613 |
| - <h1>Questions?</h1> |
614 |
| - <aside class="notes"> |
615 |
| - <ul> |
616 |
| - <li>Update this link for your survey</li> |
617 |
| - </ul> |
618 |
| - </aside> |
619 |
| - <br /><br /> |
620 |
| - <h4>Survey</h4> |
621 |
| - <p><a href="http://bit.ly/gdi-phl-web-concepts" target="_blank">http://bit.ly/gdi-phl-web-concepts</a></p> |
622 |
| - </section> |
623 | 590 | </div>
|
624 | 591 | <footer>
|
625 | 592 | <div class="copyright">
|
|
0 commit comments