Skip to content

Commit

Permalink
Layout with image at bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
wkande committed Jul 10, 2024
1 parent 1fd9bce commit 3df640e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 15 deletions.
28 changes: 13 additions & 15 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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}

<!--div>
<img data-zoomable 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"/>
</div-->

<script>
export default {
mounted() {
Expand All @@ -38,6 +35,7 @@ export default {
api3_navbarReferenceBtn.style.color = '';
}
}

</script>

<style>
Expand Down Expand Up @@ -82,14 +80,14 @@ export default {
</style>

<!-- DESCRIPTION and CODE IMAGE-->
<div style="margin-top:50px;"/>
<!--div style="margin-top:50px;"/>
<div class="api3-land-box">
<div style="flex: 0 500px;margin-right:30px;">
<div style="flex: 0 500px;margin-right:30px;">
<h1>API3 Docs</h1><br/>
<div class="api3-land-desc" ><b>API3</b> builds solutions that
bridge the gap between off-chain data and on-chain applications with maximum
security and minimal latency.
security and minimal latency.
</div>
<div style="display: flex;padding-bottom:30px !important">
<a style="color:white;text-decoration: none;" href="/reference/dapis/understand/">
Expand All @@ -109,4 +107,4 @@ export default {
<img 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"/>
</div>
</div>
</div>
</div-->
11 changes: 11 additions & 0 deletions docs/public/styles/api3.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 3df640e

Please sign in to comment.