Skip to content

Commit

Permalink
Merge pull request #156 from dgarcia360/optimize-landing-responsive
Browse files Browse the repository at this point in the history
docs: optimize landing
  • Loading branch information
DanielHe4rt authored Oct 8, 2024
2 parents 8675460 + e197938 commit 3815468
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 17 deletions.
30 changes: 16 additions & 14 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,8 @@
.. raw:: html

<div class="landing__content landing__content">

.. raw:: html

<div class="topics-grid grid-container full">

<div class="grid-x grid-margin-x">
<div class="topics-grid grid-container full">
<div class="grid-x grid-margin-x">


.. topic-box::
Expand Down Expand Up @@ -102,16 +98,22 @@
:class: large-4

.. raw:: html

</div></div>

<div class="cell topic-box large-12" style="justify-content: center; flex-direction: column; align-items: center; margin: 20px 0;">
<h2 style="font-familiy: 'Roboto';font-size:32px; font-weight: 500; text-align:center"> Try the Care-Pet IoT with Rust </h2>
<p>Learn more about IoT and the Rust Driver by solving two query challenges and running the application.</p>
<div class="topics-grid">

<h2 class="topics-grid__title" style="text-align: center;">Try the Care-Pet IoT with Rust</h2>
<p class="topics-grid__text" style="text-align: center;">Learn more about IoT and the Rust Driver by solving two query challenges and running the application.</p>
<div class="grid-container full">
<div class="grid-x grid-margin-x">
<div class="cell topic-box large-12">
<iframe style="width: 100%;" height="800" sandbox="allow-forms allow-modals allow-popups allow-same-origin allow-scripts" src="https://play.instruqt.com/embed/scylladb/tracks/carepet-rust?token=em_Z_xvk5h6RxovmnDS&show_challenges=true" style="border: 0;" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
<div class="cell topic-box large-12" style="margin: 20px 0;">
<iframe style="width: 100%;" height="800" sandbox="allow-forms allow-modals allow-popups allow-same-origin allow-scripts" src="https://play.instruqt.com/embed/scylladb/tracks/carepet-rust?token=em_Z_xvk5h6RxovmnDS&show_challenges=true" style="border: 0;" allowfullscreen></iframe>
</div>
</div></div></div>


.. toctree::
:maxdepth: 3
Expand Down
6 changes: 3 additions & 3 deletions docs/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3815468

Please sign in to comment.