Skip to content

Commit 4910413

Browse files
committed
Update time and theme one more time.
1 parent de492e2 commit 4910413

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

_posts/2010-01-04-sign.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
title: sign
33
fa-icon: pencil
4-
bg: lightgray
4+
bg: '#4da45e'
5+
color: 'white'
56
style: center
67
---
78

combo.css

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,17 @@
44
{% include css/skeleton.css %}
55
{% include css/main.css %}
66

7-
.vis-item.py2 {
8-
background-color: greenyellow;
9-
border-color: green;
7+
div.vis-item {
8+
background-color:#03acf6;
9+
color: white;
1010
}
1111

12-
/* create a custom sized dot at the bottom of the red item */
12+
div.vis-item.py2 {
13+
background-color: #3dbf18;
14+
border-color: #3dbf18;
15+
}
16+
17+
/* create a custom sized dot at the bottom of the red item */
1318
.vis-item.red {
1419
background-color: red;
1520
border-color: darkred;

site.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ $(document).ready(function (){
102102
// ]
103103
var data = {
104104
'cpython':[
105-
{content:'Remaining Python 2.7 support', start: Date.now(), end: '2020-01-01'},
106-
{content:'Python 3.4', start: '2014-03-14', end: '2017-01-01'},
107-
{content:'Python 3.5', start: '2015-09-13', end: '2018-01-01'},// there is no planned EOL for 3.4 and 3.5, invent for now.
105+
{content:'Remaining Python 2.7 support', start: Date.now(), end: '2020-01-01', py2:true},
106+
{content:'Python 3.4', start: '2014-03-14', end: '2021-01-01'},
107+
{content:'Python 3.5', start: '2015-09-13', end: '2022-01-01'},// there is no planned EOL for 3.4 and 3.5, invent for now.
108108
],
109109
'IPython':[
110110
{content: '1.x', start: '2013-08-08', end:'2014-03-31', py2:true},

0 commit comments

Comments
 (0)