-
-
Notifications
You must be signed in to change notification settings - Fork 777
/
join-us.html
132 lines (127 loc) · 5.58 KB
/
join-us.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
---
layout: default
title: Join Us
permalink: /join
---
<div class="join-us-wrapper">
<div class="join-us-banner">
<div class="join-us-banner-text">
<h1>Join Us</h1>
<p>
We bring together civic-minded volunteers to build digital products,
programs and services with community partners and local government to
address issues in our LA region and to share these effective processes,
practices, and code with the larger civic tech community.
</p>
<p>
Hack for LA is a project of <b>Code for America</b> and is its official
Los Angeles chapter.
</p>
</div>
<img class="join-us-banner-icon" src="/assets/images/join-us/banner-icon.svg" alt="join us banner icon" />
</div>
<div class="content-section join-us-card-container">
<div class="page-card card-primary page-card-lg page-card--join">
<h1>Advise Us</h1>
<img class="join-us-card-img" src="/assets/images/join-us/advice-us-icon.svg" alt="join us card image" />
<div class="join-us-card-body">
<p>
Hack for LA needs Advisors in a variety of areas. These roles are
flexible and can be short-term or ongoing. If you are deeply experienced
in a specific area such as Fundraising, Marketing, Scalable System
Architecture, Diversity Equity and Inclusion initiatives, etc., we are
interested in talking to you.
</p>
<p class='join-us-remove-p-padding'>How to get involved:</p>
<ol>
<li>Join our <a href="https://hackforla-slack.herokuapp.com/" target="_blank">Slack</a></li>
<li>
Connect with our leadership team on the <b>#admin</b> <a href="https://hackforla.slack.com/messages/admin"
target="_blank">channel</a>
</li>
</ol>
</div>
</div>
<div class="page-card card-primary page-card-lg page-card--join">
<h1>Volunteer with Us</h1>
<img class="join-us-card-img" src="/assets/images/join-us/volunteer-with-us-icon.svg" alt="join us card image" />
<div class="join-us-card-body">
<p class='join-us-remove-p-padding'>
Hack for LA projects are currently recruiting for activists, coders, designers, researchers, testers, business
analysts, project/product managers, data scientists, dev ops, writers, and marketers of all experiences and
skill levels. Everyone is welcome!
</p>
<p>
We are a Do-ocracy: we are not a school, yet everyone here is learning
something, growing their experiences, portfolios and ability to work on
inter-disciplinary teams.
</p>
<a href="https://www.hackforla.org/getting-started" target="_blank"><button
class="btn btn-primary btn-md">Project
Volunteer</button></a>
</div>
</div>
<div class="page-card card-primary page-card-lg page-card--join">
<h1>Partner with Us</h1>
<img class="join-us-card-img" src="/assets/images/join-us/partner-with-us-icon.svg" alt="join us card image" />
<div class="join-us-card-body">
<p>
The more you tell us about yourself, the better we can match you with
the right resources.
</p>
<a href="./survey4" target="_blank"><button
class="btn btn-primary btn-md btn-partner-with-us">Government</button></a>
<a href="./survey3" target="_blank"><button
class="btn btn-primary btn-md btn-partner-with-us">Non-Profit</button></a>
<a href="./survey6" target="_blank"><button
class="btn btn-primary btn-md btn-partner-with-us">Other</button></a>
</div>
</div>
<div class="page-card card-primary page-card-lg page-card--join">
<h1>Help Us Keep The Lights On</h1>
<img id="join-us-donation-icon" class='join-us-card-img' src="/assets/images/join-us/help-us-icon.svg"
alt="join us card image" />
<div class="join-us-card-body">
<h2>Running Hack for LA costs money</h2>
<p>
In support of the development and launch of enterprise software
products with Government and nonprofit partners, we are standardizing
our infrastructure and procedures. This enables Hack for LA to provide
world-class training to our members and valuable, scalable, impactful
products to the commmunity.
</p>
<img class="join-us-donation-png" src="/assets/images/join-us/donation-graphic.svg" alt="donation chart" />
<h2>How to help us continue to do impactful work</h2>
<ul>
<li>
Provide
<a href="mailto: [email protected]" target="_blank">In-Kind services</a>
</li>
<li>Make a donation through Code for America (see below)</li>
</ul>
</div>
<div class="join-us-donation">
<img
class="join-us-donation-png"
src="/assets/images/about/hfla-donate.gif"
alt="donation form image"
/>
<div class="join-us-donation-body">
<h2>Make a donation to Hack for LA</h2>
<ol>
<li>
Please follow this link to the Code for America
<a href="https://www.codeforamerica.org/donate" target="_blank" rel="noopener noreferrer">donation
form</a>
</li>
<li>
To make a donation please select <b>Hack for LA</b> under the brigades
listed.
</li>
</ol>
<p id='donation-footer'>*100% of proceeds go to Hack for LA when option is selected.</p>
</div>
</div>
</div>
</div>
</div>