Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _includes/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pre {
/* ----- base elements ----- */

img {
max-width:100%!important;
max-width:100%;
height:auto;
vertical-align:middle;
}
Expand Down
21 changes: 12 additions & 9 deletions _sections/30-projects.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,23 @@
---
title: Projects
bg: '#9850ea'
bg: '#7ec4ea'
fa-icon: group
color: white
color: black
style: center
---

# Participating Projects

- [IPython](https://ipython.org)
- [Jupyter notebook](https://jupyter.org)
- [Matplotlib](http://matplotlib.org/)
- [SymPy](http://www.sympy.org/)
- [xonsh](https://xon.sh)
- [scikit-bio](http://scikit-bio.org)
- [PyStan](https://github.com/stan-dev/pystan)
- [![](assets/ipython.png)IPython](https://ipython.org)
- [![](assets/jupyter.png)Jupyter notebook](https://jupyter.org)
- [![](assets/matplotlib.png)Matplotlib](http://matplotlib.org/)
- [![](assets/sympy.png)SymPy](http://www.sympy.org/)
- [![](assets/xonsh.png)xonsh](http://xon.sh)
- [![](assets/skbio.png)scikit-bio](http://scikit-bio.org)
- [![](assets/pystan.png)PyStan](https://github.com/stan-dev/pystan)

&nbsp; <!--break separating project with image from without -->

- [An Introduction to Applied Bioinformatics](http://readiab.org)
- [QIIME](http://qiime.org)
- [gala](https://gala.readthedocs.io)
Expand Down
Binary file added assets/ipython.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/jupyter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/matplotlib.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/pystan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/skbio.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/sympy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/xonsh.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 22 additions & 6 deletions combo.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,28 @@ div.vis-item.vis-selected {
color: #868686;
}

/* enable that if too long, but seem to have some rendering issues.*/
/*.p-sections20-projects ul {
column-count: 3;
list-style: none;
}*/

.subtlecircle .fa-stack-1x{
font-size: 80%;
}

#sections30-projects ul:nth-child(2) a {
text-decoration: none;
}


#sections30-projects li {
display: inline-block;
margin: 10px;
padding: 20px;
font-size: 19px;
}


#sections30-projects li a > img{
margin: auto;
margin-bottom:10px;
display: block;
max-height: 80px;
max-width: 160px;
vertical-align: middle;
}