Skip to content

Commit 784e95a

Browse files
committed
Komodo site rebrand
1 parent a63b1f3 commit 784e95a

23 files changed

+50
-57
lines changed
Loading
6.11 KB
Loading
-18.6 KB
Loading

source/assets/stylesheets/_modules/depend/colors.scss

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
$color-base-text: #3D3D3D;
22
$color-base-background: #FFFFFF;
3-
$color-base-link: #3086B5;
3+
$color-base-link: #c32a1b;
44
$color-base-link-hover: darken($color-base-link, 10%);
55
$color-base-link-block: rgba(0,0,0,0.3);
66
$color-base-link-block-hover: $color-base-link-hover;
7-
$color-base-important: #2A9AD6;
7+
$color-base-important: #C32A1B;
88

9-
$color-footer-text: #CECECE;
10-
$color-footer-link: #9CBDCE;
11-
$color-footer-background: #27363D;
9+
$color-footer-text: #555555;
10+
$color-footer-link: #3A3A3A;
11+
$color-footer-background: #efefef;
1212

1313
$color-header-base: #cacaca;
14-
$color-header-background: #1B3A49;
14+
$color-header-background: #333333;
15+
$color-header-menu-link: #FFF;
1516
$color-header-textheading: #f4f4f4;
16-
$color-header-nav-link: rgba(255,255,255,0.9);
17-
$color-header-nav-link-hover:rgba(255,255,255,1);
18-
$color-header-link: #9CBDCE;
17+
$color-header-nav-link: #555555;
18+
$color-header-nav-link-hover:#3F3F3F;
19+
$color-header-link: #c32a1b;
1920
$color-header-link-hover: lighten($color-header-link, 10%);
2021

2122
$color-forum-header-link: #3086B5;
@@ -30,7 +31,7 @@ $promo-color: #C74844;
3031

3132
@mixin gradient-green
3233
{
33-
background: #3086B5;
34+
background: #c32a1b;
3435
}
3536

3637
@mixin gradient-grey

source/assets/stylesheets/_modules/header.scss

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ body.framed header
1919

2020
.outer
2121
{
22+
background: #FFF;
23+
border-bottom: 1px solid #dfdede;
2224
min-height: 75px;
2325

2426
.inner
@@ -45,8 +47,8 @@ body.framed header
4547
{
4648
display: inline-block;
4749
margin-left: 5px;
48-
margin-top: 13px;
49-
width: 240px;
50+
margin-top: 11.5px;
51+
width: 157px;
5052
height: 48px;
5153
background: url(../images/layout/komodo-logo.png) no-repeat;
5254
background-size: 100%;
@@ -104,6 +106,7 @@ body.framed header
104106
padding: 5px;
105107
background: rgba(darken($color-header-background, 5%), 0.9);
106108
@include transition(color 0.2s ease-in-out, background 0.2s ease-in-out);
109+
color: $color-header-menu-link;
107110

108111
&:hover
109112
{
@@ -115,6 +118,11 @@ body.framed header
115118
&.has-sub:hover
116119
{
117120
background: rgba(darken($color-header-background, 5%), 0.9);
121+
122+
a
123+
{
124+
color: $color-header-menu-link;
125+
}
118126

119127
ul
120128
{
@@ -126,11 +134,10 @@ body.framed header
126134
li a
127135
{
128136
font-family: $font-header-nav;
129-
font-weight: 400;
130-
font-size: 13pt;
137+
font-weight: 600;
138+
font-size: 12pt;
131139
color: $color-header-nav-link;
132140
text-decoration: none;
133-
letter-spacing: 1px;
134141
@include link($color-header-nav-link, $color-header-nav-link-hover);
135142

136143
&:hover

source/assets/stylesheets/_modules/layout.scss

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ aside
265265
padding: 5px 10px;
266266
border-top-left-radius: 3px;
267267
border-top-right-radius: 3px;
268-
background: #294E5F;
268+
background: #4C4C4C;
269269
}
270270

271271
table, tr, td, a
@@ -275,7 +275,7 @@ aside
275275
margin: 0;
276276
padding: 0;
277277
}
278-
278+
279279
tr:not(.lpStaticButtonTR), .lpStaticButtonTR img
280280
{
281281
display: none;
@@ -286,8 +286,7 @@ aside
286286
content: "Chat With Sales";
287287
line-height: 1;
288288
font-weight: bold;
289-
290-
@include link($color-header-link, $color-header-link-hover);
289+
color: #FFF;
291290
}
292291

293292
.lpStaticButtonTR a:after

source/assets/stylesheets/_modules/splash/addons.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
margin: 25px 0 25px;
1111
padding: 20px 10px 35px;
1212
min-height: 200px;
13-
background-color: #40576B;
13+
background-color: #333333;
1414
@include background-image(url(../images/layout/blueprint-pattern.png));
1515

1616
.inner

source/assets/stylesheets/_modules/splash/header.scss

Lines changed: 8 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,7 @@
11
#splash-header-outer
22
{
3-
background: rgba(31,72,94,1);
4-
@include linear-gradient(rgb(15, 34, 40) 0%,rgb(48, 87, 107) 80%);
5-
@include radial-gradient(ellipse at bottom, rgba(74,98,102,1) 400px,rgba(31,72,94,1) 700px,rgba(7,18,22,1) 100%);
6-
}
7-
8-
.container-python,
9-
.container-go,
10-
.container-tcl,
11-
.container-perl,
12-
.container-php,
13-
.container-web-ide
14-
{
15-
#splash-header-outer
16-
{
17-
@include radial-gradient(ellipse at bottom, rgba(74,98,102,1) 200px,rgba(31,72,94,1) 500px,rgba(7,18,22,1) 100%);
18-
}
3+
@include background-image(url(../images/layout/header-bg.png));
4+
background-size: 75%;
195
}
206

217
#splash-header
@@ -238,7 +224,7 @@
238224
width: 16px;
239225
height: 16px;
240226
border-radius: 24px;
241-
background: #00AEFF;
227+
background: #D39000;
242228
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
243229
left: 50%;
244230
transition: all ease-out 0.2s;
@@ -256,7 +242,7 @@
256242
height: 18px;
257243
border-radius: 18px;
258244
background: transparent;
259-
border: 2px solid #00AEFF;
245+
border: 2px solid #FFD06D;
260246
animation: pulsate 3s ease-out infinite;
261247
}
262248

@@ -266,7 +252,7 @@
266252
position: absolute;
267253
top: 25px;
268254
left: -100px;
269-
background: #0090FF;
255+
background: #282828;
270256
opacity: 0;
271257
color: #F2F2F2;
272258
width: 250px;
@@ -278,7 +264,7 @@
278264

279265
&:hover
280266
{
281-
background: #0090FF;
267+
background: #FFD06D;
282268

283269
p
284270
{
@@ -376,7 +362,7 @@
376362
right: 150px;
377363
bottom: 20px;
378364
border-radius: 2px;
379-
background: #0090FF;
365+
background: #c32a1b;
380366
color: #FFF;
381367
font-weight: bold;
382368
font-size: 1.2rem;
@@ -388,7 +374,7 @@
388374

389375
&:hover
390376
{
391-
background: #3E94D6;
377+
background: #AA1A0D;
392378
cursor: pointer;
393379
}
394380

source/features.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,4 +166,4 @@ priority: 0.8
166166
<%= partial('addthis') %>
167167

168168
<!-- LivePerson -->
169-
<script type="text/javascript" charset="UTF-8" src="https://server.iad.liveperson.net/hc/88203588/?cmd=mTagRepstate&site=88203588&buttonID=12&divID=lpButDivID-1279824964197&bt=1&c=1"></script>
169+
<!-- <script type="text/javascript" charset="UTF-8" src="https://server.iad.liveperson.net/hc/88203588/?cmd=mTagRepstate&site=88203588&buttonID=12&divID=lpButDivID-1279824964197&bt=1&c=1"></script> -->

source/go.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,4 +154,4 @@ image: /assets/images/screenshots/splash/mac-splash-go.png
154154
</div>
155155

156156
<!-- LivePerson -->
157-
<script type="text/javascript" charset="UTF-8" src="https://server.iad.liveperson.net/hc/88203588/?cmd=mTagRepstate&site=88203588&buttonID=12&divID=lpButDivID-1279824964197&bt=1&c=1"></script>
157+
<!-- <script type="text/javascript" charset="UTF-8" src="https://server.iad.liveperson.net/hc/88203588/?cmd=mTagRepstate&site=88203588&buttonID=12&divID=lpButDivID-1279824964197&bt=1&c=1"></script> -->

source/index.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,4 +337,4 @@ TracWiki, Twig, VBScript, Verilog, VHDL, VisualBasic, XBL, XML, XSLT, XUL, YAML
337337
</div>
338338

339339
<!-- LivePerson -->
340-
<script type="text/javascript" charset="UTF-8" src="https://server.iad.liveperson.net/hc/88203588/?cmd=mTagRepstate&site=88203588&buttonID=12&divID=lpButDivID-1279824964197&bt=1&c=1"></script>
340+
<!-- <script type="text/javascript" charset="UTF-8" src="https://server.iad.liveperson.net/hc/88203588/?cmd=mTagRepstate&site=88203588&buttonID=12&divID=lpButDivID-1279824964197&bt=1&c=1"></script> -->

source/perl.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,4 +181,4 @@ classNames: no-grid
181181
</div>
182182

183183
<!-- LivePerson -->
184-
<script type="text/javascript" charset="UTF-8" src="https://server.iad.liveperson.net/hc/88203588/?cmd=mTagRepstate&site=88203588&buttonID=12&divID=lpButDivID-1279824964197&bt=1&c=1"></script>
184+
<!-- <script type="text/javascript" charset="UTF-8" src="https://server.iad.liveperson.net/hc/88203588/?cmd=mTagRepstate&site=88203588&buttonID=12&divID=lpButDivID-1279824964197&bt=1&c=1"></script> -->

source/php.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,4 +172,4 @@ classNames: no-grid
172172
</div>
173173

174174
<!-- LivePerson -->
175-
<script type="text/javascript" charset="UTF-8" src="https://server.iad.liveperson.net/hc/88203588/?cmd=mTagRepstate&site=88203588&buttonID=12&divID=lpButDivID-1279824964197&bt=1&c=1"></script>
175+
<!-- <script type="text/javascript" charset="UTF-8" src="https://server.iad.liveperson.net/hc/88203588/?cmd=mTagRepstate&site=88203588&buttonID=12&divID=lpButDivID-1279824964197&bt=1&c=1"></script> -->

source/pricing.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,5 +295,5 @@ priority: 0.7
295295
</div>
296296

297297
<!-- LivePerson -->
298-
<script type="text/javascript" charset="UTF-8" src="https://server.iad.liveperson.net/hc/88203588/?cmd=mTagRepstate&site=88203588&buttonID=12&divID=lpButDivID-1279824964197&bt=1&c=1"></script>
298+
<!-- <script type="text/javascript" charset="UTF-8" src="https://server.iad.liveperson.net/hc/88203588/?cmd=mTagRepstate&site=88203588&buttonID=12&divID=lpButDivID-1279824964197&bt=1&c=1"></script> -->
299299

source/pricing/license-comparison.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,4 @@ published: true
118118
</p>
119119

120120
<!-- LivePerson -->
121-
<script type="text/javascript" charset="UTF-8" src="https://server.iad.liveperson.net/hc/88203588/?cmd=mTagRepstate&site=88203588&buttonID=12&divID=lpButDivID-1279824964197&bt=1&c=1"></script>
121+
<!-- <script type="text/javascript" charset="UTF-8" src="https://server.iad.liveperson.net/hc/88203588/?cmd=mTagRepstate&site=88203588&buttonID=12&divID=lpButDivID-1279824964197&bt=1&c=1"></script> -->

source/promo/v6-v9-lp.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,4 +192,4 @@ image: /assets/images/screenshots/splash/mac-splash-go.png
192192
</div>
193193

194194
<!-- LivePerson -->
195-
<script type="text/javascript" charset="UTF-8" src="https://server.iad.liveperson.net/hc/88203588/?cmd=mTagRepstate&site=88203588&buttonID=12&divID=lpButDivID-1279824964197&bt=1&c=1"></script>
195+
<!-- <script type="text/javascript" charset="UTF-8" src="https://server.iad.liveperson.net/hc/88203588/?cmd=mTagRepstate&site=88203588&buttonID=12&divID=lpButDivID-1279824964197&bt=1&c=1"></script> -->

source/promo/v6-v9.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,4 +163,4 @@ image: /assets/images/screenshots/splash/mac-splash-go.png
163163
<div class="spacer"></div>
164164

165165
<!-- LivePerson -->
166-
<script type="text/javascript" charset="UTF-8" src="https://server.iad.liveperson.net/hc/88203588/?cmd=mTagRepstate&site=88203588&buttonID=12&divID=lpButDivID-1279824964197&bt=1&c=1"></script>
166+
<!-- <script type="text/javascript" charset="UTF-8" src="https://server.iad.liveperson.net/hc/88203588/?cmd=mTagRepstate&site=88203588&buttonID=12&divID=lpButDivID-1279824964197&bt=1&c=1"></script> -->

source/promo/v7-v9-lp.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,4 +191,4 @@ image: /assets/images/screenshots/splash/mac-splash-go.png
191191
</div>-->
192192

193193
<!-- LivePerson -->
194-
<script type="text/javascript" charset="UTF-8" src="https://server.iad.liveperson.net/hc/88203588/?cmd=mTagRepstate&site=88203588&buttonID=12&divID=lpButDivID-1279824964197&bt=1&c=1"></script>
194+
<!-- <script type="text/javascript" charset="UTF-8" src="https://server.iad.liveperson.net/hc/88203588/?cmd=mTagRepstate&site=88203588&buttonID=12&divID=lpButDivID-1279824964197&bt=1&c=1"></script> -->

source/promo/v8-v9-lp.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,4 +190,4 @@ image: /assets/images/screenshots/splash/mac-splash-go.png
190190
</div>-->
191191

192192
<!-- LivePerson -->
193-
<script type="text/javascript" charset="UTF-8" src="https://server.iad.liveperson.net/hc/88203588/?cmd=mTagRepstate&site=88203588&buttonID=12&divID=lpButDivID-1279824964197&bt=1&c=1"></script>
193+
<!-- <script type="text/javascript" charset="UTF-8" src="https://server.iad.liveperson.net/hc/88203588/?cmd=mTagRepstate&site=88203588&buttonID=12&divID=lpButDivID-1279824964197&bt=1&c=1"></script> -->

source/python.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,4 +178,4 @@ image: /assets/images/screenshots/splash/mac-splash-python.png
178178
</div>
179179

180180
<!-- LivePerson -->
181-
<script type="text/javascript" charset="UTF-8" src="https://server.iad.liveperson.net/hc/88203588/?cmd=mTagRepstate&site=88203588&buttonID=12&divID=lpButDivID-1279824964197&bt=1&c=1"></script>
181+
<!-- <script type="text/javascript" charset="UTF-8" src="https://server.iad.liveperson.net/hc/88203588/?cmd=mTagRepstate&site=88203588&buttonID=12&divID=lpButDivID-1279824964197&bt=1&c=1"></script> -->

source/tcl.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,4 +183,4 @@ classNames: no-grid
183183
</div>
184184

185185
<!-- LivePerson -->
186-
<script type="text/javascript" charset="UTF-8" src="https://server.iad.liveperson.net/hc/88203588/?cmd=mTagRepstate&site=88203588&buttonID=12&divID=lpButDivID-1279824964197&bt=1&c=1"></script>
186+
<!-- <script type="text/javascript" charset="UTF-8" src="https://server.iad.liveperson.net/hc/88203588/?cmd=mTagRepstate&site=88203588&buttonID=12&divID=lpButDivID-1279824964197&bt=1&c=1"></script> -->

source/templates/partials/sidebars/blog.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<a href="/resources/submit-instructions/#pane-blogs" class="button big submit-content">
1+
<a href="/packages/submit-instructions/#pane-blogs" class="button big submit-content">
22
Submit Content
33
</a>
44
<div class="try-buy-buttons">

source/web-ide.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,4 @@ disableFooter: true
128128
</div>
129129

130130
<!-- LivePerson -->
131-
<script type="text/javascript" charset="UTF-8" src="https://server.iad.liveperson.net/hc/88203588/?cmd=mTagRepstate&site=88203588&buttonID=12&divID=lpButDivID-1279824964197&bt=1&c=1"></script>
131+
<!-- <script type="text/javascript" charset="UTF-8" src="https://server.iad.liveperson.net/hc/88203588/?cmd=mTagRepstate&site=88203588&buttonID=12&divID=lpButDivID-1279824964197&bt=1&c=1"></script> -->

0 commit comments

Comments
 (0)