Skip to content

Commit 83be859

Browse files
authored
Merge pull request #31 from opendatagroup/search-ba
Fixed menu and footer and have some code for searchability of docs no…
2 parents a31ca08 + b41d525 commit 83be859

File tree

7 files changed

+138
-15
lines changed

7 files changed

+138
-15
lines changed

_layouts/default.html

Lines changed: 26 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
</a>
2121

2222
<ul class="menu" style="float: right;">
23-
<li><a href="https://www.opendatagroup.com/analytic-deployment-technology-fastscore">Product</a></li>
24-
<li><a href="https://www.opendatagroup.com/">Solutions</a></li>
23+
<li><a href="https://www.opendatagroup.com/fastscore-engine">Product</a></li>
24+
<li><a href="https://www.opendatagroup.com/solutions">Solutions</a></li>
2525
<li><a href="https://www.opendatagroup.com/resources">Resources</a></li>
2626
<li><a href="https://www.opendatagroup.com/about-us">About Us</a></li>
2727
<li><a href="https://www.opendatagroup.com/blog">Blog</a></li>
@@ -66,28 +66,37 @@
6666
<div class="column1">
6767
<h1>Product</h1>
6868
<ul>
69-
<li><a href="//www.opendatagroup.com/analytic-deployment-technology-fastscore/#challenges" target="_self">Product</a></li>
70-
<li><a href="//www.opendatagroup.com/analytic-deployment-technology-fastscore/#how-it-fits" target="_self">How FastScore™ Fits In</a></li>
71-
<li><a href="//www.opendatagroup.com/analytic-deployment-technology-fastscore/#features" target="_self">FastScore™ Features</a></li>
72-
<li><a href="//www.opendatagroup.com/analytic-deployment-technology-fastscore/#integrations" target="_self">Integrate with Any Production Environment</a></li>
69+
<li><a href="//www.opendatagroup.com/fastscore-engine" target="_self">FastScore™ Engine</a></li>
70+
<li><a href="//www.opendatagroup.com/fastscore-deploy" target="_self">FastScore™ Deploy</a></li>
71+
<li><a href="//www.opendatagroup.com/fastscore-manage" target="_self">FastScore™ Manage</a></li>
72+
<li><a href="//www.opendatagroup.com/fastscore-compare" target="_self">FastScore™ Compare</a></li>
73+
<li><a href="//www.opendatagroup.com/fastscore-composer" target="_self">FastScore™ Composer</a></li>
7374
</ul>
7475
</div>
7576
<div class="column2">
7677
<h1>Solutions</h1>
7778
<ul>
78-
<li><a href="https://www.opendatagroup.com/analytic-professionals" target="_self">For Analytic Professionals</a></li>
79-
<li><a href="https://www.opendatagroup.com/it-leaders" target="_self">For IT Leaders</a></li>
80-
<li><a href="https://www.opendatagroup.com/business-leaders" target="_self">For Business Leaders</a></li>
79+
<li><a href="https://www.opendatagroup.com/solutions" target="_self">Why Open Data Group?</a></li>
80+
<li><a href="https://www.opendatagroup.com/solutions" target="_self">Machine Learning as a Service</a></li>
81+
<li><a href="https://www.opendatagroup.com/solutions" target="_self">Analytics Operation Center</a></li>
82+
<li><a href="https://www.opendatagroup.com/solutions" target="_self">Analytic Migration to the Cloud</a></li>
83+
</ul>
84+
</div>
85+
<div class="column3">
86+
<h1>Documentation</h1>
87+
<ul>
88+
<li><a href="https://opendatagroup.github.io/" target="_self">Documentation</a></li>
8189
</ul>
8290
</div>
8391
<div class="divider"></div>
8492
<div class="column1">
8593
<h1>Resources</h1>
8694
<ul>
87-
<li><a href="https://www.opendatagroup.com/resources" target="_self">White Papers</a></li>
88-
<li><a href="https://www.opendatagroup.com/resources" target="_self">Webinars</a></li>
95+
<li><a href="https://www.opendatagroup.com/resources-white-papers" target="_self">White Papers</a></li>
96+
<li><a href="https://www.opendatagroup.com/resources-webinars" target="_self">Webinars</a></li>
97+
<li><a href="https://www.opendatagroup.com/resources-videos" target="_self">Product Videos</a></li>
98+
<li><a href="https://www.opendatagroup.com/resources-tech-talks" target="_self">Tech Talks</a></li>
8999
<li><a href="https://www.opendatagroup.com/blog" target="_self">Blog</a></li>
90-
<li><a href="http://docs.opendatagroup.com" target="_self">Documentation</a></li>
91100
</ul>
92101
</div>
93102
<div class="column2">
@@ -98,6 +107,11 @@ <h1>About Us</h1>
98107
<li><a href="//www.opendatagroup.com/about-us/#partners" target="_self">Our Partners</a></li>
99108
</ul>
100109
</div>
110+
<div class="column3">
111+
<h1></h1>
112+
<ul>
113+
</ul>
114+
</div>
101115
</div>
102116
<div>
103117

0 commit comments

Comments
 (0)