Skip to content

Commit

Permalink
Update banner in doc pages (piskvorky#1865)
Browse files Browse the repository at this point in the history
* add link to scaletext

* update style
  • Loading branch information
piskvorky authored and sj29-innovate committed Feb 21, 2018
1 parent 7b056ec commit f8f11b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions docs/src/_static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ a.googlegroups{

#middle1{
float:left;
width:540px;
width:440px;
padding-top: 53px;
}

Expand All @@ -613,13 +613,13 @@ a.googlegroups{

#right1 {
float:right;
width: 351px;
width: 451px;
padding-top: 53px;
}

.consulting-banner {
background-color: #ff2010;
background-color: rgba(255, 32, 16, 0.2);
background-color: rgba(255, 32, 16, 0.4);
padding: 1px 10px;
-moz-border-radius: 15px;
border-radius: 15px;
Expand Down
10 changes: 5 additions & 5 deletions docs/src/gensim_theme/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<!-- Google Tag Manager - JD-20170831 -->
<!-- Google Tag Manager - JD-20170831 -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
Expand Down Expand Up @@ -79,10 +79,10 @@ <h1 class="h1gensim">
</div>
<div id="right1">
<div class="consulting-banner">
<h3><a href="http://rare-technologies.com/">Get Expert Help</a></h3>
<p>machine learning, NLP, data mining</p>
<p>custom SW design, development, optimizations</p>
<p>• corporate trainings &amp; IT consulting</p>
<h3>Get Expert Help From The Gensim Authors</h3>
<p><a href="https://rare-technologies.com/">Consulting</a> in Machine Learning &amp; NLP</p>
<p>Commercial document similarity engine: <a href="https://scaletext.com/">ScaleText.ai</a></p>
<p><a href="https://rare-technologies.com/corporate-training/">Corporate trainings</a> in Python Data Science and Deep Learning</p>
</div>
</div>
</div>
Expand Down

0 comments on commit f8f11b3

Please sign in to comment.