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

chore: update branding #16

Merged
merged 1 commit into from
Aug 19, 2023
Merged
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
3 changes: 1 addition & 2 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4"
"typescript": "^4.9.5"
},
"scripts": {
"start": "react-scripts start",
Expand Down
Binary file added site/public/avatar-shadow.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 added site/public/avatar.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 removed site/public/evo.png
Binary file not shown.
Binary file modified site/public/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion site/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
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>evo.ninja</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
Binary file modified site/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 site/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.
4 changes: 2 additions & 2 deletions site/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"short_name": "evo.ninja",
"name": "evo.ninja",
"icons": [
{
"src": "favicon.ico",
Expand Down
Binary file added site/public/wallpaper-bw.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 added site/public/wallpaper.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 20 additions & 20 deletions site/src/App.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.App {
text-align: center;
color: #0c79e6;
color: #ffeba0;
background-color: #000000b8;
}

Expand All @@ -22,17 +22,17 @@
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: #0c79e6;
color: #ffeba0;
}

.App-link {
color: #0c79e6;
color: #ffeba0;
}

.App button {
padding: 10px 20px;
font-size: 1em;
color: #0c79e6;
color: #ffeba0;
background-color: #181818b8;
border: none;
border-radius: 5px;
Expand All @@ -57,7 +57,7 @@
display: flex;
justify-content: space-between;
padding: 20px;
color: #0c79e6;
color: #ffeba0;
align-items: stretch;
justify-content: center;
max-width: 75vw;
Expand Down Expand Up @@ -100,7 +100,7 @@
justify-content: space-between;
padding: 20px;
background-color: #00000000b8;
color: #0c79e6;
color: #ffeba0;
align-items: stretch;
justify-content: center;
max-width: 75vw;
Expand Down Expand Up @@ -131,45 +131,44 @@
}

@import url(https://fonts.googleapis.com/css?family=Exo:100);

@-webkit-keyframes bg-scrolling-reverse {
100% {
background-position: 50px 50px;
background-position: 0 500px;
}
}
@-moz-keyframes bg-scrolling-reverse {
100% {
background-position: 50px 50px;
background-position: 0 500px;
}
}
@-o-keyframes bg-scrolling-reverse {
100% {
background-position: 50px 50px;
background-position: 0 500px;
}
}
@keyframes bg-scrolling-reverse {
100% {
background-position: 50px 50px;
background-position: 0 500px;
}
}
@-webkit-keyframes bg-scrolling {
0% {
background-position: 50px 50px;
background-position: 0 500px;
}
}
@-moz-keyframes bg-scrolling {
0% {
background-position: 50px 50px;
background-position: 0 500px;
}
}
@-o-keyframes bg-scrolling {
0% {
background-position: 50px 50px;
background-position: 0 500px;
}
}
@keyframes bg-scrolling {
0% {
background-position: 50px 50px;
background-position: 0 500px;
}
}

Expand All @@ -178,14 +177,14 @@ body {
font: 400 16px/1.5 exo, ubuntu, "segoe ui", helvetica, arial, sans-serif;
text-align: center;
/* img size is 50x50 */
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAIAAACRXR/mAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAABnSURBVHja7M5RDYAwDEXRDgmvEocnlrQS2SwUFST9uEfBGWs9c97nbGtDcquqiKhOImLs/UpuzVzWEi1atGjRokWLFi1atGjRokWLFi1atGjRokWLFi1af7Ukz8xWp8z8AAAA//8DAJ4LoEAAlL1nAAAAAElFTkSuQmCC") repeat 0 0;
-webkit-animation: bg-scrolling-reverse 0.92s infinite;
background: url("/public/wallpaper-bw.png") repeat 0 0;
-webkit-animation: bg-scrolling-reverse 5s infinite;
/* Safari 4+ */
-moz-animation: bg-scrolling-reverse 0.92s infinite;
-moz-animation: bg-scrolling-reverse 5s infinite;
/* Fx 5+ */
-o-animation: bg-scrolling-reverse 0.92s infinite;
-o-animation: bg-scrolling-reverse 5s infinite;
/* Opera 12+ */
animation: bg-scrolling-reverse 0.92s infinite;
animation: bg-scrolling-reverse 5s infinite;
/* IE 10+ */
-webkit-animation-timing-function: linear;
-moz-animation-timing-function: linear;
Expand All @@ -198,3 +197,4 @@ body::before {
font-weight: 100;
font-style: normal;
}

4 changes: 2 additions & 2 deletions site/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ function App() {
return (
<div className="App">
<header className="App-header">
<h1>Meet "Evo"</h1>
<img src="evo.png" alt="Evo" />
<h1>evo.ninja</h1>
<img src="avatar-shadow.png" alt="Evo" width={200} />
<h2>An AI that never stops learning.</h2>
<button onClick={scrollToFeatures}>Learn More</button>
</header>
Expand Down
6 changes: 0 additions & 6 deletions site/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React from 'react';
import ReactDOM from 'react-dom/client';
import './index.css';
import App from './App';
import reportWebVitals from './reportWebVitals';

const root = ReactDOM.createRoot(
document.getElementById('root') as HTMLElement
Expand All @@ -12,8 +11,3 @@ root.render(
<App />
</React.StrictMode>
);

// If you want to start measuring performance in your app, pass a function
// to log results (for example: reportWebVitals(console.log))
// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
reportWebVitals();
15 changes: 0 additions & 15 deletions site/src/reportWebVitals.ts

This file was deleted.

5 changes: 0 additions & 5 deletions site/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9069,11 +9069,6 @@ wbuf@^1.1.0, wbuf@^1.7.3:
dependencies:
minimalistic-assert "^1.0.0"

web-vitals@^2.1.4:
version "2.1.4"
resolved "https://registry.yarnpkg.com/web-vitals/-/web-vitals-2.1.4.tgz#76563175a475a5e835264d373704f9dde718290c"
integrity sha512-sVWcwhU5mX6crfI5Vd2dC4qchyTqxV8URinzt25XqVh+bHEPGH4C3NPrNionCP7Obx59wrYEbNlw4Z8sjALzZg==

webidl-conversions@^4.0.2:
version "4.0.2"
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-4.0.2.tgz#a855980b1f0b6b359ba1d5d9fb39ae941faa63ad"
Expand Down
Loading