Skip to content
Open
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
13 changes: 9 additions & 4 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/pricing" target="_self">Studio and Cloud Pricing</a></li>
&#x9;&#x9;&#x9;&#x9;
<li><a href="https://plotly.com/get-pricing" target="_self">Dash Enterprise Pricing</a></li>
&#x9;&#x9;&#x9;&#x9;
</ul>
</li>
Expand All @@ -41,7 +46,7 @@ <h6 style="color:#00cc96" class="--footer-heading">About Us</h6>&#x9;&#x9;&#x9;
&#x9;&#x9;&#x9;&#x9;
<li><a href="https://plotly.com/resources/" target="_self">Resources</a></li>
&#x9;&#x9;&#x9;&#x9;
<li><a href="https://medium.com/@plotlygraphs" target="_self">Blog</a></li>
<li><a href="https://plotly.com/blog/" target="_self">Blog</a></li>
&#x9;&#x9;&#x9;&#x9;
</ul>
</li>
Expand Down
6 changes: 4 additions & 2 deletions _includes/layouts/_header-main.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
<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">Studio and Cloud Pricing</a></li>
<li><a style="font-weight: bold;" href="https://plotly.com/get-pricing">Dash Enterprise 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 +136,8 @@
<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">Studio and Cloud Pricing</a></li>
<li><a style="font-weight: bold;" href="https://plotly.com/get-pricing">Dash Enterprise 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