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

Source #113

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
7 changes: 0 additions & 7 deletions .env.example

This file was deleted.

Binary file added public/background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon.ico
Binary file not shown.
37 changes: 8 additions & 29 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,39 +5,18 @@
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
/>
<meta name="description" content="A limited set of 3 333 unique algorithm generated Creepy Girls artworks has over 100 hand-drawn traits which made each of NFT one-of-a-kind." />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.

Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<title>Creepy Girl - Mint</title>
<style>
body {
background: url(%PUBLIC_URL%/background.png);
}
</style>
</head>
<body>
<body style="padding: 2rem;">
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.

You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.

To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
</html>
Binary file modified public/logo192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/logo512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 43 additions & 5 deletions src/index.css
Original file line number Diff line number Diff line change
@@ -1,15 +1,53 @@
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
font-family: 'Open Sans', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: #303030;
color: #FFFFFF;
color: #ffffff;
}

code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}

.sc-dlfnuX {
text-align: center;
}
.MuiButtonBase-root.MuiButton-root.MuiButton-contained.sc-bdfBQB.MuiButton-containedPrimary,
.MuiButtonBase-root.MuiButton-root.MuiButton-contained.sc-hKgJUU {
background-image: linear-gradient(
to right,
#1fa2ff 0%,
#12d8fa 51%,
#1fa2ff 100%
);
margin: 10px;
padding: 15px 45px;
text-align: center;
text-transform: uppercase;
transition: 0.5s;
background-size: 200% auto;
color: white;
box-shadow: 0 0 20px #eee;
border-radius: 10px;
}
.MuiButtonBase-root.MuiButton-root.MuiButton-contained.sc-hKgJUU {
width: 12rem;
}
.MuiButtonBase-root.MuiButton-root.MuiButton-contained.sc-bdfBQB.MuiButton-containedPrimary:hover,
.MuiButtonBase-root.MuiButton-root.MuiButton-contained.sc-hKgJUU:hover {
background-position: right center;
color: #fff;
text-decoration: none;
}
body {
padding: 4rem;
background-repeat: repeat;
/* background-size: cover; */
/* background-position: center; */
}
span.MuiButton-label {
justify-content: center;
}