Skip to content

Commit

Permalink
updated website
Browse files Browse the repository at this point in the history
  • Loading branch information
Luigi R. Viggiano committed Apr 9, 2014
1 parent bf7ec32 commit e4ce2a2
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 0 deletions.
3 changes: 3 additions & 0 deletions owner-site/site/_includes/news_contents.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ <h4>Recent Releases</h4>
<a href="{{ post.url }}">Version {{ post.version }}</a>
</li>
{% endfor %}
<li>
<a href="{{ site.url }}/news/releases/">History »</a>
</li>
</ul>
</aside>
</div>
29 changes: 29 additions & 0 deletions owner-site/site/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -912,6 +912,20 @@ code.option, code.flag, code.filter, code.output {
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e2812', endColorstr='#6f0d0d',GradientType=0 );
}

.unreleased {
background: rgb(205,146,57); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzllMjgxMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZjBkMGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(205,146,57,1) 0%, rgba(162,117,40,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(205,146,57,1)), color-stop(100%,rgba(162,117,40,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(205,146,57,1) 0%,rgba(162,117,40,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(205,146,57,1) 0%,rgba(162,117,40,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(205,146,57,1) 0%,rgba(162,117,40,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(205,146,57,1) 0%,rgba(162,117,40,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd9239', endColorstr='#a27528',GradientType=0 ); /* IE6-8 */
}


.info:before {
border-color: transparent #00617f #00617f transparent;
}
Expand All @@ -920,6 +934,10 @@ code.option, code.flag, code.filter, code.output {
border-color: transparent #6f0d0d #6f0d0d transparent;
}

.unreleased:before {
border-color: transparent #664719 #664719 transparent;
}

.note:after {
content: "★";
color: #fc0;
Expand Down Expand Up @@ -953,6 +971,17 @@ code.option, code.flag, code.filter, code.output {
text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}

.unreleased:after {
content: "⚒";
color: #2b2a12;
position: absolute;
top: 8px;
left: 15px;
font-size: 38px;
font-weight: 700;
text-shadow: 0 1px 0 rgba(255,255,255,.25);
}

/* Responsive tables */

@media (max-width: 768px){
Expand Down
6 changes: 6 additions & 0 deletions owner-site/site/docs/welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ hazardous. Here’s what to look out for.
<p>Be aware of these messages if you wish to avoid certain death.</p>
</div>

<div class="note unreleased">
<h5>You'll see this by a feature that hasn't been released</h5>
<p>Some pieces of this website are for future versions of Jekyll that
are not yet released.</p>
</div>

If you come across anything along the way that we haven’t covered, or if you
know of a tip you think others would find handy, please [file an
issue](https://github.com/lviggiano/owner/issues/new) and we’ll see about
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit e4ce2a2

Please sign in to comment.