|
|
|
<style scoped>
|
|
|
|
|
|
|
|
@import url('https://fonts.googleapis.com/css2?family=Poppins&family=Raleway&family=Work+Sans:wght@900&display=swap');
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'AUTHENTICSansLight';
|
|
|
|
src: url('../../fonts/AUTHENTICSans-60.otf');
|
|
|
|
font-weight: lighter;
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'AUTHENTICSans';
|
|
|
|
src: url('../../fonts/AUTHENTICSans-90.otf');
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'AUTHENTICSans130';
|
|
|
|
src: url('../../fonts/AUTHENTICSans-130.otf');
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'AUTHENTICSansCondensed90';
|
|
|
|
src: url('../../fonts/AUTHENTICSans-Condensed-90.otf');
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
|
|
|
* {
|
|
|
|
border: 0px black solid;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
min-height: 100vh;
|
|
|
|
}
|
|
|
|
|
|
|
|
#magi {
|
|
|
|
background-color: transparent;
|
|
|
|
/*padding: 20px;*/
|
|
|
|
/*--color-stop: #fff5f5;*/
|
|
|
|
/*--color-bot: #333042;*/
|
|
|
|
}
|
|
|
|
|
|
|
|
.img-fluid {
|
|
|
|
/*fill: url(#magi) #ffcccc;*/
|
|
|
|
}
|
|
|
|
|
|
|
|
#mag_title {
|
|
|
|
font-size: 500%;
|
|
|
|
/*color: #ffcccc;*/
|
|
|
|
color: black;
|
|
|
|
font-family: 'Work Sans', sans-serif;
|
|
|
|
text-align: left;
|
|
|
|
/*position: fixed;*/
|
|
|
|
/*padding: 6px;*/
|
|
|
|
background-color: transparent;
|
|
|
|
z-index: 1;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#phonetic1 {
|
|
|
|
font-size: 12px;
|
|
|
|
color: black;
|
|
|
|
font-weight: normal;
|
|
|
|
margin-top: -45px;
|
|
|
|
display: block;
|
|
|
|
margin-left: 100px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#phonetic2 {
|
|
|
|
font-size: 12px;
|
|
|
|
color: black;
|
|
|
|
font-weight: normal;
|
|
|
|
margin-top: -35px;
|
|
|
|
display: block;
|
|
|
|
margin-left: 180px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#mag_subtitle {
|
|
|
|
font-size: 16px;
|
|
|
|
font-family: 'AUTHENTICSans130';
|
|
|
|
color: black;
|
|
|
|
background-color: transparent;
|
|
|
|
height: auto;
|
|
|
|
text-align: center;
|
|
|
|
padding-top: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#issue_title {
|
|
|
|
font-family: 'AUTHENTICSansCondensed90';
|
|
|
|
color: black;
|
|
|
|
font-size: 40px;
|
|
|
|
margin-left: 20px;
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.summary {
|
|
|
|
border-left: 3px solid #ffcccc;
|
|
|
|
border-top: 3px dotted #ffcccc;
|
|
|
|
padding: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icons img {
|
|
|
|
width: 60%;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.container_width {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#toc {
|
|
|
|
background-color: transparent;
|
|
|
|
color: black;
|
|
|
|
font-family: 'AUTHENTICSansCondensed90';
|
|
|
|
font-size: 90%;
|
|
|
|
text-align: center;
|
|
|
|
padding-top: 40px;
|
|
|
|
max-width: 90%;
|
|
|
|
min-width: 70%;
|
|
|
|
margin: 18px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.author {
|
|
|
|
color: black;
|
|
|
|
font-family: 'AUTHENTICSansCondensed90';
|
|
|
|
font-size: 90%;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.item {
|
|
|
|
padding-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#route_image {
|
|
|
|
background-image:url("../../media/Vector.svg");
|
|
|
|
background-size: cover;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
z-index: 100;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#edition {
|
|
|
|
color: black;
|
|
|
|
font-size: 16px;
|
|
|
|
font-family: 'Work Sans', sans-serif;
|
|
|
|
letter-spacing: 1px;
|
|
|
|
margin-top: 10px;
|
|
|
|
text-align: left;
|
|
|
|
background-colour: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 1217px) {
|
|
|
|
#mag_title {
|
|
|
|
font-size: 500%;
|
|
|
|
padding-top: 12px;
|
|
|
|
}
|
|
|
|
#mag_subtitle {
|
|
|
|
font-size: 150%;
|
|
|
|
text-align: left;
|
|
|
|
padding-top: inherit;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 575px) {
|
|
|
|
#mag_title {
|
|
|
|
font-size: 80px;
|
|
|
|
padding-top: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
#mag_subtitle {
|
|
|
|
padding-top: inherit;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
#edition {
|
|
|
|
font-size: 18px;
|
|
|
|
text-align: right;
|
|
|
|
margin-top: -36px;
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icons img {
|
|
|
|
width: 80%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icons p {
|
|
|
|
padding-top: 10%;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.col-md-2 {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#main_container {
|
|
|
|
padding-top: 64px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#main_container {
|
|
|
|
padding-top: 72px;
|
|
|
|
padding-bottom: 120px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.footer_page {
|
|
|
|
font-family: 'Poppins', sans-serif;
|
|
|
|
font-size: 12px;
|
|
|
|
text-align: center;
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<template>
|
|
|
|
<div>
|
|
|
|
<MenuBar/>
|
|
|
|
<b-container fluid class="p-0">
|
|
|
|
<b-row id="main_container">
|
|
|
|
<b-col md="6">
|
|
|
|
<b-row>
|
|
|
|
<b-col md="6" offset-md="2">
|
|
|
|
<router-link to="/about"><p id="mag_title">Magiun</p></router-link>
|
|
|
|
<p id="phonetic1">mʌ </p><p id="phonetic2"> 'ʤun</p>
|
|
|
|
|
|
|
|
</b-col>
|
|
|
|
<b-col md="4" id="edition">Winter 2021
|
|
|
|
</b-col>
|
|
|
|
</b-row>
|
|
|
|
<b-row>
|
|
|
|
<b-col md="5">
|
|
|
|
<p id="issue_title">Issue #3:<br> On Routine</p>
|
|
|
|
</b-col>
|
|
|
|
</b-row>
|
|
|
|
</b-col>
|
|
|
|
<b-col md="6">
|
|
|
|
<b-row>
|
|
|
|
<b-col md="12">
|
|
|
|
<p id="mag_subtitle">Magiun Issue #3: On Routine</p>
|
|
|
|
</b-col>
|
|
|
|
</b-row>
|
|
|
|
<b-row>
|
|
|
|
<b-col md="12" id="toc">
|
|
|
|
<div id="route_image">
|
|
|
|
<b-row>
|
|
|
|
<b-col md="5">
|
|
|
|
<p class="item"><router-link to="/EditorNote3">Domestic Bliss</router-link><br>
|
|
|
|
<span class="author">Alice Strete</span>
|
|
|
|
</p>
|
|
|
|
</b-col>
|
|
|
|
</b-row>
|
|
|
|
<b-row>
|
|
|
|
<b-col md="5" offset-md="3">
|
|
|
|
<p class="item"><router-link to="/twoberries">Floating on Habit</router-link><br>
|
|
|
|
<span class="author">Alina Turdean</span>
|
|
|
|
</p>
|
|
|
|
</b-col>
|
|
|
|
</b-row>
|
|
|
|
<b-row>
|
|
|
|
<b-col md="4" offset-md="8">
|
|
|
|
<p class="item"><router-link to="/workfromhome">Freestyle Platouaș</router-link><br>
|
|
|
|
<span class="author">Ileana Sebe</span>
|
|
|
|
</p>
|
|
|
|
</b-col>
|
|
|
|
</b-row>
|
|
|
|
<b-row>
|
|
|
|
<b-col md="5" offset-md="4">
|
|
|
|
<p class="item"><router-link to="/bananas">[each] Tuesday Afternoon</router-link><br>
|
|
|
|
<span class="author">Sylvie van Wijk</span>
|
|
|
|
</p>
|
|
|
|
</b-col>
|
|
|
|
</b-row>
|
|
|
|
<b-row>
|
|
|
|
<b-col md="4">
|
|
|
|
<p class="item"><router-link to="/popcorn">Yes, Chef</router-link><br>
|
|
|
|
<span class="author">Esmeralda Anstrauta</span>
|
|
|
|
</p>
|
|
|
|
</b-col>
|
|
|
|
</b-row>
|
|
|
|
<b-row>
|
|
|
|
<b-col md="5" offset-md="3">
|
|
|
|
<p class="item"><router-link to="/potato">One Way with Potatoes</router-link><br>
|
|
|
|
<span class="author">Honey Jones-Hughes</span>
|
|
|
|
</p>
|
|
|
|
</b-col>
|
|
|
|
</b-row>
|
|
|
|
<b-row>
|
|
|
|
<b-col md="6" offset-md="6">
|
|
|
|
<p class="item"><router-link to="/bowl">Cooking Apart Together</router-link><br>
|
|
|
|
<span class="author">Louisa Bufardeci and Inge Hoonte</span>
|
|
|
|
</p>
|
|
|
|
</b-col>
|
|
|
|
</b-row>
|
|
|
|
<b-row>
|
|
|
|
<b-col md="6" offset-md="2">
|
|
|
|
<p class="item"><router-link to="/threeeggs">Me, My Mom and those Three Eggs</router-link><br>
|
|
|
|
<span class="author">Patricia Cîrtog</span>
|
|
|
|
</p>
|
|
|
|
</b-col>
|
|
|
|
</b-row>
|
|
|
|
<b-row>
|
|
|
|
<b-col md="4">
|
|
|
|
<p class="item"><router-link to="/olives">A Jar of Green Olives</router-link><br>
|
|
|
|
<span class="author">Raluca Chereji</span>
|
|
|
|
</p>
|
|
|
|
</b-col>
|
|
|
|
</b-row>
|
|
|
|
<b-row>
|
|
|
|
<b-col md="4" offset-md="5">
|
|
|
|
<p class="item"><router-link to="/vodka">Spoiled</router-link><br>
|
|
|
|
<span class="author">Ana-Maria Gușu</span>
|
|
|
|
</p>
|
|
|
|
</b-col>
|
|
|
|
</b-row>
|
|
|
|
<b-row>
|
|
|
|
<b-col md="5" offset-md="7">
|
|
|
|
<p class="item"><router-link to="/mittens">How to Poach an Egg (Perfectly)</router-link><br>
|
|
|
|
<span class="author">Valentina Vella</span>
|
|
|
|
</p>
|
|
|
|
</b-col>
|
|
|
|
</b-row>
|
|
|
|
</div>
|
|
|
|
</b-col>
|
|
|
|
</b-row>
|
|
|
|
|
|
|
|
</b-col>
|
|
|
|
</b-row>
|
|
|
|
<b-row>
|
|
|
|
<b-col>
|
|
|
|
<footer>
|
|
|
|
<p class="footer_page">This web publication was created by Alice Strete with Simon Browne</p>
|
|
|
|
</footer>
|
|
|
|
</b-col>
|
|
|
|
</b-row>
|
|
|
|
</b-container>
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<script>
|
|
|
|
import MenuBar from './MenuBar'
|
|
|
|
export default {
|
|
|
|
name: 'ThirdEdition',
|
|
|
|
components: {
|
|
|
|
MenuBar
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
</script>
|