Skip to content

Commit 9039f36

Browse files
committed
Novos estáticos gerados pelo Lektor
1 parent 3260536 commit 9039f36

Some content is hidden

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

43 files changed

+174
-1032
lines changed

index.html

+167-183
Large diffs are not rendered by default.

themes/blue-is-the-warmest-color/css/main.css renamed to static/css/main.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ h1,h2,h3,h4,h5,h6{color:#1c3b56;}
9595
nav{background:#2b2b2b;}
9696
.nav-link{color:#e7e7e7;}
9797
.nav-link:active,.nav-link:hover,.nav-link:focus,.nav-link.current{color:#fff;}
98-
.header{background-image:url('../img/cover.jpg');background-color:#2b2b2b;background-repeat:no-repeat;background-position:center bottom;background-size:100% auto;}
98+
.header{background-image:url('/static/img/cover.jpg');background-color:#2b2b2b;background-repeat:no-repeat;background-position:center bottom;background-size:100% auto;}
9999
.logo-link,.tagline,.call-action-area .price{text-shadow:1px 3px 2px rgba(0, 0, 0, 0.5);}
100100
.logo-link{color:#ffd343;}
101101
.tagline,.call-action-area .price{color:#fff;}
File renamed without changes.
File renamed without changes.

themes/blue-is-the-warmest-color/js/main.js renamed to static/js/main.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
Google Maps implementation
1414
***/
1515
conf.map = {
16-
marker: 'themes/yellow-swan/img/marker-default.png'
16+
marker: '/static/img/marker-default.png'
1717
};
1818

1919
// Google Maps configs
@@ -40,7 +40,7 @@
4040
};
4141

4242
conf.map.createMarker = function () {
43-
43+
4444
conf.map.address = conf.map.element.attr('data-address');
4545

4646
conf.map.geocoder.geocode({ 'address': conf.map.address}, function (results, status) {
@@ -86,11 +86,11 @@
8686
var $link = $(link),
8787
href = $link.attr('href'),
8888
offSetTop = $(href).offset().top;
89-
89+
9090
conf.menu.document.finish().animate({scrollTop : offSetTop}, conf.menu.animationSpeed, function () {
9191
location.hash = href;
9292
});
9393
};
9494

9595
conf.init();
96-
}());
96+
}());

themes/blue-is-the-warmest-color/css/theme.less renamed to static/less/theme.less

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ nav {background: #2b2b2b;}
2828
HEADER
2929
========================================================================== */
3030
.header {
31-
background-image: url('../img/cover.jpg');
31+
background-image: url('/static/img/cover.jpg');
3232
background-color: #2b2b2b;
3333
background-repeat: no-repeat;
3434
background-position: center bottom;
@@ -177,4 +177,4 @@ nav {background: #2b2b2b;}
177177
font-weight: bolder;
178178
}
179179
.github-link { display: none; }
180-
}
180+
}

themes/blue-is-the-warmest-color/css/_mixins.less

-19
This file was deleted.
Binary file not shown.

themes/blue-is-the-warmest-color/js/jquery.js

-4
This file was deleted.

themes/yellow-swan/css/_mixins.less

-19
This file was deleted.

0 commit comments

Comments
 (0)