Skip to content

Commit 8f141a5

Browse files
authored
Merge pull request #388 from plotly/update-footer
Update links in header and footer
2 parents bcc12f1 + b1e8698 commit 8f141a5

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

_includes/layouts/_footer-main.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,22 @@ <h6 style="color:#119dff" class="--footer-heading">JOIN OUR MAILING LIST</h6>&#x
1919
<li class="--footer-column">
2020
<h6 style="color:#e763fa" class="--footer-heading">Products</h6>&#x9;&#x9;&#x9;
2121
<ul>
22-
<li><a href="https://plotly.com/dash/" target="_self">Dash</a></li>
22+
<li><a href="https://plotly.com/studio" target="_self">Plotly Studio</a></li>
2323
&#x9;&#x9;&#x9;&#x9;
24+
<li><a href="https://cloud.plotly.com" target="_self">Plotly Cloud</a></li>
2425
&#x9;&#x9;&#x9;&#x9;
25-
<li><a href="https://plotly.com/consulting-and-oem/" target="_self">Consulting and Training</a></li>
26+
<li><a href="https://plotly.com/dash/" target="_self">Dash Enterprise</a></li>
27+
&#x9;&#x9;&#x9;&#x9;
28+
<li><a href="https://plotly.com/whats-new/" target="_self">New Releases →</a></li>
2629
</ul>
2730
</li>
2831
&#x9;&#x9;
2932
<li class="--footer-column">
3033
<h6 style="color:#636efa" class="--footer-heading">Pricing</h6>&#x9;&#x9;&#x9;
3134
<ul>
32-
<li><a href="https://plotly.com/get-pricing/" target="_self">Enterprise Pricing</a></li>
35+
<li><a href="https://plotly.com/pricing" target="_self">Studio and Cloud Pricing</a></li>
36+
&#x9;&#x9;&#x9;&#x9;
37+
<li><a href="https://plotly.com/get-pricing" target="_self">Dash Enterprise Pricing</a></li>
3338
&#x9;&#x9;&#x9;&#x9;
3439
</ul>
3540
</li>
@@ -41,7 +46,7 @@ <h6 style="color:#00cc96" class="--footer-heading">About Us</h6>&#x9;&#x9;&#x9;
4146
&#x9;&#x9;&#x9;&#x9;
4247
<li><a href="https://plotly.com/resources/" target="_self">Resources</a></li>
4348
&#x9;&#x9;&#x9;&#x9;
44-
<li><a href="https://medium.com/@plotlygraphs" target="_self">Blog</a></li>
49+
<li><a href="https://plotly.com/blog/" target="_self">Blog</a></li>
4550
&#x9;&#x9;&#x9;&#x9;
4651
</ul>
4752
</li>

_includes/layouts/_header-main.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
<li><a style="font-weight: bold;"
1010
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>
1111
</li>
12-
<li><a style="font-weight: bold;" href="https://plotly.com/get-pricing/">Pricing</a></li>
12+
<li><a style="font-weight: bold;" href="https://plotly.com/pricing">Studio and Cloud Pricing</a></li>
13+
<li><a style="font-weight: bold;" href="https://plotly.com/get-pricing">Dash Enterprise Pricing</a></li>
1314
<li><a style="font-weight: bold;" href="https://dash.plotly.com">Dash</a></li>
1415
<!--<li><a style="font-weight: bold;" href="http://plotly.cloud">Dash Cloud</a></li>-->
1516

@@ -135,7 +136,8 @@
135136
<li><a style="font-weight: bold;"
136137
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>
137138
</li>
138-
<li><a style="font-weight: bold;" href="https://plotly.com/get-pricing/">Pricing</a></li>
139+
<li><a style="font-weight: bold;" href="https://plotly.com/pricing">Studio and Cloud Pricing</a></li>
140+
<li><a style="font-weight: bold;" href="https://plotly.com/get-pricing">Dash Enterprise Pricing</a></li>
139141
<li><a style="font-weight: bold;" href="https://dash.plotly.com">Dash</a></li>
140142
<!--<li><a style="font-weight: bold;" href="http://plotly.cloud">Dash Cloud</a></li>-->
141143

0 commit comments

Comments
 (0)