Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
11 changes: 8 additions & 3 deletions _includes/layouts/_footer-main.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,22 @@ <h6 style="color:#119dff" class="--footer-heading">JOIN OUR MAILING LIST</h6>&#x
<li class="--footer-column">
<h6 style="color:#e763fa" class="--footer-heading">Products</h6>&#x9;&#x9;&#x9;
<ul>
<li><a href="https://plotly.com/dash/" target="_self">Dash</a></li>
<li><a href="https://plotly.com/studio" target="_self">Plotly Studio</a></li>
&#x9;&#x9;&#x9;&#x9;
<li><a href="https://cloud.plotly.com" target="_self">Plotly Cloud</a></li>
&#x9;&#x9;&#x9;&#x9;
<li><a href="https://plotly.com/consulting-and-oem/" target="_self">Consulting and Training</a></li>
<li><a href="https://plotly.com/dash/" target="_self">Dash Enterprise</a></li>
&#x9;&#x9;&#x9;&#x9;
<li><a href="https://plotly.com/whats-new/" target="_self">New Releases →</a></li>
</ul>
</li>
&#x9;&#x9;
<li class="--footer-column">
<h6 style="color:#636efa" class="--footer-heading">Pricing</h6>&#x9;&#x9;&#x9;
<ul>
<li><a href="https://plotly.com/get-pricing/" target="_self">Enterprise Pricing</a></li>
<li><a href="https://plotly.com/get-pricing" target="_self">Dash Enterprise Pricing</a></li>
&#x9;&#x9;&#x9;&#x9;
<li><a href="https://plotly.com/pricing" target="_self">Plotly Studio and Cloud Pricing</a></li>
&#x9;&#x9;&#x9;&#x9;
</ul>
</li>
Expand Down
4 changes: 2 additions & 2 deletions _includes/layouts/_header-main.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<li><a style="font-weight: bold;"
href="https://community.plotly.com/c/{% if page.permalink contains 'javascript' %}plotly-js/6{% elsif page.permalink contains 'python' %}plotly-python/5{% elsif page.permalink contains 'r/' or page.permalink contains 'ggplot2/' or page.permalink contains 'matlab/' or page.permalink contains 'fsharp/' or page.permalink contains 'julia/' %}plotly-r-matlab-julia-net/29{% else %}{% endif %}">Forum</a>
</li>
<li><a style="font-weight: bold;" href="https://plotly.com/get-pricing/">Pricing</a></li>
<li><a style="font-weight: bold;" href="https://plotly.com/pricing">Pricing</a></li>
<li><a style="font-weight: bold;" href="https://dash.plotly.com">Dash</a></li>
<!--<li><a style="font-weight: bold;" href="http://plotly.cloud">Dash Cloud</a></li>-->

Expand Down Expand Up @@ -135,7 +135,7 @@
<li><a style="font-weight: bold;"
href="https://community.plotly.com/c/{% if page.permalink contains 'javascript' %}plotly-js/6{% elsif page.permalink contains 'python' %}plotly-python/5{% elsif page.permalink contains 'r/' or page.permalink contains 'ggplot2/' or page.permalink contains 'matlab/' or page.permalink contains 'fsharp/' or page.permalink contains 'julia/' %}plotly-r-matlab-julia-net/29{% else %}{% endif %}">Forum</a>
</li>
<li><a style="font-weight: bold;" href="https://plotly.com/get-pricing/">Pricing</a></li>
<li><a style="font-weight: bold;" href="https://plotly.com/pricing">Pricing</a></li>
<li><a style="font-weight: bold;" href="https://dash.plotly.com">Dash</a></li>
<!--<li><a style="font-weight: bold;" href="http://plotly.cloud">Dash Cloud</a></li>-->

Expand Down