Skip to content

syncronizing footer urls with plotly-next #1438

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 6, 2019
Merged
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
2 changes: 1 addition & 1 deletion _data/cache_bust_css.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
8b86aae596ebea1f9390d418020df20a ../all_static/css/main.css
9739c634dee855183734aa6d8b6b0866 ../all_static/css/main.css
a5765df8bc2358dd61c19edcc0cbef7d ../all_static/css/normalize.css
46 changes: 13 additions & 33 deletions _includes/_new/_page-components/_footer-main.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,62 +3,42 @@
<div class="--wrap">
<ul class="--footer-body">
<li class="--footer-column">
<h6 style="color:#e763fa" class="--footer-heading">DASH</h6>&#x9;&#x9;&#x9;
<h6 style="color:#e763fa" class="--footer-heading">Products</h6>&#x9;&#x9;&#x9;
<ul>
<li><a href="https://plot.ly/products/dash/" target="_self">Overview</a></li>
<li><a href="https://plot.ly/dash/" target="_self">Dash</a></li>
&#x9;&#x9;&#x9;&#x9;
<li><a href="https://www.dashdaq.io/" target="_self">Dash DAQ</a></li>
<li><a href="https://plot.ly/online-chart-maker/" target="_self">Chart Studio</a></li>
&#x9;&#x9;&#x9;&#x9;
<li><a href="https://plot.ly/dash/pricing/" target="_self">Dash Deployment Server</a></li>
<li><a href="https://plot.ly/products/pricing/" target="_self">Plotly OEM</a></li>
</ul>
</li>
&#x9;&#x9;
<li class="--footer-column">
<h6 style="color:#636efa" class="--footer-heading">COMPANY</h6>&#x9;&#x9;&#x9;
<h6 style="color:#636efa" class="--footer-heading">Pricing</h6>&#x9;&#x9;&#x9;
<ul>
<li><a href="https://plot.ly/company/careers/" target="_self">Careers</a></li>
&#x9;&#x9;&#x9;&#x9;
<li><a href="https://plotly.typeform.com/to/r4OilH" target="_blank">Customer Contact</a></li>
&#x9;&#x9;&#x9;&#x9;
<li><a href="https://www.instagram.com/plotly/?hl=en" target="_blank">#plotlylife</a></li>
&#x9;&#x9;&#x9;&#x9;
<li><a href="https://twitter.com/plotlygraphs" target="_blank">Twitter</a></li>
<li><a href="https://go.plot.ly/get-pricing" target="_self">Enterprise Pricing</a></li>
&#x9;&#x9;&#x9;&#x9;
<li><a href="https://github.com/plotly" target="_blank">GitHub</a></li>
</ul>
</li>
&#x9;&#x9;
<li class="--footer-column">
<h6 style="color:#00cc96" class="--footer-heading">RESOURCES</h6>&#x9;&#x9;&#x9;
<h6 style="color:#00cc96" class="--footer-heading">About Us</h6>&#x9;&#x9;&#x9;
<ul>
<li><a href="https://support.plot.ly/" target="_self">Developer Support</a></li>
<li><a href="https://plot.ly/company/careers" target="_self">Careers</a></li>
&#x9;&#x9;&#x9;&#x9;
<li><a href="https://community.plot.ly/" target="_self">Community Support</a></li>
<li><a href="https://plot.ly/newsroom" target="_self">Newsroom</a></li>
&#x9;&#x9;&#x9;&#x9;
<li><a href="http://help.plot.ly/" target="_self">Documentation</a></li>
</ul>
</li>
&#x9;&#x9;
<li class="--footer-column">
<h6 style="color:#EF553B" class="--footer-heading">GRAPHING LIBRARIES</h6>&#x9;&#x9;&#x9;
<h6 style="color:#EF553B" class="--footer-heading">Support</h6>&#x9;&#x9;&#x9;
<ul>
<li><a href="https://plot.ly/dash/" target="_self">Dash</a></li>
&#x9;&#x9;&#x9;&#x9;
<li><a href="https://plot.ly/plotly-js-scientific-d3-charting-library/" target="_self">Plotly.js</a></li>
&#x9;&#x9;&#x9;&#x9;
<li><a href="https://plot.ly/d3-js-for-python-and-pandas-charts/" target="_self">Plotly.py</a>
</li>
<li><a href="https://community.plot.ly/" target="_self">Community Support</a></li>
&#x9;&#x9;&#x9;&#x9;
<li><a href="https://plot.ly/d3-js-for-r-and-shiny-charts/" target="_self">Plotly.R</a></li>
</ul>
</li>
&#x9;&#x9;
<li class="--footer-column">
<h6 style="color:#19d3f3" class="--footer-heading">EMBEDDED BI/OEM</h6>&#x9;&#x9;&#x9;
<ul>
<li><a href="https://plot.ly/online-chart-maker/" target="_self">Chart Studio</a></li>
<li><a href="https://plot.ly/graphing-libraries" target="_self">Documentation</a></li>
&#x9;&#x9;&#x9;&#x9;
<li><a href="https://plot.ly/dashboards/" target="_self">Dashboards</a></li>

</ul>
</li>
&#x9;&#x9;
Expand Down
Loading