mirror of
https://github.com/stronk-dev/LivepeerEvents.git
synced 2025-07-05 10:45:10 +02:00
Add link to transcoder campaign
This commit is contained in:
parent
622d458b05
commit
0420534ba8
@ -7,11 +7,11 @@
|
|||||||
<meta name="theme-color" content="#855dfe" />
|
<meta name="theme-color" content="#855dfe" />
|
||||||
<meta
|
<meta
|
||||||
name="LivepeerEvents"
|
name="LivepeerEvents"
|
||||||
content="marco@stronk.tech"
|
content="marco@stronk.rocks"
|
||||||
/>
|
/>
|
||||||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
||||||
<title>Livepeer Supplementary Explorer</title>
|
<title>Livepeer Supplementary Explorer</title>
|
||||||
<meta name="title" content="Captain Chad's supplementary explorer for Livepeer" />
|
<meta name="title" content="Captain Stronk's supplementary explorer for Livepeer" />
|
||||||
<meta name="description" content="Frontend + API which aggregates and caches in one central location: coin prices, blockchain data, ENS data, Livepeer smart contract events and monthly statistics. Also contains statistics for the Captain Chad orchestrator on the Livepeer network" />
|
<meta name="description" content="Frontend + API which aggregates and caches in one central location: coin prices, blockchain data, ENS data, Livepeer smart contract events and monthly statistics. Also contains statistics for the Captain Chad orchestrator on the Livepeer network" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
@ -39,7 +39,7 @@ const Home = (obj) => {
|
|||||||
|
|
||||||
if (thisChad == ""){
|
if (thisChad == ""){
|
||||||
const randomChad = performance.now();
|
const randomChad = performance.now();
|
||||||
const chadSource = "https://nframe.nl/avatar.png?" + randomChad;
|
const chadSource = "https://stronk.rocks/avatar.png?" + randomChad;
|
||||||
setChad(chadSource);
|
setChad(chadSource);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -90,6 +90,14 @@ const Home = (obj) => {
|
|||||||
<div className="row">
|
<div className="row">
|
||||||
<p>External Links:</p>
|
<p>External Links:</p>
|
||||||
</div>
|
</div>
|
||||||
|
<a href="https://forum.livepeer.org/t/transcoder-campaign-captain-stronk">
|
||||||
|
<button className="waveButton">
|
||||||
|
<div className="row">
|
||||||
|
<img alt="" src="livepeer.png" width="20em" height="20em" style={{ margin: 0 }} />
|
||||||
|
<p style={{ padding: '0.3em', flex: 1, flexGrow: 3 }}>Transcoder Campaign</p>
|
||||||
|
</div>
|
||||||
|
</button>
|
||||||
|
</a>
|
||||||
<a href="https://github.com/stronk-dev/LivepeerEvents">
|
<a href="https://github.com/stronk-dev/LivepeerEvents">
|
||||||
<button className="waveButton">
|
<button className="waveButton">
|
||||||
<div className="row">
|
<div className="row">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user