|
1 | 1 | --- |
2 | | -sitemap: false |
3 | | -permalink: /students/ |
4 | | -redirect_to: /access/ |
| 2 | +layout: default |
| 3 | +id: students |
| 4 | +permalink: /access/students/ |
| 5 | +title: All In for Students |
5 | 6 | --- |
6 | 7 |
|
7 | | -<script>location='{{ page.redirect_to }}'</script> |
| 8 | +<div class="hero"> |
| 9 | + <div class="hero__content text-white"> |
| 10 | + <div class="wrapper"> |
| 11 | + <div class="d-md-flex text-center text-left-md"> |
| 12 | + <div class="col-12 col-md-4 col-lg-5 mb-6 mb-md-0 px-md-6" data-animate-in="up"> |
| 13 | + <img class="mx-auto col-4 col-md-12" style="max-width: 248px;" src="/assets/img/direction/access-icon.svg" alt="Access icon" /> |
| 14 | + </div> |
| 15 | + <div class="col-12 col-md-8 col-lg-6" data-animate-in="up"> |
| 16 | + <h1 class="h5">{ All In Access }</h1> |
| 17 | + <h1 class="h2">All In for Students</h1> |
| 18 | + <p class="p-lg mt-0">All In for Students is an online program for tech students from underrepresented backgrounds that provides open source education, training, and internship opportunities.</p> |
| 19 | + <div class="mt-6"> |
| 20 | + <a class="btn mt-2" href="https://docs.google.com/forms/d/1BlDWSlBtujcWUpN6ecaT0kx8iFiGoyjp3xlAB5PqdCY/edit" target="_blank"> |
| 21 | + <span>Join All In For Students Program</span> |
| 22 | + </a> |
| 23 | + </div> |
| 24 | + </div> |
| 25 | + </div> |
| 26 | + </div> |
| 27 | + </div> |
| 28 | +</div> |
| 29 | + |
| 30 | +<div class="bg-white bg-pattern-right py-7"> |
| 31 | + <div class="wrapper d-md-flex py-lg-6"> |
| 32 | + <div class="col-12 col-md-4 col-lg-5" style="order: 3;" data-animate-in="up"> |
| 33 | + <img class="mx-auto col-10" src="{{ '/assets/img/direction/student-on-computer.png' | relative_url }}" alt="student on computer" /> |
| 34 | + </div> |
| 35 | + <div class="col-12 col-md-7 pr-md-6"> |
| 36 | + <h2 class="h3 mb-6" data-animate-in="up">Program Overview</h2> |
| 37 | + <h3 class="h3 h3--alt mb-4">{ Who is eligible to participate? }</h3> |
| 38 | + <p><b>Students enrolled full time or part time at a:</b></p> |
| 39 | + <div class="rte" data-animate-in="up"> |
| 40 | + <ul> |
| 41 | + <li>U.S. Historically Black College or University (HBCU)</li> |
| 42 | + <li>U.S. Hispanic Serving Institution (HSI)</li> |
| 43 | + <li>U.S. Women’s College </li> |
| 44 | + <li>U.S. Community College </li> |
| 45 | + <li>Any U.S. four-year institution and identify as a racial or ethnic minority</li> |
| 46 | + </ul> |
| 47 | + </div> |
| 48 | + </div> |
| 49 | + </div> |
| 50 | +</div> |
| 51 | + |
| 52 | + |
| 53 | +<section class="wrapper-full bg-static py-8" id="benefits"> |
| 54 | + <div class="wrapper text-white" data-animate-in="up"> |
| 55 | + <h3 class="h3 h3--alt">{ Benefits of participating }</h3> |
| 56 | + <p>There are many reasons to particpate in the program, including:</p> |
| 57 | + |
| 58 | + <div class="row mt-6 pt-lg-6"> |
| 59 | + {% for item in site.data.benefits %} |
| 60 | + <div class="col--xs--12 col--sm--6 col--md--4 mb-6"> |
| 61 | + <img src="/assets/img/direction/icons/{{ item.image }}" alt="{{ item.title }} icon" /> |
| 62 | + <h4>{{ item.title }}</h4> |
| 63 | + <p>{{ item.description }}</p> |
| 64 | + </div> |
| 65 | + {% endfor %} |
| 66 | + </div> |
| 67 | + |
| 68 | + <small class="text-light mt-6">Benefits are subject to program completion and availability. Internships are not guaranteed. Program requirements must be completed and students must apply and be accepted to various internships and other opportunities.</small> |
| 69 | + |
| 70 | + |
| 71 | + <div class="my-6 d-md-flex flex-justify-between pt-6 row--img-icons"> |
| 72 | + <div class="col-md-6 pr-md-6 mb-4"> |
| 73 | + <h3 class="h3 h3--alt">{ How to get started with All In }</h3> |
| 74 | + |
| 75 | + </div> |
| 76 | + <div class="col-md-6 pl-md-6"> |
| 77 | + |
| 78 | + <p>If you're interested in participating in the All In for Students Program, follow the instructions below to learn next steps!</p> |
| 79 | + <br /> |
| 80 | + <div class="orb-wrap"> |
| 81 | + <img src="/assets/img/direction/icons/orb-blue.svg" alt="blue orb" /> |
| 82 | + <h4>Sign Up Online</h4> |
| 83 | + <p><b>Step 1</b> - Watch <a href="https://www.youtube.com/watch?v=-FdzqYiJkcA" target="_blank">What Is All In for Students</a></p> |
| 84 | + <p><b>Step 2</b> - <a href="https://docs.google.com/forms/d/1BlDWSlBtujcWUpN6ecaT0kx8iFiGoyjp3xlAB5PqdCY/edit" target="_blank">Join All In for Students</a></p> |
| 85 | + </div> |
| 86 | + </div> |
| 87 | + </div> |
| 88 | +</section> |
| 89 | + |
| 90 | + |
| 91 | +<section class="wrapper-full bg-white py-8" id="faq"> |
| 92 | + <div class="wrapper" data-animate-in="up"> |
| 93 | + <h3 class="h3">FAQs</h3> |
| 94 | + |
| 95 | + <div class="faqs mt-6 pt-lg-6"> |
| 96 | + {% for item in site.data.faq %} |
| 97 | + <div> |
| 98 | + <h4>{{ item.question }}</h4> |
| 99 | + <p>{{ item.answer }}</p> |
| 100 | + </div> |
| 101 | + {% endfor %} |
| 102 | + </div> |
| 103 | + </div> |
| 104 | +</section> |
| 105 | + |
| 106 | + |
| 107 | +<section class="bg-white bg-static py-8"> |
| 108 | + <div class="wrapper-thin text-center text-white" data-animate-in="up"> |
| 109 | + <p class="h2">Are you All In?</p> |
| 110 | + <p>All In for Students provides open source curriculum, career development, and opportunities at companies, nonprofits and within open source communities. Consider becoming a corporate partner today.</p> |
| 111 | + <div class="mt-6"> |
| 112 | + <a class="btn" href="/become-a-partner/"> |
| 113 | + <span>Request Partner Information</span> |
| 114 | + {% include arrow.html %} |
| 115 | + </a> |
| 116 | + </div> |
| 117 | + </div> |
| 118 | +</section> |
0 commit comments