File tree Expand file tree Collapse file tree 10 files changed +35
-16
lines changed Expand file tree Collapse file tree 10 files changed +35
-16
lines changed Original file line number Diff line number Diff line change 53
53
/* ----- base elements ----- */
54
54
55
55
img {
56
- max-width : 100% !important ;
56
+ max-width : 100% ;
57
57
height : auto;
58
58
vertical-align : middle;
59
59
}
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/ )
15
- - [ xonsh] ( https://xon.sh )
16
- - [ scikit-bio] ( http://scikit-bio.org )
17
- - [ PyStan] ( https://github.com/stan-dev/pystan )
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/xonsh.png ) xonsh] ( http://xon.sh )
16
+ - [ ![ ] ( assets/skbio.png ) scikit-bio] ( http://scikit-bio.org )
17
+ - [ ![ ] ( assets/pystan.png ) PyStan] ( https://github.com/stan-dev/pystan )
18
+
19
+   ; <!-- break separating project with image from without -->
20
+
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 @@ -50,12 +50,28 @@ div.vis-item.vis-selected {
50
50
color : # 868686 ;
51
51
}
52
52
53
- /* enable that if too long, but seem to have some rendering issues.*/
54
- /*.p-sections20-projects ul {
55
- column-count: 3;
56
- list-style: none;
57
- }*/
58
-
59
53
.subtlecircle .fa-stack-1x {
60
54
font-size : 80% ;
61
55
}
56
+
57
+ # sections30-projects ul : nth-child (2 ) a {
58
+ text-decoration : none;
59
+ }
60
+
61
+
62
+ # sections30-projects li {
63
+ display : inline-block;
64
+ margin : 10px ;
65
+ padding : 20px ;
66
+ font-size : 19px ;
67
+ }
68
+
69
+
70
+ # sections30-projects li a > img {
71
+ margin : auto;
72
+ margin-bottom : 10px ;
73
+ display : block;
74
+ max-height : 80px ;
75
+ max-width : 160px ;
76
+ vertical-align : middle;
77
+ }
You can’t perform that action at this time.
0 commit comments