Compare commits

...

2 Commits

Author SHA1 Message Date
b113c3f88e edit logo and icon 2023-04-18 21:27:37 +02:00
15db3a2803 Remove contact buttons 2023-04-18 21:15:57 +02:00
14 changed files with 9 additions and 28 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 213 KiB

BIN
public/apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

BIN
public/favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 909 B

BIN
public/favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.png" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#855dfe" />
<meta

Binary file not shown.

Before

Width:  |  Height:  |  Size: 762 KiB

After

Width:  |  Height:  |  Size: 782 KiB

View File

@ -3,8 +3,8 @@
"name": "nframe.nl",
"icons": [
{
"src": "favicon.png",
"type": "image/png"
"src": "favicon.ico",
"type": "image/x-icon"
}
],
"start_url": ".",

View File

@ -30,7 +30,7 @@ const Grafana = (obj) => {
<button className="homeButton" onClick={() => {
setRedirectToHome(true);
}}>
<img alt="" src="logo.png" width="100em" style={{ zIndex: 10 }} />
<img alt="" src="android-chrome-512x512.png" width="100em" style={{ zIndex: 10 }} />
</button>
</div>
<div className="verticalDivider" />

View File

@ -47,7 +47,7 @@ const Home = (obj) => {
<div className="stroke">
<div className="verticalDivider" />
<div className="row">
<img alt="" src="logo.png" width="100em" style={{ zIndex: 10 }} />
<img alt="" src="android-chrome-512x512.png" width="100em" style={{ zIndex: 10 }} />
</div>
<div className="verticalDivider" />
<div className="stroke roundedOpaque" style={{ maxWidth: '400px' }}>
@ -131,26 +131,6 @@ const Home = (obj) => {
</button>
</a>
<div className="verticalDivider" />
<div className="row">
<p>Contact me on:</p>
</div>
<a href="https://discordapp.com/users/303504235927044097">
<button className="waveButton">
<div className="row">
<img alt="" src="discord.svg" width="20em" height="20em" style={{ margin: 0 }} />
<p style={{ padding: '0.3em', flex: 1, flexGrow: 3 }}>Discord</p>
</div>
</button>
</a>
<a href="mailto:marco@livepeer.org">
<button className="waveButton">
<div className="row">
<img alt="" src="email.png" width="20em" height="20em" style={{ margin: 0 }} />
<p style={{ padding: '0.3em', flex: 1, flexGrow: 3 }}>Email</p>
</div>
</button>
</a>
<div className="verticalDivider" />
<div className="row">
<ContractPrices quotes={livepeer.quotes} blockchains={livepeer.blockchains} />
</div>

View File

@ -61,9 +61,8 @@ const Livepeer = (obj) => {
setRedirectToHome(true);
}}>
<div className="row">
<img alt="" src={thisChad} width="40em" height="40em" />
<img alt="" src="apple-touch-icon.png" width="40em" height="40em" />
</div>
<h1>🏠</h1>
</button>
<h4 className="rowAlignLeft withWrap showNeverOnMobile">{headerString}</h4>
</div>

View File

@ -175,7 +175,9 @@ const Stats = (obj) => {
<button className="homeButton" onClick={() => {
setRedirectToHome(true);
}}>
<h1>🏠</h1>
<div className="row">
<img alt="" src="apple-touch-icon.png" width="40em" height="40em" />
</div>
</button>
<h4 className="rowAlignLeft withWrap showNeverOnMobile">Statistics</h4>
</div>