Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ba250b7

Browse files
committed
Merge pull request python3statement#5 from python3statement/list-projects
Add a section with a list of participating projects.
2 parents 34b4baa + 4c756bc commit ba250b7

File tree

6 files changed

+23
-1
lines changed

6 files changed

+23
-1
lines changed

_sections/02-statement.md renamed to _sections/20-statement.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
title: statement
33
bg: '#fab125'
44
color: black

_sections/30-projects.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: Projects
3+
bg: '#9850ea'
4+
fa-icon: group
5+
color: white
6+
style: center
7+
---
8+
9+
# Participating Project
10+
11+
- [IPython](https://ipython.org)
12+
- [Jupyter notebook](https://jupyter.org)
13+
- [Scikit-Bio](https://scikit-bio.org/)
14+
- [matplotlib](https://matplotlib.org)
15+
16+
File renamed without changes.
File renamed without changes.
File renamed without changes.

combo.css

+6
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,9 @@ div.vis-item.vis-selected {
4141
.fa-calendar {
4242
color: #868686;
4343
}
44+
45+
/* enable that if too long, but seem to have some rendering issues.*/
46+
/*.p-sections20-projects ul {
47+
column-count: 3;
48+
list-style: none;
49+
}*/

0 commit comments

Comments
 (0)