Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

Commit

Permalink
Update 'Join' modal according to Reps Council text (#1505)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKohler committed Jan 27, 2019
1 parent 46a2d2f commit 6ceb225
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 18 deletions.
12 changes: 12 additions & 0 deletions remo/base/static/base/css/app-fd4.less
Original file line number Diff line number Diff line change
Expand Up @@ -3457,3 +3457,15 @@ table tr.assigned-request:nth-of-type(2n) {
width: 94%;
}
}

/* ------------------------------
Join Modal
-----------------------------*/
#join-modal {
ul {
font-family: 'Open Sans Light';
font-size: 12px;
line-height: 1.5em;
margin-left: 20px;
}
}
64 changes: 46 additions & 18 deletions remo/base/templates/base_fd4.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -232,31 +232,59 @@

<!-- Join modal start -->
<div id="join-modal" class="reveal-modal hide-on-print">
<p class="lead">So, you wanna join us?</p>
<h1>Become a Community Coordinator in Your Region!</h1>
<p>
The Mozilla Reps program is open to all Mozillians who are 18 years
of age and above. Before you become a Mozilla Rep, you must
complete a short but rigorous application process in order to
demonstrate your interest in and motivation for joining the
program. Are you ready to take on the challenges and rewards
of advancing your leadership to the next level in Mozilla? If
your answer is YES, apply to become a Mozilla Rep today!
The Mozilla Reps program is open to all Mozillians who are 18 years of age and above.
Before you become a Mozilla Rep, you must follow our learning process so that you can become a good
<a href="https://blog.mozilla.org/mozillareps/2018/10/10/community-coordinator-role/" target="_blank">Community Coordinator</a>
in your region.
</p>
<p>
Not sure if you're ready for Mozilla Reps? There are many other
ways to take the lead in the Mozilla Community. If you're a
student, register for
the <a href="https://campus.mozilla.community/">Campus Clubs
</a> program to gain experience leading projects at your
school. And all of our contributor opportunities are available
to you on the <a href="https://mozilla.org/contribute">Get
Involved homepage</a>.
Community Coordinators are not a power structure over other Mozillians, instead they are here to help,
empower and motivate other Mozillians to contribute to Mozilla projects.
</p>

<h2>
There are tons of opportunities you can benefit from joining this program:
</h2>
<ul>
<li>Access to a global community which includes people from many different countries and cultural backgrounds.</li>
<li>Direct support from Mozilla to help you better promote Mozilla in your region.</li>
<li>Opportunity to help your local community grow.</li>
<li>Grow your personal leadership and communication skills and build networks with new
people from many different countries around the globe.</li>
<li>Amplify Mozilla's impact in your local region.</li>
</ul>
<p>
If you want to learn more about our program, you might want to connect with one of our currently active Mozilla
Reps in your region, so you can learn and understand the challenges and opportunities of this program.
</p>
<p>
<a href="{{ url('profiles_list_profiles') }}" target="_blank">Find Mozilla Reps from your region</a>
</p>

<h2>Major requirements:</h2>
<ul>
<li>The applicant needs to be at least 18 years old</li>
<li>The applicant needs to be active within Mozilla for at least 6 months</li>
</ul>
<p>
The Mozilla Reps application process involves three simple
steps. Ready? <a href="https://wiki.mozilla.org/ReMo/SOPs/Joining">Let's get started!</a>
If you want to learn more about the Reps Program Selection Criteria please
check <a href="https://wiki.mozilla.org/Reps/Application_Process/Selection_Criteria" target="_blank">here</a>.
</p>
<h2>
The Mozilla Reps application process involves two simple steps. Ready?
<a href="https://wiki.mozilla.org/Reps/SOPs/Joining" target="_blank">Let's get started!</a>
</h2>

<p>Thanks for your interest in making the Web better with Mozilla!</p>
<p>
Mozilla is a pioneer and advocate for the Open Web for more than 15 years. We create and promote open standards
that enable innovation and advance the Web as a platform for all. Today, hundreds of millions of people worldwide
use Mozilla Firefox to experience the Web on computers, tablets and mobile devices. For more information,
visit <a href="https://www.mozilla.org" target="_blank">www.mozilla.org</a>.
</p>

<a class="close-reveal-modal">&#215;</a>
</div>
<!-- Join modal end -->
Expand Down

0 comments on commit 6ceb225

Please sign in to comment.