2022-10-01 22:18:13 -07:00
<!doctype html> < html lang = en > < head > < meta charset = utf-8 > < meta name = viewport content = "width=device-width,initial-scale=1" > < link rel = stylesheet href = https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css > < link rel = stylesheet type = text/css href = https://unpkg.com/bulma-prefers-dark > < script > document . addEventListener ( "DOMContentLoaded" , ( ) => { const e = Array . prototype . slice . call ( document . querySelectorAll ( ".navbar-burger" ) , 0 ) ; e . forEach ( e => { e . addEventListener ( "click" , ( ) => { const t = e . dataset . target , n = document . getElementById ( t ) ; e . classList . toggle ( "is-active" ) , n . classList . toggle ( "is-active" ) } ) } ) } ) < / script > < title > Main Dish< / title > < / head > < body > < nav class = "navbar is-primary" role = navigation aria-label = "main navigation" > < div class = navbar-brand > < a class = navbar-item href = https://jtom38.github.io/cookbook/ > Cookbook< / a >
< a role = button class = navbar-burger aria-label = menu aria-expanded = false data-target = navbarBasicExample > < span aria-hidden = true > < / span >
< span aria-hidden = true > < / span >
2022-10-01 22:27:18 -07:00
< span aria-hidden = true > < / span > < / a > < / div > < div id = navbarBasicExample class = navbar-menu > < div class = navbar-start > < a class = navbar-item href = https://jtom38.github.io/cookbook/recipies > Recipies< / a >
< a class = navbar-item href = https://jtom38.github.io/cookbook/tags > Tags< / a >
< a class = navbar-item href = https://jtom38.github.io/cookbook/categories > Categories< / a >
< a class = navbar-item href = https://jtom38.github.io/cookbook/recipies/index.xml > RSS Feed< / a > < / div > < / div > < / nav > < section class = "hero is-primary" > < div class = hero-body > < h1 class = title > Main Dish< / h1 > < p class = subtitle > < / p > < / div > < / section > < div class = container > < br > < div class = card > < div class = card-content > < div class = media > < div class = media-left > < figure class = "image is-128x128" > < img src = ./chicken-mozzarella-pasta-with-sun-dried-tomatoes/thumbnail.png alt = "Placeholder image" > < / figure > < / div > < div class = media-content > < p class = "title is-4" > < a href = https://jtom38.github.io/cookbook/recipies/chicken-mozzarella-pasta-with-sun-dried-tomatoes/ > Sun-Dried Tomato Pasta with Chicken and Mozzarella< / a > < / p > < p class = "subtitle is-6" > < / p > < div class = buttons > < button class = button >
2022-10-01 22:18:13 -07:00
< a href = https://jtom38.github.io/cookbook/tags/pasta > Pasta< / a > < / button >
< button class = button >
< a href = https://jtom38.github.io/cookbook/tags/itilian > Itilian< / a > < / button >
< button class = button >
< a href = https://jtom38.github.io/cookbook/tags/chicken > Chicken< / a > < / button >
< button class = button >
< a href = https://jtom38.github.io/cookbook/tags/tomatoes > Tomatoes< / a > < / button >
< button class = button >
< a href = https://jtom38.github.io/cookbook/tags/summer > Summer< / a > < / button >
< button class = button >
< a href = https://jtom38.github.io/cookbook/tags/fall > Fall< / a > < / button > < / div > < div class = buttons > < button class = button >
< a href = https://jtom38.github.io/cookbook/categories/main-dish > Main Dish< / a > < / button > < / div > < / div > < / div > < / div > < / div > < div class = card > < div class = card-content > < div class = media > < div class = media-left > < figure class = "image is-128x128" > < img src = ./pasta-e-fagioli-soup/thumbnail.png alt = "Placeholder image" > < / figure > < / div > < div class = media-content > < p class = "title is-4" > < a href = https://jtom38.github.io/cookbook/recipies/pasta-e-fagioli-soup/ > Pasta e Fagioli Soup< / a > < / p > < p class = "subtitle is-6" > Fantastic winter soup< / p > < div class = buttons > < button class = button >
< a href = https://jtom38.github.io/cookbook/tags/soup > Soup< / a > < / button >
< button class = button >
< a href = https://jtom38.github.io/cookbook/tags/pasta > Pasta< / a > < / button >
< button class = button >
< a href = https://jtom38.github.io/cookbook/tags/itilian > Itilian< / a > < / button > < / div > < div class = buttons > < button class = button >
< a href = https://jtom38.github.io/cookbook/categories/main-dish > Main Dish< / a > < / button > < / div > < / div > < / div > < / div > < / div > < div class = card > < div class = card-content > < div class = media > < div class = media-left > < figure class = "image is-128x128" > < img src = https://assets.bonappetit.com/photos/5b69f163d3d14670539a2174/1:1/w_2240,c_limit/ba-tikka-masala-2.jpg alt = "Placeholder image" > < / figure > < / div > < div class = media-content > < p class = "title is-4" > < a href = https://jtom38.github.io/cookbook/recipies/chicken-tikka-masala/ > Chicken Tikka Masala< / a > < / p > < p class = "subtitle is-6" > < / p > < div class = buttons > < button class = button >
< a href = https://jtom38.github.io/cookbook/tags/dinner > Dinner< / a > < / button >
< button class = button >
< a href = https://jtom38.github.io/cookbook/tags/bon-apptite-recipie > Bon Apptite Recipie< / a > < / button >
< button class = button >
< a href = https://jtom38.github.io/cookbook/tags/indian > Indian< / a > < / button > < / div > < div class = buttons > < button class = button >
< a href = https://jtom38.github.io/cookbook/categories/main-dish > Main Dish< / a > < / button > < / div > < / div > < / div > < / div > < / div > < / div > footer part< / body > < / html >