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 5353/* ----- base elements ----- */
5454
5555img {
56- max-width : 100% !important ;
56+ max-width : 100% ;
5757 height : auto;
5858 vertical-align : middle;
5959}
Original file line number Diff line number Diff line change 11---
22title : Projects
3- bg : ' #9850ea '
3+ bg : ' #7ec4ea '
44fa-icon : group
5- color : white
5+ color : black
66style : center
77---
88
99# Participating Projects
1010
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+
1821- [ An Introduction to Applied Bioinformatics] ( http://readiab.org )
1922- [ QIIME] ( http://qiime.org )
2023- [ gala] ( https://gala.readthedocs.io )
Original file line number Diff line number Diff line change @@ -50,12 +50,28 @@ div.vis-item.vis-selected {
5050 color : # 868686 ;
5151}
5252
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-
5953.subtlecircle .fa-stack-1x {
6054 font-size : 80% ;
6155}
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