diff --git a/civicfix/core/__pycache__/views.cpython-313.pyc b/civicfix/core/__pycache__/views.cpython-313.pyc index bc4512a..0f287f7 100644 Binary files a/civicfix/core/__pycache__/views.cpython-313.pyc and b/civicfix/core/__pycache__/views.cpython-313.pyc differ diff --git a/civicfix/core/templates/core/base.html b/civicfix/core/templates/core/base.html index d4f6dd7..1023ea0 100644 --- a/civicfix/core/templates/core/base.html +++ b/civicfix/core/templates/core/base.html @@ -83,7 +83,8 @@ diff --git a/civicfix/core/templates/core/index.html b/civicfix/core/templates/core/index.html index c7324b9..caa21ff 100644 --- a/civicfix/core/templates/core/index.html +++ b/civicfix/core/templates/core/index.html @@ -1,147 +1,160 @@ {% extends "core/base.html" %} {% block content %} - -
-
-

Report. Resolve. Rejoice.

-

Your voice matters in making our community better. Report local issues and track their resolution in real-time.

-
- {% if user.is_authenticated %} - Report an Issue - {% else %} - Report an Issue - {% endif %} - Learn More -
-
-
- - -
-
-
-

{{ total_issues|default:"0" }}+

-

Issues Reported

-
-
-

Soon

-

Issues Resolved

-
-
-

{{ active_users|default:"0" }}+

-

Active Users

-
-
-

Soon

-

Municipal Departments

-
-
-
- - -
-
-

Why Choose Civixfix?

-

Transparent, efficient, and community-driven problem solving

-
-
-
-
-
-
- -
-
Location-Based Reporting
-

Pinpoint issues on an interactive map for accurate location tracking and faster resolution.

-
-
-
-
-
-
-
- -
-
Real-Time Tracking
-

Follow your reported issues through every stage from reporting to resolution.

-
-
-
-
-
-
-
- -
-
Community Engagement
-

Vote and comment on issues to help prioritize what matters most to your neighborhood.

-
-
-
-
-
- - -
-
-
-

How Civixfix Works

-

Simple steps to make your community better

-
-
-
-
-
- 1 -
Report an Issue
-

Take a photo, add details, and drop a pin on the map to report problems in your area.

-
-
-
-
-
-
- 2 -
Community Support
-

Others can vote and comment to show support and add details to your report.

-
-
-
-
-
-
- 3 -
Official Response
-

Municipal authorities receive, prioritize, and work on resolving the issues.

-
-
-
-
-
-
- - -
-
-

Recently Reported Issues

+ +
+
+

Report. Resolve. Rejoice.

+

Your voice matters in making our community better. Report local issues and track their + resolution in real-time.

+
{% if user.is_authenticated %} - View All Issues + Report an Issue {% else %} - View All Issues + Report an Issue {% endif %} + Learn More +
+
+
+ + +
+
+
+

{{ total_issues|default:"0" }}+

+

Issues Reported

+
+
+

{{ resolved_issues|default:"0" }}+

+

Issues Resolved

+
+
+

{{ active_users|default:"0" }}+

+

Active Users

+
+
+

{{ total_departments|default:"0" }}

+

Municipal Departments

+
+
+
+ + + +
+
+

Why Choose Civixfix?

+

Transparent, efficient, and community-driven problem solving

+
+
+
+
+
+
+ +
+
Location-Based Reporting
+

Pinpoint issues on an interactive map for accurate location tracking + and faster resolution.

+
+
+
+
+
+
+
+ +
+
Real-Time Tracking
+

Follow your reported issues through every stage from reporting to + resolution.

+
+
+
+
+
+
+
+ +
+
Community Engagement
+

Vote and comment on issues to help prioritize what matters most to + your neighborhood.

+
+
+
+
+
+ + +
+
+
+

How Civixfix Works

+

Simple steps to make your community better

- {% for issue in recent_issues %}
-
- {% if issue.photo %} - {{ issue.title }} - {% else %} - No image - {% endif %} -
- +
+ 1 +
Report an Issue
+

Take a photo, add details, and drop a pin on the map to report + problems in your area.

+
+
+
+
+
+
+ 2 +
Community Support
+

Others can vote and comment to show support and add details to + your report.

+
+
+
+
+
+
+ 3 +
Official Response
+

Municipal authorities receive, prioritize, and work on resolving + the issues.

+
+
+
+
+
+
+ + +
+
+

Recently Reported Issues

+ {% if user.is_authenticated %} + View All Issues + {% else %} + View All Issues + {% endif %} +
+
+ {% for issue in recent_issues %} +
+
+ {% if issue.photo %} + {{ issue.title }} + {% else %} + No image + {% endif %} +
+ - {{ issue.department.name|default:"General" }} - -
{{ issue.title|truncatewords:5 }}
-

{{ issue.description|truncatewords:15 }}

-
- {{ issue.location|truncatewords:2 }} - - -
- {% if user.is_authenticated %} - - {% else %} - - - {{ issue.vote_count }} - - {% endif %} -
+ {{ issue.department.name|default:"General" }} + +
{{ issue.title|truncatewords:5 }}
+

{{ issue.description|truncatewords:15 }}

+
+ {{ issue.location|truncatewords:2 }} + + +
+ {% if user.is_authenticated %} + + {% else %} + + + {{ issue.vote_count }} + + {% endif %}
- +
+
- {% empty %} -
- -

No issues reported yet

-

Be the first to report an issue in your community!

- Get Started -
- {% endfor %}
-
+ {% empty %} +
+ +

No issues reported yet

+

Be the first to report an issue in your community!

+ Get Started +
+ {% endfor %} +
+
- -
-
-

Ready to make a difference in your community?

-

Join {{ active_users|default:"thousands of" }} citizens who are actively improving their neighborhoods.

- {% if user.is_authenticated %} - Report an Issue - {% else %} - Get Started Now - {% endif %} -
-
+ +
+
+

Ready to make a difference in your community?

+

Join {{ active_users|default:"thousands of" }} citizens who are actively improving their + neighborhoods.

+ {% if user.is_authenticated %} + Report an Issue + {% else %} + Get Started Now + {% endif %} +
+
{% endblock %} {% block extra_js %}