Skip to content

Commit

Permalink
Changed Food Donation App to BiteBack (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
QahtanAlJammali authored Dec 10, 2024
1 parent 2a1486c commit 5815e9b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Food Waste Reduction App
# BiteBack

- `develop` branch: [![Build Status](https://app.travis-ci.com/gcivil-nyu-org/wed-fall24-team5.svg?token=MTgnqHfTp8UjvtysZ5vw&branch=develop)](https://app.travis-ci.com/gcivil-nyu-org/wed-fall24-team5?branch=develop)
[![Coverage Status](https://coveralls.io/repos/github/gcivil-nyu-org/wed-fall24-team5/badge.svg?branch=develop)](https://coveralls.io/github/gcivil-nyu-org/wed-fall24-team5?branch=develop)
Expand Down
2 changes: 1 addition & 1 deletion src/accounts/templates/accounts/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{% endblock extra_head %}
{% block content %}
<div class="container has-text-centered">
<h1 class="title is-2 is-spaced">Food Donation App</h1>
<h1 class="title is-2 is-spaced">BiteBack</h1>
<p class="subtitle">Start combating food waste today.</p>
<div class="buttons is-centered mt-5">
<a href="{% url 'accounts:register' %}"
Expand Down
2 changes: 1 addition & 1 deletion src/instructions/templates/instructions/instructions.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "_base.html" %}
{% block title %}
Instructions - Food Donation App
Instructions - BiteBack
{% endblock title %}
{% load static %}
{% block content %}
Expand Down
2 changes: 1 addition & 1 deletion src/templates/partials/theader.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<div class="navbar-brand">
<a href="{% url 'recipient_dashboard' %}" class="navbar-item">
<span><figure class="image is-24x24"><img src="{% static 'favicon.ico' %}" height="auto" width="auto" alt="" /></figure></span>
<span class="ml-3 is-size-5 has-text-weight-bold has-text-grey-dark">Food Donation</span>
<span class="ml-3 is-size-5 has-text-weight-bold has-text-grey-dark">BiteBack</span>
</a>
<a role="button"
class="navbar-burger"
Expand Down

0 comments on commit 5815e9b

Please sign in to comment.