Skip to content

Commit

Permalink
fixed getting started FAQ with updated text. also re-added css that w…
Browse files Browse the repository at this point in the history
…as removed (#2338)
  • Loading branch information
aalieu authored Oct 12, 2021
1 parent 51ad529 commit 055674d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
17 changes: 17 additions & 0 deletions _sass/components/_getting-started-page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,23 @@
margin: 30px auto;
}

.github-sign-up-text {
font-size: 13px;
padding-top: 10px;
}

.getting-started-step-title-faq {
font-size: 1.5rem;
font-weight: 700;
margin-left: 2px;

@media #{$bp-below-mobile} {
font-size: 1.25rem;
text-align: center;
font-weight: bold;
}
}

.ordered-list-steps {
display: flex;
flex-direction: row;
Expand Down
19 changes: 1 addition & 18 deletions pages/getting-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -241,18 +241,7 @@ <h1 class="header-h1">Getting Started</h1>
commit to Hack for LA each
week? </p>
<div class="panel">
<p>At least 3 hours per week. Most often, this means you commit to recurring weekly meetings, plus a
minimum of 2 hours. Since meetings are primarily reserved for coordination of tasks and feedback,
you will
need to allocate additional time in order to work on something to contribute.
Your contribution will, of course, depend on your skillset. For example, one Hack for LA volunteer
looks for typos on team project material, does not attend meetings, and always reviews the issues
when
tagged. If you are about to enter a very busy period in your work or personal life, please consider
joining
at a later date when your schedule allows. We always welcome new volunteers, but in return, expect
that
members return the time spent onboarding them through their efforts.
<p>This depends on the role: as little as 6 hours per week to as much as 15 hours minimum. Get more details at the onboarding session.
</p>

</div>
Expand All @@ -269,12 +258,6 @@ <h1 class="header-h1">Getting Started</h1>
href="/project-meetings" target="_blank">Project
Team Meetings</a> page. For more detailed meeting information, please visit the project’s Slack
channel.
Additionally, all team’s are welcome to attend the virtual happy hours scheduled each week the
Westside,
Downtown, and South LA Meetups. The day and time of these socials are posted by the Hack Night
Co-Hosts
in the Slack General channel.

</p>

</div>
Expand Down

0 comments on commit 055674d

Please sign in to comment.