Skip to content

Commit

Permalink
Move PRO features to the top
Browse files Browse the repository at this point in the history
  • Loading branch information
praneetloke committed Nov 24, 2024
1 parent 30343f9 commit ed8ed7f
Showing 1 changed file with 45 additions and 45 deletions.
90 changes: 45 additions & 45 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,52 @@ <h1>Deskypus</h1>
<p>By downloading, you agree to the <a href="eula.html" class="contrast">EULA</a>.</p>
</header>
<main class="container">
<section id="pro">
<h2>PRO Features</h2>
<p>
PRO features are available with a license key. You can get a license key by [contacting
us](https://cloudysky.software/contact). Get a no-obligation FREE trial license key for your entire
team and for unlimited machines.
</p>
<section>
<div class="grid">
<div>
<img
src="../screenshots/3d-resource-graph.png"
class="screenshot always"
alt="3D Resource Graph"
/>
</div>
<div>
<h3>3D Resource Graph</h3>
<p>
Explore your stack's resource graph in 3d with trajectory-highlighting and fly controls.
</p>
</div>
</div>
</section>
<section>
<div class="grid">
<div>
<h3>Resource Dependencies Graph</h3>
<p>
Visualize the dependencies for a resource to identify what might be preventing it from
being created in-parallel. Identify and remove redundant dependencies to speed-up your
stack's deployment.
</p>
</div>
<div>
<img
src="../screenshots/resource-deps-graph.png"
class="screenshot always"
alt="Resource Depdendencies Graph"
/>
</div>
</div>
</section>
</section>
<section id="features">
<h2>Features</h2>
<h2>Free For All</h2>
<p>
Add your Pulumi projects to the workspace and access everything about them quickly and easily,
without having to juggle terminal tabs and running several commands.
Expand Down Expand Up @@ -202,50 +246,6 @@ <h3>Switch Accounts</h3>
</article>
</div>
</section>
<section id="pro">
<h2>PRO Features</h2>
<p>
PRO features are available with a license key. You can get a license key by [contacting
us](https://cloudysky.software/contact). Get a no-obligation FREE trial license key for your entire
team and for unlimited machines.
</p>
<section>
<div class="grid">
<div>
<img
src="../screenshots/3d-resource-graph.png"
class="screenshot always"
alt="3D Resource Graph"
/>
</div>
<div>
<h3>3D Resource Graph</h3>
<p>
Explore your stack's resource graph in 3d with trajectory-highlighting and fly controls.
</p>
</div>
</div>
</section>
<section>
<div class="grid">
<div>
<h3>Resource Dependencies Graph</h3>
<p>
Visualize the dependencies for a resource to identify what might be preventing it from
being created in-parallel. Identify and remove redundant dependencies to speed-up your
stack's deployment.
</p>
</div>
<div>
<img
src="../screenshots/resource-deps-graph.png"
class="screenshot always"
alt="Resource Depdendencies Graph"
/>
</div>
</div>
</section>
</section>
<section id="deeplink">
<h2>Deeplink</h2>
<p>
Expand Down

0 comments on commit ed8ed7f

Please sign in to comment.