From 3df640ecc7cff0bf33b454f694ea2daa05d2239a Mon Sep 17 00:00:00 2001 From: Warren Anderson Date: Wed, 10 Jul 2024 04:25:04 -0600 Subject: [PATCH] Layout with image at bottom --- docs/index.md | 28 +++++++++++++--------------- docs/public/styles/api3.css | 11 +++++++++++ 2 files changed, 24 insertions(+), 15 deletions(-) diff --git a/docs/index.md b/docs/index.md index e9c0bac9..e0edea10 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,26 +8,23 @@ hero: API3 builds solutions that bridge the gap between off-chain data and on-chain applications with maximum security and minimal latency. image: - src: https://res.cloudinary.com/practicaldev/image/fetch/s--Ij0eKVIW--/c_imagga_scale,f_auto,fl_progressive,h_420,q_auto,w_1000/https://thepracticaldev.s3.amazonaws.com/i/77oanfb0c05w88jlmc8s.jpg + src: /img/beacons.svg alt: API3 actions: - theme: brand - text: dAPI + text: Data Feeds link: /guides/dapis/ - theme: brand text: OEV Network link: /reference/oev-network/ - - theme: brand - text: QRNG - link: /reference/qrng/ - - theme: brand - text: Airnode - link: /reference/airnode/latest/understand/ - - theme: brand - text: DAO Members - link: /reference/dao-members/ --- +![Auction Cycle](https://res.cloudinary.com/practicaldev/image/fetch/s--Ij0eKVIW--/c_imagga_scale,f_auto,fl_progressive,h_420,q_auto,w_1000/https://thepracticaldev.s3.amazonaws.com/i/77oanfb0c05w88jlmc8s.jpg){data-zoomable} + + + -
+ diff --git a/docs/public/styles/api3.css b/docs/public/styles/api3.css index 9387a9d3..591991ba 100644 --- a/docs/public/styles/api3.css +++ b/docs/public/styles/api3.css @@ -13,3 +13,14 @@ --vp-code-color: whitesmoke; --vp-code-bg: #36454f; } + +.VPButton { + margin-top: 30px !important; + margin-right: 20px !important; + font-size: large !important; + border-radius: 4px !important; + width: 200px !important; + border: #4169e1 solid 1px !important; + padding: 7px !important; + background-color: #4169e1 !important; +}