Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 11 additions & 5 deletions website/static/join.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,19 @@ <h2>What is the Presto Foundation?</h2>

<section class="container-fluid wrapper">
<div class="row my-5">
<div class="col"><iframe
src="https://landscape.prestodb.io/card-mode?category=presto-foundation-member&amp;grouping=category&amp;embed=yes&amp;style=borderless&amp;css=https://prestodb.io/static/landscape.css"
frameborder="0" id="landscape" scrolling="no"
style="width: 1px; min-width: 100%; opacity: 1; visibility: visible; overflow: hidden; height: 1717px;"></iframe>
<div class="col">
<!-- Landscape embed view -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.9/iframeResizer.min.js">
<iframe id="iframe-landscape" src="https://presto.landscape2.io/embed/embed.html?base-path=&classify=category&key=presto-foundation-member&headers=true&category-header=false&category-in-subcategory=false&title-uppercase=false&title-alignment=center&title-font-family=sans-serif&title-font-size=28&style=clean&bg-color=%23ffffff&fg-color=%235d88d6&item-modal=true&item-name=false&size=xl&items-alignment=center&iframe-resizer=true" style="width:100%;height:100%;display:block;border:none;"></iframe>
<!-- Landscape embed item details view -->
<!-- NOTE: the script and the iframe below should only be added once, even when adding multiple embed views to the page -->
<script src="https://presto.landscape2.io/embed/embed-item.js"></script>
<iframe id="embed-item" src="https://presto.landscape2.io/embed/embed-item.html" style="width:100%;height:100%;display:block;border:none;position:fixed;top:0;bottom:0;left:0;right:0;z-index:2147483647;display:none;"></iframe>
<script>
iFrameResize({ }, '#iframe-landscape');
</script>
</div>
</div>
<script src="https://landscape.openmainframeproject.org/iframeResizer.js"></script>
</section>

<section class="bg-silver-gradient top-cap-white bottom-cap-white">
Expand Down
Loading