Update and add index

This commit is contained in:
Jonas Zeunert
2024-04-23 15:17:38 +02:00
parent 4d0cd768f7
commit 8d4db5d359
726 changed files with 41721 additions and 53949 deletions

View File

@@ -91,13 +91,11 @@
Other Interesting Articles
A list of issues related to flexbox.
⟡ Almost complete guide to flexbox (without flexbox)
 (http://kyusuf.com/post/almost-complete-guide-to-flexbox-without-flexbox?utm_campaign=CSS%2BLayout%2BNews&utm_medium=email&utm_source=CSS_Layout_News_36):metal:
⟡ Almost complete guide to flexbox (without flexbox) (http://kyusuf.com/post/almost-complete-guide-to-flexbox-without-flexbox?utm_campaign=CSS%2BLayout%2BNews&utm_medium=email&utm_source=CSS_Layout_News_36):metal:
⟡ Designing CSS layouts with flexbox is as easy as pie (http://www.smashingmagazine.com/2015/03/02/harnessing-flexbox-for-todays-web-apps/)
⟡ Flexbox For Interfaces All The Way: Tracks Case Study (http://www.smashingmagazine.com/2015/11/flexbox-interfaces-tracks-case-study/?utm_source=html5weekly&utm_medium=email)
⟡ Flexboxs Best-Kept Secret (https://medium.com/@samserif/flexbox-s-best-kept-secret-bd3d892826b6#.i0v3krqo0)
⟡ Grid, Flexbox, Box Alignment: Our New System for Layout
 (https://24ways.org/2015/grid-flexbox-box-alignment-our-new-system-for-layout/?utm_campaign=CSS%2BLayout%2BNews&utm_medium=email&utm_source=CSS_Layout_News_20)
⟡ Grid, Flexbox, Box Alignment: Our New System for Layout (https://24ways.org/2015/grid-flexbox-box-alignment-our-new-system-for-layout/?utm_campaign=CSS%2BLayout%2BNews&utm_medium=email&utm_source=CSS_Layout_News_20)
⟡ Old flexbox and new flexbox (https://css-tricks.com/old-flexbox-and-new-flexbox/)
⟡ Using flexbox today (https://chriswrightdesign.com/experiments/using-flexbox-today/)
⟡ Laying Out A Flexible Future For Web Design With Flexbox (https://www.smashingmagazine.com/2015/08/flexible-future-for-web-design-with-flexbox/)
@@ -188,15 +186,14 @@
⟡ React-flexbox (https://github.com/tcoopman/react-flexbox) - Implementation of css flexbox in react with inline styles.
⟡ Reflexbox (https://github.com/jxnblk/reflexbox) - Responsive React flexbox grid system higher order component.
⟡ Solved by flexbox (https://github.com/philipwalton/solved-by-flexbox) - A showcase of problems once hard or impossible to solve with CSS alone, now made trivially easy with Flexbox.:metal:
⟡ Visualizing Flexbox
 (http://codepen.io/paultrone/pen/xwxNmQ?utm_campaign=CSS%2BLayout%2BNews&utm_medium=email&utm_source=CSS_Layout_News_6) - A neat little CodePen Demo to play around with Flex properties.
⟡ Visualizing Flexbox (http://codepen.io/paultrone/pen/xwxNmQ?utm_campaign=CSS%2BLayout%2BNews&utm_medium=email&utm_source=CSS_Layout_News_6) - A neat little CodePen Demo to play around with Flex properties.
⟡ ZEEF CSS Flexbox (https://css-flexbox.zeef.com/afonso.pacifer) - The awesome flexbox on zeef.:metal:
⟡ Flexbox Zombies (http://flexboxzombies.com/p/flexbox-zombies) - A game for learning CSS flexbox.
Courses
⟡ CSS Flexbox Layout 
(https://teamtreehouse.com/library/css-flexbox-layout?utm_source=Responsive+Design+Weekly&utm_campaign=e4dbc18ebc-Responsive_Design_Weekly_184&utm_medium=email&utm_term=0_df65b6d7c8-e4dbc18
ebc-59080665&goal=0_df65b6d7c8-e4dbc18ebc-59080665) - treehouse
(https://teamtreehouse.com/library/css-flexbox-layout?utm_source=Responsive+Design+Weekly&utm_campaign=e4dbc18ebc-Responsive_Design_Weekly_184&utm_medium=email&utm_term=0_df65b6d7c8-e4dbc18ebc-59080665&goal=0_df65b6d7c8-e4dbc18ebc-590
80665) - treehouse
⟡ Learn Flexbox for free (https://scrimba.com/g/gflexbox) - scrimba
Who to Follow