Skip to content

Commit f945e36

Browse files
author
mercedesb
committed
hotfix: add scholarships to 2018 home page
1 parent c8812aa commit f945e36

File tree

2 files changed

+46
-0
lines changed

2 files changed

+46
-0
lines changed

2018/assets/css/custom_2018.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,18 @@ section.speakers .qcTabTitle .section-title {
600600
.hotel-info dl {
601601
margin-top: 2em; }
602602

603+
604+
/* SCHOLARSHIPS */
605+
#scholarships .qcTabDesc {
606+
color: white;
607+
}
608+
609+
#scholarships ul {
610+
list-style: disc inside none;
611+
margin-left: 1em;
612+
color: white;
613+
}
614+
603615
/* TODO: convert this file to sass */
604616
.sponsor-description {
605617
margin-top: 70px; }

2018/index.html

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ <h3 class="title-subheader">Aug 1 - 4 // New York, NY</h3>
7070
<a href="#speakers" class="link"><li>Speakers</li></a>
7171
<a href="#talks" class="link"><li>Talks</li></a>
7272
<a href="#location" class="link"><li>Location</li></a>
73+
<a href="#scholarships" class="link"><li>Scholarships</li></a>
7374
<a href="#sponsors" class="link"><li>Sponsors</li></a>
7475
<a href="#code-of-conduct" class="link"><li>Code of Conduct</li></a>
7576
<a href="#faq" class="link"><li>FAQ's</li></a>
@@ -2729,6 +2730,39 @@ <h3>Studio Arte</h3></a>
27292730
</div>
27302731
</section>
27312732

2733+
<!-- Scholarships Section -->
2734+
<section class="speakers" id="scholarships">
2735+
<div class="qcContainer qcTabTitle clearfix">
2736+
<div class="row middle-sm">
2737+
<div class="col-xs-12 col-sm-6">
2738+
<h2 class="section-title">Scholarships</h2>
2739+
</div>
2740+
</div>
2741+
</div>
2742+
<div class="qcContainer hentry">
2743+
<p class="qcTabDesc">
2744+
Write/Speak/Code is thrilled to offer scholarships to our 4-day International Conference for:
2745+
</p>
2746+
<ul>
2747+
<li>Women & Non-Binary People of Color</li>
2748+
<li>LGBTQIA</li>
2749+
<li>Parents/Caretakers</li>
2750+
<li>People with disabilities</li>
2751+
</ul>
2752+
2753+
<p class="qcTabDesc">
2754+
Deadline to apply is 7 July, 2018 at 11:59 EST
2755+
</p>
2756+
<p class="qcTabDesc">
2757+
Scholarships are awarded based on a combination of need and impact.
2758+
</p>
2759+
<p class="qcTabDesc">
2760+
All selected recipients will receive a free ticket to the conference. We'll also be offering a limited number of need based travel stipends.
2761+
</p>
2762+
<a href="https://goo.gl/forms/Fb3ib4oJAC4tsQo62" class="button primary">Apply Now</a>
2763+
</div>
2764+
</section>
2765+
27322766

27332767

27342768
<!-- ## SPONSOR SECTION ## -->

0 commit comments

Comments
 (0)