Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions _includes/layouts/dashplug.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
{% if page.language != "javascript" or page.language != "plotly_js" %}
<div class="dash-plug">
<p>Deploy {{ page.language | capitalize }} AI Dash apps on private Kubernetes clusters:
<a href="/get-pricing/">Pricing</a>
&nbsp;|&nbsp;
<a href="/get-demo/">Demo</a>
&nbsp;|&nbsp;
<a href="/dash/">Overview</a>
&nbsp;|&nbsp;
<a href="/consulting-and-oem/">AI App Services</a>
<p>Plotly Studio: Transform any dataset into an interactive data application in minutes with AI. <a href="https://plotly.com/studio/?utm_medium=graphing_libraries&utm_campaign=studio_early_access&utm_content=sidebar">Sign up for early access now.</a>
</p>
</div>
{% endif %}

2 changes: 1 addition & 1 deletion _layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h1>
<br>
{% endunless %}
{% include layouts/page-another-language.html %}
{% include layouts/new-to-plotly.html %}
{% include layouts/dashplug.html %}
</div>
</div>
</div>
Expand Down