Skip to content

Commit b855100

Browse files
author
Sean Osterberg
committed
updated template with /img/ path
1 parent ab51a74 commit b855100

File tree

1 file changed

+3
-140
lines changed

1 file changed

+3
-140
lines changed

_templates/default.template

Lines changed: 3 additions & 140 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ _st('install','Y6NSC3YWFiMQgK63xPb7','2.0.0');
5151
<div class="header__nav-wrapper">
5252

5353
<a href="http://developer.mulesoft.com" title="Home" rel="home" class="header__logo" id="logo">
54-
<img src="/images/mulesoft-dev-logo.svg" alt="Home" class="header__logo-image" />
54+
<img src="/img/mulesoft-dev-logo.svg" alt="Home" class="header__logo-image" />
5555
</a>
5656

5757

@@ -62,143 +62,6 @@ _st('install','Y6NSC3YWFiMQgK63xPb7','2.0.0');
6262
<a class="green-button" href="https://anypoint.mulesoft.com/#/signup?apintent=dmc_generic">Get started</a>
6363

6464
<div class="mulecom"><a href="https://www.mulesoft.com">MuleSoft.com</a></div>
65-
66-
<style>
67-
/* Move to custom styles.css */
68-
69-
.mulecom a{
70-
font-weight: bold;
71-
}
72-
.page-champions .champions-billboard-banner .field-banner-slides-title{
73-
text-align: center;
74-
}
75-
.page-home .learn-more .do-more {
76-
min-height: 580px;
77-
}
78-
79-
.view-id-msc_view_events .views-row{
80-
margin-bottom: 25px;
81-
}
82-
83-
.view-id-msc_view_events .field-event-city,
84-
.view-id-msc_view_events .field-event-date {
85-
display: inline-block;
86-
color: #323031;
87-
}
88-
89-
.view-id-msc_view_events .field-event-city:after{
90-
content:",";
91-
margin-left: -3px;
92-
}
93-
94-
/* Footer style, move to custom-styles.css */
95-
.footer__top .block-menu > ul > li{
96-
vertical-align: top;
97-
margin-right: 4%;
98-
}
99-
100-
.footer__top .block-menu > ul > li a{
101-
font-size: 13px;
102-
line-height: 20px;
103-
font-family: "openSans", arial, helvetica, sans-serif;
104-
}
105-
106-
.footer__top .block-menu > ul > li.menu__item > a{
107-
font-family: "DinPro", "openSans", arial, helvetica, sans-serif;
108-
font-size: 15px;
109-
}
110-
/* Remove this after push */
111-
.page-champions .champions-prizes-row .field-casestudy-billboard-image img{
112-
bottom: 0;
113-
}
114-
115-
.connect-footer h2 {
116-
background:0px;
117-
margin-top: 4px;
118-
}
119-
@media screen and (max-width: 64em) {
120-
.panels-flexible-row.panels-white-row > .inside,
121-
.panels-flexible-row.panels-grey-row > .inside,
122-
.panels-flexible-row.panels-blue-row > .inside {
123-
padding: 53px 20px;
124-
125-
}
126-
127-
.hero-banner-slides .hero-banner-row img {
128-
position: absolute;
129-
}
130-
131-
.page-home .learn-more .do-more,
132-
.secondary-content .social-feed {
133-
padding: 0 0 0 1em;
134-
}
135-
.page-home .hero-banner-slides .hero-banner-row img {
136-
margin-left: -1000px;
137-
}
138-
.inside.panels-flexible-row-inside.panels-flexible-row-1-4-inside.clearfix {
139-
padding: 53px 20px;
140-
}
141-
.mule-champion.panels-blue-row{
142-
text-align: center;
143-
}
144-
145-
.mule-champion.panels-blue-row,
146-
.mule-champion.panels-blue-row > .inside > .panels-flexible-region{
147-
height: auto;
148-
min-height: 134px;
149-
}
150-
151-
.mule-champion.panels-blue-row .field-main-content-image,
152-
.mule-champion.panels-blue-row .field-main-content-text,
153-
.mule-champion.panels-blue-row .field-main-content-links,
154-
.mule-champion.panels-blue-row .field-main-content-links a{
155-
float: none;
156-
margin: 0 auto;
157-
}
158-
.mule-champion.panels-blue-row.panels-flexible-row .field-main-content-text{
159-
width: auto;
160-
}
161-
.mule-champion.panels-blue-row.panels-flexible-row .field-main-content-text p{
162-
width: auto;
163-
margin: 10px auto;
164-
}
165-
}
166-
@media screen and (max-width: 60em) {
167-
.hero-banner-slides .field-banner-slides-subheading {
168-
width: 50%;
169-
}
170-
}
171-
@media screen and (max-width: 700px) {
172-
.hero-banner-slides .field-banner-slides-subheading {
173-
width: 100%;
174-
}
175-
.hero-banner-slides .hero-banner-row img {
176-
display: none;
177-
}
178-
.hero-banner-row.slick-slide {
179-
background: #222;
180-
}
181-
}
182-
@media screen and (max-width: 500px) {
183-
#main .panels-flexible-1 .panels-flexible-region-inside-last,
184-
#main .panels-flexible-1 .panels-flexible-region-inside-first,
185-
#main .panels-flexible-1 .panels-flexible-region-inside {
186-
padding: 0 0;
187-
}
188-
.hero-banner-slides .field-banner-slides-subheading {
189-
width: 100%;
190-
}
191-
.panels-flexible-column.blog-feed,
192-
.panels-flexible-column.social-feed {
193-
width: 100%;
194-
}
195-
.secondary-content .social-feed,
196-
.page-home .learn-more .do-more{
197-
border: none;
198-
padding-left: 0;
199-
}
200-
}
201-
</style>
20265
</div>
20366
<div id="block-system-main-menu" class="block block-system block-menu even" role="navigation" data-swiftype-index='false'>
20467

@@ -329,7 +192,7 @@ _st('install','Y6NSC3YWFiMQgK63xPb7','2.0.0');
329192
<div class="footer">
330193
<div class="footer__wrapper">
331194
<div class="footer__top">
332-
<a href="http://developer.mulesoft.com/" title="Home" rel="home" class="header__logo" id="logo"><img src="/images/mulesoft-dev-logo.svg" alt="Home" class="header__logo-image" /></a>
195+
<a href="http://developer.mulesoft.com/" title="Home" rel="home" class="header__logo" id="logo"><img src="/img/mulesoft-dev-logo.svg" alt="Home" class="header__logo-image" /></a>
333196
<div class="region region-footer-top">
334197
<div id="block-menu-menu-footer-menu" class="block block-menu first last odd" role="navigation">
335198

@@ -409,7 +272,7 @@ _st('install','Y6NSC3YWFiMQgK63xPb7','2.0.0');
409272
});
410273

411274
// Point to site logo.
412-
$('.header__logo img').attr('src', '/images/mulesoft-dev-logo.svg');
275+
$('.header__logo img').attr('src', '/img/mulesoft-dev-logo.svg');
413276

414277
var ratingId = Math.floor((Math.random() * 9999999999) + 1);
415278

0 commit comments

Comments
 (0)