Skip to content
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
2 changes: 1 addition & 1 deletion main/templates/main/dashboard/drives/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h5>Getting Started</h5>
<h5><span class="badge badge-secondary"><i class="fas fa-share-alt"></i></span> Gather Submissions</h5>
<div class="row no-gutters">
<div class="col-9">
<p>Gather submissions for this drive! Copy this link and share it with people you'd like to contribute to this drive: <a href="{% url 'main:drive_page' object.slug %}{{object.state}}">representable.org{% url 'main:drive_page' object.slug %}</a></p>
<p>Gather submissions for this drive! Copy this link and share it with people you'd like to contribute to this drive: <a href="{% url 'main:drive_page' object.slug %}">representable.org{% url 'main:drive_page' object.slug %}</a></p>
</div>
<div class="col">
<a class="btn btn-primary float-right" href="{% url 'main:drive_page' object.slug %}" role="button">View <i class="fa fa-arrow-circle-right"></i></a>
Expand Down
14 changes: 8 additions & 6 deletions main/templates/main/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,19 @@
<div class="col-lg-7 col-sm-12 col-md-7">
<!-- Shows on medium devices and higher. -->
<h4 class="display-4 my-4 font-weight-medium d-none d-sm-block main-display-text-all">
Redistricting is coming. Let’s make it impartial.
<span class="d-block">Redistricting is coming.</span>
<span class="d-block">Put your community on the&nbsp;map.</span>
</h4>
<!-- Shows on small devices and lower. -->
<h5 class="display-4 my-2 font-weight-medium d-sm-none main-display-text-sm">
Redistricting is coming. Let’s make it impartial.
<span class="d-block">Redistricting is coming.</span>
<span class="d-block">Put your community on the&nbsp;map.</span>
</h5>
<h4 class="font-weight-light d-none d-sm-block text-muted my-4">
We’re creating maps of communities to fight for your representation. Add your community to the map today and make your voice heard.
Together, we can fight for your representation. Draw your community today and make your voice heard.
</h4>
<p class="d-sm-none font-weight-medium text-muted my-2">
We’re creating maps of communities to fight for your representation. Add your community to the map today and make your voice heard.
Together, we can fight for your representation. Draw your community today and make your voice heard.
</p>
<!-- <p class="font-weight-light text-muted my-4 main-display-text-sm">
We’re creating maps of communities to fight for fair representation. Add your community to the map today and make your voice heard.
Expand All @@ -53,7 +55,7 @@ <h2 class="text-center font-weight-light">What is Representable.org?</h2>
alongside the cultural, historic, economic, and other interests that bind them together. Data and maps gathered with
Representable are standardized and easy to understand, supporting mapmakers, journalists, non-profits, and policy groups
as they draw and evaluate the maps that will be used in Congressional and State legislature elections.
Join us to fight gerrymandering and mobilize communities to get the representation they deserve through a impartial
Join us to fight gerrymandering and mobilize communities to get the representation they deserve through an impartial
and transparent map drawing process.
Interested in learning more? Check out our <a target="_blank" href="https://drive.google.com/open?id=1zeSkzuMoFi5uayc3OdB7BVWM6qI3dMkF1E5Nktjl5Rc">Official Education Guide.</a>
</p>
Expand All @@ -63,7 +65,7 @@ <h2 class="text-center font-weight-light">What is Representable.org?</h2>
alongside the cultural, historic, economic, and other interests that bind them together. Data and maps gathered with
Representable are standardized and easy to understand, supporting mapmakers, journalists, non-profits, and policy groups
as they draw and evaluate the maps that will be used in Congressional and State legislature elections.
Join us to fight gerrymandering and mobilize communities to get the representation they deserve through a impartial
Join us to fight gerrymandering and mobilize communities to get the representation they deserve through an impartial
and transparent map drawing process.
Interested in learning more? Check out our <a target="_blank" href="https://drive.google.com/open?id=1zeSkzuMoFi5uayc3OdB7BVWM6qI3dMkF1E5Nktjl5Rc">Official Education Guide.</a>
</p>
Expand Down