|
|
|
|
<style scoped>
|
|
|
|
|
@import url('https://fonts.googleapis.com/css2?family=Viga&display=swap');
|
|
|
|
|
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap');
|
|
|
|
|
|
|
|
|
|
* {
|
|
|
|
|
border: 0px black solid;
|
|
|
|
|
background-color: #ffe6e6;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.container_width {
|
|
|
|
|
max-width: 100%;
|
|
|
|
|
padding-left: 0px;
|
|
|
|
|
padding-right: 0px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
|
color: hotpink;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
color: gray;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.content {
|
|
|
|
|
padding-right: 50px;
|
|
|
|
|
padding-top: 40px;
|
|
|
|
|
font-family: 'Roboto Mono', monospace;
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
padding-left: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.title_story {
|
|
|
|
|
font-size: 80px;
|
|
|
|
|
font-family: 'Viga', sans-serif;
|
|
|
|
|
padding-left: 20px;
|
|
|
|
|
padding-top: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.image_container {
|
|
|
|
|
|
|
|
|
|
padding-top: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<template>
|
|
|
|
|
<b-container fluid class="container_width">
|
|
|
|
|
<MenuBar/>
|
|
|
|
|
<b-row>
|
|
|
|
|
<b-col md="8">
|
|
|
|
|
<p class="title_story">Party of 3</p>
|
|
|
|
|
</b-col>
|
|
|
|
|
<b-col md="2">
|
|
|
|
|
<a href="/noodles"><b-img class="img-fluid" src="media/noodles.png"> </b-img></a>
|
|
|
|
|
|
|
|
|
|
</b-col>
|
|
|
|
|
<b-col md="2" class="small_icon">
|
|
|
|
|
<a href="/onion"><b-img class="img-fluid" src="media/onion.png"> </b-img></a>
|
|
|
|
|
|
|
|
|
|
</b-col>
|
|
|
|
|
|
|
|
|
|
</b-row>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<b-row>
|
|
|
|
|
<b-col md="5">
|
|
|
|
|
<div class='content'>
|
|
|
|
|
<p>
|
|
|
|
|
I don’t really know how long it’s been since I’ve been mostly at home, probably a little over a
|
|
|
|
|
month. At first, I was enthusiastic about cooking and experimenting with food. It seems like ages
|
|
|
|
|
ago I was trying and failing to make my first sourdough starter. That was maybe two weeks ago.
|
|
|
|
|
I even announced it on Instagram, but putting it out there didn’t make it stick. I imagine things
|
|
|
|
|
followed the same pattern for a lot of people who are social-distancing - a burst of enthusiasm at
|
|
|
|
|
the beginning (all this free time, nowhere to go, back to the roots, let’s eat like our forefathers)
|
|
|
|
|
followed by a rut of pasta and instant noodles (who cares).
|
|
|
|
|
</p>
|
|
|
|
|
<p>
|
|
|
|
|
The way I usually cook and eat revolves around improvising. I cannot/will not follow a recipe.
|
|
|
|
|
Give me your fridge’s contents and I will turn them into a warm plate. All the women in my family
|
|
|
|
|
have a repertoire of recipes that they make through and through, not me. I don’t really like
|
|
|
|
|
cooking the same thing twice and, since the process is usually improvised, I wouldn’t even be
|
|
|
|
|
able to. And I eat out a lot.
|
|
|
|
|
</p>
|
|
|
|
|
<p>
|
|
|
|
|
However, I have a small child who is new to the world of taste, digestion, and to the world in
|
|
|
|
|
general. She needs to eat a variety of foods, though she’d probably be happy eating pasta
|
|
|
|
|
every day. So lately, I’ve been using a subscription-based grocery delivery service, which
|
|
|
|
|
comes with recipes and pre-portioned ingredients. It’s really helpful these days, when it’s
|
|
|
|
|
otherwise impossible to order groceries at home, and going to the supermarket feels like a guilty
|
|
|
|
|
luxury. I don’t have to think about what to cook for lunch, where to get the ingredients or how
|
|
|
|
|
much rice I have to use. Because of the current situation, there’s an ingredient missing from the
|
|
|
|
|
box every now and then. That’s when I get excited again, because I get to improvise.</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</b-col>
|
|
|
|
|
<b-col md="7">
|
|
|
|
|
<b-container fluid>
|
|
|
|
|
<div class="image_container">
|
|
|
|
|
<b-row>
|
|
|
|
|
<b-col md="1">
|
|
|
|
|
</b-col>
|
|
|
|
|
<b-col md="10">
|
|
|
|
|
<b-img class="img-fluid" src="media/recipe/1.jpg"> </b-img>
|
|
|
|
|
|
|
|
|
|
</b-col>
|
|
|
|
|
<b-col md="1">
|
|
|
|
|
|
|
|
|
|
</b-col>
|
|
|
|
|
</b-row>
|
|
|
|
|
<b-row>
|
|
|
|
|
<b-col md="12">
|
|
|
|
|
<p></p>
|
|
|
|
|
</b-col>
|
|
|
|
|
</b-row>
|
|
|
|
|
<b-row>
|
|
|
|
|
<b-col md="1">
|
|
|
|
|
|
|
|
|
|
</b-col>
|
|
|
|
|
<b-col md="10">
|
|
|
|
|
<b-img class="img-fluid" src="media/recipe/2.jpg"> </b-img>
|
|
|
|
|
|
|
|
|
|
</b-col>
|
|
|
|
|
<b-col md="1">
|
|
|
|
|
|
|
|
|
|
</b-col>
|
|
|
|
|
|
|
|
|
|
</b-row>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</b-container>
|
|
|
|
|
</b-col>
|
|
|
|
|
</b-row>
|
|
|
|
|
</b-container>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
import MenuBar from './MenuBar'
|
|
|
|
|
export default {
|
|
|
|
|
name: 'recipe',
|
|
|
|
|
data: function() {
|
|
|
|
|
return {
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
components: {
|
|
|
|
|
MenuBar
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
</script>
|