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

Skip to content

Commit 1607430

Browse files
committed
Merge pull request #16065 from timhoffm/doc-index-community
DOC: Nicer formatting of community aspects on front page Conflicts: doc/index.rst Deleted the final paragraph about GH to match all other branches.
1 parent 50e11a9 commit 1607430

11 files changed

Lines changed: 117 additions & 39 deletions

doc/_static/fa/LICENSE

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Font Awsome SVG Icons are covered by CC BY 4.0 License.
2+
3+
https://fontawesome.com/license/free
4+
5+
Icons are based on Font Awesome 5.11.2 and colors have been adapted.
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

doc/_static/fa/github-brands.svg

Lines changed: 1 addition & 0 deletions
Loading

doc/_static/fa/gitter-brands.svg

Lines changed: 1 addition & 0 deletions
Loading

doc/_static/fa/hashtag-solid.svg

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

doc/_static/mpl.css

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,7 @@ div.responsive_subfig img {
10511051
width: 100%;
10521052
}
10531053

1054-
@media only screen and (max-width: 1000px){
1054+
@media only screen and (max-width: 930px){
10551055
/* The value of 1000px was handcrafted to provide a more or less */
10561056
/* smooth transition between the 1x4 and the 2x2 layouts. It is */
10571057
/* NB: it is slightly below 1024px: so one should still have a */
@@ -1181,3 +1181,41 @@ nav.main-nav{
11811181
padding: 3px 6px;
11821182
width: 198px;
11831183
}
1184+
1185+
/* community items on main page */
1186+
div.box {
1187+
display: flex;
1188+
flex-flow: row wrap;
1189+
}
1190+
1191+
div.box-item {
1192+
flex: 0 0 45%;
1193+
padding: 4px;
1194+
margin: 8px 12px;
1195+
}
1196+
1197+
div.box-item img {
1198+
float: left;
1199+
width: 30px;
1200+
height: 30px;
1201+
fill: #888;
1202+
1203+
}
1204+
div.box-item p {
1205+
margin: 0 0 0 50px;
1206+
}
1207+
1208+
div.box-item ul {
1209+
margin: 0 0 0 50px;
1210+
padding-left: 20px;
1211+
}
1212+
1213+
hr.box-sep {
1214+
margin: 1em 2em;
1215+
}
1216+
1217+
@media only screen and (max-width: 930px){
1218+
div.box-item {
1219+
flex: 0 0 90%;
1220+
}
1221+
}

0 commit comments

Comments
 (0)