About: en zdruzen sestavek z barvnimi krogci postaj
This commit is contained in:
parent
1ccf183e9c
commit
b9466b7433
@ -14,14 +14,11 @@ const CHANNELS = [
|
||||
{ key: 'one-adria', name: 'One Adria Music TV', color: '#a84d7e', logo: '/logos/one_neg_b.png', alt: 'logo of One Adria', jw: 'IGOSgmvW', live: 'https://oneadriaapp.b-cdn.net/master.m3u8' },
|
||||
];
|
||||
|
||||
const ABOUT = [
|
||||
{ title: 'FOLX MUSIC TELEVISION', text: 'the whole area of folk music is covered with exclusive content. Over 90% of the content is created by our own FOLX NETWORK production.' },
|
||||
{ title: 'ONE MUSIC TELEVISION', text: 'covers the area of the new German-speaking and world-famous pop and rock sound production and is additionally enriched with old German and world-famous classics of the 80s, 90s and 00s.' },
|
||||
{ title: 'ZWEI MUSIC TELEVISION', text: 'covers the area of current pop music as well as old, well-known hits. Daily playlists are enriched with the current pop hits, Latin American music with a touch of reggaeton provides daily variety.' },
|
||||
{ title: 'ADRIA MUSIC TELEVISION', text: 'is aimed at residents of Germany, Austria and Switzerland with Slovenian, Croatian, Bosnian, Herzegovinian, Serbian, Macedonian or Montenegrin roots. The traditional Dalmatian music, Klape, the most famous pop and rock hits are able to inspire everyone from the Adriatic region.' },
|
||||
{ title: 'FOLX SLOVENIJA MUSIC TELEVISION',text: 'covers the area of European folk music with exclusive content, 90% of the broadcast content was created or is created in our production FOLX NETWORK.' },
|
||||
{ title: 'ONE ADRIA MUSIC TELEVISION', text: 'covers the area of new fresh music from the Adriatic (SLO, CRO, BIH, SRB, MKD, MG), world pop and rock production and adds world hits of the 80s, 90s and 00s.' },
|
||||
];
|
||||
// Coloured dot per channel (colour taken from the channel's brand colour).
|
||||
const DOT = (color) => `<span style="color:${color};">●</span>`;
|
||||
|
||||
// One flowing About paragraph, each station introduced with its brand-colour dot.
|
||||
const ABOUT_INTRO = `FOLX PLAY brings together the channels of the FOLX NETWORK — a family of music television stations, each with its own sound and its own audience. ${DOT('#C43651')} <strong>FOLX MUSIC TELEVISION</strong> is dedicated to folk music, with more than 90% of its programming produced in-house by FOLX NETWORK. ${DOT('#a84d7e')} <strong>ONE MUSIC TELEVISION</strong> covers contemporary German-language and international pop and rock, enriched with beloved classics of the 80s, 90s and 00s, while ${DOT('#f36700')} <strong>ZWEI MUSIC TELEVISION</strong> mixes today's pop hits with familiar favourites and adds Latin American sounds with a touch of reggaeton for daily variety. ${DOT('#30a6d1')} <strong>ADRIA MUSIC TELEVISION</strong> speaks to everyone in Germany, Austria and Switzerland with Adriatic roots — from Slovenia, Croatia, Bosnia and Herzegovina, Serbia, Macedonia and Montenegro — bringing traditional Dalmatian music, Klapa singing and the biggest pop and rock hits of the region. ${DOT('#a8b539')} <strong>FOLX SLOVENIJA MUSIC TELEVISION</strong> carries European folk music with exclusive, largely in-house programming, and ${DOT('#a84d7e')} <strong>ONE ADRIA MUSIC TELEVISION</strong> rounds out the family with fresh new music from the Adriatic alongside international pop, rock and global hits of the 80s, 90s and 00s. Together, these stations make FOLX PLAY a single home for the full spectrum of the FOLX NETWORK sound.`;
|
||||
|
||||
const PLAY_SVG = `<svg aria-hidden="true" viewBox="0 0 448 512"><path fill="currentColor" d="M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6z"/></svg>`;
|
||||
|
||||
@ -439,12 +436,7 @@ function renderAbout() {
|
||||
main.innerHTML = `
|
||||
<div class="box">
|
||||
<div>
|
||||
${ABOUT.map(c => `
|
||||
<div class="channel">
|
||||
<div class="channel__title">${escapeHtml(c.title)}</div>
|
||||
<p>${escapeHtml(c.text)}</p>
|
||||
</div>
|
||||
`).join('')}
|
||||
<p class="aboutIntro">${ABOUT_INTRO}</p>
|
||||
<hr>
|
||||
<a href="/log" data-link>Channel PlayLog</a>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user