File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
accounts/templates/accounts
instructions/templates/instructions Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # Food Waste Reduction App
1
+ # BiteBack
2
2
3
3
- ` 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 )
4
4
[ ![ 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 )
Original file line number Diff line number Diff line change 12
12
{% endblock extra_head %}
13
13
{% block content %}
14
14
< div class ="container has-text-centered ">
15
- < h1 class ="title is-2 is-spaced "> Food Donation App </ h1 >
15
+ < h1 class ="title is-2 is-spaced "> BiteBack </ h1 >
16
16
< p class ="subtitle "> Start combating food waste today.</ p >
17
17
< div class ="buttons is-centered mt-5 ">
18
18
< a href ="{% url 'accounts:register' %} "
Original file line number Diff line number Diff line change 1
1
{% extends "_base.html" %}
2
2
{% block title %}
3
- Instructions - Food Donation App
3
+ Instructions - BiteBack
4
4
{% endblock title %}
5
5
{% load static %}
6
6
{% block content %}
Original file line number Diff line number Diff line change 23
23
< div class ="navbar-brand ">
24
24
< a href ="{% url 'recipient_dashboard' %} " class ="navbar-item ">
25
25
< span > < figure class ="image is-24x24 "> < img src ="{% static 'favicon.ico' %} " height ="auto " width ="auto " alt ="" /> </ figure > </ span >
26
- < span class ="ml-3 is-size-5 has-text-weight-bold has-text-grey-dark "> Food Donation </ span >
26
+ < span class ="ml-3 is-size-5 has-text-weight-bold has-text-grey-dark "> BiteBack </ span >
27
27
</ a >
28
28
< a role ="button "
29
29
class ="navbar-burger "
You can’t perform that action at this time.
0 commit comments