Skip to content

Commit dea04b9

Browse files
varGenericTi1mmy
andcommitted
Rebrand and update copyright messages
Co-authored-by: Timothy Zheng <47431121+Ti1mmy@users.noreply.github.com>
1 parent dce3db3 commit dea04b9

File tree

4 files changed

+26
-28
lines changed

4 files changed

+26
-28
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
<!-- PROJECT LOGO -->
22
<br />
33
<p align="center">
4-
<a href="https://github.com/Ti1mmy/DiscardApp">
4+
<a href="https://github.com/Ti1mmy/DisCardApp">
55
<img src="img/logo.png" alt="Logo" width="320" height="180">
66
</a>
77

8-
<h3 align="center">Discard</h3>
8+
<h3 align="center">DisCard</h3>
99
<h4 align="center"><a href="https://devpost.com/software/discard" target="_blank">Devpost Link</a></h4>
10-
<h4 align="center"><a href="https://discard.shop" target="_blank">» Start using Discard!</a></h4>
10+
<h4 align="center"><a href="https://discard.shop" target="_blank">» Start using DisCard!</a></h4>
1111

1212
<p align="center">
13-
Worried about your wallet bulge? Remembering which credit card to use for which situation is difficult, but it doesn't have to be. <strong>Discard</strong> missed opportunity costs so you can spend with confidence!
13+
Worried about your wallet bulge? Remembering which credit card to use for which situation is difficult, but it doesn't have to be. <strong>DisCard</strong> missed opportunity costs so you can spend with confidence!
1414
<br />
15-
<a href="https://github.com/Ti1mmy/DiscardApp#table-of-contents"><strong>Explore the docs »</strong></a>
15+
<a href="https://github.com/Ti1mmy/DisCardApp#table-of-contents"><strong>Explore the docs »</strong></a>
1616
<br />
1717
<br />
1818
<a href="https://youtu.be/IGw_H8sNOIQ" target="_blank">View Demo</a>
1919
·
20-
<a href="https://github.com/Ti1mmy/DiscardApp/issues">Report Bug</a>
20+
<a href="https://github.com/Ti1mmy/DisCardApp/issues">Report Bug</a>
2121
·
22-
<a href="https://github.com/Ti1mmy/DiscardApp/issues">Request Feature</a>
22+
<a href="https://github.com/Ti1mmy/DisCardApp/issues">Request Feature</a>
2323
</p>
2424
</p>
2525

@@ -58,11 +58,11 @@
5858

5959
[![Main Page Screenshot](img/main_page.png)](https://discard.shop/)
6060

61-
Discard your inefficient credit card spending!
61+
DisCard your inefficient credit card spending!
6262

63-
Discard is a web app built to help users manage their creditcards and maximize cash back rewards. Using a database of all Canadian creditcards and cash back deals from Rakuten, Discard can tell you the best credit card to use based on your shopping needs with a sleek and responsive UI.
63+
DisCard is a web app built to help users manage their creditcards and maximize cash back rewards. Using a database of all Canadian creditcards and cash back deals from Rakuten, DisCard can tell you the best credit card to use based on your shopping needs with a sleek and responsive UI.
6464

65-
Simply login to Discard with Google and add your cards to the app. You can then use the search function to find a store or directly use your location with Google Maps to find nearby stores. Discard will then use its large database of credit cards and deals to select the best card to use from your set of cards. Just like that, you'll be set to maximize your cashback rewards!
65+
Simply login to DisCard with Google and add your cards to the app. You can then use the search function to find a store or directly use your location with Google Maps to find nearby stores. DisCard will then use its large database of credit cards and deals to select the best card to use from your set of cards. Just like that, you'll be set to maximize your cashback rewards!
6666

6767
### Built With
6868

@@ -119,11 +119,11 @@ This is an example of how to list things you need to use the software and how to
119119

120120
1. Clone the repo
121121
```sh
122-
git clone https://github.com/Ti1mmy/DiscardApp.git
122+
git clone https://github.com/Ti1mmy/DisCardApp.git
123123
```
124124
2. `cd` into repo directory
125125
```sh
126-
cd DiscardApp
126+
cd DisCardApp
127127
```
128128
3. Install Prerequisite Libraries
129129
```sh
@@ -153,7 +153,7 @@ This is an example of how to list things you need to use the software and how to
153153
## Usage
154154

155155
### Navbar
156-
At the top of every page, you'll be able to navigate between the main page, the credit card list, and info about the project. There's also an option for you to login to Discard with Google so that you can save your cards on the app.
156+
At the top of every page, you'll be able to navigate between the main page, the credit card list, and info about the project. There's also an option for you to login to DisCard with Google so that you can save your cards on the app.
157157

158158
### Main Page
159159
On the main page, you will be greeted by a few different options:
@@ -164,7 +164,7 @@ On the main page, you will be greeted by a few different options:
164164
After using any of these options, you'll be told which card is the best to use.
165165

166166
### Credit Card List
167-
This is the page where you can view and add to your set of credit cards on Discard. Clicking on a card shows details for the card like its name and cashback details. To add a card, you can click on the search button or the manual add button.
167+
This is the page where you can view and add to your set of credit cards on DisCard. Clicking on a card shows details for the card like its name and cashback details. To add a card, you can click on the search button or the manual add button.
168168

169169
Search:
170170
* The search button lets you add a credit card by searching through a database of Canadian credit cards.
@@ -175,7 +175,7 @@ Manual Add:
175175
* The manual add button lets you manually add a credit card in case the search function can't provide the right card.
176176
* To use this function, upload a photo of the card, enter its name, and enter the cashback provided by the card for each category.
177177
* You can also enter cashback for specific stores here.
178-
* The card will be added to your account and Discard will consider it when finding the best card for you to use.
178+
* The card will be added to your account and DisCard will consider it when finding the best card for you to use.
179179

180180
_For more examples, please refer to the [Demo](https://youtu.be/IGw_H8sNOIQ)_
181181

site/creditcardlist.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77

8-
<title>Discard</title>
8+
<title>DisCard</title>
99
<link rel="shortcut icon" type="image/png" href="/image/icon/logo_l.png"/>
1010

1111
<link rel="manifest" href="/resource/appmanifest.webmanifest">
@@ -69,7 +69,6 @@
6969
<nav class="navbar navbar-expand navbar-light navbar-branding brand-color-background">
7070
<a class="navbar-brand ms-2" href="/">
7171
<img src="/image/logo/logo_no_padding.png" width="93" height="40" alt="">
72-
<!-- <a class="navbar-brand" href="/mainpage.html">Discard</a> -->
7372
</a>
7473
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
7574
<span class="navbar-toggler-icon"></span>
@@ -302,7 +301,7 @@ <h5 class="modal-title" id="signInPromptModalLabel">Please Sign in</h5>
302301
<!-- <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> -->
303302
</div>
304303
<div class="modal-body">
305-
To use Discard, please sign in using a Google account.
304+
To use DisCard, please sign in using a Google account.
306305
</div>
307306
<div class="modal-footer">
308307
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
@@ -336,10 +335,10 @@ <h1 class="display-6">Manual Add</h1>
336335
<!-- Copyright -->
337336
<footer class="copyright footer mt-auto py-3 brand-color-background">
338337
<div class="container-fluid">
339-
Like what you see? Give our <a href="https://devpost.com/software/discard" target="_blank">Devpost</a> a <i class="fas fa-heart lh-base"></i><a href="https://github.com/Ti1mmy/DiscardApp" target="_blank">View the code</a>
340-
<p>Copyright &copy; 2021 Discard. See <a href="https://github.com/Ti1mmy/DiscardApp/blob/main/LICENSE" target="_blank">LICENSE</a> for details.</p>
338+
Like what you see? Give our <a href="https://devpost.com/software/discard" target="_blank">Devpost</a> a <i class="fas fa-heart lh-base"></i><a href="https://github.com/DisCardApp/DisCard" target="_blank">View the code</a>
339+
<p>Copyright &copy; 2021-22 DisCard. See <a href="https://github.com/DisCardApp/DisCard/blob/main/LICENSE" target="_blank">LICENSE</a> for details.</p>
341340
</div>
342341
</footer>
343342
</body>
344343
</html>
345-
344+

site/index.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77

8-
<title>Discard</title>
8+
<title>DisCard</title>
99
<link rel="shortcut icon" type="image/png" href="/image/icon/logo_l.png"/>
1010

1111
<link rel="manifest" href="/resource/appmanifest.webmanifest">
@@ -72,7 +72,6 @@
7272
<nav class="navbar navbar-expand navbar-light navbar-branding brand-color-background">
7373
<a class="navbar-brand ms-2" href="/">
7474
<img src="/image/logo/logo_no_padding.png" width="93" height="40" alt="">
75-
<!-- <a class="navbar-brand" href="/mainpage.html">Discard</a> -->
7675
</a>
7776
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
7877
<span class="navbar-toggler-icon"></span>
@@ -105,7 +104,7 @@ <h5 class="modal-title" id="signInPromptModalLabel">Please Sign in</h5>
105104
<!-- <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button> -->
106105
</div>
107106
<div class="modal-body">
108-
To use Discard, please sign in using a Google account.
107+
To use DisCard, please sign in using a Google account.
109108
</div>
110109
<div class="modal-footer">
111110
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
@@ -208,8 +207,8 @@ <h1 class="display-5 text-center">Quick Category</h1>
208207
<!-- Copyright -->
209208
<footer class="copyright footer mt-auto py-3 brand-color-background">
210209
<div class="container-fluid">
211-
Like what you see? Give our <a href="https://devpost.com/software/discard" target="_blank">Devpost</a> a <i class="fas fa-heart lh-base"></i><a href="https://github.com/Ti1mmy/DiscardApp" target="_blank">View the code</a>
212-
<p>Copyright &copy; 2021 Discard. See <a href="https://github.com/Ti1mmy/DiscardApp/blob/main/LICENSE" target="_blank">LICENSE</a> for details.</p>
210+
Like what you see? Give our <a href="https://devpost.com/software/discard" target="_blank">Devpost</a> a <i class="fas fa-heart lh-base"></i><a href="https://github.com/DisCardApp/DisCard" target="_blank">View the code</a>
211+
<p>Copyright &copy; 2021-22 DisCard. See <a href="https://github.com/DisCardApp/DisCard/blob/main/LICENSE" target="_blank">LICENSE</a> for details.</p>
213212

214213
</div>
215214
</footer>

site/resource/appmanifest.webmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "Discard: Card Selection Simplified",
3-
"short_name": "Discard",
2+
"name": "DisCard: Card Selection Simplified",
3+
"short_name": "DisCard",
44
"description": "Worried about your wallet bulge? Remembering which credit card to use for which situation is difficult, but it doesn't have to be. Discard missed cashback rewards so you can spend with confidence!",
55
"dir": "auto",
66
"lang": "en",

0 commit comments

Comments
 (0)