changes for iswision21
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
garionion 2021-05-19 17:36:22 +02:00
parent fe64a5be79
commit ca085b3cce
Signed by: garionion
GPG key ID: 53352FA607FA681A
31 changed files with 216 additions and 172 deletions

View file

@ -23,29 +23,16 @@
television show. Being interested in modern media and technology the
students of ISWISION are providing live-shows full of exciting reports,
interviews and creative contributions about the ISWI, its participants and
Ilmenau. You can follow all shows live via public viewing in the lobby of
the <nuxt-link to="/location">Ernst-Abbe-Zentrum</nuxt-link>. If you can
not make it to the shows, you also have the opportunity to
<nuxt-link to="/">watch </nuxt-link>via livestream, cable net in Ilmenau
Ilmenau. You can follow all shows live via
<nuxt-link to="/">livestream</nuxt-link>, cable net in Ilmenau
or DVB-T2.
</p>
<h2>When is the ISWISION?</h2>
<p>
The coverage of the ISWI is taking place from May 17th until May 26st 2019
and presents a daily show at 6pm from the EAZ studio - live and in
The coverage of the ISWI is taking place from May 28th until June 6th 2021
and presents a daily show at 6pm - live and in
english!
</p>
<h2>Where is the ISWISION?</h2>
<p>
Especially for the occasion of the International Student Week and its
coverage, the ISWISION-team has put up a television studio at the
<nuxt-link to="/location">Ernst-Abbe-Zentrum (EAZ)</nuxt-link>. The
Ernst-Abbe-Zentrum is located on the Ehrenberg Strasse 29 and very easy to
find due to a huge magnifying glas in front of it. In the lobby is the
public screening area. Find our studio in the first room on the left hand
side next to the lobby in room 1337/38 and our stage direction in 1332.
Easy to find so you cannot miss it!
</p>
<h2>What is iSTUFF and FeM e.V.?</h2>
<p>
iSTUFF stands for the student television broadcasting in Ilmenau and is

View file

@ -1,24 +0,0 @@
<template>
<div id="map-wrap">
<l-map :zoom="17" :center="[50.683666, 10.930899]">
<l-tile-layer
url="https://{s}.tile.osm.org/{z}/{x}/{y}.png"
></l-tile-layer>
<l-marker :lat-lng="[50.683666, 10.930899]"></l-marker>
</l-map>
</div>
</template>
<script>
export default {
name: 'Location'
}
</script>
<style scoped>
#map-wrap {
width: 100%;
height: 100%;
min-height: 60vh;
}
</style>

View file

@ -1,21 +0,0 @@
<template>
<div>
<h2>Trailer</h2>
<div class="streamWrapper">
<iframe
src="https://cdn.fem-net.de/i/g08eOgaltPONQ83O7EZ80"
frameborder="0"
scrolling="no"
allowfullscreen="true"
></iframe>
</div>
</div>
</template>
<script>
export default {
name: 'Trailer'
}
</script>
<style scoped></style>