Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOC-370] Index page update #179

Draft
wants to merge 10 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
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
32 changes: 30 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,37 @@
Certora Prover Documentation
============================
## Prover quick start
Secure your smart contracts with industry-leading formal verification tools & smart contract audits

<div class="display:flex;flex-direction:column;width:100%;align-items:center">
<iframe width="560" height="315" src="https://www.youtube.com/embed/c4Joys3ZN1s?si=3OUWCdE-kWZPT_Ke" title="YouTube video player" frameborder="0" allowfullscreen></iframe>
</div>


## Explore Certora
Secure your smart contracts with industry-leading formal verification tools & smart contract audits

<div style="display:flex;width:100%;justify-content:center;flex-wrap:wrap;gap:10px;color:black">
<span style="display:flex;justify-content:center;align-items:center;flex-grow:1;flex-basis:200px;max-width:250px;height:100px;border:1px solid #0d0d0d;padding:2px 5px;border-radius:5px;text-align:center;cursor:pointer;text-align:center">Certora Prover</span>
<span style="display:flex;justify-content:center;align-items:center;flex-grow:1;flex-basis:200px;max-width:250px;height:100px;border:1px solid #0d0d0d;padding:2px 5px;border-radius:5px;text-align:center;cursor:pointer;text-align:center">CVL</span>
<span style="display:flex;justify-content:center;align-items:center;flex-grow:1;flex-basis:200px;max-width:250px;height:100px;border:1px solid #0d0d0d;padding:2px 5px;border-radius:5px;text-align:center;cursor:pointer;text-align:center">Gambit</span>
</div>



## Practice your skills
Secure your smart contracts with industry-leading formal verification tools & smart contract audits.

<div style="display:flex;width:100%;justify-content:center;flex-wrap:wrap;gap:10px;color:black">
<span style="display:flex;justify-content:center;align-items:center;flex-grow:1;flex-basis:200px;max-width:250px;height:100px;border:1px solid #0d0d0d;padding:2px 5px;border-radius:5px;text-align:center;cursor:pointer;text-align:center">Tutorial</span>
<span style="display:flex;justify-content:center;align-items:center;flex-grow:1;flex-basis:200px;max-width:250px;height:100px;border:1px solid #0d0d0d;padding:2px 5px;border-radius:5px;text-align:center;cursor:pointer;text-align:center">CVL by Example</span>
<span style="display:flex;justify-content:center;align-items:center;flex-grow:1;flex-basis:200px;max-width:250px;height:100px;border:1px solid #0d0d0d;padding:2px 5px;border-radius:5px;text-align:center;cursor:pointer;text-align:center">CertoraInit</span>
</div>



```{toctree}
:maxdepth: 3
:caption: Contents
:hidden:

docs/whitepaper/index.md
docs/user-guide/index.md
Expand Down
1 change: 0 additions & 1 deletion static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ details[open] summary {
}






Expand Down