mirror of
https://github.com/stronk-dev/LivepeerEvents.git
synced 2026-04-20 12:25:10 +02:00
Mod title etc
This commit is contained in:
parent
a8c8ec09e8
commit
ebc76a9e69
@ -10,9 +10,9 @@
|
||||
content="marco@stronk.rocks"
|
||||
/>
|
||||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
||||
<title>Livepeer Supplementary Explorer</title>
|
||||
<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" />
|
||||
<title>Captain Stronk</title>
|
||||
<meta name="title" content="Captin Stronk" />
|
||||
<meta name="description" content="Information on the Captain Stronk Orchestrator and Broadcaster. Overview of published projects including: a smart contract explorer, in-browser broadcaster, health checks of the global Livepeer network and more!" />
|
||||
</head>
|
||||
<body>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
|
||||
@ -123,6 +123,116 @@ const Home = (obj) => {
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div className="row">
|
||||
<h3>Stronk Broadcaster</h3>
|
||||
</div>
|
||||
|
||||
<a
|
||||
href="https://video.stronk.rocks/"
|
||||
style={{ cursor: "alias" }}
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
<button className="waveButton" style={{ cursor: "alias" }}>
|
||||
<div className="row">
|
||||
<img
|
||||
alt=""
|
||||
src="android-chrome-512x512.png"
|
||||
width="20em"
|
||||
height="20em"
|
||||
style={{ margin: 0 }}
|
||||
/>
|
||||
<p style={{ padding: "0.3em", flex: 1, flexGrow: 3 }}>
|
||||
StreamCrafter demo
|
||||
</p>
|
||||
</div>
|
||||
</button>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="https://grafana.stronk.tech/d/lp-global-orch-instances/livepeer-global-overview"
|
||||
style={{ cursor: "alias" }}
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
<button className="waveButton" style={{ cursor: "alias" }}>
|
||||
<div className="row">
|
||||
<img
|
||||
alt=""
|
||||
src="grafana.png"
|
||||
width="20em"
|
||||
height="20em"
|
||||
style={{ margin: 0 }}
|
||||
/>
|
||||
<p style={{ padding: "0.3em", flex: 1, flexGrow: 3 }}>
|
||||
Global Orchestrator tracker
|
||||
</p>
|
||||
</div>
|
||||
</button>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="https://grafana.stronk.tech/d/lp-orchestrator/livepeer-orchestrator-overview"
|
||||
style={{ cursor: "alias" }}
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
<button className="waveButton" style={{ cursor: "alias" }}>
|
||||
<div className="row">
|
||||
<img
|
||||
alt=""
|
||||
src="grafana.png"
|
||||
width="20em"
|
||||
height="20em"
|
||||
style={{ margin: 0 }}
|
||||
/>
|
||||
<p style={{ padding: "0.3em", flex: 1, flexGrow: 3 }}>
|
||||
Regional health tracker
|
||||
</p>
|
||||
</div>
|
||||
</button>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="https://grafana.stronk.tech/d/lp-regional-orchestrator/livepeer-regional-overview"
|
||||
style={{ cursor: "alias" }}
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
<button className="waveButton" style={{ cursor: "alias" }}>
|
||||
<div className="row">
|
||||
<img
|
||||
alt=""
|
||||
src="grafana.png"
|
||||
width="20em"
|
||||
height="20em"
|
||||
style={{ margin: 0 }}
|
||||
/>
|
||||
<p style={{ padding: "0.3em", flex: 1, flexGrow: 3 }}>
|
||||
Orchestrator health tracker
|
||||
</p>
|
||||
</div>
|
||||
</button>
|
||||
</a>
|
||||
|
||||
<div
|
||||
className="row"
|
||||
style={{ width: "unset", marginTop: "1em", marginBottom: "1em" }}
|
||||
>
|
||||
<a
|
||||
className="selectOrch"
|
||||
style={{ padding: "0.2em", cursor: "alias" }}
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
href={
|
||||
"https://explorer.livepeer.org/accounts/0x847791cbf03be716a7fe9dc8c9affe17bd49ae5e/delegating"
|
||||
}
|
||||
>
|
||||
<img alt="" src="livepeer.png" width="20em" height="20em" />
|
||||
<span>Stake with captain-stronk.eth</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div className="row">
|
||||
<h3>Stronk Utilities</h3>
|
||||
</div>
|
||||
@ -313,116 +423,6 @@ const Home = (obj) => {
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div className="row">
|
||||
<h3>Stronk Broadcaster</h3>
|
||||
</div>
|
||||
|
||||
<a
|
||||
href="https://video.stronk.rocks/"
|
||||
style={{ cursor: "alias" }}
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
<button className="waveButton" style={{ cursor: "alias" }}>
|
||||
<div className="row">
|
||||
<img
|
||||
alt=""
|
||||
src="android-chrome-512x512.png"
|
||||
width="20em"
|
||||
height="20em"
|
||||
style={{ margin: 0 }}
|
||||
/>
|
||||
<p style={{ padding: "0.3em", flex: 1, flexGrow: 3 }}>
|
||||
StreamCrafter demo
|
||||
</p>
|
||||
</div>
|
||||
</button>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="https://grafana.stronk.tech/d/lp-global-orch-instances/livepeer-global-overview"
|
||||
style={{ cursor: "alias" }}
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
<button className="waveButton" style={{ cursor: "alias" }}>
|
||||
<div className="row">
|
||||
<img
|
||||
alt=""
|
||||
src="grafana.png"
|
||||
width="20em"
|
||||
height="20em"
|
||||
style={{ margin: 0 }}
|
||||
/>
|
||||
<p style={{ padding: "0.3em", flex: 1, flexGrow: 3 }}>
|
||||
Global Orchestrator tracker
|
||||
</p>
|
||||
</div>
|
||||
</button>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="https://grafana.stronk.tech/d/lp-orchestrator/livepeer-orchestrator-overview"
|
||||
style={{ cursor: "alias" }}
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
<button className="waveButton" style={{ cursor: "alias" }}>
|
||||
<div className="row">
|
||||
<img
|
||||
alt=""
|
||||
src="grafana.png"
|
||||
width="20em"
|
||||
height="20em"
|
||||
style={{ margin: 0 }}
|
||||
/>
|
||||
<p style={{ padding: "0.3em", flex: 1, flexGrow: 3 }}>
|
||||
Regional health tracker
|
||||
</p>
|
||||
</div>
|
||||
</button>
|
||||
</a>
|
||||
|
||||
<a
|
||||
href="https://grafana.stronk.tech/d/lp-regional-orchestrator/livepeer-regional-overview"
|
||||
style={{ cursor: "alias" }}
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
<button className="waveButton" style={{ cursor: "alias" }}>
|
||||
<div className="row">
|
||||
<img
|
||||
alt=""
|
||||
src="grafana.png"
|
||||
width="20em"
|
||||
height="20em"
|
||||
style={{ margin: 0 }}
|
||||
/>
|
||||
<p style={{ padding: "0.3em", flex: 1, flexGrow: 3 }}>
|
||||
Orchestrator health tracker
|
||||
</p>
|
||||
</div>
|
||||
</button>
|
||||
</a>
|
||||
|
||||
<div
|
||||
className="row"
|
||||
style={{ width: "unset", marginTop: "1em", marginBottom: "1em" }}
|
||||
>
|
||||
<a
|
||||
className="selectOrch"
|
||||
style={{ padding: "0.2em", cursor: "alias" }}
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
href={
|
||||
"https://explorer.livepeer.org/accounts/0x847791cbf03be716a7fe9dc8c9affe17bd49ae5e/delegating"
|
||||
}
|
||||
>
|
||||
<img alt="" src="livepeer.png" width="20em" height="20em" />
|
||||
<span>Stake with captain-stronk.eth</span>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div className="row">
|
||||
<RetroHitCounter
|
||||
hits={totalVisitorCount}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user