Mineo's Pizza House
14 |
├── .gitignore ├── 1-selectors ├── 01-picasso │ ├── index.html │ └── styles.css ├── 02-syntax │ ├── index.html │ └── styles.css ├── 03-selectors-1 │ ├── index.html │ └── styles.css ├── 04-selectors-2 │ ├── index.html │ └── styles.css └── 05-concert-flyer │ ├── index.html │ └── styles.css ├── 2-properties ├── 06-rainbow │ ├── index.html │ └── styles.css ├── 07-measurements │ ├── index.html │ └── styles.css ├── 08-five-families │ ├── index.html │ └── styles.css ├── 09-spellcheck │ ├── index.html │ └── styles.css ├── 10-wallpaper │ ├── index.html │ └── styles.css ├── 11-shorthands │ ├── index.html │ └── styles.css └── 12-invitation │ ├── index.html │ └── styles.css ├── 3-box-model ├── 14-profile-status │ ├── index.html │ └── styles.css ├── 15-wiggle-room │ ├── index.html │ └── styles.css ├── 16-spaced-out │ ├── index.html │ └── styles.css ├── 17-make-it-count │ ├── index.html │ └── styles.css └── 18-local-library │ ├── index.html │ └── styles.css ├── 4-layout ├── 19-lines-and-blocks │ ├── index.html │ └── styles.css ├── 20-go-with-the-flow │ ├── index.html │ └── styles.css ├── 21-its-all-relative │ ├── index.html │ └── styles.css ├── 22-absolute-removal │ ├── index.html │ └── styles.css ├── 23-fixed-banner │ ├── index.html │ └── styles.css ├── 24-sticky-elements │ ├── index.html │ └── styles.css └── 25-art-gallery │ ├── images │ ├── avant-garde-painting.png │ ├── dippy-the-dinosaur.png │ ├── ghibli-museum.png │ ├── greek-sculpture.png │ ├── mondrian-composition-with-rby.png │ ├── morning-at-montrose.png │ ├── picture-frame.png │ └── winged-victory-of-samothrace.png │ ├── solution │ ├── index.html │ └── styles.css │ └── starter │ ├── index.html │ └── styles.css ├── LICENSE └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | 3 | # Other files and folders 4 | .settings/ 5 | 6 | # Executables 7 | *.swf 8 | *.air 9 | *.ipa 10 | *.apk 11 | 12 | # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties` 13 | # should NOT be excluded as they contain compiler settings and other important 14 | # information for Eclipse / Flash Builder. -------------------------------------------------------------------------------- /1-selectors/01-picasso/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |
7 | 8 |Malcolm in the Middle
12 | 13 | 14 | -------------------------------------------------------------------------------- /1-selectors/02-syntax/styles.css: -------------------------------------------------------------------------------- 1 | /* Syntax 🧱 */ 2 | /* Codédex */ 3 | 4 | p { 5 | color: red; 6 | font-size: 25px; 7 | } -------------------------------------------------------------------------------- /1-selectors/03-selectors-1/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 |Roses are red.
13 |Violets are blue.
14 |Sugar is sweet.
15 |And so are you!
16 |Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis ut aliquam ligula. Pellentesque ac maximus leo. Nam quis sodales mi. Donec eleifend fermentum posuere. Vestibulum nibh enim, vulputate id ipsum tristique, accumsan bibendum purus. Etiam lacinia, arcu in interdum semper, nulla erat tincidunt diam, ut sollicitudin ante felis sit amet justo. Nunc vel mauris egestas, interdum nunc eu, consectetur ex. Mauris blandit lacus nec volutpat fringilla. Praesent erat orci, tincidunt in lectus sed, posuere sodales ante. Integer ut massa ligula. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nullam efficitur ultrices consequat. Nullam tempus ultrices enim, in tempus ex dapibus rhoncus.
20 |Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis ut aliquam ligula. Pellentesque ac maximus leo. Nam quis sodales mi. Donec eleifend fermentum posuere. Vestibulum nibh enim, vulputate id ipsum tristique, accumsan bibendum purus. Etiam lacinia, arcu in interdum semper, nulla erat tincidunt diam, ut sollicitudin ante felis sit amet justo. Nunc vel mauris egestas, interdum nunc eu, consectetur ex. Mauris blandit lacus nec volutpat fringilla. Praesent erat orci, tincidunt in lectus sed, posuere sodales ante. Integer ut massa ligula. Interdum et malesuada fames ac ante ipsum primis in faucibus. Nullam efficitur ultrices consequat. Nullam tempus ultrices enim, in tempus ex dapibus rhoncus.
25 |9 | 10 |
11 | 12 | -------------------------------------------------------------------------------- /2-properties/08-five-families/styles.css: -------------------------------------------------------------------------------- 1 | p { 2 | font-family: Arial, Helvetica, sans-serif; 3 | font-size: 4em; 4 | font-weight: 700; 5 | } 6 | -------------------------------------------------------------------------------- /2-properties/09-spellcheck/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |12 | Come join us for a night of fun, laughter, and good company at the most exciting party of the year! We're thrilled to invite you to our exclusive soirée, where you'll rub shoulders with the city's most interesting and influential personalities. 13 |
14 |15 | Expect an unforgettable night filled with live music, delicious drinks, and mouthwatering hors d'oeuvres. The dress code is cocktail attire, so put on your most stylish outfit and get ready to mix and mingle with some of the brightest minds and biggest hearts around. 16 |
17 |18 | We can't wait to see you there! 19 |
20 |
22 | Date:
23 | Time:
24 | Location:
25 | RSVP by to let us know you'll be joining!
26 |
28 | Sincerely, 29 |
30 | 31 |Visited the library! 📚 #libraries #readingisawesome
13 |Carpe diem! #wordsofencouragement #wordsofwisdom
20 |Visited the library! 📚 #libraries #readingisawesome
13 |Carpe diem! #wordsofencouragement #wordsofwisdom
19 |Visited the library! 📚 #libraries #readingisawesome
13 |Carpe diem! #wordsofencouragement #wordsofwisdom
19 |Visited the library! 📚 #libraries #readingisawesome
13 |Carpe diem! #wordsofencouragement #wordsofwisdom
19 |22 | Guided by our dedication to literacy and learning and patron-focused services and programs, the Library is a fun space for using information and technology to build knowledge and foster community, social connection. 23 |
24 |Top-notch 1:1 Instructors!
13 | 20 |For over 15 years, we have provided an impactful, results-focused tutoring experience to all of our pupils!
25 |It all started as homework-help between two friends at the library. One friend needed the other's help with algebra and how they could apply it in everyday life.
26 |We offer a multitude of tutoring services across many platforms, including:
31 |Top-notch 1:1 Instructors!
13 | 20 |We've got a new 6-week course on video editing where you get to meet one-on-one with an industry professional each week! Join here!
26 |For over 15 years, we have provided an impactful, results-focused tutoring experience to all of our pupils!
31 |It all started as homework-help between two friends at the library. One friend needed the other's help with algebra and how they could apply it in everyday life.
32 |We offer a multitude of tutoring services across many platforms, including:
37 |Top-notch 1:1 Instructors!
13 | 20 |For over 15 years, we have provided an impactful, results-focused tutoring experience to all of our pupils!
25 |It all started as homework-help between two friends at the library. One friend needed the other's help with algebra and how they could apply it in everyday life.
26 |We've got a new 6-week course on video editing where you get to meet one-on-one with an industry professional each week! Join here!
34 |We offer a multitude of tutoring services across many platforms, including:
37 |Top-notch 1:1 Instructors!
13 | 20 |We've got a new 6-week course on video editing where you get to meet one-on-one with an industry professional each week! Join here!
26 |For over 15 years, we have provided an impactful, results-focused tutoring experience to all of our pupils!
31 |It all started as homework-help between two friends at the library. One friend needed the other's help with algebra and how they could apply it in everyday life.
32 |We offer a multitude of tutoring services across many platforms, including:
37 |Top-notch 1:1 Instructors!
13 | 20 |We've got a new 6-week course on video editing where you get to meet one-on-one with an industry professional each week! Join here!
26 |For over 15 years, we have provided an impactful, results-focused tutoring experience to all of our pupils!
31 |It all started as homework-help between two friends at the library. One friend needed the other's help with algebra and how they could apply it in everyday life.
32 |We offer a multitude of tutoring services across many platforms, including:
37 |Top-notch 1:1 Instructors!
13 | 20 |We've got a new 6-week course on video editing where you get to meet one-on-one with an industry professional each week! Join here!
26 |For over 15 years, we have provided an impactful, results-focused tutoring experience to all of our pupils!
31 |It all started as homework-help between two friends at the library. One friend needed the other's help with algebra and how they could apply it in everyday life.
32 |We offer a multitude of tutoring services across many platforms, including:
37 |How Will You Arrange Your Visit?
15 |How Will You Arrange Your Visit?
15 |