Skip to content

Commit 1c78c8f

Browse files
committed
site update
1 parent 3b68b84 commit 1c78c8f

File tree

419 files changed

+63416
-37944
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

419 files changed

+63416
-37944
lines changed

all_static/css/modules.css

Lines changed: 455 additions & 385 deletions
Large diffs are not rendered by default.

all_static/css/state.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
display: inline;}
99
.no-display{
1010
display: none;}
11+
.no-margin{
12+
margin: 0;}
1113
.centered{
1214
text-align: center;}
1315
.shiftup{

api/index.html

Lines changed: 148 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -55,88 +55,174 @@
5555
<body>
5656
<div class="headerbar">
5757

58-
<div class="headerbar-leftside">
59-
<a href="https://plot.ly/feed/" class="logo">
60-
<i class="ploticon-plotlylogo"></i>
61-
<em>plotly</em>
62-
</a>
63-
</div>
58+
<div class="headerbar-leftside">
59+
<a href="https://plot.ly/feed/" class="logo">
60+
<i class="ploticon-plotlylogo"></i>
61+
<em>plotly</em>
62+
</a>
63+
</div>
6464

6565
<div class="headerbar-rightside hidesmall">
6666

67-
68-
<a class="button"
69-
href="https://plot.ly/plot"
70-
target="_self">
71-
NEW PROJECT
67+
<a class="button" href="https://plot.ly/plot">
68+
&plus; NEW PROJECT
69+
</a>
70+
71+
<a class="button" href="https://plot.ly/products/enterprise/get-in-touch/">
72+
REQUEST DEMO
7273
</a>
7374
</div>
7475

7576
<div class="headerbar-nav hidesmall">
76-
<a href="https://plot.ly/plot" class="link --headerbar" target="_self">
77-
<span class="headerbar-nav-item">Workspace</span>
77+
78+
<a href="https://plot.ly/feed/" target="_self">
79+
<span class="headerbar-nav-item ">Explore</span>
7880
</a>
79-
80-
<a href="https://plot.ly/feed/" class="link --headerbar" target="_self">
81-
<span class="headerbar-nav-item">Explore</span>
81+
82+
<a href="https://plot.ly/products/" onmouseover="dropDownMenu('products-nav')" onmouseout="hideDropDownMenu('products-nav')" target="_self">
83+
<span class="headerbar-nav-item ">Products</span><span class="caret"></span>
8284
</a>
83-
84-
<a href="https://plot.ly/api/" class="link --headerbar" target="_self">
85-
<span class="headerbar-nav-item">API</span>
85+
86+
<nav id="products-nav" role="menu" class="dropdown-menu" onmouseover="dropDownMenu('products-nav')" onmouseout="hideDropDownMenu('products-nav')" style="display:none; margin-left: 25px;">
87+
<a href="https://plot.ly/products/cloud/" class="dropdown-menu-item" target="_self">CLOUD</a>
88+
<a href="https://plot.ly/products/desktop/" class="dropdown-menu-item" target="_self">DESKTOP</a>
89+
<a href="https://plot.ly/products/on-premise/" class="dropdown-menu-item" target="_self">ON PREMISE</a>
90+
<a href="https://plot.ly/product/plotlyjs/" class="dropdown-menu-item" target="_self">PLOTLY.JS</a>
91+
<a href="https://plot.ly/products/add-ons/" class="dropdown-menu-item" target="_self">ADD-ONS</a>
92+
</nav>
93+
94+
<a href="https://plot.ly/products/industries/" onmouseover="dropDownMenu('industries-nav')" onmouseout="hideDropDownMenu('industries-nav')" target="_self">
95+
<span class="headerbar-nav-item ">Industries</span><span class="caret"></span>
8696
</a>
87-
88-
<a href="https://plot.ly/product/enterprise/" class="link --headerbar" target="_blank">
89-
<span class="headerbar-nav-item">Enterprise</span>
97+
98+
<nav id="industries-nav" role="menu" class="dropdown-menu" onmouseover="dropDownMenu('industries-nav')" onmouseout="hideDropDownMenu('industries-nav')" style="display:none; margin-left: 50px;">
99+
<a href="https://plot.ly/products/industries/finance/" class="dropdown-menu-item" target="_self">FINANCE</a>
100+
<a href="https://plot.ly/products/industries/insurance/" class="dropdown-menu-item" target="_self">INSURANCE</a>
101+
<a href="https://plot.ly/products/industries/aerospace/" class="dropdown-menu-item" target="_self">AEROSPACE</a>
102+
<a href="https://plot.ly/products/industries/energy/" class="dropdown-menu-item" target="_self">ENERGY</a>
103+
<a href="https://plot.ly/products/industries/research-and-development/" class="dropdown-menu-item" target="_self">RESEARCH &amp; DEVELOPMENT</a>
104+
<a href="https://plot.ly/products/industries/automotive/" class="dropdown-menu-item" target="_self">AUTOMOTIVE</a>
105+
<a href="https://plot.ly/products/industries/government-and-public/" class="dropdown-menu-item" target="_self">GOVERNMENT</a>
106+
<a href="https://plot.ly/products/industries/pharma/" class="dropdown-menu-item" target="_self">PHARMA &amp; COMPUTATIONAL BIOLOGY</a>
107+
<a href="https://plot.ly/products/industries/journalism/" class="dropdown-menu-item" target="_self">JOURNALISM</a>
108+
<a href="https://plot.ly/products/industries/business-intelligence/" class="dropdown-menu-item" target="_self">BUSINESS INTELLIGENCE</a>
109+
</nav>
110+
111+
<a href="https://plot.ly/api/" onmouseover="dropDownMenu('api-menu')" onmouseout="hideDropDownMenu('api-menu')" target="_self">
112+
<span class="headerbar-nav-item ">API</span><span class="caret"></span>
90113
</a>
114+
115+
<nav id="api-menu" role="menu" class="dropdown-menu" onmouseover="dropDownMenu('api-menu')" onmouseout="hideDropDownMenu('api-menu')" style="display:none; margin-left: 225px;">
116+
<a href="/python" class="dropdown-menu-item" target="_self">PYTHON</a>
117+
<a href="/r" class="dropdown-menu-item" target="_self">R</a>
118+
<a href="/matlab" class="dropdown-menu-item" target="_self">MATLAB</a>
119+
<a href="/javascript-graphing-library" class="dropdown-menu-item" target="_self">JAVASCRIPT</a>
120+
<a href="/api" class="dropdown-menu-item" target="_self">MORE</a>
121+
</nav>
122+
91123
</div>
92-
124+
93125
<div class="hamburger">
94-
<a href='#popmenufull' onclick='return clickfullmenu();'>
95-
<img src="http://imgur.com/dd9LKcb.png" alt="Menu" id="hamburgerlink" onmouseover="this.src='http://i.imgur.com/e8M0Ypx.png'" onmouseout="this.src='http://imgur.com/dd9LKcb.png'">
96-
</a>
97-
</div>
126+
<a href='#popmenufull' onclick='return clickfullmenu();'>
127+
<img src="http://i.imgur.com/o7Mxj6T.png" alt="Menu" id="hamburgerlink" onmouseover="this.src='http://i.imgur.com/gj2TtuI.png'" onmouseout="this.src='http://i.imgur.com/o7Mxj6T.png'">
128+
</a>
129+
130+
</div>
98131

99132
</div>
100133

101134
<!-- POP UP MENU -->
102-
<div id="popmenufull" style="display:none;">
103-
<div class="popupheader">
104-
<div class="headerbar-leftside">
105-
<a href="/feed/" class="logo">
106-
<i class="ploticon-plotlylogo"></i>
107-
<em>plotly</em>
108-
</a>
109-
</div>
110-
111-
112-
113-
<a href='#popmenufull' onclick='return clickfullmenu();'>
114-
<div class="close"><img alt="close" src="http://i.imgur.com/esVZHwn.png"></div> </a>
115-
</div>
116-
117-
<div class="popupmenu">
118-
<ul>
119-
<li><a href="https://plot.ly/plot">Workspace</a></li>
120-
<li><a href="https://plot.ly/feed/">Explore</a></li>
121-
<li><a href="https://plot.ly/api/">API</a></li>
122-
<li><a href="https://plot.ly/product/enterprise/">Enterprise</a></li>
123-
</ul>
124-
</div>
135+
<div id="popmenufull" style="display:none;">
136+
<div class="popupheader">
137+
<div class="headerbar-leftside">
138+
<a href="/feed/" class="logo">
139+
<i class="ploticon-plotlylogo"></i>
140+
<em>plotly</em>
141+
</a>
142+
</div>
143+
<a href='#popmenufull' onclick='return clickfullmenu();'>
144+
<div class="close"><img alt="close" src="http://i.imgur.com/esVZHwn.png"></div> </a>
145+
</div>
146+
147+
<div class="popupmenu">
148+
<ul>
149+
<li><a href="https://plot.ly/feed/">Explore</a></li>
150+
<div onmouseover="dropDownMenu('sub-products')" onmouseout="hideDropDownMenu('sub-products')">
151+
<li><a href="https://plot.ly/products/">Products</a></li>
152+
<div class="sub-popmenu" id="sub-products" style="display:none;">
153+
<ul class="no-margin">
154+
<li class="no-margin"><a href="https://plot.ly/products/cloud/">CLOUD</a></li>
155+
<li class="no-margin"><a href="https://plot.ly/products/desktop/">DESKTOP</a></li>
156+
<li class="no-margin"><a href="https://plot.ly/products/on-premise/">ON PREMISE</a></li>
157+
<li class="no-margin"><a href="https://plot.ly/product/plotlyjs/">PLOTLY.JS</a></li>
158+
<li class="no-margin"><a href="https://plot.ly/products/add-ons/">ADD-ONS</a></li>
159+
</ul>
160+
</div>
161+
</div>
162+
<div onmouseover="dropDownMenu('sub-industries')" onmouseout="hideDropDownMenu('sub-industries')">
163+
<li><a href="https://plot.ly/products/industries/">Industries</a></li>
164+
<div class="sub-popmenu" id="sub-industries" style="display:none;">
165+
<ul class="no-margin">
166+
<li class="no-margin"><a href="https://plot.ly/products/industries/finance/">FINANCE</a></li>
167+
<li class="no-margin"><a href="https://plot.ly/products/industries/insurance/">INSURANCE</a></li>
168+
<li class="no-margin"><a href="https://plot.ly/products/industries/aerospace/">AEROSPACE</a></li>
169+
<li class="no-margin"><a href="https://plot.ly/products/industries/energy/">ENERGY</a></li>
170+
<li class="no-margin"><a href="https://plot.ly/products/industries/research-and-development/">RESEARCH &amp; DEVELOPMENT</a></li>
171+
<li class="no-margin"><a href="https://plot.ly/products/industries/automotive/">AUTOMOTIVE</a></li>
172+
<li class="no-margin"><a href="https://plot.ly/products/industries/government-and-public/">GOVERNMENT</a></li>
173+
<li class="no-margin"><a href="https://plot.ly/products/industries/pharma/">PHARMA &amp; COMPUTATIONAL BIOLOGY</a></li>
174+
<li class="no-margin"><a href="https://plot.ly/products/industries/journalism/">JOURNALISM</a></li>
175+
<li class="no-margin"><a href="https://plot.ly/products/industries/business-intelligence/">BUSINESS INTELLIGENCE</a></li>
176+
</ul>
177+
</div>
178+
</div>
179+
<div onmouseover="dropDownMenu('sub-api')" onmouseout="hideDropDownMenu('sub-api')">
180+
<li><a href="https://plot.ly/api/">API</a></li>
181+
<div class="sub-popmenu" id="sub-api" style="display:none;">
182+
<ul class="no-margin">
183+
<li class="no-margin"><a href="/python">PYTHON</a></li>
184+
<li class="no-margin"><a href="/r">R</a></li>
185+
<li class="no-margin"><a href="/matlab">MATLAB</a></li>
186+
<li class="no-margin"><a href="/javascript">JAVASCRIPT</a></li>
187+
<li class="no-margin"><a href="/api">MORE</a></li>
188+
</ul>
189+
</div>
190+
</div>
191+
</ul>
192+
</div>
125193

126-
</div>
194+
</div>
127195

128196
<!-- POPUP MENU FULL PAGE -->
129-
<script>
130-
function clickfullmenu(){
131-
var thediv=document.getElementById('popmenufull');
132-
if(thediv.style.display == "none"){
133-
thediv.style.display = "";
134-
}else{
135-
thediv.style.display = "none";
136-
}
137-
return false;
138-
}
139-
</script>
197+
<script>
198+
function clickfullmenu(){
199+
var thediv=document.getElementById('popmenufull');
200+
if(thediv.style.display == "none"){
201+
thediv.style.display = "";
202+
}else{
203+
thediv.style.display = "none";
204+
}
205+
return false;
206+
};
207+
</script>
208+
209+
<!-- Drop Down Menu -->
210+
<script>
211+
function dropDownMenu(divID){
212+
var chosenDiv = document.getElementById(divID);
213+
console.log(chosenDiv);
214+
if(chosenDiv.style.display == "none"){
215+
chosenDiv.style.display = "block";
216+
}
217+
};
218+
function hideDropDownMenu(divID){
219+
var chosenDiv = document.getElementById(divID);
220+
console.log(chosenDiv);
221+
if(chosenDiv.style.display == "block"){
222+
chosenDiv.style.display = "none";
223+
}
224+
}
225+
</script>
140226

141227

142228

0 commit comments

Comments
 (0)