forked from platformio/platformio-core
Add banner about IoT Award
This commit is contained in:
27
docs/_static/extra.css
vendored
27
docs/_static/extra.css
vendored
@@ -35,10 +35,10 @@ nav {
|
|||||||
display: block !important;
|
display: block !important;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
padding-top: 50px;
|
padding-top: 100px;
|
||||||
}
|
}
|
||||||
.wy-nav-side {
|
.wy-nav-side {
|
||||||
top: 50px;
|
top: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
@@ -253,3 +253,26 @@ nav {
|
|||||||
.navbar-header .navbar-brand {
|
.navbar-header .navbar-brand {
|
||||||
color: #e0e0e0;
|
color: #e0e0e0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Misc */
|
||||||
|
|
||||||
|
.top-banner {
|
||||||
|
display: block;
|
||||||
|
padding: 10px 20px;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 14px;
|
||||||
|
color: #fff;
|
||||||
|
text-align: center;
|
||||||
|
background-color: #0275d8;
|
||||||
|
}
|
||||||
|
|
||||||
|
.top-banner:hover {
|
||||||
|
color: #fff;
|
||||||
|
text-decoration: none;
|
||||||
|
background-color: #025ebb;
|
||||||
|
}
|
||||||
|
|
||||||
|
.top-banner:visited {
|
||||||
|
color: #fff;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
5
docs/_templates/footer.html
vendored
5
docs/_templates/footer.html
vendored
@@ -1,8 +1,9 @@
|
|||||||
{% extends "!footer.html" %}
|
{% extends "!footer.html" %}
|
||||||
|
|
||||||
{% block extrafooter %}
|
{% block extrafooter %}
|
||||||
<link rel="stylesheet" href="{{ pathto('_static/extra.css', 1) }}" type="text/css" />
|
<link rel="stylesheet" href="{{ pathto('_static/extra.css', 2) }}" type="text/css" />
|
||||||
<header id="pionav" class="navbar navbar-inverse navbar-fixed-top">
|
<header id="pionav" class="navbar navbar-inverse navbar-fixed-top">
|
||||||
|
<a href="http://iotawards.postscapes.com/2015-16/best-iot-software-and-tools#vote" target="_blank" class="top-banner"> PlatformIO is nominated for the year's best Software and Tools in the 2015/16 IoT Awards <i class="fa fa-trophy fa-2x"></i> Please vote for us!</a>
|
||||||
<div class="container container-fluid">
|
<div class="container container-fluid">
|
||||||
<div class="navbar-header">
|
<div class="navbar-header">
|
||||||
<a class="navbar-brand" href="http://platformio.org/"></i> PlatformIO</a>
|
<a class="navbar-brand" href="http://platformio.org/"></i> PlatformIO</a>
|
||||||
@@ -35,7 +36,7 @@
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
function fixScroll() {
|
function fixScroll() {
|
||||||
$(window).scrollTop($(window).scrollTop() - 50);
|
$(window).scrollTop($(window).scrollTop() - 100);
|
||||||
}
|
}
|
||||||
window.setTimeout(fixScroll, 50);
|
window.setTimeout(fixScroll, 50);
|
||||||
$(window).on('hashchange', function(e){fixScroll();});
|
$(window).on('hashchange', function(e){fixScroll();});
|
||||||
|
@@ -23,7 +23,7 @@ Here are recent articles about PlatformIO:
|
|||||||
2016
|
2016
|
||||||
^^^^
|
^^^^
|
||||||
|
|
||||||
* Jan 11, 2016 - **Dr. David Mills** - `STM NUCLEOF401RE TIMER IO <http://webshed.org/wiki/STM_NUCLEOF401RE_TIMER_IO>`_
|
* Jan 11, 2016 - **David Mills, Ph.D.** - `STM NUCLEOF401RE TIMER IO <http://webshed.org/wiki/STM_NUCLEOF401RE_TIMER_IO>`_
|
||||||
* Jan 05, 2016 - **Julien Rodrigues** - `Internet Of Things: The IDE scandal <https://medium.com/@jrodrigues/internet-of-things-the-ide-scandal-5ddb8fc9d918>`_
|
* Jan 05, 2016 - **Julien Rodrigues** - `Internet Of Things: The IDE scandal <https://medium.com/@jrodrigues/internet-of-things-the-ide-scandal-5ddb8fc9d918>`_
|
||||||
|
|
||||||
2015
|
2015
|
||||||
|
Reference in New Issue
Block a user