You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

292 lines
6.1 KiB
Vue

<style scoped>
@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/css2?family=Poppins&family=Raleway&family=Work+Sans:wght@900&display=swap');
@font-face {
font-family: 'Happy Times';
src: url('../../fonts/happy-times-NG_regular_master.otf');
}
@font-face {
font-family: 'Semi Light Dots';
src: url('../../fonts/AC1-SemiLightDots.otf');
}
@font-face {
font-family: 'ED Regular';
src: url('../../fonts/ED-Regular.otf');
}
* {
border: 0px black solid;
background-color: #FFD600;
}
body {
background-color: #FFD600;
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: #1B75BC;
font-family: 'Work Sans', sans-serif;
text-align: left;
/*position: fixed;*/
/*padding: 6px;*/
background-color: transparent;
z-index: 1;
}
#mag_subtitle {
font-size: 250%;
font-family: 'Semi Light Dots', sans-serif;
color: #1B75BC;
background-color: transparent;
height: auto;
margin-top: -230px;
text-align: left;
}
.summary {
border-left: 3px solid #ffcccc;
border-top: 3px dotted #ffcccc;
padding: 20px;
}
.icons img {
width: 60%;
}
.author {
font-family: 'ED-Regular', sans-serif;;
text-align: center;
color: #FA00FF;
}
.container_width {
max-width: 100%;
}
#toc {
color: #1B75BC;
font-family: 'Happy Times';
font-size: 120%;
text-align: center;
border: 8px dotted #1B75BC;
padding: 24px;
max-width: 100%;
min-width: 70%;
margin: 18px;
}
a {
color: #1B75BC;
}
.author {
color: #1B75BC;
}
#edition {
color: #1B75BC;
font-size: 18px;
font-family: 'Work Sans';
letter-spacing: 1px;
margin-top: 80px;
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%;
}
#magi {
width: 50%;
text-align: right;
margin-top: -24px;
}
.col-md-2 {
border: none;
}
#main_container {
padding-top: 64px;
}
}
.recipe_title {
font-family: 'Bold Big Dots', monospace;
font-size: 200%;
padding-bottom: 18px;
}
#main_container {
padding-top: 72px;
padding-bottom: 120px;
}
#print {
text-align: center;
font-family: 'Poppins', sans-serif;
color: #333042;
padding: 6px;
font-size: small;
}
.glow {
font-family: 'Poppins', sans-serif;
font-size: 30px;
color: #fff;
text-align: center;
-webkit-animation: glow 1s ease-in-out infinite alternate;
-moz-animation: glow 1s ease-in-out infinite alternate;
animation: glow 1s ease-in-out infinite alternate;
}
.footer_page {
font-family: 'Poppins', sans-serif;
font-size: 12px;
text-align: center;
margin-top: 20px;
}
#knife, #porcini, #cauliflower, #phone, #clothes, #lychee, #anise {
/*margin-top: 20px;*/
margin: auto;
}
@-webkit-keyframes glow {
from {
text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
}
to {
text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
}
}
</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">
<a href="/about"><p id="mag_title">Magiun</p></a>
</b-col>
<b-col id="edition">Summer 2021
</b-col>
</b-row>
<b-row>
<b-col md="8" offset-md="6">
<b-img class="img-fluid" id="magi" src="media/magiun2/unnamed.png"> </b-img>
</b-col>
</b-row>
<b-row>
<b-col md="6" offset-md="2">
<p id="mag_subtitle">#2 On adapting</p>
</b-col>
</b-row>
</b-col>
<b-col md="4" offset-md="1">
<b-row>
<b-col id="toc">
<p class="recipe_title">Contents</p>
<p class="item"><a href="/knife">PAPER THIN</a><br>
<span class="author">Yoana Buzova</span>
</p>
<p class="item"><a href="/simmered">SIMMERED EGG</a><br>
<span class="author">Dorothy Cheung</span>
</p>
<p class="item"><a href="/soulsoup">CHICKEN SOUP FOR SOUL</a><br>
<span class="author">Patricia Cirtog</span>
</p>
<p class="item"><a href="/phone">CHRISTMAS DINNER</a><br>
<span class="author">Valentina Vella</span>
</p>
<p class="item"><a href="/whatwecan">WE DO WHAT WE CAN<br> WITH WHAT WE HAVE</a><br>
<span class="author">Raluca Chereji</span>
</p>
<p class="item"><a href="/lychee">HAVE YOU EATEN YET?</a><br>
<span class="author">Witold van Ratingen</span>
</p>
<p class="item"><a href="/anise">ADAPTING TO ADAPTATIONS</a><br>
<span class="author">Inge Hoonte</span>
</p>
</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</p>
</footer>
</b-col>
</b-row>
</b-container>
</div>
</template>
<script>
import MenuBar from './MenuBar'
export default {
name: 'SplashPage',
components: {
MenuBar
}
}
</script>