mirror of
https://github.com/stronk-dev/LivepeerEvents.git
synced 2025-07-05 02:35:09 +02:00
Added link to book a meeting
This commit is contained in:
parent
d6bfdc2551
commit
2fce39ce6e
BIN
public/calendly.png
Normal file
BIN
public/calendly.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
BIN
public/ens.png
BIN
public/ens.png
Binary file not shown.
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 21 KiB |
@ -32,7 +32,7 @@ const Grafana = (obj) => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="stroke" >
|
<div className="stroke" >
|
||||||
<div className="verticalDivider"/>
|
<div className="verticalDivider" />
|
||||||
<div className="row" >
|
<div className="row" >
|
||||||
<button className="homeButton" onClick={() => {
|
<button className="homeButton" onClick={() => {
|
||||||
setRedirectToHome(true);
|
setRedirectToHome(true);
|
||||||
@ -40,12 +40,12 @@ const Grafana = (obj) => {
|
|||||||
<img alt="" src="/livepeer.png" width="100em" height="100em" />
|
<img alt="" src="/livepeer.png" width="100em" height="100em" />
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<div className="verticalDivider"/>
|
<div className="verticalDivider" />
|
||||||
<div className="stroke" >
|
<div className="stroke" >
|
||||||
<div className="flexContainer makeItWide">
|
<div className="flexContainer makeItWide">
|
||||||
<div className="stroke">
|
<div className="stroke">
|
||||||
<div className="stroke roundedOpaque">
|
<div className="stroke roundedOpaque">
|
||||||
<div className="verticalDivider"/>
|
<div className="verticalDivider" />
|
||||||
<div className="flexContainer">
|
<div className="flexContainer">
|
||||||
<div className="row">
|
<div className="row">
|
||||||
<img alt="" src="livepeer.png" width="30" height="30" />
|
<img alt="" src="livepeer.png" width="30" height="30" />
|
||||||
@ -61,7 +61,7 @@ const Grafana = (obj) => {
|
|||||||
<p>({ethPriceChange24h}%)</p>
|
<p>({ethPriceChange24h}%)</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="verticalDivider"/>
|
<div className="verticalDivider" />
|
||||||
<div className="stroke roundedOpaqueDark">
|
<div className="stroke roundedOpaqueDark">
|
||||||
<div className="flexContainer fullMargin">
|
<div className="flexContainer fullMargin">
|
||||||
<Orchestrator thisOrchestrator={livepeer.thisOrchestrator} rootOnly={true} />
|
<Orchestrator thisOrchestrator={livepeer.thisOrchestrator} rootOnly={true} />
|
||||||
@ -82,7 +82,7 @@ const Grafana = (obj) => {
|
|||||||
<iframe className="fullGrafana" src="https://grafana.stronk.tech/d-solo/71b6OZ0Gz/orchestrator-overview?orgId=1&from=now-12h&to=now&refresh=15s&theme=dark&panelId=33" height="400" frameBorder="0"></iframe>
|
<iframe className="fullGrafana" src="https://grafana.stronk.tech/d-solo/71b6OZ0Gz/orchestrator-overview?orgId=1&from=now-12h&to=now&refresh=15s&theme=dark&panelId=33" height="400" frameBorder="0"></iframe>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="verticalDivider"/>
|
<div className="verticalDivider" />
|
||||||
<div className="row">
|
<div className="row">
|
||||||
<a href="https://grafana.stronk.tech/d/71b6OZ0Gz/orchestrator-overview?orgId=1&refresh=5s&theme=dark">
|
<a href="https://grafana.stronk.tech/d/71b6OZ0Gz/orchestrator-overview?orgId=1&refresh=5s&theme=dark">
|
||||||
<button className="waveButton">
|
<button className="waveButton">
|
||||||
@ -90,8 +90,14 @@ const Grafana = (obj) => {
|
|||||||
<p>Full Statistics</p>
|
<p>Full Statistics</p>
|
||||||
</button>
|
</button>
|
||||||
</a>
|
</a>
|
||||||
|
<a href="https://calendly.com/stronk-dev/30min">
|
||||||
|
<button className="waveButton">
|
||||||
|
<img alt="" src="calendly.png" width="30" height="30" />
|
||||||
|
<p>Book a meeting</p>
|
||||||
|
</button>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div className="verticalDivider"/>
|
<div className="verticalDivider" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="smallVerticalDivider" />
|
<div className="smallVerticalDivider" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user