-
Notifications
You must be signed in to change notification settings - Fork 374
/
index.html
113 lines (101 loc) · 5.66 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
---
layout: main
title: Gear-Up Curriculum
---
<section class="splash">
<div class="splash-text">
<h1>Gear-Up Curriculum</h1>
<p>Your guide to a successful new career in software.</p>
</div>
</section>
<section class="resources-section section-light">
<h2>Our Curriculum</h2>
<a class="btn btn-dark curriculum mission" href="#">Mission</a>
<a class="btn btn-dark curriculum touchstones" href="#">Touchstones</a>
<a class="btn btn-dark curriculum overview" href="#">Overview</a>
<a class="btn btn-dark curriculum structure" href="#">Structure</a>
</section>
<section class="content curriculum mission">
<article>
<h2>Mission</h2>
<p>Turing’s mission is to <em>unlock human potential</em> by training a diverse, inclusive student body to <em>succeed in high-fulfillment technical careers.</em></p>
<p>Turing’s career development curriculum is created directly out of this mission with a focus on <em>unlocking students’ potential</em> in modules one and two through cultivating self-awareness and empathy. In modules three and four, curriculum focuses on providing strategies to empower students to <em>succeed in high-fulfillment technical careers</em> by creating connections within the technology industry, building competencies for industry leadership, and securing a fulfilling career — and not just another job.</p>
</article>
</section>
<section class="content curriculum touchstones">
<article>
<h2>Touchstones</h2>
<p>The touchstones of this curriculum include developing these mindsets:</p>
<ul>
<li><em>Agency:</em> Taking initiative and ownership over your learning and work</li>
<li><em>Empathy:</em> Understanding and sharing others' emotions in order to relate to them</li>
<li><em>Engagement:</em> Active participation in community</li>
<li><em>Grit:</em> A combination of perseverance and passion</li>
<li><em>Growth:</em> A belief that your abilities can be developed through dedication, hard work, and resiliency</li>
</ul>
</article>
</section>
<section class="content curriculum overview">
<article>
<h2>Overview</h2>
<ul>
<li><em>Mod 1:</em> Create your vision for your career and establish habits to help you reach goals for you to get there</li>
<li><em>Mod 2:</em> Refine your vision and implement branding and job search strategies to share your story and vision with others through networking</li>
<li><em>Mod 3:</em> Execute your strategy, phase I: resume, cover letters, continued strategic networking, interview skills</li>
<li><em>Mod 4:</em> Execute your strategy, phase II: continue utilizing and refining your strategy as you talk to companies and go on interviews</li>
</ul>
</article>
</section>
<section class="content curriculum structure">
<article>
<h2>Structure</h2>
<p>Every Monday, students will have a workshop on a specific professional development topic to provide them with support in each of these areas. The workshops will provide space for whole group and small group discussion, readings, and reflection time along with resources and strategies for implementing new ideas.</p>
<p>Throughout the rest of the week, students will be able to put this learning into practice through reflections in their career journals. What is a career journal? It's a document where the student can create a road map for their career goals through self-reflection, prompts, and questions.</p>
<p>The Career Dev team will review each students' journal reflections weekly and again at the end of each module to assess their progress and provide tailored support when needed.</p>
</article>
</section>
<section class="resources-section section-light">
<h2>Our Coaches</h2>
</section>
<section class="content">
<article>
<p>Coaches are available to meet with Mod 4 students and Mod 5 participants in the first fifty days of their job hunt. </p>
<div class="coaches">
<div class="card">
<img src="https://d682ma8ami8n4.cloudfront.net/images/staff/monteiro.jpg" alt="Tracey Monteiro" class="photo">
<div class="card-content">
<h3>Tracey Monteiro</h3>
<p>Tracey has experience as a Career Coach in higher ed and workforce development. She is available for 1-on-1 professional coaching sessions on:</p>
<ul>
<li>Resume and LinkedIn Review</li>
<li>Job Search & Networking Strategy</li>
<li>Interview Preparation</li>
<li>Organization & time management</li>
<li>Using your Pairin data for growth</li>
<li>Justice-Involved concerns</li>
<li>Anything else you want to talk about!</li>
</ul>
<p>Sign-up link in her Slack bio: @Tracey Monteiro</p>
</div>
</div>
<div class="card">
<img src="https://d682ma8ami8n4.cloudfront.net/images/staff/frank.jpg" alt="Tracey Monteiro" class="photo">
<div class="card-content">
<h3>Ryan Frank</h3>
<p>Ryan has a background in both recruiting and career development in the university system. He is available for 1-on-1 professional coaching sessions on:</p>
<ul>
<li>Networking & outreach prep/strategy</li>
<li>Cover letter & follow up messaging support</li>
<li>Negotiations</li>
<li>Personal branding & professional storytelling </li>
<li>Industry tips and tricks </li>
<li>Anything else you want to talk about!</li>
</ul>
<p>Sign-up link in his Slack bio: @Ryan Frank </p>
</div>
</div>
</div>
</article>
</section>
<script src="{{ site.baseurl }}/public/js/home-page.js"></script>
{% include footer.html %}