Skip to content

Commit 1bb1adf

Browse files
committed
Highlight apply button; add stages as process
1 parent 4d1ec98 commit 1bb1adf

1 file changed

Lines changed: 33 additions & 6 deletions

File tree

_includes/apply.html

Lines changed: 33 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,38 @@
1+
12
<section id="section-apply" class="page-section">
3+
<div class="section dark center">
4+
<a href="#" class="button button-desc button-border button-rounded center"><div>Apply to Learners Guild</div></a>
5+
</div>
6+
27
<div class="container clearfix">
3-
<div class="row clearfix">
4-
<div class="heading-block left">
5-
<h2>Apply to Learners Guild</h2>
8+
<div class="row clearfix center topmargin-lg">
9+
<div class="fancy-title title-border title-center">
10+
<h3>Enrollment Stages</h3>
11+
</div>
12+
13+
<ul class="process-steps bottommargin clearfix ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all" role="tablist">
14+
<li class="ui-state-default ui-corner-top" role="tab" tabindex="0">
15+
<a href="#ptab1" class="i-circled i-bordered i-alt divcenter ui-tabs-anchor" role="presentation" tabindex="-1" id="ui-id-1">1</a>
16+
<h5>Submit Application</h5>
17+
</li>
18+
<li class="ui-state-default ui-corner-top" role="tab" tabindex="-1">
19+
<a href="#ptab2" class="i-circled i-bordered i-alt divcenter ui-tabs-anchor" role="presentation" tabindex="-1" id="ui-id-2">2</a>
20+
<h5>Join Enrollment Game</h5>
21+
</li>
22+
<li class="ui-state-default ui-corner-top" role="tab" tabindex="-1">
23+
<a href="#ptab3" class="i-circled i-bordered i-alt divcenter ui-tabs-anchor" role="presentation" tabindex="-1" id="ui-id-3">3</a>
24+
<h5>Choose Cohort</h5>
25+
</li>
26+
<li class="ui-state-default ui-corner-top" role="tab" tabindex="-1">
27+
<a href="#ptab4" class="i-circled i-bordered i-alt divcenter ui-tabs-anchor" role="presentation" tabindex="-1" id="ui-id-4">4</a>
28+
<h5>Join the Guild</h5>
29+
</li>
30+
</ul>
31+
</div>
32+
33+
<div class="row clearfix topmargin-lg">
34+
<div class="fancy-title title-border title-center">
35+
<h3>Timeline</h3>
636
</div>
737

838
<div class="col_one_third">
@@ -40,9 +70,6 @@ <h4>(3) Cohort selection</h4>
4070
After reviewing applications and feedback from the enrollment game sessions, we will select the learners for our first cohort. If selected, you will be notified 1 month before the Oakland cohort start date (July 11).
4171
</p>
4272
</div>
43-
4473
</div>
4574
</div>
46-
47-
4875
</section>

0 commit comments

Comments
 (0)