|
|
@ -2,8 +2,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
@import url('https://fonts.googleapis.com/css?family=Inconsolata&display=swap');
|
|
|
|
@import url('https://fonts.googleapis.com/css?family=Inconsolata&display=swap');
|
|
|
|
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
|
|
|
|
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
|
|
|
|
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
|
|
|
|
@import url('https://fonts.googleapis.com/css2?family=Poppins&family=Raleway&family=Work+Sans:wght@900&display=swap');
|
|
|
|
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* {
|
|
|
|
* {
|
|
|
|
border: 0px black solid;
|
|
|
|
border: 0px black solid;
|
|
|
@ -16,72 +16,95 @@ body {
|
|
|
|
min-height: 100vh;
|
|
|
|
min-height: 100vh;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
|
|
|
|
color: #333042;
|
|
|
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
|
|
|
color: black;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#magi {
|
|
|
|
#magi {
|
|
|
|
width: 60%;
|
|
|
|
width: 100%;
|
|
|
|
margin-top: 20px;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#mag_title {
|
|
|
|
#mag_title {
|
|
|
|
font-size: 80px;
|
|
|
|
font-size: 120px;
|
|
|
|
font-family: 'Permanent Marker', cursive;
|
|
|
|
|
|
|
|
padding-left: 50px;
|
|
|
|
|
|
|
|
color: #333042;
|
|
|
|
color: #333042;
|
|
|
|
|
|
|
|
font-family: 'Work Sans', sans-serif;
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
padding-top: 10%;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#mag_subtitle {
|
|
|
|
#mag_subtitle {
|
|
|
|
font-size: 30px;
|
|
|
|
font-size: 40px;
|
|
|
|
font-family: 'Permanent Marker', cursive;
|
|
|
|
font-family: 'Work Sans', sans-serif;
|
|
|
|
margin-top: 40px;
|
|
|
|
|
|
|
|
padding-left: 40px;
|
|
|
|
|
|
|
|
color: #333042;
|
|
|
|
color: #333042;
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#icons img {
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.zoom {
|
|
|
|
.icons img {
|
|
|
|
transition: transform 1s;
|
|
|
|
width: 60%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.zoom:hover {
|
|
|
|
.icons p {
|
|
|
|
transform: scale(1.1);}
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
|
|
|
font-family: 'Poppins', sans-serif;;
|
|
|
|
|
|
|
|
color: #333042;
|
|
|
|
|
|
|
|
padding-top: 25%;
|
|
|
|
|
|
|
|
text-decoration: 2px underline #ffcccc;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.container_width {
|
|
|
|
.container_width {
|
|
|
|
max-width: 100%;
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#sparkle {
|
|
|
|
#toc {
|
|
|
|
padding-top: 80px;
|
|
|
|
color: #333042;
|
|
|
|
|
|
|
|
font-family: 'Work Sans', sans-serif;
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
font-size: 50px;
|
|
|
|
|
|
|
|
padding-top: 20px;
|
|
|
|
|
|
|
|
padding-bottom: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@media (max-width: 575px) {
|
|
|
|
@media (max-width: 575px) {
|
|
|
|
#mag_title {
|
|
|
|
#mag_title {
|
|
|
|
font-size: 60px;
|
|
|
|
font-size: 60px;
|
|
|
|
padding-top: 20px;
|
|
|
|
padding-top: 10px;
|
|
|
|
padding-left: 20px;
|
|
|
|
padding-left: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#mag_subtitle {
|
|
|
|
#mag_subtitle {
|
|
|
|
font-size: 18px;
|
|
|
|
font-size: 18px;
|
|
|
|
padding-left: 20px;
|
|
|
|
padding-left: 20px;
|
|
|
|
margin-top: 20px;
|
|
|
|
padding-top: 10px;
|
|
|
|
}
|
|
|
|
padding-bottom: 10px;
|
|
|
|
#icons {
|
|
|
|
}
|
|
|
|
|
|
|
|
.icons img {
|
|
|
|
width: 50%;
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.icons p {
|
|
|
|
|
|
|
|
padding-top: 0px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#magi {
|
|
|
|
|
|
|
|
padding-left: 20px;
|
|
|
|
|
|
|
|
padding-right: 20px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
|
|
|
|
color: #ff4c2b;
|
|
|
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
|
|
|
color: #333042;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#main_container {
|
|
|
|
|
|
|
|
padding-top: 100px;
|
|
|
|
|
|
|
|
padding-bottom: 100px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
</style>
|
|
|
|
</style>
|
|
|
@ -91,123 +114,210 @@ margin-top: 20px;
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<MenuBar/>
|
|
|
|
<MenuBar/>
|
|
|
|
<b-container fluid class="p-0">
|
|
|
|
<b-container fluid class="p-0">
|
|
|
|
<b-row>
|
|
|
|
|
|
|
|
<b-col md="12" id="sparkle">
|
|
|
|
|
|
|
|
<b-img class="img-fluid" center src="media/print.gif"></b-img>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</b-col>
|
|
|
|
<b-row id="main_container">
|
|
|
|
</b-row>
|
|
|
|
|
|
|
|
<b-row>
|
|
|
|
|
|
|
|
<b-col md="6">
|
|
|
|
<b-col md="6">
|
|
|
|
<a href="/about"><p id="mag_title">Magiun</p></a>
|
|
|
|
<b-row>
|
|
|
|
|
|
|
|
<b-col md="2"></b-col>
|
|
|
|
|
|
|
|
<b-col md="8">
|
|
|
|
|
|
|
|
<a href="/about"><p id="mag_title">Magiun</p></a>
|
|
|
|
</b-col>
|
|
|
|
</b-col>
|
|
|
|
|
|
|
|
<b-col md="2"></b-col>
|
|
|
|
|
|
|
|
|
|
|
|
<b-col md="6">
|
|
|
|
</b-row>
|
|
|
|
<p id="mag_subtitle">#1 On eating in isolation</p>
|
|
|
|
<b-row>
|
|
|
|
</b-col>
|
|
|
|
<b-col md="2"></b-col>
|
|
|
|
|
|
|
|
<b-col md="8">
|
|
|
|
|
|
|
|
|
|
|
|
</b-row>
|
|
|
|
<p id="mag_subtitle">#1 On eating in isolation</p>
|
|
|
|
|
|
|
|
</b-col>
|
|
|
|
|
|
|
|
|
|
|
|
<b-row>
|
|
|
|
<b-col md="2"></b-col>
|
|
|
|
<b-col md="6">
|
|
|
|
|
|
|
|
<a href="/about"><b-img class="img-fluid" id="magi" center src="media/magiun_gimp.gif"></b-img></a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</b-row>
|
|
|
|
</b-col>
|
|
|
|
</b-col>
|
|
|
|
<b-col md="6">
|
|
|
|
<b-col md="6">
|
|
|
|
<b-container fluid id="icons">
|
|
|
|
|
|
|
|
<b-row>
|
|
|
|
|
|
|
|
<b-col md="3">
|
|
|
|
|
|
|
|
<div class="zoom">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a href="/eggs"> <b-img class="img-fluid" center alt="Responsive image" src="media/egg_small.png"></b-img></a>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</b-col>
|
|
|
|
|
|
|
|
<b-col md="3">
|
|
|
|
|
|
|
|
<div class="zoom">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a href="/scooter"><b-img class="img-fluid" center alt="Responsive image" src="media/scooter.png"></b-img></a>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</b-col>
|
|
|
|
|
|
|
|
<b-col md="3">
|
|
|
|
|
|
|
|
<div class="zoom">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a href="/pesto"><b-img class="img-fluid" center alt="Responsive image" src="media/basil.png"></b-img></a>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</b-col>
|
|
|
|
|
|
|
|
<b-col md="3">
|
|
|
|
|
|
|
|
<div class="zoom">
|
|
|
|
|
|
|
|
<a href="/bbq"><b-img class="img-fluid" center alt="Responsive image" src="media/bbq.png"></b-img></a>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</b-col>
|
|
|
|
|
|
|
|
</b-row>
|
|
|
|
|
|
|
|
<b-row>
|
|
|
|
|
|
|
|
<b-col md="3">
|
|
|
|
|
|
|
|
<div class="zoom">
|
|
|
|
|
|
|
|
<a href="/cart"><b-img class="img-fluid" center src="media/cart_small.png"></b-img></a>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</b-col>
|
|
|
|
|
|
|
|
<b-col md="3">
|
|
|
|
|
|
|
|
<div class="zoom">
|
|
|
|
|
|
|
|
<a href="/breakfast"><b-img class="img-fluid" center alt="Responsive image" src="media/avo_small.png"></b-img></a>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</b-col>
|
|
|
|
|
|
|
|
<b-col md="3">
|
|
|
|
|
|
|
|
<div class="zoom">
|
|
|
|
|
|
|
|
<a href="/noodles"><b-img class="img-fluid" center alt="Responsive image" src="media/noodles_small.png"></b-img></a>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</b-col>
|
|
|
|
|
|
|
|
<b-col md="3">
|
|
|
|
|
|
|
|
<div class="zoom">
|
|
|
|
|
|
|
|
<a href="/recipe"><b-img class="img-fluid" center alt="Responsive image" src="media/recipe_small.png"></b-img></a>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</b-col>
|
|
|
|
|
|
|
|
</b-row>
|
|
|
|
|
|
|
|
<b-row>
|
|
|
|
|
|
|
|
<b-col md="3">
|
|
|
|
|
|
|
|
<div class="zoom">
|
|
|
|
|
|
|
|
<a href="/onion"><b-img class="img-fluid" center alt="Responsive image" src="media/onion.png"></b-img></a>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</b-col>
|
|
|
|
|
|
|
|
<b-col md="3">
|
|
|
|
|
|
|
|
<div class="zoom">
|
|
|
|
|
|
|
|
<a href="/leekpilaf"><b-img class="img-fluid" center alt="Responsive image" src="media/leek.png"></b-img></a>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</b-col>
|
|
|
|
|
|
|
|
<b-col md="3">
|
|
|
|
|
|
|
|
<div class="zoom">
|
|
|
|
|
|
|
|
<a href="/ricecooker"><b-img class="img-fluid" center alt="Responsive image" src="media/rice.png"></b-img></a>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</b-col>
|
|
|
|
|
|
|
|
<b-col md="3">
|
|
|
|
|
|
|
|
<div class="zoom">
|
|
|
|
|
|
|
|
<a href="/cake"><b-img class="img-fluid" center alt="Responsive image" src="media/cake_small.png"></b-img></a>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</b-col>
|
|
|
|
|
|
|
|
</b-row>
|
|
|
|
|
|
|
|
<b-row>
|
|
|
|
<b-row>
|
|
|
|
<b-col md="3">
|
|
|
|
<b-col md="2"></b-col>
|
|
|
|
|
|
|
|
<b-col md="8">
|
|
|
|
</b-col>
|
|
|
|
|
|
|
|
<b-col md="3">
|
|
|
|
<a href="/about"><b-img class="img-fluid" id="magi" src="media/magiun_gimp.gif"></b-img></a>
|
|
|
|
</b-col>
|
|
|
|
</b-col>
|
|
|
|
<b-col md="3">
|
|
|
|
<b-col md="2"></b-col>
|
|
|
|
</b-col>
|
|
|
|
|
|
|
|
<b-col md="3">
|
|
|
|
</b-row>
|
|
|
|
<div class="zoom">
|
|
|
|
|
|
|
|
<a href="/pretzel"><b-img class="img-fluid" center alt="Responsive image" src="media/pretzel_small.png"></b-img></a>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</b-col>
|
|
|
|
|
|
|
|
</b-row>
|
|
|
|
|
|
|
|
</b-container>
|
|
|
|
|
|
|
|
</b-col>
|
|
|
|
</b-col>
|
|
|
|
</b-row>
|
|
|
|
</b-row>
|
|
|
|
</b-container>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<b-container fluid>
|
|
|
|
<b-row>
|
|
|
|
|
|
|
|
<b-col md="4" offset-md="4">
|
|
|
|
|
|
|
|
<p id="toc">Inside</p>
|
|
|
|
|
|
|
|
</b-col>
|
|
|
|
|
|
|
|
</b-row>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<b-row class="icons">
|
|
|
|
|
|
|
|
<b-col md="2" offset-md="3">
|
|
|
|
|
|
|
|
<a href="/eggs"> <b-img class="img-fluid" center alt="Responsive image" src="media/egg_small.png"></b-img></a>
|
|
|
|
|
|
|
|
</b-col>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<b-col md="2">
|
|
|
|
|
|
|
|
<a href="/eggs"><p>Egg Story</p></a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</b-col>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</b-row>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<b-row class="icons">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<b-col md="2" offset-md="5" order="1" order-sm="0">
|
|
|
|
|
|
|
|
<a href="/scooter"><p>acknowledgements</p></a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</b-col>
|
|
|
|
|
|
|
|
<b-col md="2" order="0" order-sm="1">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a href="/scooter"><b-img class="img-fluid" center alt="Responsive image" src="media/scooter.png"></b-img></a>
|
|
|
|
|
|
|
|
</b-col>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</b-row>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<b-row class="icons">
|
|
|
|
|
|
|
|
<b-col md="2" offset-md="3">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a href="/pesto"><b-img class="img-fluid" center alt="Responsive image" src="media/basil.png"></b-img></a>
|
|
|
|
|
|
|
|
</b-col>
|
|
|
|
|
|
|
|
<b-col md="2">
|
|
|
|
|
|
|
|
<a href="/pesto"><p>Bulk Pesto</p></a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</b-col>
|
|
|
|
|
|
|
|
</b-row>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<b-row class="icons">
|
|
|
|
|
|
|
|
<b-col md="2" offset-md="5" order="1" order-sm="0">
|
|
|
|
|
|
|
|
<a href="/bbq"><p>Balcony Marinade</p></a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</b-col>
|
|
|
|
|
|
|
|
<b-col md="2" order="0" order-sm="1">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a href="/bbq"><b-img class="img-fluid" center alt="Responsive image" src="media/bbq.png"></b-img></a>
|
|
|
|
|
|
|
|
</b-col>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</b-row>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<b-row class="icons">
|
|
|
|
|
|
|
|
<b-col md="2" offset-md="3">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a href="/cart"><b-img class="img-fluid" center src="media/cart_small.png"></b-img></a>
|
|
|
|
|
|
|
|
</b-col>
|
|
|
|
|
|
|
|
<b-col md="2">
|
|
|
|
|
|
|
|
<a href="/cart"><p>My Quarantine Kitchen Story</p></a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</b-col>
|
|
|
|
|
|
|
|
</b-row>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<b-row class="icons">
|
|
|
|
|
|
|
|
<b-col md="2" offset-md="5" order="1" order-sm="0">
|
|
|
|
|
|
|
|
<a href="/breakfast"><p>Breakfasts</p></a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</b-col>
|
|
|
|
|
|
|
|
<b-col md="2" order="0" order-sm="1">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a href="/breakfast"><b-img class="img-fluid" center alt="Responsive image" src="media/avo_small.png"></b-img></a>
|
|
|
|
|
|
|
|
</b-col>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</b-row>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<b-row class="icons">
|
|
|
|
|
|
|
|
<b-col md="2" offset-md="3">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a href="/noodles"><b-img class="img-fluid" center alt="Responsive image" src="media/noodles_small.png"></b-img></a>
|
|
|
|
|
|
|
|
</b-col>
|
|
|
|
|
|
|
|
<b-col md="2">
|
|
|
|
|
|
|
|
<a href="/noodles"><p>Luo Shi Fen</p></a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</b-col>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</b-row>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<b-row class="icons">
|
|
|
|
|
|
|
|
<b-col md="2" offset-md="5" order="1" order-sm="0">
|
|
|
|
|
|
|
|
<a href="/recipe"><p>Party of 3</p></a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</b-col>
|
|
|
|
|
|
|
|
<b-col md="2" order="0" order-sm="1">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a href="/recipe"><b-img class="img-fluid" center alt="Responsive image" src="media/recipe_small.png"></b-img></a>
|
|
|
|
|
|
|
|
</b-col>
|
|
|
|
|
|
|
|
</b-row>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<b-row class="icons">
|
|
|
|
|
|
|
|
<b-col md="2" offset-md="3">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a href="/onion"><b-img class="img-fluid" center alt="Responsive image" src="media/onion.png"></b-img></a>
|
|
|
|
|
|
|
|
</b-col>
|
|
|
|
|
|
|
|
<b-col md="2">
|
|
|
|
|
|
|
|
<a href="/onion"><p>Something Light, Like a Salad</p></a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</b-col>
|
|
|
|
|
|
|
|
</b-row>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<b-row class="icons">
|
|
|
|
|
|
|
|
<b-col md="2" offset-md="5" order="1" order-sm="0">
|
|
|
|
|
|
|
|
<a href="/leekpilaf"><p>Leek Pilaf</p></a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</b-col>
|
|
|
|
|
|
|
|
<b-col md="2" order="0" order-sm="1">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a href="/leekpilaf"><b-img class="img-fluid" center alt="Responsive image" src="media/leek.png"></b-img></a>
|
|
|
|
|
|
|
|
</b-col>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</b-row>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<b-row class="icons">
|
|
|
|
|
|
|
|
<b-col md="2" offset-md="3">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a href="/ricecooker"><b-img class="img-fluid" center alt="Responsive image" src="media/rice.png"></b-img></a>
|
|
|
|
|
|
|
|
</b-col>
|
|
|
|
|
|
|
|
<b-col md="2">
|
|
|
|
|
|
|
|
<a href="/ricecooker"><p>When the Oven is Broken</p></a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</b-col>
|
|
|
|
|
|
|
|
</b-row>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<b-row class="icons">
|
|
|
|
|
|
|
|
<b-col md="2" offset-md="5" order="1" order-sm="0">
|
|
|
|
|
|
|
|
<a href="/cake"><p>The Bite that Keeps on Chewing</p></a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</b-col>
|
|
|
|
|
|
|
|
<b-col md="2" order="0" order-sm="1">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a href="/cake"><b-img class="img-fluid" center alt="Responsive image" src="media/cake_small.png"></b-img></a>
|
|
|
|
|
|
|
|
</b-col>
|
|
|
|
|
|
|
|
</b-row>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<b-row class="icons">
|
|
|
|
|
|
|
|
<b-col md="2" offset-md="3">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<a href="/pretzel"><b-img class="img-fluid" center alt="Responsive image" src="media/pretzel_small.png"></b-img></a>
|
|
|
|
|
|
|
|
</b-col>
|
|
|
|
|
|
|
|
<b-col md="2">
|
|
|
|
|
|
|
|
<a href="/pretzel"><p>A List</p></a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</b-col>
|
|
|
|
|
|
|
|
</b-row>
|
|
|
|
</b-container>
|
|
|
|
</b-container>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|