Skip to content

Commit b269573

Browse files
committed
better footer
1 parent 6a8762e commit b269573

File tree

3 files changed

+29
-19
lines changed

3 files changed

+29
-19
lines changed

_layouts/default.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ <h3>{{ post.title }} feat. {{ post.feat }}</h3>
5252
</div>
5353
<footer id="footer">
5454
<div class="centered">
55-
Los hangouts (conversaciones) presentadas acá son organizadas por BogotáJS.<br>
56-
Bogotá, Colombia, 2012
55+
JSHangouts es organizado por <a href="http://bogotajs.com/"> Bog.JS</a> -
56+
Todo el contenido de JSHangouts está licenciado bajo <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">CC BY-NC-SA 3.0</a>
5757
</div>
5858
</footer>
5959
</body>
60-
</html>
60+
</html>

res/css/main.css

+14-9
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* In this file you should write your main styles. (or centralize your imports)
33
* Import this file using the following HTML or equivalent:
44
* <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
5-
/* line 17, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
5+
/* line 17, ../../../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
66
html, body, div, span, applet, object, iframe,
77
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
88
a, abbr, acronym, address, big, cite, code,
@@ -24,45 +24,45 @@ time, mark, audio, video {
2424
vertical-align: baseline;
2525
}
2626

27-
/* line 22, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
27+
/* line 22, ../../../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
2828
html {
2929
line-height: 1;
3030
}
3131

32-
/* line 24, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
32+
/* line 24, ../../../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
3333
ol, ul {
3434
list-style: none;
3535
}
3636

37-
/* line 26, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
37+
/* line 26, ../../../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
3838
table {
3939
border-collapse: collapse;
4040
border-spacing: 0;
4141
}
4242

43-
/* line 28, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
43+
/* line 28, ../../../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
4444
caption, th, td {
4545
text-align: left;
4646
font-weight: normal;
4747
vertical-align: middle;
4848
}
4949

50-
/* line 30, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
50+
/* line 30, ../../../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
5151
q, blockquote {
5252
quotes: none;
5353
}
54-
/* line 103, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
54+
/* line 103, ../../../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
5555
q:before, q:after, blockquote:before, blockquote:after {
5656
content: "";
5757
content: none;
5858
}
5959

60-
/* line 32, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
60+
/* line 32, ../../../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
6161
a img {
6262
border: none;
6363
}
6464

65-
/* line 116, ../../../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
65+
/* line 116, ../../../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
6666
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
6767
display: block;
6868
}
@@ -384,3 +384,8 @@ header h2:hover {
384384
box-shadow: 0 0 100px rgba(255, 255, 255, 0.14);
385385
margin-top: 3em;
386386
}
387+
/* line 267, src/_default.scss */
388+
#footer a {
389+
color: #fff;
390+
text-decoration: none;
391+
}

res/css/src/_default.scss

+12-7
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ header{
2323
text-decoration: none;
2424
}
2525
hgroup{
26-
font-size: 7em;
26+
font-size: 7em;
2727
}
2828
h1{
2929
font-family: $font-title;
@@ -52,9 +52,9 @@ header{
5252
}
5353
}
5454

55-
.non-semantic-protector {
56-
position: relative;
57-
z-index: 1;
55+
.non-semantic-protector {
56+
position: relative;
57+
z-index: 1;
5858
-webkit-filter: drop-shadow(rgba(0,0,0,0.25) 0 3px 5px);
5959
}
6060
.ribbon {
@@ -84,7 +84,7 @@ header{
8484
display: block;
8585
bottom: -0.98em;
8686
border: 0.9em solid darken($red-back, 8);
87-
z-index: -1;
87+
z-index: -1;
8888

8989
}
9090
&:before {
@@ -124,7 +124,7 @@ header{
124124
font-size: 0.8em;
125125
}
126126
&:before, &:after {
127-
border-color: darken($yellow-back, 8);
127+
border-color: darken($yellow-back, 8);
128128

129129
}
130130
&:before {
@@ -250,7 +250,7 @@ header{
250250
.date{
251251
font-weight: 100;
252252
font-size: 0.9em;
253-
font-style: italic;
253+
font-style: italic;
254254
color: #999;
255255
}
256256
}
@@ -263,4 +263,9 @@ header{
263263
line-height: 1.2em;
264264
box-shadow: 0 0 100px rgba(255, 255, 255, 0.14);
265265
margin-top: 3em;
266+
267+
a{
268+
color: #fff;
269+
text-decoration: none;
270+
}
266271
}

0 commit comments

Comments
 (0)