Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Main #78

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Main #78

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion backend/.env.example

This file was deleted.

2 changes: 1 addition & 1 deletion frontend/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
--font-primary: "Poppins", sans-serif;
--font-secondary: "Arvo", serif;
--font-code: "Roboto", monospace;
--bg-color: #00163f;
--bg-color: #43004f;
--bg-color-transparent: #00163f80;
--font-color: #ffffff;
--btn-bg-color: #ffffff;
Expand Down
Binary file added frontend/images/slider/Brian Romani!.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions frontend/js/constants.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
const contractAddress = "YOUR CONTRACT ADDRESS"; //Replace with your own contract address
const chain = 'rinkeby'; // rinkeby or polygon

const welcome_h1 = "Welcome to the CodeCats NFT Project!!";
const welcome_h1 = "Welcome to the International Town NFT Project!!";
const welcome_h2 = "Connect to MetaMask to Get Started";
const welcome_p = 'The CodeCats NFT Project is a decentralized, open-source project that aims to demonstrate how to develope and launch your own NFT Collection. Follow step by step on the <a href="https://youtube.com/codestackr" target="_blank" rel="noopener noreferrer">codeSTACKr</a> YouTube channel.';
const welcome_p = 'The International Town NFT Project is a decentralized, open-source project that aims to develope and launch your own NFT Collection. Follow us on Discord chat step by step on the <a href="" target="_blank" rel="noopener noreferrer">International Town</a> YouTube channel.';
const h1_presale_coming_soon = "NFT Drop Coming Soon!!";
const h1_presale_mint = "Pre-Sale Minting Open!!";
const h1_public_mint = "Public Minting Open!!";
Expand Down