├── README.md ├── branding ├── Pie in the Sky logo.png ├── clouds.png ├── color schemes.png ├── flickr creative commons │ ├── apple-pie.jpg │ ├── boston-creme.jpg │ ├── cherry-alamode.jpg │ ├── cherry-pie.jpg │ ├── coconut-creme.jpg │ ├── copyright.rtf │ ├── gone-pie.jpg │ ├── keylime-pie.jpg │ ├── lemon-meringue.jpg │ ├── merilee.jpg │ ├── mincemeat.jpg │ ├── mini-pies.jpg │ ├── mom-pie.jpg │ ├── peace-pie.jpg │ ├── peach-pie.jpg │ ├── pi-day.jpg │ ├── pie-coffee.jpg │ ├── pie-slice-buffet.jpg │ ├── pumpkin-pie.jpg │ └── whole-pie-buffet.jpg ├── fonts.pdf ├── sitecomp.png └── web copy.docx ├── day-1-flexbox ├── 1-intro-floats │ ├── begin │ │ ├── css │ │ │ ├── floats.css │ │ │ └── normalize.css │ │ ├── floats.html │ │ └── img │ │ │ ├── boston-cream.jpg │ │ │ ├── coconut-cream.jpg │ │ │ ├── keylime-pie.jpg │ │ │ └── pumpkin-pie.jpg │ ├── end │ │ ├── css │ │ │ ├── floats.css │ │ │ └── normalize.css │ │ ├── floats.html │ │ └── img │ │ │ ├── boston-cream.jpg │ │ │ ├── coconut-cream.jpg │ │ │ ├── keylime-pie.jpg │ │ │ └── pumpkin-pie.jpg │ └── instructions.txt ├── 2-flexbox-intro │ ├── Flexbox Properties.txt │ ├── boxes.html │ ├── css │ │ └── boxes.css │ ├── flexbox notes.txt │ └── instructions.txt ├── 3-flexbox-grid │ ├── begin │ │ ├── css │ │ │ ├── flexbox.css │ │ │ └── normalize.css │ │ ├── flexbox.html │ │ └── img │ │ │ ├── boston-cream.jpg │ │ │ ├── coconut-cream.jpg │ │ │ ├── keylime-pie.jpg │ │ │ └── pumpkin-pie.jpg │ ├── bootstrap-4.0.0-beta-dist.zip │ ├── end │ │ ├── css │ │ │ ├── flexbox.css │ │ │ └── normalize.css │ │ ├── flexbox.html │ │ └── img │ │ │ ├── boston-cream.jpg │ │ │ ├── coconut-cream.jpg │ │ │ ├── keylime-pie.jpg │ │ │ └── pumpkin-pie.jpg │ ├── flexboxgrid-6.3.1.zip │ └── instructions.txt ├── 4-pie-flexbox │ ├── begin │ │ ├── css │ │ │ └── styles.css │ │ ├── history.html │ │ └── img │ │ │ ├── clouds.png │ │ │ ├── fb5.png │ │ │ ├── insta4.png │ │ │ ├── logo.png │ │ │ ├── merilee.jpg │ │ │ ├── pi-day.jpg │ │ │ ├── pin2.png │ │ │ ├── scallop.png │ │ │ ├── sitecomp_02.png │ │ │ ├── tumblr3.png │ │ │ └── twitter1.png │ ├── end │ │ ├── css │ │ │ └── styles.css │ │ ├── history.html │ │ └── img │ │ │ ├── clouds.png │ │ │ ├── fb5.png │ │ │ ├── insta4.png │ │ │ ├── logo.png │ │ │ ├── merilee.jpg │ │ │ ├── pi-day.jpg │ │ │ ├── pin2.png │ │ │ ├── scallop.png │ │ │ ├── sitecomp_02.png │ │ │ ├── tumblr3.png │ │ │ └── twitter1.png │ └── instructions.txt ├── 5-image-gallery │ ├── begin │ │ ├── gallery.css │ │ ├── gallery.html │ │ └── gallery │ │ │ ├── apple-pie.jpg │ │ │ ├── boston-creme.jpg │ │ │ ├── cherry-alamode.jpg │ │ │ ├── cherry-pie.jpg │ │ │ ├── coconut-creme.jpg │ │ │ ├── gone-pie.jpg │ │ │ ├── keylime-pie.jpg │ │ │ ├── lemon-meringue.jpg │ │ │ ├── mincemeat.jpg │ │ │ ├── mini-pies.jpg │ │ │ ├── mom-pie.jpg │ │ │ ├── peace-pie.jpg │ │ │ ├── peach-pie.jpg │ │ │ ├── pie-coffee.jpg │ │ │ ├── pie-slice-buffet.jpg │ │ │ ├── pumpkin-pie.jpg │ │ │ └── whole-pie-buffet.jpg │ ├── end │ │ ├── gallery-2.css │ │ ├── gallery.css │ │ ├── gallery.html │ │ └── gallery │ │ │ ├── apple-pie.jpg │ │ │ ├── boston-creme.jpg │ │ │ ├── cherry-alamode.jpg │ │ │ ├── cherry-pie.jpg │ │ │ ├── coconut-creme.jpg │ │ │ ├── gone-pie.jpg │ │ │ ├── keylime-pie.jpg │ │ │ ├── lemon-meringue.jpg │ │ │ ├── mincemeat.jpg │ │ │ ├── mini-pies.jpg │ │ │ ├── mom-pie.jpg │ │ │ ├── peace-pie.jpg │ │ │ ├── peach-pie.jpg │ │ │ ├── pie-coffee.jpg │ │ │ ├── pie-slice-buffet.jpg │ │ │ ├── pumpkin-pie.jpg │ │ │ └── whole-pie-buffet.jpg │ └── instructions.txt ├── 6-responsive-images │ ├── begin │ │ ├── image-exercise.html │ │ └── img │ │ │ ├── mom-1200.jpg │ │ │ ├── mom-300.jpg │ │ │ ├── mom-767.jpg │ │ │ ├── peace-pie-150.jpg │ │ │ ├── peace-pie-500.jpg │ │ │ └── peace-pie-original.jpg │ ├── end │ │ ├── image-exercise.html │ │ ├── img │ │ │ ├── mom-1200.jpg │ │ │ ├── mom-300.jpg │ │ │ ├── mom-767.jpg │ │ │ ├── peace-pie-150.jpg │ │ │ ├── peace-pie-500.jpg │ │ │ └── peace-pie-original.jpg │ │ ├── picturefill.min.js │ │ └── style.css │ └── instructions.txt └── 7-wrapup │ ├── begin │ ├── css │ │ └── styles.css │ ├── history.html │ ├── img │ │ ├── clouds.png │ │ ├── fb5.png │ │ ├── insta4.png │ │ ├── logo.png │ │ ├── merilee.jpg │ │ ├── pi-day.jpg │ │ ├── pin2.png │ │ ├── scallop.png │ │ ├── sitecomp_02.png │ │ ├── tumblr3.png │ │ └── twitter1.png │ └── merilee-original.jpg │ ├── end │ ├── css │ │ └── styles.css │ ├── gallery.html │ ├── gallery │ │ ├── apple-pie.jpg │ │ ├── boston-creme.jpg │ │ ├── cherry-alamode.jpg │ │ ├── cherry-pie.jpg │ │ ├── coconut-creme.jpg │ │ ├── gone-pie.jpg │ │ ├── keylime-pie.jpg │ │ ├── lemon-meringue.jpg │ │ ├── mincemeat.jpg │ │ ├── mini-pies.jpg │ │ ├── mom-pie.jpg │ │ ├── peace-pie.jpg │ │ ├── peach-pie.jpg │ │ ├── pie-coffee.jpg │ │ ├── pie-slice-buffet.jpg │ │ ├── pumpkin-pie.jpg │ │ └── whole-pie-buffet.jpg │ ├── history.html │ ├── img │ │ ├── clouds.png │ │ ├── fb5.png │ │ ├── header-1200.jpg │ │ ├── header-850.jpg │ │ ├── insta4.png │ │ ├── logo.png │ │ ├── merilee-175.jpg │ │ ├── merilee-250.jpg │ │ ├── merilee-400.jpg │ │ ├── pi-day.jpg │ │ ├── pin2.png │ │ ├── scallop.png │ │ ├── sitecomp_02.png │ │ ├── tumblr3.png │ │ └── twitter1.png │ ├── index.html │ └── picturefill.min.js │ └── instructions.txt ├── day-2-grid ├── 08-grid-intro │ ├── Grid Properties.txt │ ├── basic.css │ ├── grid.css │ ├── grid.html │ ├── img │ │ ├── 1.jpg │ │ ├── 2.jpg │ │ ├── 3.jpg │ │ ├── 4.jpg │ │ ├── 5.jpg │ │ └── 6.jpg │ ├── instructions.txt │ ├── reordering.css │ └── reordering.html ├── 09-mondrian-painting-demo │ ├── begin │ │ ├── index.html │ │ └── painting.css │ ├── end │ │ ├── index.html │ │ └── painting.css │ ├── instructions.txt │ ├── painting-reverse.png │ └── painting.png ├── 10-mondrian-you-try-it │ ├── begin │ │ ├── mondrian2.png │ │ ├── youtryit.css │ │ └── youtryit.html │ ├── end │ │ ├── mondrian2.png │ │ ├── youtryit.css │ │ └── youtryit.html │ └── instructions.txt ├── 11-grid-grid │ ├── begin │ │ ├── css │ │ │ ├── grid.css │ │ │ └── normalize.css │ │ ├── grid.html │ │ └── img │ │ │ ├── boston-cream.jpg │ │ │ ├── coconut-cream.jpg │ │ │ ├── keylime-pie.jpg │ │ │ └── pumpkin-pie.jpg │ ├── end │ │ ├── css │ │ │ ├── grid.css │ │ │ └── normalize.css │ │ ├── grid.html │ │ └── img │ │ │ ├── boston-cream.jpg │ │ │ ├── coconut-cream.jpg │ │ │ ├── keylime-pie.jpg │ │ │ └── pumpkin-pie.jpg │ └── instructions.txt ├── 12-grid-area │ ├── begin │ │ ├── grid-area.css │ │ └── grid-area.html │ ├── end │ │ ├── grid-area.css │ │ └── grid-area.html │ └── instructions.txt ├── 13-grid-nesting │ ├── begin │ │ ├── nesting.css │ │ └── nesting.html │ ├── end │ │ ├── nesting.css │ │ └── nesting.html │ └── instructions.txt ├── 14-grid-offsets │ ├── begin │ │ ├── offsets.css │ │ └── offsets.html │ ├── end │ │ ├── offsets.css │ │ └── offsets.html │ └── instructions.txt ├── 15-pie-grid-you-try-it │ ├── begin │ │ ├── css │ │ │ └── styles.css │ │ ├── history.html │ │ └── img │ │ │ ├── clouds.png │ │ │ ├── fb5.png │ │ │ ├── insta4.png │ │ │ ├── logo.png │ │ │ ├── merilee.jpg │ │ │ ├── pi-day.jpg │ │ │ ├── pin2.png │ │ │ ├── scallop.png │ │ │ ├── sitecomp_02.png │ │ │ ├── tumblr3.png │ │ │ └── twitter1.png │ ├── end │ │ ├── css │ │ │ └── styles.css │ │ ├── history.html │ │ └── img │ │ │ ├── clouds.png │ │ │ ├── fb5.png │ │ │ ├── insta4.png │ │ │ ├── logo.png │ │ │ ├── merilee.jpg │ │ │ ├── pi-day.jpg │ │ │ ├── pin2.png │ │ │ ├── scallop.png │ │ │ ├── sitecomp_02.png │ │ │ ├── tumblr3.png │ │ │ └── twitter1.png │ └── instructions.txt ├── 16-grid-fallbacks │ ├── fallback url.txt │ └── instructions.txt ├── 17-grid-and-flexbox │ ├── begin │ │ ├── flexbox gallery │ │ │ ├── gallery-2.css │ │ │ ├── gallery.css │ │ │ ├── gallery.html │ │ │ └── gallery │ │ │ │ ├── apple-pie.jpg │ │ │ │ ├── boston-creme.jpg │ │ │ │ ├── cherry-alamode.jpg │ │ │ │ ├── cherry-pie.jpg │ │ │ │ ├── coconut-creme.jpg │ │ │ │ ├── gone-pie.jpg │ │ │ │ ├── keylime-pie.jpg │ │ │ │ ├── lemon-meringue.jpg │ │ │ │ ├── mincemeat.jpg │ │ │ │ ├── mini-pies.jpg │ │ │ │ ├── mom-pie.jpg │ │ │ │ ├── peace-pie.jpg │ │ │ │ ├── peach-pie.jpg │ │ │ │ ├── pie-coffee.jpg │ │ │ │ ├── pie-slice-buffet.jpg │ │ │ │ ├── pumpkin-pie.jpg │ │ │ │ └── whole-pie-buffet.jpg │ │ └── pie in the sky as grid │ │ │ ├── css │ │ │ └── styles.css │ │ │ ├── history.html │ │ │ └── img │ │ │ ├── clouds.png │ │ │ ├── fb5.png │ │ │ ├── insta4.png │ │ │ ├── logo.png │ │ │ ├── merilee.jpg │ │ │ ├── pi-day.jpg │ │ │ ├── pin2.png │ │ │ ├── scallop.png │ │ │ ├── sitecomp_02.png │ │ │ ├── tumblr3.png │ │ │ └── twitter1.png │ ├── end │ │ ├── css │ │ │ └── styles.css │ │ ├── gallery.html │ │ ├── gallery │ │ │ ├── apple-pie.jpg │ │ │ ├── boston-creme.jpg │ │ │ ├── cherry-alamode.jpg │ │ │ ├── cherry-pie.jpg │ │ │ ├── coconut-creme.jpg │ │ │ ├── gone-pie.jpg │ │ │ ├── keylime-pie.jpg │ │ │ ├── lemon-meringue.jpg │ │ │ ├── mincemeat.jpg │ │ │ ├── mini-pies.jpg │ │ │ ├── mom-pie.jpg │ │ │ ├── peace-pie.jpg │ │ │ ├── peach-pie.jpg │ │ │ ├── pie-coffee.jpg │ │ │ ├── pie-slice-buffet.jpg │ │ │ ├── pumpkin-pie.jpg │ │ │ └── whole-pie-buffet.jpg │ │ ├── history.html │ │ └── img │ │ │ ├── clouds.png │ │ │ ├── fb5.png │ │ │ ├── insta4.png │ │ │ ├── logo.png │ │ │ ├── merilee.jpg │ │ │ ├── pi-day.jpg │ │ │ ├── pin2.png │ │ │ ├── scallop.png │ │ │ ├── sitecomp_02.png │ │ │ ├── tumblr3.png │ │ │ └── twitter1.png │ └── instructions.txt └── 18-practice │ ├── end │ ├── catering.html │ ├── contact.html │ ├── css │ │ └── styles.css │ ├── gallery.html │ ├── gallery │ │ ├── apple-pie.jpg │ │ ├── boston-creme.jpg │ │ ├── cherry-alamode.jpg │ │ ├── cherry-pie.jpg │ │ ├── coconut-creme.jpg │ │ ├── gone-pie.jpg │ │ ├── keylime-pie.jpg │ │ ├── lemon-meringue.jpg │ │ ├── mincemeat.jpg │ │ ├── mini-pies.jpg │ │ ├── mom-pie.jpg │ │ ├── peace-pie.jpg │ │ ├── peach-pie.jpg │ │ ├── pie-coffee.jpg │ │ ├── pie-slice-buffet.jpg │ │ ├── pumpkin-pie.jpg │ │ └── whole-pie-buffet.jpg │ ├── history.html │ ├── img │ │ ├── clouds.png │ │ ├── fb5.png │ │ ├── header-1200.jpg │ │ ├── header-850.jpg │ │ ├── insta4.png │ │ ├── logo.png │ │ ├── merilee-175.jpg │ │ ├── merilee-250.jpg │ │ ├── merilee-400.jpg │ │ ├── merilee.jpg │ │ ├── pi-day.jpg │ │ ├── pin2.png │ │ ├── scallop.png │ │ ├── sitecomp_02.png │ │ ├── tumblr3.png │ │ └── twitter1.png │ ├── index.html │ └── menu.html │ └── instructions.txt ├── day1.pdf ├── day2.pdf └── resources └── resources.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/README.md -------------------------------------------------------------------------------- /branding/Pie in the Sky logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/branding/Pie in the Sky logo.png -------------------------------------------------------------------------------- /branding/clouds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/branding/clouds.png -------------------------------------------------------------------------------- /branding/color schemes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/branding/color schemes.png -------------------------------------------------------------------------------- /branding/flickr creative commons/apple-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/branding/flickr creative commons/apple-pie.jpg -------------------------------------------------------------------------------- /branding/flickr creative commons/boston-creme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/branding/flickr creative commons/boston-creme.jpg -------------------------------------------------------------------------------- /branding/flickr creative commons/cherry-alamode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/branding/flickr creative commons/cherry-alamode.jpg -------------------------------------------------------------------------------- /branding/flickr creative commons/cherry-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/branding/flickr creative commons/cherry-pie.jpg -------------------------------------------------------------------------------- /branding/flickr creative commons/coconut-creme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/branding/flickr creative commons/coconut-creme.jpg -------------------------------------------------------------------------------- /branding/flickr creative commons/copyright.rtf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/branding/flickr creative commons/copyright.rtf -------------------------------------------------------------------------------- /branding/flickr creative commons/gone-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/branding/flickr creative commons/gone-pie.jpg -------------------------------------------------------------------------------- /branding/flickr creative commons/keylime-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/branding/flickr creative commons/keylime-pie.jpg -------------------------------------------------------------------------------- /branding/flickr creative commons/lemon-meringue.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/branding/flickr creative commons/lemon-meringue.jpg -------------------------------------------------------------------------------- /branding/flickr creative commons/merilee.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/branding/flickr creative commons/merilee.jpg -------------------------------------------------------------------------------- /branding/flickr creative commons/mincemeat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/branding/flickr creative commons/mincemeat.jpg -------------------------------------------------------------------------------- /branding/flickr creative commons/mini-pies.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/branding/flickr creative commons/mini-pies.jpg -------------------------------------------------------------------------------- /branding/flickr creative commons/mom-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/branding/flickr creative commons/mom-pie.jpg -------------------------------------------------------------------------------- /branding/flickr creative commons/peace-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/branding/flickr creative commons/peace-pie.jpg -------------------------------------------------------------------------------- /branding/flickr creative commons/peach-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/branding/flickr creative commons/peach-pie.jpg -------------------------------------------------------------------------------- /branding/flickr creative commons/pi-day.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/branding/flickr creative commons/pi-day.jpg -------------------------------------------------------------------------------- /branding/flickr creative commons/pie-coffee.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/branding/flickr creative commons/pie-coffee.jpg -------------------------------------------------------------------------------- /branding/flickr creative commons/pie-slice-buffet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/branding/flickr creative commons/pie-slice-buffet.jpg -------------------------------------------------------------------------------- /branding/flickr creative commons/pumpkin-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/branding/flickr creative commons/pumpkin-pie.jpg -------------------------------------------------------------------------------- /branding/flickr creative commons/whole-pie-buffet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/branding/flickr creative commons/whole-pie-buffet.jpg -------------------------------------------------------------------------------- /branding/fonts.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/branding/fonts.pdf -------------------------------------------------------------------------------- /branding/sitecomp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/branding/sitecomp.png -------------------------------------------------------------------------------- /branding/web copy.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/branding/web copy.docx -------------------------------------------------------------------------------- /day-1-flexbox/1-intro-floats/begin/css/floats.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/1-intro-floats/begin/css/floats.css -------------------------------------------------------------------------------- /day-1-flexbox/1-intro-floats/begin/css/normalize.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/1-intro-floats/begin/css/normalize.css -------------------------------------------------------------------------------- /day-1-flexbox/1-intro-floats/begin/floats.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/1-intro-floats/begin/floats.html -------------------------------------------------------------------------------- /day-1-flexbox/1-intro-floats/begin/img/boston-cream.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/1-intro-floats/begin/img/boston-cream.jpg -------------------------------------------------------------------------------- /day-1-flexbox/1-intro-floats/begin/img/coconut-cream.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/1-intro-floats/begin/img/coconut-cream.jpg -------------------------------------------------------------------------------- /day-1-flexbox/1-intro-floats/begin/img/keylime-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/1-intro-floats/begin/img/keylime-pie.jpg -------------------------------------------------------------------------------- /day-1-flexbox/1-intro-floats/begin/img/pumpkin-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/1-intro-floats/begin/img/pumpkin-pie.jpg -------------------------------------------------------------------------------- /day-1-flexbox/1-intro-floats/end/css/floats.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/1-intro-floats/end/css/floats.css -------------------------------------------------------------------------------- /day-1-flexbox/1-intro-floats/end/css/normalize.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/1-intro-floats/end/css/normalize.css -------------------------------------------------------------------------------- /day-1-flexbox/1-intro-floats/end/floats.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/1-intro-floats/end/floats.html -------------------------------------------------------------------------------- /day-1-flexbox/1-intro-floats/end/img/boston-cream.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/1-intro-floats/end/img/boston-cream.jpg -------------------------------------------------------------------------------- /day-1-flexbox/1-intro-floats/end/img/coconut-cream.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/1-intro-floats/end/img/coconut-cream.jpg -------------------------------------------------------------------------------- /day-1-flexbox/1-intro-floats/end/img/keylime-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/1-intro-floats/end/img/keylime-pie.jpg -------------------------------------------------------------------------------- /day-1-flexbox/1-intro-floats/end/img/pumpkin-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/1-intro-floats/end/img/pumpkin-pie.jpg -------------------------------------------------------------------------------- /day-1-flexbox/1-intro-floats/instructions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/1-intro-floats/instructions.txt -------------------------------------------------------------------------------- /day-1-flexbox/2-flexbox-intro/Flexbox Properties.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/2-flexbox-intro/Flexbox Properties.txt -------------------------------------------------------------------------------- /day-1-flexbox/2-flexbox-intro/boxes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/2-flexbox-intro/boxes.html -------------------------------------------------------------------------------- /day-1-flexbox/2-flexbox-intro/css/boxes.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/2-flexbox-intro/css/boxes.css -------------------------------------------------------------------------------- /day-1-flexbox/2-flexbox-intro/flexbox notes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/2-flexbox-intro/flexbox notes.txt -------------------------------------------------------------------------------- /day-1-flexbox/2-flexbox-intro/instructions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/2-flexbox-intro/instructions.txt -------------------------------------------------------------------------------- /day-1-flexbox/3-flexbox-grid/begin/css/flexbox.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/3-flexbox-grid/begin/css/flexbox.css -------------------------------------------------------------------------------- /day-1-flexbox/3-flexbox-grid/begin/css/normalize.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/3-flexbox-grid/begin/css/normalize.css -------------------------------------------------------------------------------- /day-1-flexbox/3-flexbox-grid/begin/flexbox.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/3-flexbox-grid/begin/flexbox.html -------------------------------------------------------------------------------- /day-1-flexbox/3-flexbox-grid/begin/img/boston-cream.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/3-flexbox-grid/begin/img/boston-cream.jpg -------------------------------------------------------------------------------- /day-1-flexbox/3-flexbox-grid/begin/img/coconut-cream.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/3-flexbox-grid/begin/img/coconut-cream.jpg -------------------------------------------------------------------------------- /day-1-flexbox/3-flexbox-grid/begin/img/keylime-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/3-flexbox-grid/begin/img/keylime-pie.jpg -------------------------------------------------------------------------------- /day-1-flexbox/3-flexbox-grid/begin/img/pumpkin-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/3-flexbox-grid/begin/img/pumpkin-pie.jpg -------------------------------------------------------------------------------- /day-1-flexbox/3-flexbox-grid/bootstrap-4.0.0-beta-dist.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/3-flexbox-grid/bootstrap-4.0.0-beta-dist.zip -------------------------------------------------------------------------------- /day-1-flexbox/3-flexbox-grid/end/css/flexbox.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/3-flexbox-grid/end/css/flexbox.css -------------------------------------------------------------------------------- /day-1-flexbox/3-flexbox-grid/end/css/normalize.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/3-flexbox-grid/end/css/normalize.css -------------------------------------------------------------------------------- /day-1-flexbox/3-flexbox-grid/end/flexbox.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/3-flexbox-grid/end/flexbox.html -------------------------------------------------------------------------------- /day-1-flexbox/3-flexbox-grid/end/img/boston-cream.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/3-flexbox-grid/end/img/boston-cream.jpg -------------------------------------------------------------------------------- /day-1-flexbox/3-flexbox-grid/end/img/coconut-cream.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/3-flexbox-grid/end/img/coconut-cream.jpg -------------------------------------------------------------------------------- /day-1-flexbox/3-flexbox-grid/end/img/keylime-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/3-flexbox-grid/end/img/keylime-pie.jpg -------------------------------------------------------------------------------- /day-1-flexbox/3-flexbox-grid/end/img/pumpkin-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/3-flexbox-grid/end/img/pumpkin-pie.jpg -------------------------------------------------------------------------------- /day-1-flexbox/3-flexbox-grid/flexboxgrid-6.3.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/3-flexbox-grid/flexboxgrid-6.3.1.zip -------------------------------------------------------------------------------- /day-1-flexbox/3-flexbox-grid/instructions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/3-flexbox-grid/instructions.txt -------------------------------------------------------------------------------- /day-1-flexbox/4-pie-flexbox/begin/css/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/4-pie-flexbox/begin/css/styles.css -------------------------------------------------------------------------------- /day-1-flexbox/4-pie-flexbox/begin/history.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/4-pie-flexbox/begin/history.html -------------------------------------------------------------------------------- /day-1-flexbox/4-pie-flexbox/begin/img/clouds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/4-pie-flexbox/begin/img/clouds.png -------------------------------------------------------------------------------- /day-1-flexbox/4-pie-flexbox/begin/img/fb5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/4-pie-flexbox/begin/img/fb5.png -------------------------------------------------------------------------------- /day-1-flexbox/4-pie-flexbox/begin/img/insta4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/4-pie-flexbox/begin/img/insta4.png -------------------------------------------------------------------------------- /day-1-flexbox/4-pie-flexbox/begin/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/4-pie-flexbox/begin/img/logo.png -------------------------------------------------------------------------------- /day-1-flexbox/4-pie-flexbox/begin/img/merilee.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/4-pie-flexbox/begin/img/merilee.jpg -------------------------------------------------------------------------------- /day-1-flexbox/4-pie-flexbox/begin/img/pi-day.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/4-pie-flexbox/begin/img/pi-day.jpg -------------------------------------------------------------------------------- /day-1-flexbox/4-pie-flexbox/begin/img/pin2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/4-pie-flexbox/begin/img/pin2.png -------------------------------------------------------------------------------- /day-1-flexbox/4-pie-flexbox/begin/img/scallop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/4-pie-flexbox/begin/img/scallop.png -------------------------------------------------------------------------------- /day-1-flexbox/4-pie-flexbox/begin/img/sitecomp_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/4-pie-flexbox/begin/img/sitecomp_02.png -------------------------------------------------------------------------------- /day-1-flexbox/4-pie-flexbox/begin/img/tumblr3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/4-pie-flexbox/begin/img/tumblr3.png -------------------------------------------------------------------------------- /day-1-flexbox/4-pie-flexbox/begin/img/twitter1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/4-pie-flexbox/begin/img/twitter1.png -------------------------------------------------------------------------------- /day-1-flexbox/4-pie-flexbox/end/css/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/4-pie-flexbox/end/css/styles.css -------------------------------------------------------------------------------- /day-1-flexbox/4-pie-flexbox/end/history.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/4-pie-flexbox/end/history.html -------------------------------------------------------------------------------- /day-1-flexbox/4-pie-flexbox/end/img/clouds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/4-pie-flexbox/end/img/clouds.png -------------------------------------------------------------------------------- /day-1-flexbox/4-pie-flexbox/end/img/fb5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/4-pie-flexbox/end/img/fb5.png -------------------------------------------------------------------------------- /day-1-flexbox/4-pie-flexbox/end/img/insta4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/4-pie-flexbox/end/img/insta4.png -------------------------------------------------------------------------------- /day-1-flexbox/4-pie-flexbox/end/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/4-pie-flexbox/end/img/logo.png -------------------------------------------------------------------------------- /day-1-flexbox/4-pie-flexbox/end/img/merilee.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/4-pie-flexbox/end/img/merilee.jpg -------------------------------------------------------------------------------- /day-1-flexbox/4-pie-flexbox/end/img/pi-day.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/4-pie-flexbox/end/img/pi-day.jpg -------------------------------------------------------------------------------- /day-1-flexbox/4-pie-flexbox/end/img/pin2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/4-pie-flexbox/end/img/pin2.png -------------------------------------------------------------------------------- /day-1-flexbox/4-pie-flexbox/end/img/scallop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/4-pie-flexbox/end/img/scallop.png -------------------------------------------------------------------------------- /day-1-flexbox/4-pie-flexbox/end/img/sitecomp_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/4-pie-flexbox/end/img/sitecomp_02.png -------------------------------------------------------------------------------- /day-1-flexbox/4-pie-flexbox/end/img/tumblr3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/4-pie-flexbox/end/img/tumblr3.png -------------------------------------------------------------------------------- /day-1-flexbox/4-pie-flexbox/end/img/twitter1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/4-pie-flexbox/end/img/twitter1.png -------------------------------------------------------------------------------- /day-1-flexbox/4-pie-flexbox/instructions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/4-pie-flexbox/instructions.txt -------------------------------------------------------------------------------- /day-1-flexbox/5-image-gallery/begin/gallery.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/5-image-gallery/begin/gallery.css -------------------------------------------------------------------------------- /day-1-flexbox/5-image-gallery/begin/gallery.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/5-image-gallery/begin/gallery.html -------------------------------------------------------------------------------- /day-1-flexbox/5-image-gallery/begin/gallery/apple-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/5-image-gallery/begin/gallery/apple-pie.jpg -------------------------------------------------------------------------------- /day-1-flexbox/5-image-gallery/begin/gallery/boston-creme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/5-image-gallery/begin/gallery/boston-creme.jpg -------------------------------------------------------------------------------- /day-1-flexbox/5-image-gallery/begin/gallery/cherry-alamode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/5-image-gallery/begin/gallery/cherry-alamode.jpg -------------------------------------------------------------------------------- /day-1-flexbox/5-image-gallery/begin/gallery/cherry-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/5-image-gallery/begin/gallery/cherry-pie.jpg -------------------------------------------------------------------------------- /day-1-flexbox/5-image-gallery/begin/gallery/coconut-creme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/5-image-gallery/begin/gallery/coconut-creme.jpg -------------------------------------------------------------------------------- /day-1-flexbox/5-image-gallery/begin/gallery/gone-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/5-image-gallery/begin/gallery/gone-pie.jpg -------------------------------------------------------------------------------- /day-1-flexbox/5-image-gallery/begin/gallery/keylime-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/5-image-gallery/begin/gallery/keylime-pie.jpg -------------------------------------------------------------------------------- /day-1-flexbox/5-image-gallery/begin/gallery/lemon-meringue.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/5-image-gallery/begin/gallery/lemon-meringue.jpg -------------------------------------------------------------------------------- /day-1-flexbox/5-image-gallery/begin/gallery/mincemeat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/5-image-gallery/begin/gallery/mincemeat.jpg -------------------------------------------------------------------------------- /day-1-flexbox/5-image-gallery/begin/gallery/mini-pies.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/5-image-gallery/begin/gallery/mini-pies.jpg -------------------------------------------------------------------------------- /day-1-flexbox/5-image-gallery/begin/gallery/mom-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/5-image-gallery/begin/gallery/mom-pie.jpg -------------------------------------------------------------------------------- /day-1-flexbox/5-image-gallery/begin/gallery/peace-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/5-image-gallery/begin/gallery/peace-pie.jpg -------------------------------------------------------------------------------- /day-1-flexbox/5-image-gallery/begin/gallery/peach-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/5-image-gallery/begin/gallery/peach-pie.jpg -------------------------------------------------------------------------------- /day-1-flexbox/5-image-gallery/begin/gallery/pie-coffee.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/5-image-gallery/begin/gallery/pie-coffee.jpg -------------------------------------------------------------------------------- /day-1-flexbox/5-image-gallery/begin/gallery/pie-slice-buffet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/5-image-gallery/begin/gallery/pie-slice-buffet.jpg -------------------------------------------------------------------------------- /day-1-flexbox/5-image-gallery/begin/gallery/pumpkin-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/5-image-gallery/begin/gallery/pumpkin-pie.jpg -------------------------------------------------------------------------------- /day-1-flexbox/5-image-gallery/begin/gallery/whole-pie-buffet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/5-image-gallery/begin/gallery/whole-pie-buffet.jpg -------------------------------------------------------------------------------- /day-1-flexbox/5-image-gallery/end/gallery-2.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/5-image-gallery/end/gallery-2.css -------------------------------------------------------------------------------- /day-1-flexbox/5-image-gallery/end/gallery.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/5-image-gallery/end/gallery.css -------------------------------------------------------------------------------- /day-1-flexbox/5-image-gallery/end/gallery.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/5-image-gallery/end/gallery.html -------------------------------------------------------------------------------- /day-1-flexbox/5-image-gallery/end/gallery/apple-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/5-image-gallery/end/gallery/apple-pie.jpg -------------------------------------------------------------------------------- /day-1-flexbox/5-image-gallery/end/gallery/boston-creme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/5-image-gallery/end/gallery/boston-creme.jpg -------------------------------------------------------------------------------- /day-1-flexbox/5-image-gallery/end/gallery/cherry-alamode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/5-image-gallery/end/gallery/cherry-alamode.jpg -------------------------------------------------------------------------------- /day-1-flexbox/5-image-gallery/end/gallery/cherry-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/5-image-gallery/end/gallery/cherry-pie.jpg -------------------------------------------------------------------------------- /day-1-flexbox/5-image-gallery/end/gallery/coconut-creme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/5-image-gallery/end/gallery/coconut-creme.jpg -------------------------------------------------------------------------------- /day-1-flexbox/5-image-gallery/end/gallery/gone-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/5-image-gallery/end/gallery/gone-pie.jpg -------------------------------------------------------------------------------- /day-1-flexbox/5-image-gallery/end/gallery/keylime-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/5-image-gallery/end/gallery/keylime-pie.jpg -------------------------------------------------------------------------------- /day-1-flexbox/5-image-gallery/end/gallery/lemon-meringue.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/5-image-gallery/end/gallery/lemon-meringue.jpg -------------------------------------------------------------------------------- /day-1-flexbox/5-image-gallery/end/gallery/mincemeat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/5-image-gallery/end/gallery/mincemeat.jpg -------------------------------------------------------------------------------- /day-1-flexbox/5-image-gallery/end/gallery/mini-pies.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/5-image-gallery/end/gallery/mini-pies.jpg -------------------------------------------------------------------------------- /day-1-flexbox/5-image-gallery/end/gallery/mom-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/5-image-gallery/end/gallery/mom-pie.jpg -------------------------------------------------------------------------------- /day-1-flexbox/5-image-gallery/end/gallery/peace-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/5-image-gallery/end/gallery/peace-pie.jpg -------------------------------------------------------------------------------- /day-1-flexbox/5-image-gallery/end/gallery/peach-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/5-image-gallery/end/gallery/peach-pie.jpg -------------------------------------------------------------------------------- /day-1-flexbox/5-image-gallery/end/gallery/pie-coffee.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/5-image-gallery/end/gallery/pie-coffee.jpg -------------------------------------------------------------------------------- /day-1-flexbox/5-image-gallery/end/gallery/pie-slice-buffet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/5-image-gallery/end/gallery/pie-slice-buffet.jpg -------------------------------------------------------------------------------- /day-1-flexbox/5-image-gallery/end/gallery/pumpkin-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/5-image-gallery/end/gallery/pumpkin-pie.jpg -------------------------------------------------------------------------------- /day-1-flexbox/5-image-gallery/end/gallery/whole-pie-buffet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/5-image-gallery/end/gallery/whole-pie-buffet.jpg -------------------------------------------------------------------------------- /day-1-flexbox/5-image-gallery/instructions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/5-image-gallery/instructions.txt -------------------------------------------------------------------------------- /day-1-flexbox/6-responsive-images/begin/image-exercise.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/6-responsive-images/begin/image-exercise.html -------------------------------------------------------------------------------- /day-1-flexbox/6-responsive-images/begin/img/mom-1200.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/6-responsive-images/begin/img/mom-1200.jpg -------------------------------------------------------------------------------- /day-1-flexbox/6-responsive-images/begin/img/mom-300.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/6-responsive-images/begin/img/mom-300.jpg -------------------------------------------------------------------------------- /day-1-flexbox/6-responsive-images/begin/img/mom-767.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/6-responsive-images/begin/img/mom-767.jpg -------------------------------------------------------------------------------- /day-1-flexbox/6-responsive-images/begin/img/peace-pie-150.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/6-responsive-images/begin/img/peace-pie-150.jpg -------------------------------------------------------------------------------- /day-1-flexbox/6-responsive-images/begin/img/peace-pie-500.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/6-responsive-images/begin/img/peace-pie-500.jpg -------------------------------------------------------------------------------- /day-1-flexbox/6-responsive-images/begin/img/peace-pie-original.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/6-responsive-images/begin/img/peace-pie-original.jpg -------------------------------------------------------------------------------- /day-1-flexbox/6-responsive-images/end/image-exercise.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/6-responsive-images/end/image-exercise.html -------------------------------------------------------------------------------- /day-1-flexbox/6-responsive-images/end/img/mom-1200.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/6-responsive-images/end/img/mom-1200.jpg -------------------------------------------------------------------------------- /day-1-flexbox/6-responsive-images/end/img/mom-300.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/6-responsive-images/end/img/mom-300.jpg -------------------------------------------------------------------------------- /day-1-flexbox/6-responsive-images/end/img/mom-767.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/6-responsive-images/end/img/mom-767.jpg -------------------------------------------------------------------------------- /day-1-flexbox/6-responsive-images/end/img/peace-pie-150.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/6-responsive-images/end/img/peace-pie-150.jpg -------------------------------------------------------------------------------- /day-1-flexbox/6-responsive-images/end/img/peace-pie-500.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/6-responsive-images/end/img/peace-pie-500.jpg -------------------------------------------------------------------------------- /day-1-flexbox/6-responsive-images/end/img/peace-pie-original.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/6-responsive-images/end/img/peace-pie-original.jpg -------------------------------------------------------------------------------- /day-1-flexbox/6-responsive-images/end/picturefill.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/6-responsive-images/end/picturefill.min.js -------------------------------------------------------------------------------- /day-1-flexbox/6-responsive-images/end/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/6-responsive-images/end/style.css -------------------------------------------------------------------------------- /day-1-flexbox/6-responsive-images/instructions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/6-responsive-images/instructions.txt -------------------------------------------------------------------------------- /day-1-flexbox/7-wrapup/begin/css/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/7-wrapup/begin/css/styles.css -------------------------------------------------------------------------------- /day-1-flexbox/7-wrapup/begin/history.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/7-wrapup/begin/history.html -------------------------------------------------------------------------------- /day-1-flexbox/7-wrapup/begin/img/clouds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/7-wrapup/begin/img/clouds.png -------------------------------------------------------------------------------- /day-1-flexbox/7-wrapup/begin/img/fb5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/7-wrapup/begin/img/fb5.png -------------------------------------------------------------------------------- /day-1-flexbox/7-wrapup/begin/img/insta4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/7-wrapup/begin/img/insta4.png -------------------------------------------------------------------------------- /day-1-flexbox/7-wrapup/begin/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/7-wrapup/begin/img/logo.png -------------------------------------------------------------------------------- /day-1-flexbox/7-wrapup/begin/img/merilee.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/7-wrapup/begin/img/merilee.jpg -------------------------------------------------------------------------------- /day-1-flexbox/7-wrapup/begin/img/pi-day.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/7-wrapup/begin/img/pi-day.jpg -------------------------------------------------------------------------------- /day-1-flexbox/7-wrapup/begin/img/pin2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/7-wrapup/begin/img/pin2.png -------------------------------------------------------------------------------- /day-1-flexbox/7-wrapup/begin/img/scallop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/7-wrapup/begin/img/scallop.png -------------------------------------------------------------------------------- /day-1-flexbox/7-wrapup/begin/img/sitecomp_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/7-wrapup/begin/img/sitecomp_02.png -------------------------------------------------------------------------------- /day-1-flexbox/7-wrapup/begin/img/tumblr3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/7-wrapup/begin/img/tumblr3.png -------------------------------------------------------------------------------- /day-1-flexbox/7-wrapup/begin/img/twitter1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/7-wrapup/begin/img/twitter1.png -------------------------------------------------------------------------------- /day-1-flexbox/7-wrapup/begin/merilee-original.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/7-wrapup/begin/merilee-original.jpg -------------------------------------------------------------------------------- /day-1-flexbox/7-wrapup/end/css/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/7-wrapup/end/css/styles.css -------------------------------------------------------------------------------- /day-1-flexbox/7-wrapup/end/gallery.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/7-wrapup/end/gallery.html -------------------------------------------------------------------------------- /day-1-flexbox/7-wrapup/end/gallery/apple-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/7-wrapup/end/gallery/apple-pie.jpg -------------------------------------------------------------------------------- /day-1-flexbox/7-wrapup/end/gallery/boston-creme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/7-wrapup/end/gallery/boston-creme.jpg -------------------------------------------------------------------------------- /day-1-flexbox/7-wrapup/end/gallery/cherry-alamode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/7-wrapup/end/gallery/cherry-alamode.jpg -------------------------------------------------------------------------------- /day-1-flexbox/7-wrapup/end/gallery/cherry-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/7-wrapup/end/gallery/cherry-pie.jpg -------------------------------------------------------------------------------- /day-1-flexbox/7-wrapup/end/gallery/coconut-creme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/7-wrapup/end/gallery/coconut-creme.jpg -------------------------------------------------------------------------------- /day-1-flexbox/7-wrapup/end/gallery/gone-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/7-wrapup/end/gallery/gone-pie.jpg -------------------------------------------------------------------------------- /day-1-flexbox/7-wrapup/end/gallery/keylime-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/7-wrapup/end/gallery/keylime-pie.jpg -------------------------------------------------------------------------------- /day-1-flexbox/7-wrapup/end/gallery/lemon-meringue.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/7-wrapup/end/gallery/lemon-meringue.jpg -------------------------------------------------------------------------------- /day-1-flexbox/7-wrapup/end/gallery/mincemeat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/7-wrapup/end/gallery/mincemeat.jpg -------------------------------------------------------------------------------- /day-1-flexbox/7-wrapup/end/gallery/mini-pies.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/7-wrapup/end/gallery/mini-pies.jpg -------------------------------------------------------------------------------- /day-1-flexbox/7-wrapup/end/gallery/mom-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/7-wrapup/end/gallery/mom-pie.jpg -------------------------------------------------------------------------------- /day-1-flexbox/7-wrapup/end/gallery/peace-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/7-wrapup/end/gallery/peace-pie.jpg -------------------------------------------------------------------------------- /day-1-flexbox/7-wrapup/end/gallery/peach-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/7-wrapup/end/gallery/peach-pie.jpg -------------------------------------------------------------------------------- /day-1-flexbox/7-wrapup/end/gallery/pie-coffee.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/7-wrapup/end/gallery/pie-coffee.jpg -------------------------------------------------------------------------------- /day-1-flexbox/7-wrapup/end/gallery/pie-slice-buffet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/7-wrapup/end/gallery/pie-slice-buffet.jpg -------------------------------------------------------------------------------- /day-1-flexbox/7-wrapup/end/gallery/pumpkin-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/7-wrapup/end/gallery/pumpkin-pie.jpg -------------------------------------------------------------------------------- /day-1-flexbox/7-wrapup/end/gallery/whole-pie-buffet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/7-wrapup/end/gallery/whole-pie-buffet.jpg -------------------------------------------------------------------------------- /day-1-flexbox/7-wrapup/end/history.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/7-wrapup/end/history.html -------------------------------------------------------------------------------- /day-1-flexbox/7-wrapup/end/img/clouds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/7-wrapup/end/img/clouds.png -------------------------------------------------------------------------------- /day-1-flexbox/7-wrapup/end/img/fb5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/7-wrapup/end/img/fb5.png -------------------------------------------------------------------------------- /day-1-flexbox/7-wrapup/end/img/header-1200.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/7-wrapup/end/img/header-1200.jpg -------------------------------------------------------------------------------- /day-1-flexbox/7-wrapup/end/img/header-850.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/7-wrapup/end/img/header-850.jpg -------------------------------------------------------------------------------- /day-1-flexbox/7-wrapup/end/img/insta4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/7-wrapup/end/img/insta4.png -------------------------------------------------------------------------------- /day-1-flexbox/7-wrapup/end/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/7-wrapup/end/img/logo.png -------------------------------------------------------------------------------- /day-1-flexbox/7-wrapup/end/img/merilee-175.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/7-wrapup/end/img/merilee-175.jpg -------------------------------------------------------------------------------- /day-1-flexbox/7-wrapup/end/img/merilee-250.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/7-wrapup/end/img/merilee-250.jpg -------------------------------------------------------------------------------- /day-1-flexbox/7-wrapup/end/img/merilee-400.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/7-wrapup/end/img/merilee-400.jpg -------------------------------------------------------------------------------- /day-1-flexbox/7-wrapup/end/img/pi-day.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/7-wrapup/end/img/pi-day.jpg -------------------------------------------------------------------------------- /day-1-flexbox/7-wrapup/end/img/pin2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/7-wrapup/end/img/pin2.png -------------------------------------------------------------------------------- /day-1-flexbox/7-wrapup/end/img/scallop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/7-wrapup/end/img/scallop.png -------------------------------------------------------------------------------- /day-1-flexbox/7-wrapup/end/img/sitecomp_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/7-wrapup/end/img/sitecomp_02.png -------------------------------------------------------------------------------- /day-1-flexbox/7-wrapup/end/img/tumblr3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/7-wrapup/end/img/tumblr3.png -------------------------------------------------------------------------------- /day-1-flexbox/7-wrapup/end/img/twitter1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/7-wrapup/end/img/twitter1.png -------------------------------------------------------------------------------- /day-1-flexbox/7-wrapup/end/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/7-wrapup/end/index.html -------------------------------------------------------------------------------- /day-1-flexbox/7-wrapup/end/picturefill.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/7-wrapup/end/picturefill.min.js -------------------------------------------------------------------------------- /day-1-flexbox/7-wrapup/instructions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-1-flexbox/7-wrapup/instructions.txt -------------------------------------------------------------------------------- /day-2-grid/08-grid-intro/Grid Properties.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/08-grid-intro/Grid Properties.txt -------------------------------------------------------------------------------- /day-2-grid/08-grid-intro/basic.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/08-grid-intro/basic.css -------------------------------------------------------------------------------- /day-2-grid/08-grid-intro/grid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/08-grid-intro/grid.css -------------------------------------------------------------------------------- /day-2-grid/08-grid-intro/grid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/08-grid-intro/grid.html -------------------------------------------------------------------------------- /day-2-grid/08-grid-intro/img/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/08-grid-intro/img/1.jpg -------------------------------------------------------------------------------- /day-2-grid/08-grid-intro/img/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/08-grid-intro/img/2.jpg -------------------------------------------------------------------------------- /day-2-grid/08-grid-intro/img/3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/08-grid-intro/img/3.jpg -------------------------------------------------------------------------------- /day-2-grid/08-grid-intro/img/4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/08-grid-intro/img/4.jpg -------------------------------------------------------------------------------- /day-2-grid/08-grid-intro/img/5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/08-grid-intro/img/5.jpg -------------------------------------------------------------------------------- /day-2-grid/08-grid-intro/img/6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/08-grid-intro/img/6.jpg -------------------------------------------------------------------------------- /day-2-grid/08-grid-intro/instructions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/08-grid-intro/instructions.txt -------------------------------------------------------------------------------- /day-2-grid/08-grid-intro/reordering.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/08-grid-intro/reordering.css -------------------------------------------------------------------------------- /day-2-grid/08-grid-intro/reordering.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/08-grid-intro/reordering.html -------------------------------------------------------------------------------- /day-2-grid/09-mondrian-painting-demo/begin/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/09-mondrian-painting-demo/begin/index.html -------------------------------------------------------------------------------- /day-2-grid/09-mondrian-painting-demo/begin/painting.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/09-mondrian-painting-demo/begin/painting.css -------------------------------------------------------------------------------- /day-2-grid/09-mondrian-painting-demo/end/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/09-mondrian-painting-demo/end/index.html -------------------------------------------------------------------------------- /day-2-grid/09-mondrian-painting-demo/end/painting.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/09-mondrian-painting-demo/end/painting.css -------------------------------------------------------------------------------- /day-2-grid/09-mondrian-painting-demo/instructions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/09-mondrian-painting-demo/instructions.txt -------------------------------------------------------------------------------- /day-2-grid/09-mondrian-painting-demo/painting-reverse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/09-mondrian-painting-demo/painting-reverse.png -------------------------------------------------------------------------------- /day-2-grid/09-mondrian-painting-demo/painting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/09-mondrian-painting-demo/painting.png -------------------------------------------------------------------------------- /day-2-grid/10-mondrian-you-try-it/begin/mondrian2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/10-mondrian-you-try-it/begin/mondrian2.png -------------------------------------------------------------------------------- /day-2-grid/10-mondrian-you-try-it/begin/youtryit.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/10-mondrian-you-try-it/begin/youtryit.css -------------------------------------------------------------------------------- /day-2-grid/10-mondrian-you-try-it/begin/youtryit.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/10-mondrian-you-try-it/begin/youtryit.html -------------------------------------------------------------------------------- /day-2-grid/10-mondrian-you-try-it/end/mondrian2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/10-mondrian-you-try-it/end/mondrian2.png -------------------------------------------------------------------------------- /day-2-grid/10-mondrian-you-try-it/end/youtryit.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/10-mondrian-you-try-it/end/youtryit.css -------------------------------------------------------------------------------- /day-2-grid/10-mondrian-you-try-it/end/youtryit.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/10-mondrian-you-try-it/end/youtryit.html -------------------------------------------------------------------------------- /day-2-grid/10-mondrian-you-try-it/instructions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/10-mondrian-you-try-it/instructions.txt -------------------------------------------------------------------------------- /day-2-grid/11-grid-grid/begin/css/grid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/11-grid-grid/begin/css/grid.css -------------------------------------------------------------------------------- /day-2-grid/11-grid-grid/begin/css/normalize.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/11-grid-grid/begin/css/normalize.css -------------------------------------------------------------------------------- /day-2-grid/11-grid-grid/begin/grid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/11-grid-grid/begin/grid.html -------------------------------------------------------------------------------- /day-2-grid/11-grid-grid/begin/img/boston-cream.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/11-grid-grid/begin/img/boston-cream.jpg -------------------------------------------------------------------------------- /day-2-grid/11-grid-grid/begin/img/coconut-cream.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/11-grid-grid/begin/img/coconut-cream.jpg -------------------------------------------------------------------------------- /day-2-grid/11-grid-grid/begin/img/keylime-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/11-grid-grid/begin/img/keylime-pie.jpg -------------------------------------------------------------------------------- /day-2-grid/11-grid-grid/begin/img/pumpkin-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/11-grid-grid/begin/img/pumpkin-pie.jpg -------------------------------------------------------------------------------- /day-2-grid/11-grid-grid/end/css/grid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/11-grid-grid/end/css/grid.css -------------------------------------------------------------------------------- /day-2-grid/11-grid-grid/end/css/normalize.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/11-grid-grid/end/css/normalize.css -------------------------------------------------------------------------------- /day-2-grid/11-grid-grid/end/grid.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/11-grid-grid/end/grid.html -------------------------------------------------------------------------------- /day-2-grid/11-grid-grid/end/img/boston-cream.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/11-grid-grid/end/img/boston-cream.jpg -------------------------------------------------------------------------------- /day-2-grid/11-grid-grid/end/img/coconut-cream.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/11-grid-grid/end/img/coconut-cream.jpg -------------------------------------------------------------------------------- /day-2-grid/11-grid-grid/end/img/keylime-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/11-grid-grid/end/img/keylime-pie.jpg -------------------------------------------------------------------------------- /day-2-grid/11-grid-grid/end/img/pumpkin-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/11-grid-grid/end/img/pumpkin-pie.jpg -------------------------------------------------------------------------------- /day-2-grid/11-grid-grid/instructions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/11-grid-grid/instructions.txt -------------------------------------------------------------------------------- /day-2-grid/12-grid-area/begin/grid-area.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/12-grid-area/begin/grid-area.css -------------------------------------------------------------------------------- /day-2-grid/12-grid-area/begin/grid-area.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/12-grid-area/begin/grid-area.html -------------------------------------------------------------------------------- /day-2-grid/12-grid-area/end/grid-area.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/12-grid-area/end/grid-area.css -------------------------------------------------------------------------------- /day-2-grid/12-grid-area/end/grid-area.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/12-grid-area/end/grid-area.html -------------------------------------------------------------------------------- /day-2-grid/12-grid-area/instructions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/12-grid-area/instructions.txt -------------------------------------------------------------------------------- /day-2-grid/13-grid-nesting/begin/nesting.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/13-grid-nesting/begin/nesting.css -------------------------------------------------------------------------------- /day-2-grid/13-grid-nesting/begin/nesting.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/13-grid-nesting/begin/nesting.html -------------------------------------------------------------------------------- /day-2-grid/13-grid-nesting/end/nesting.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/13-grid-nesting/end/nesting.css -------------------------------------------------------------------------------- /day-2-grid/13-grid-nesting/end/nesting.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/13-grid-nesting/end/nesting.html -------------------------------------------------------------------------------- /day-2-grid/13-grid-nesting/instructions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/13-grid-nesting/instructions.txt -------------------------------------------------------------------------------- /day-2-grid/14-grid-offsets/begin/offsets.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/14-grid-offsets/begin/offsets.css -------------------------------------------------------------------------------- /day-2-grid/14-grid-offsets/begin/offsets.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/14-grid-offsets/begin/offsets.html -------------------------------------------------------------------------------- /day-2-grid/14-grid-offsets/end/offsets.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/14-grid-offsets/end/offsets.css -------------------------------------------------------------------------------- /day-2-grid/14-grid-offsets/end/offsets.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/14-grid-offsets/end/offsets.html -------------------------------------------------------------------------------- /day-2-grid/14-grid-offsets/instructions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/14-grid-offsets/instructions.txt -------------------------------------------------------------------------------- /day-2-grid/15-pie-grid-you-try-it/begin/css/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/15-pie-grid-you-try-it/begin/css/styles.css -------------------------------------------------------------------------------- /day-2-grid/15-pie-grid-you-try-it/begin/history.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/15-pie-grid-you-try-it/begin/history.html -------------------------------------------------------------------------------- /day-2-grid/15-pie-grid-you-try-it/begin/img/clouds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/15-pie-grid-you-try-it/begin/img/clouds.png -------------------------------------------------------------------------------- /day-2-grid/15-pie-grid-you-try-it/begin/img/fb5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/15-pie-grid-you-try-it/begin/img/fb5.png -------------------------------------------------------------------------------- /day-2-grid/15-pie-grid-you-try-it/begin/img/insta4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/15-pie-grid-you-try-it/begin/img/insta4.png -------------------------------------------------------------------------------- /day-2-grid/15-pie-grid-you-try-it/begin/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/15-pie-grid-you-try-it/begin/img/logo.png -------------------------------------------------------------------------------- /day-2-grid/15-pie-grid-you-try-it/begin/img/merilee.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/15-pie-grid-you-try-it/begin/img/merilee.jpg -------------------------------------------------------------------------------- /day-2-grid/15-pie-grid-you-try-it/begin/img/pi-day.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/15-pie-grid-you-try-it/begin/img/pi-day.jpg -------------------------------------------------------------------------------- /day-2-grid/15-pie-grid-you-try-it/begin/img/pin2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/15-pie-grid-you-try-it/begin/img/pin2.png -------------------------------------------------------------------------------- /day-2-grid/15-pie-grid-you-try-it/begin/img/scallop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/15-pie-grid-you-try-it/begin/img/scallop.png -------------------------------------------------------------------------------- /day-2-grid/15-pie-grid-you-try-it/begin/img/sitecomp_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/15-pie-grid-you-try-it/begin/img/sitecomp_02.png -------------------------------------------------------------------------------- /day-2-grid/15-pie-grid-you-try-it/begin/img/tumblr3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/15-pie-grid-you-try-it/begin/img/tumblr3.png -------------------------------------------------------------------------------- /day-2-grid/15-pie-grid-you-try-it/begin/img/twitter1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/15-pie-grid-you-try-it/begin/img/twitter1.png -------------------------------------------------------------------------------- /day-2-grid/15-pie-grid-you-try-it/end/css/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/15-pie-grid-you-try-it/end/css/styles.css -------------------------------------------------------------------------------- /day-2-grid/15-pie-grid-you-try-it/end/history.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/15-pie-grid-you-try-it/end/history.html -------------------------------------------------------------------------------- /day-2-grid/15-pie-grid-you-try-it/end/img/clouds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/15-pie-grid-you-try-it/end/img/clouds.png -------------------------------------------------------------------------------- /day-2-grid/15-pie-grid-you-try-it/end/img/fb5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/15-pie-grid-you-try-it/end/img/fb5.png -------------------------------------------------------------------------------- /day-2-grid/15-pie-grid-you-try-it/end/img/insta4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/15-pie-grid-you-try-it/end/img/insta4.png -------------------------------------------------------------------------------- /day-2-grid/15-pie-grid-you-try-it/end/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/15-pie-grid-you-try-it/end/img/logo.png -------------------------------------------------------------------------------- /day-2-grid/15-pie-grid-you-try-it/end/img/merilee.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/15-pie-grid-you-try-it/end/img/merilee.jpg -------------------------------------------------------------------------------- /day-2-grid/15-pie-grid-you-try-it/end/img/pi-day.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/15-pie-grid-you-try-it/end/img/pi-day.jpg -------------------------------------------------------------------------------- /day-2-grid/15-pie-grid-you-try-it/end/img/pin2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/15-pie-grid-you-try-it/end/img/pin2.png -------------------------------------------------------------------------------- /day-2-grid/15-pie-grid-you-try-it/end/img/scallop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/15-pie-grid-you-try-it/end/img/scallop.png -------------------------------------------------------------------------------- /day-2-grid/15-pie-grid-you-try-it/end/img/sitecomp_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/15-pie-grid-you-try-it/end/img/sitecomp_02.png -------------------------------------------------------------------------------- /day-2-grid/15-pie-grid-you-try-it/end/img/tumblr3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/15-pie-grid-you-try-it/end/img/tumblr3.png -------------------------------------------------------------------------------- /day-2-grid/15-pie-grid-you-try-it/end/img/twitter1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/15-pie-grid-you-try-it/end/img/twitter1.png -------------------------------------------------------------------------------- /day-2-grid/15-pie-grid-you-try-it/instructions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/15-pie-grid-you-try-it/instructions.txt -------------------------------------------------------------------------------- /day-2-grid/16-grid-fallbacks/fallback url.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/16-grid-fallbacks/fallback url.txt -------------------------------------------------------------------------------- /day-2-grid/16-grid-fallbacks/instructions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/16-grid-fallbacks/instructions.txt -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/begin/flexbox gallery/gallery-2.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/begin/flexbox gallery/gallery-2.css -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/begin/flexbox gallery/gallery.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/begin/flexbox gallery/gallery.css -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/begin/flexbox gallery/gallery.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/begin/flexbox gallery/gallery.html -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/begin/flexbox gallery/gallery/apple-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/begin/flexbox gallery/gallery/apple-pie.jpg -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/begin/flexbox gallery/gallery/boston-creme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/begin/flexbox gallery/gallery/boston-creme.jpg -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/begin/flexbox gallery/gallery/cherry-alamode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/begin/flexbox gallery/gallery/cherry-alamode.jpg -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/begin/flexbox gallery/gallery/cherry-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/begin/flexbox gallery/gallery/cherry-pie.jpg -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/begin/flexbox gallery/gallery/coconut-creme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/begin/flexbox gallery/gallery/coconut-creme.jpg -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/begin/flexbox gallery/gallery/gone-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/begin/flexbox gallery/gallery/gone-pie.jpg -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/begin/flexbox gallery/gallery/keylime-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/begin/flexbox gallery/gallery/keylime-pie.jpg -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/begin/flexbox gallery/gallery/lemon-meringue.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/begin/flexbox gallery/gallery/lemon-meringue.jpg -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/begin/flexbox gallery/gallery/mincemeat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/begin/flexbox gallery/gallery/mincemeat.jpg -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/begin/flexbox gallery/gallery/mini-pies.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/begin/flexbox gallery/gallery/mini-pies.jpg -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/begin/flexbox gallery/gallery/mom-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/begin/flexbox gallery/gallery/mom-pie.jpg -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/begin/flexbox gallery/gallery/peace-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/begin/flexbox gallery/gallery/peace-pie.jpg -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/begin/flexbox gallery/gallery/peach-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/begin/flexbox gallery/gallery/peach-pie.jpg -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/begin/flexbox gallery/gallery/pie-coffee.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/begin/flexbox gallery/gallery/pie-coffee.jpg -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/begin/flexbox gallery/gallery/pie-slice-buffet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/begin/flexbox gallery/gallery/pie-slice-buffet.jpg -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/begin/flexbox gallery/gallery/pumpkin-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/begin/flexbox gallery/gallery/pumpkin-pie.jpg -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/begin/flexbox gallery/gallery/whole-pie-buffet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/begin/flexbox gallery/gallery/whole-pie-buffet.jpg -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/begin/pie in the sky as grid/css/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/begin/pie in the sky as grid/css/styles.css -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/begin/pie in the sky as grid/history.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/begin/pie in the sky as grid/history.html -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/begin/pie in the sky as grid/img/clouds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/begin/pie in the sky as grid/img/clouds.png -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/begin/pie in the sky as grid/img/fb5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/begin/pie in the sky as grid/img/fb5.png -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/begin/pie in the sky as grid/img/insta4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/begin/pie in the sky as grid/img/insta4.png -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/begin/pie in the sky as grid/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/begin/pie in the sky as grid/img/logo.png -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/begin/pie in the sky as grid/img/merilee.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/begin/pie in the sky as grid/img/merilee.jpg -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/begin/pie in the sky as grid/img/pi-day.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/begin/pie in the sky as grid/img/pi-day.jpg -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/begin/pie in the sky as grid/img/pin2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/begin/pie in the sky as grid/img/pin2.png -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/begin/pie in the sky as grid/img/scallop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/begin/pie in the sky as grid/img/scallop.png -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/begin/pie in the sky as grid/img/sitecomp_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/begin/pie in the sky as grid/img/sitecomp_02.png -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/begin/pie in the sky as grid/img/tumblr3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/begin/pie in the sky as grid/img/tumblr3.png -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/begin/pie in the sky as grid/img/twitter1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/begin/pie in the sky as grid/img/twitter1.png -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/end/css/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/end/css/styles.css -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/end/gallery.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/end/gallery.html -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/end/gallery/apple-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/end/gallery/apple-pie.jpg -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/end/gallery/boston-creme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/end/gallery/boston-creme.jpg -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/end/gallery/cherry-alamode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/end/gallery/cherry-alamode.jpg -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/end/gallery/cherry-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/end/gallery/cherry-pie.jpg -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/end/gallery/coconut-creme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/end/gallery/coconut-creme.jpg -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/end/gallery/gone-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/end/gallery/gone-pie.jpg -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/end/gallery/keylime-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/end/gallery/keylime-pie.jpg -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/end/gallery/lemon-meringue.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/end/gallery/lemon-meringue.jpg -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/end/gallery/mincemeat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/end/gallery/mincemeat.jpg -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/end/gallery/mini-pies.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/end/gallery/mini-pies.jpg -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/end/gallery/mom-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/end/gallery/mom-pie.jpg -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/end/gallery/peace-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/end/gallery/peace-pie.jpg -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/end/gallery/peach-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/end/gallery/peach-pie.jpg -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/end/gallery/pie-coffee.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/end/gallery/pie-coffee.jpg -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/end/gallery/pie-slice-buffet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/end/gallery/pie-slice-buffet.jpg -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/end/gallery/pumpkin-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/end/gallery/pumpkin-pie.jpg -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/end/gallery/whole-pie-buffet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/end/gallery/whole-pie-buffet.jpg -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/end/history.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/end/history.html -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/end/img/clouds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/end/img/clouds.png -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/end/img/fb5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/end/img/fb5.png -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/end/img/insta4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/end/img/insta4.png -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/end/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/end/img/logo.png -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/end/img/merilee.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/end/img/merilee.jpg -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/end/img/pi-day.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/end/img/pi-day.jpg -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/end/img/pin2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/end/img/pin2.png -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/end/img/scallop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/end/img/scallop.png -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/end/img/sitecomp_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/end/img/sitecomp_02.png -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/end/img/tumblr3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/end/img/tumblr3.png -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/end/img/twitter1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/end/img/twitter1.png -------------------------------------------------------------------------------- /day-2-grid/17-grid-and-flexbox/instructions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/17-grid-and-flexbox/instructions.txt -------------------------------------------------------------------------------- /day-2-grid/18-practice/end/catering.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/18-practice/end/catering.html -------------------------------------------------------------------------------- /day-2-grid/18-practice/end/contact.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/18-practice/end/contact.html -------------------------------------------------------------------------------- /day-2-grid/18-practice/end/css/styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/18-practice/end/css/styles.css -------------------------------------------------------------------------------- /day-2-grid/18-practice/end/gallery.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/18-practice/end/gallery.html -------------------------------------------------------------------------------- /day-2-grid/18-practice/end/gallery/apple-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/18-practice/end/gallery/apple-pie.jpg -------------------------------------------------------------------------------- /day-2-grid/18-practice/end/gallery/boston-creme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/18-practice/end/gallery/boston-creme.jpg -------------------------------------------------------------------------------- /day-2-grid/18-practice/end/gallery/cherry-alamode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/18-practice/end/gallery/cherry-alamode.jpg -------------------------------------------------------------------------------- /day-2-grid/18-practice/end/gallery/cherry-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/18-practice/end/gallery/cherry-pie.jpg -------------------------------------------------------------------------------- /day-2-grid/18-practice/end/gallery/coconut-creme.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/18-practice/end/gallery/coconut-creme.jpg -------------------------------------------------------------------------------- /day-2-grid/18-practice/end/gallery/gone-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/18-practice/end/gallery/gone-pie.jpg -------------------------------------------------------------------------------- /day-2-grid/18-practice/end/gallery/keylime-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/18-practice/end/gallery/keylime-pie.jpg -------------------------------------------------------------------------------- /day-2-grid/18-practice/end/gallery/lemon-meringue.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/18-practice/end/gallery/lemon-meringue.jpg -------------------------------------------------------------------------------- /day-2-grid/18-practice/end/gallery/mincemeat.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/18-practice/end/gallery/mincemeat.jpg -------------------------------------------------------------------------------- /day-2-grid/18-practice/end/gallery/mini-pies.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/18-practice/end/gallery/mini-pies.jpg -------------------------------------------------------------------------------- /day-2-grid/18-practice/end/gallery/mom-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/18-practice/end/gallery/mom-pie.jpg -------------------------------------------------------------------------------- /day-2-grid/18-practice/end/gallery/peace-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/18-practice/end/gallery/peace-pie.jpg -------------------------------------------------------------------------------- /day-2-grid/18-practice/end/gallery/peach-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/18-practice/end/gallery/peach-pie.jpg -------------------------------------------------------------------------------- /day-2-grid/18-practice/end/gallery/pie-coffee.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/18-practice/end/gallery/pie-coffee.jpg -------------------------------------------------------------------------------- /day-2-grid/18-practice/end/gallery/pie-slice-buffet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/18-practice/end/gallery/pie-slice-buffet.jpg -------------------------------------------------------------------------------- /day-2-grid/18-practice/end/gallery/pumpkin-pie.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/18-practice/end/gallery/pumpkin-pie.jpg -------------------------------------------------------------------------------- /day-2-grid/18-practice/end/gallery/whole-pie-buffet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/18-practice/end/gallery/whole-pie-buffet.jpg -------------------------------------------------------------------------------- /day-2-grid/18-practice/end/history.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/18-practice/end/history.html -------------------------------------------------------------------------------- /day-2-grid/18-practice/end/img/clouds.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/18-practice/end/img/clouds.png -------------------------------------------------------------------------------- /day-2-grid/18-practice/end/img/fb5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/18-practice/end/img/fb5.png -------------------------------------------------------------------------------- /day-2-grid/18-practice/end/img/header-1200.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/18-practice/end/img/header-1200.jpg -------------------------------------------------------------------------------- /day-2-grid/18-practice/end/img/header-850.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/18-practice/end/img/header-850.jpg -------------------------------------------------------------------------------- /day-2-grid/18-practice/end/img/insta4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/18-practice/end/img/insta4.png -------------------------------------------------------------------------------- /day-2-grid/18-practice/end/img/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/18-practice/end/img/logo.png -------------------------------------------------------------------------------- /day-2-grid/18-practice/end/img/merilee-175.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/18-practice/end/img/merilee-175.jpg -------------------------------------------------------------------------------- /day-2-grid/18-practice/end/img/merilee-250.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/18-practice/end/img/merilee-250.jpg -------------------------------------------------------------------------------- /day-2-grid/18-practice/end/img/merilee-400.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/18-practice/end/img/merilee-400.jpg -------------------------------------------------------------------------------- /day-2-grid/18-practice/end/img/merilee.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/18-practice/end/img/merilee.jpg -------------------------------------------------------------------------------- /day-2-grid/18-practice/end/img/pi-day.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/18-practice/end/img/pi-day.jpg -------------------------------------------------------------------------------- /day-2-grid/18-practice/end/img/pin2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/18-practice/end/img/pin2.png -------------------------------------------------------------------------------- /day-2-grid/18-practice/end/img/scallop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/18-practice/end/img/scallop.png -------------------------------------------------------------------------------- /day-2-grid/18-practice/end/img/sitecomp_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/18-practice/end/img/sitecomp_02.png -------------------------------------------------------------------------------- /day-2-grid/18-practice/end/img/tumblr3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/18-practice/end/img/tumblr3.png -------------------------------------------------------------------------------- /day-2-grid/18-practice/end/img/twitter1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/18-practice/end/img/twitter1.png -------------------------------------------------------------------------------- /day-2-grid/18-practice/end/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/18-practice/end/index.html -------------------------------------------------------------------------------- /day-2-grid/18-practice/end/menu.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/18-practice/end/menu.html -------------------------------------------------------------------------------- /day-2-grid/18-practice/instructions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day-2-grid/18-practice/instructions.txt -------------------------------------------------------------------------------- /day1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day1.pdf -------------------------------------------------------------------------------- /day2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/day2.pdf -------------------------------------------------------------------------------- /resources/resources.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jen4web/fem-layout/HEAD/resources/resources.txt --------------------------------------------------------------------------------