Skip to content
Snippets Groups Projects
Unverified Commit f5e1ce7d authored by Ben Halpern's avatar Ben Halpern Committed by GitHub
Browse files

Update html

parent 9ad7284e
No related branches found
No related tags found
No related merge requests found
......@@ -152,6 +152,7 @@ InstantClick.on('change', function() {
.she-coded-page__sub-header-description {
font-size: 24px;
line-height: 34px;
margin: 35px 0px;
}
.she-coded-page__story-tag-container {
......@@ -180,7 +181,7 @@ InstantClick.on('change', function() {
}
.she-coded-page__story-tag-list {
min-height: 145px;
min-height: 205px;
}
.she-coded-page__story-tag-list li {
......@@ -192,11 +193,12 @@ InstantClick.on('change', function() {
.she-coded-page__story-tag-button {
background: #4755EB;
border-radius: 3px;
padding: 0.5em 1em;
padding: 0.9em 1em;
color: white;
text-align: center;
width: 90%;
font-weight: bold;
font-size: 22px;
}
.she-coded-page__sub-header {
......@@ -278,7 +280,7 @@ InstantClick.on('change', function() {
line-height: 40px;
}
@media only screen and (max-width: 958px) {
@media only screen and (max-width: 1100px) {
.she-coded-page__some-story-info {
flex-direction: column;
}
......@@ -287,6 +289,13 @@ InstantClick.on('change', function() {
height: auto;
}
.she-coded-page__sub-header-description {
font-size: 19px;
line-height: 24px;
margin: 24px 0px;
}
.she-coded-page__story-tags-container {
flex-direction: column;
}
......@@ -341,7 +350,7 @@ InstantClick.on('change', function() {
<p class="she-coded-page__sub-header-description">
We hope you take some time to read through our community collection, and we encourage you to share your own story or advice. <strong>We will be highlighting and celebrating your stories on International Women’s Day on March 8th. Please join us!</strong>
</p>
<p class="she-coded-page__sub-header-description" style="font-size: 27px">
<p class="she-coded-page__sub-header-description" style="font-size: 27px; line-height: 36px;">
<strong>We all have a part to play in challenging the status quo in this industry.</strong>
</p>
</div>
......@@ -358,10 +367,13 @@ InstantClick.on('change', function() {
<div class="she-coded-page__story-tag-header">#SheCoded</div>
<div class="she-coded-page__story-tag-description">Prompts include:</div>
<ul class="she-coded-page__story-tag-list">
<li>Advocating for myself looks like
<li>My most recent achievement was
.</li>
<li>Advocating for myself looks like…
</li>
<li>My biggest goal is…</li>
<li>My advice for allies to support self-identifying women and non-binary folks who code is...</li>
<li>My advice for allies to support underrepresented folks who code is...
</li>
</ul>
<a href="https://dev.to/new/shecoded"><div class="she-coded-page__story-tag-button">Write #SheCoded Post</div></a>
</div>
......@@ -370,10 +382,10 @@ InstantClick.on('change', function() {
<div class="she-coded-page__story-tag-header">#TheyCoded</div>
<div class="she-coded-page__story-tag-description">Prompts include:</div>
<ul class="she-coded-page__story-tag-list">
<li>Advocating for myself looks like…
.</li>
<li>My most recent achievement was…</li>
<li>Advocating for myself looks like…</li>
<li>My biggest goal is…</li>
<li>My advice for allies to support women who code is...</li>
<li>My advice for allies to support underrepresented folks who code is...</li>
</ul>
<a href="https://dev.to/new/theycoded"><div class="she-coded-page__story-tag-button">Write #TheyCoded Post</div></a>
</div>
......@@ -382,10 +394,12 @@ InstantClick.on('change', function() {
<div class="she-coded-page__story-tag-header">#SheCodedAlly</div>
<div class="she-coded-page__story-tag-description">Prompts include:</div>
<ul class="she-coded-page__story-tag-list">
<li>I will challenge gender stereotypes and bias by…</li>
<li>I will nominate women for….</li>
<li>I will commit to learning more about…</li>
<li>My advice for fellow allies to support women who code is…</li>
<li>As an ally, I will call out gender bias and inequity by…</li>
<li>I will help forge a gender-equal world by…</li>
<li>I will nominate women for…</li>
<li>I will commit to learning more about…</li>
<li>My advice for fellow allies to support underrepresented folks who code is...</li>
</ul>
<a href="https://dev.to/new/shecodedally"><div class="she-coded-page__story-tag-button">Write #SheCodedAlly Post</div></a>
</div>
......@@ -395,9 +409,9 @@ InstantClick.on('change', function() {
<div class="she-coded-page__divider"></div>
<div class="she-coded-page__some-stories-container">
<div class="she-coded-page__sub-header">Community Stories</div>
<div class="she-coded-page__sub-header">Stories from last year 💜</div>
<div class="she-coded-page__sub-header-description">
Our collection of stories from people in the DEV community.
This area will start filling up with new stories as they come in.
</div>
<!-- examples will go in here -->
<div id="js-she-coded-page__some-stories-sub-container" class="she-coded-page__some-stories-sub-container">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment