File tree 8 files changed +33
-11
lines changed
8 files changed +33
-11
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : Projects
3
- bg : ' #9850ea '
3
+ bg : ' #7ec4ea '
4
4
fa-icon : group
5
- color : white
5
+ color : black
6
6
style : center
7
7
---
8
8
9
9
# Participating Projects
10
10
11
- - [ IPython] ( https://ipython.org )
12
- - [ Jupyter notebook] ( https://jupyter.org )
13
- - [ Matplotlib] ( http://matplotlib.org/ )
14
- - [ SymPy] ( http://www.sympy.org/ )
11
+ - [ ![ ] ( assets/ipython.png ) IPython] ( https://ipython.org )
12
+ - [ ![ ] ( assets/jupyter.png ) Jupyter notebook] ( https://jupyter.org )
13
+ - [ ![ ] ( assets/matplotlib.png ) Matplotlib] ( http://matplotlib.org/ )
14
+ - [ ![ ] ( assets/sympy.png ) SymPy] ( http://www.sympy.org/ )
15
+ - [ ![ ] ( assets/skbio.png ) scikit-bio] ( http://scikit-bio.org )
16
+ - [ ![ ] ( assets/pystan.png ) PyStan] ( https://github.com/stan-dev/pystan )
17
+
18
+   ; <!-- break separating project with image from without -->
19
+
15
20
- [ xonsh] ( https://xon.sh )
16
- - [ scikit-bio] ( http://scikit-bio.org )
17
- - [ PyStan] ( https://github.com/stan-dev/pystan )
18
21
- [ An Introduction to Applied Bioinformatics] ( http://readiab.org )
19
22
- [ QIIME] ( http://qiime.org )
20
23
- [ gala] ( https://gala.readthedocs.io )
Original file line number Diff line number Diff line change @@ -54,6 +54,10 @@ div.vis-item.vis-selected {
54
54
font-size : 80% ;
55
55
}
56
56
57
+ # sections30-projects ul : nth-child (2 ) a {
58
+ text-decoration : none;
59
+ }
60
+
57
61
58
62
# sections30-projects li {
59
63
display : inline-block;
@@ -62,9 +66,24 @@ div.vis-item.vis-selected {
62
66
font-size : 19px ;
63
67
}
64
68
65
- # sections30-projects li > img {
69
+
70
+ # sections30-projects li a > img {
66
71
margin : auto;
72
+ margin-bottom : 10px ;
67
73
display : block;
68
- max-width : 100px ;
69
- max-height : 100px ;
74
+ max-height : 80px ;
75
+ max-width : 160px ;
76
+ vertical-align : middle;
77
+ filter : grayscale (90% );
78
+ -webkit-filter : grayscale (90% );
79
+ ransition : 250ms filter linear;
80
+ -webkit-transition : -webkit-filter 250ms linear
70
81
}
82
+
83
+ # sections30-projects li a > img : hover {
84
+
85
+ filter : none;
86
+ -webkit-filter : none;
87
+ }
88
+
89
+
You can’t perform that action at this time.
0 commit comments