Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed getting started FAQ with updated text. also re-added css that was removed #2338

Merged
merged 1 commit into from
Oct 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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