{"id":114,"date":"2024-05-24T15:41:16","date_gmt":"2024-05-24T15:41:16","guid":{"rendered":"https:\/\/theroyalscode.com\/students\/h_francois\/?p=114"},"modified":"2024-05-24T15:41:16","modified_gmt":"2024-05-24T15:41:16","slug":"friday-5-24-2024","status":"publish","type":"post","link":"https:\/\/theroyalscode.com\/students\/h_francois\/2024\/05\/24\/friday-5-24-2024\/","title":{"rendered":"Friday 5\/24\/2024"},"content":{"rendered":"\n<p>today I worked on the project of creating a caf\u00e9 menu in freecodecamp using HTML I did this by first adding an header using the elements; h1, h2 &amp; p and then I used classes to set items and everything else ill show below with code<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;!DOCTYPE html>\n&lt;html lang=\"en\">\n  &lt;head>\n    &lt;meta charset=\"utf-8\" \/>\n    &lt;meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n    &lt;title>Cafe Menu&lt;\/title>\n    &lt;link href=\"styles.css\" rel=\"stylesheet\"\/>\n  &lt;\/head>\n  &lt;body>\n    &lt;div class=\"menu\">\n      &lt;main>\n        &lt;h1>CAMPER CAFE&lt;\/h1>\n        &lt;p>Est. 2020&lt;\/p>\n        &lt;section>\n          &lt;h2>Coffee&lt;\/h2>\n          &lt;article class=\"item\">\n            &lt;p class=\"flavor\">French Vanilla&lt;\/p>&lt;p class=\"price\">3.00&lt;\/p>\n          &lt;\/article>\n          &lt;article class=\"item\">\n            &lt;p class=\"flavor\">Caramel Macchiato&lt;\/p>&lt;p class=\"price\">3.75&lt;\/p>\n          &lt;\/article>\n          &lt;article class=\"item\">\n            &lt;p class=\"flavor\">Pumpkin Spice&lt;\/p>&lt;p class=\"price\">3.50&lt;\/p>\n          &lt;\/article>\n          &lt;article class=\"item\">\n            &lt;p class=\"flavor\">Hazelnut&lt;\/p>&lt;p class=\"price\">4.00&lt;\/p>\n          &lt;\/article>\n          &lt;article class=\"item\">\n            &lt;p class=\"flavor\">Mocha&lt;\/p>&lt;p class=\"price\">4.50&lt;\/p>\n          &lt;\/article>\n        &lt;\/section>\n        &lt;section>\n          &lt;h2>Desserts&lt;\/h2>\n          &lt;article class=\"item\">\n            &lt;p>Donut&lt;\/p>&lt;p>1.50&lt;\/p>\n          &lt;\/article>\n        &lt;\/section>\n      &lt;\/main>\n    &lt;\/div>\n  &lt;\/body>\n&lt;\/html><\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"960\" height=\"536\" src=\"https:\/\/theroyalscode.com\/students\/h_francois\/wp-content\/uploads\/2024\/05\/Capturecafe.png\" alt=\"\" class=\"wp-image-115\" srcset=\"https:\/\/theroyalscode.com\/students\/h_francois\/wp-content\/uploads\/2024\/05\/Capturecafe.png 960w, https:\/\/theroyalscode.com\/students\/h_francois\/wp-content\/uploads\/2024\/05\/Capturecafe-300x168.png 300w, https:\/\/theroyalscode.com\/students\/h_francois\/wp-content\/uploads\/2024\/05\/Capturecafe-768x429.png 768w\" sizes=\"auto, (max-width: 960px) 100vw, 960px\" \/><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>today I worked on the project of creating a caf\u00e9 menu in freecodecamp using HTML I did this by first adding an header using the elements; h1, h2 &amp; p and then I used classes to set items and everything else ill show below with code<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-114","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/theroyalscode.com\/students\/h_francois\/wp-json\/wp\/v2\/posts\/114","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/theroyalscode.com\/students\/h_francois\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/theroyalscode.com\/students\/h_francois\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/theroyalscode.com\/students\/h_francois\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/theroyalscode.com\/students\/h_francois\/wp-json\/wp\/v2\/comments?post=114"}],"version-history":[{"count":1,"href":"https:\/\/theroyalscode.com\/students\/h_francois\/wp-json\/wp\/v2\/posts\/114\/revisions"}],"predecessor-version":[{"id":116,"href":"https:\/\/theroyalscode.com\/students\/h_francois\/wp-json\/wp\/v2\/posts\/114\/revisions\/116"}],"wp:attachment":[{"href":"https:\/\/theroyalscode.com\/students\/h_francois\/wp-json\/wp\/v2\/media?parent=114"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/theroyalscode.com\/students\/h_francois\/wp-json\/wp\/v2\/categories?post=114"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/theroyalscode.com\/students\/h_francois\/wp-json\/wp\/v2\/tags?post=114"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}