Skip to content

Commit

Permalink
Merge pull request #166 from uchicago-capp-30320/163-Improve-about-test
Browse files Browse the repository at this point in the history
163 improve about test
  • Loading branch information
jimenasalinas committed May 22, 2024
2 parents 71eaae0 + 7b95e1d commit 9dd0d63
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 14 deletions.
Binary file added app/route_rangers_api/static/github-mark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
67 changes: 53 additions & 14 deletions app/route_rangers_api/templates/about.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,57 @@
{% extends 'basetemplate.html' %} {% load static %} {% block content %}
<img
src="{% static 'trains.png' %}"
alt="trains background image"
style="width: 100%"
/>
{% extends 'basetemplate.html' %}
{% load static %}
{% block content %}
<img src="{% static 'trains.png' %}" alt="trains background image" style="width: 100%;" />
<div class="headers">
<h1>About us</h1>
<p class="inline">
The transit planning tool aims to revitalize public interest and
participation in transit, driving increased ridership and creating more
efficient networks that meet urban community needs. Learn about the City
Transit Ecosystem! Show us routes that you would like in your neighborhood!
Currently, we are working in New York, Chicago and Portland.
<h2 style="color: #07063A;">About us</h2>
<p class="inline" style="color: #464444;">
We are "Route Rangers", a team of UChicago Computer Science and Public Policy students committed to
revitalizing public interest and participation in transit systems. Following the COVID-19 pandemic, ridership levels
have plummeted across the United States. This decline in ridership levels has led to service cuts, further
discouraging ridership and posing a significant challenge for cities striving to recover.
</p>
<p class="inline" style="color: #464444;">
Our mission is to address this critical issue by creating a platform that bridges the gap between policymakers and
the public. We believe providing a space for current and potential transit users to voice their ideas and feedback
is essential.
</p>

<h6 style="color: #07063A;">Our Goal:</h6>
<p class="inline" style="color: #464444;">
We aim to empower urban transit policymakers with data analytics and public feedback to inform and enhance transit
planning. We aim to improve the overall transit ecosystem by fostering this connection and encouraging greater
ridership.
</p>

<h6 style="color: #07063A">Route Rangers Team:</h6>
<ul style="color: #464444;">
<li>Megan Moore</li>
<li>Benjamin Leiva</li>
<li>Lisette Solís</li>
<li>JP Martínez</li>
<li>Katherine Dumais</li>
<li>Matt Jackson</li>
<li>Jimena Salinas</li>
</ul>

<h6 style="color: #07063A">Get Involved!</h6>
<p class="inline" style="color: #464444;">
Learn about the City Transit Ecosystem! Participate in our survey and share your thoughts on the routes you want to
see in your neighborhood. Currently, we are active in New York, Chicago, and Portland.
If you're a policymaker, dive into our data and explore new insights to improve your transit systems.
</p>
</div>

<div style="text-align: center;">
<h6 style="color: #07063A; display: inline-block;">
Checkout our <span style="text-decoration: underline;">GitHub repository</span>!
</h6>
</div>

{% endblock %}

<a href="https://github.com/uchicago-capp-30320/RouteRangers"
style="display: block; text-align: center; margin-bottom: 20px;">
<img src="{% static 'github-mark.png' %}" alt="github logo" style="width: 5%; margin: 0 auto;" />
</a>

{% endblock %}

0 comments on commit 9dd0d63

Please sign in to comment.