diff --git a/src/components/CookingCard.vue b/src/components/CookingCard.vue index 8a0f8b6..7bf4ae5 100644 --- a/src/components/CookingCard.vue +++ b/src/components/CookingCard.vue @@ -30,7 +30,7 @@ p {

Women have been pushed towards domestic work ever since the evolution from more equal hunter-gatherer societies to settled agricultural societies (Smith, 1997). Traditionally, men provided the food, earned at first by hunting, and later on through their - paid job. Women would be in charge of preparing food for everyone, and that role rarely changed. Throughout time, cooking as a means of caregiving became a practice identified more with women, while cooking for entertainment or skill + paid job. Women would be in charge of preparing food for everyone, and that role rarely changed. Throughout time, cooking as a means of caregiving became a practice identified more with women, while cooking for entertainment or skill display was, and still is, associated with men (Cairns et al. 2010). In many households it is still often considered a special occasion when the man of the house cooks. This view was reinforced in cooking advice from the 20th century; men do not cook on a daily basis, but when they do, they cook dishes that best display their talents (Vester, @@ -38,17 +38,17 @@ p {

Discussing the gender politics of cooking, Pollan wonders: “Was home cooking denigrated because the work was mostly done by women, or did women get stuck doing most of the cooking because our culture denigrated the work?” (Pollan, 2014). Men often had - a privileged position when it comes to their cooking practice - mostly with meat, outdoors, seen as entertainment, while women’s cooking happened behind closed kitchen doors. Today, most of the world-renowned chefs, the ones who win + a privileged position when it comes to their cooking practice - mostly with meat, outdoors, seen as entertainment, while women’s cooking happened behind closed kitchen doors. Today, most of the world-renowned chefs, the ones who win countless awards and get their own TV shows are men.

However, the more time we spend watching chefs cook meals we’ll never get to eat, the less time we spend cooking for ourselves. In the past decades, studies have shown that cooking time has declined (Pollan, 2014; Ferdman, 2015). Less cooking in the average + title="Cooking is not for everyone" left>Less cooking in the average household means, one the one side, less housework reserved for women. It also means that corporations make great profits from providing the food we eat on a daily basis, which comes with several downfalls. Food made by a corporation has many more chemical ingredients, that people very rarely use in their kitchens (Pollan, 2014). Eating packaged foods has increased the distance between what raw ingredients are and where they come from, and the food we actually - consume. “Food becomes just another commodity, an abstraction. And as soon as that happens we become easy prey for corporations selling synthetic versions of the real thing - what I call edible foodlike substances.”(Pollan, 2014). + consume. “Food becomes just another commodity, an abstraction. And as soon as that happens we become easy prey for corporations selling synthetic versions of the real thing - what I call edible foodlike substances.”(Pollan, 2014).

The phrase a woman’s place is in the kitchen, or the home, has been traced back as far as Ancient Greece’s Aeschylus. @@ -101,14 +101,16 @@ export default { women_opression: ' "The rise of class society brought with it rising inequality–between the rulers and the ruled, and between men and women"', julia_show: '', jetsons: '', - male_chefs: '', + male_chefs: '', cooked: ' Michael Pollan writes a manifesto for cooking in his 2014 book', dad: '', home_cooking: '"Less than 60 percent of suppers served at home were actually cooked at home last year. Only 30 years ago, the percentage was closer to 75 percent."', brain: ' "Our hominid ancestors could never have eaten enough raw food to support our large, calorie-hungry brains, Richard Wrangham claims. The secret to our evolution, he says, is cooking" ', - taskrabbit: '', + taskrabbit: '', cooking_timetoeat: '', - soylent_quote: '', + soylent_quote: '', + performance_timetoeat: '', + } }, } diff --git a/src/components/FullTextPage.vue b/src/components/FullTextPage.vue index cf457b7..735c1f6 100644 --- a/src/components/FullTextPage.vue +++ b/src/components/FullTextPage.vue @@ -16,6 +16,11 @@ h3 { font-family: 'Open Sans', sans-serif; font-weight: bold; } +iframe { + position: absolute; + width: 800px; + height: 900px; +} @@ -34,8 +39,8 @@ h3 { - - + + diff --git a/vue.config.js b/vue.config.js index 11e26e9..b6dc922 100644 --- a/vue.config.js +++ b/vue.config.js @@ -1,5 +1,5 @@ const CopyPlugin = require('copy-webpack-plugin'); module.exports = { - //configureWebpack: { plugins: [ new CopyPlugin([ { from: 'media', to: 'media' } ]), ] } + configureWebpack: { plugins: [ new CopyPlugin([ { from: 'media', to: 'media' } ]), ] } }