CINXE.COM

Etno TV

<html lang="en"> <head> <meta charset="UTF-8" /> <meta name="description" content="Etno TV - 葮tiri 葯i emisiuni de actualitate" /> <meta name="viewport" content="width=device-width" /> <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" /> <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" /> <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" /> <link rel="manifest" href="/site.webmanifest" /> <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5" /> <meta name="msapplication-TileColor" content="#2b5797" /> <meta name="theme-color" content="#ffffff" /> <meta name="generator" content={Astro.generator} /> <script src="https://cdn.tailwindcss.com?plugins=typography"></script> <script src="https://kit.fontawesome.com/af9fc6e7fc.js" crossorigin="anonymous"></script> <title>Etno TV</title> </head> <body class="dark:bg-zinc-900"> <header> <div class="bg-etnoDarkBlue h-6"> <a href="/" aria-label="Inapoi acasa" ><img src="/img/etno-logo.jpg" alt="Logo Etno TV" height=100 width=100 class="absolute top-100 right-10" loading="eager"/></a> </div> <nav class="bg-etnoLightBlue flex flex-row h-12 items-center"> <div class="hidden lg:flex flex-row"> <a href="/program.html" class="text-xl font-bold text-white no-underline hover:underline px-4" > Program </a> <a href="/emisiuni.html" class="text-xl font-bold text-white no-underline hover:underline px-4" > Emisiuni </a> <a href="/livestream.html" class="text-xl font-bold text-white no-underline hover:underline px-4" > Livestream </a> <a href="/unplinpezi.pdf" class="text-xl font-bold text-white no-underline hover:underline px-4" > Concurs TV </a> </div> </nav> </header> <!-- Sec葲iunea Principal膬. Modific膬 pagina aici. --> <main class="min-h-100 px-16 my-8 mx-auto max-w-2xl flex flex-col justify-center items-center"> <img src="/img/etno-logo.jpg" alt="Logo Etno TV" height="150" width="150" class="rounded-none"/> <h1 class="text-5xl font-bold mt-4 dark:text-zinc-100">Etno TV</h1> <div class="flex flex-row"> <a href="/program.html" class="m-4 rounded-md focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-blue-300"><button type="button" tabindex="-1" class="rounded-md bg-etnoLightBlue px-6 py-4 text-3xl font-semibold text-white shadow-sm hover:bg-blue-300">Program</button></a> <a href="/emisiuni.html" class="m-4 rounded-md focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-blue-300"><button type="button" tabindex="-1" class="rounded-md bg-etnoLightBlue px-6 py-4 text-3xl font-semibold text-white shadow-sm hover:bg-blue-300">Emisiuni</button></a> </div> </main> <!-- Sf芒r葯it sec葲iune principal膬. --> <footer> <div class="grid grid-cols-3 bg-etnoLightGray p-4"> <div class="flex flex-col"> <a href="/confidentialitate.html" class="text-white no-underline hover:underline pl-4">Politica de confiden葲ialitate</a> <a href="/termeni.html" class="text-white no-underline hover:underline pl-4">Termeni 葯i condi葲ii</a> <a href="/cookies.html" class="text-white no-underline hover:underline pl-4">Politica de cookies</a> <a href="/deontologic.html" class="text-white no-underline hover:underline pl-4">Codul deontologic</a> <a href="/contact.html" class="text-white no-underline hover:underline pl-4">Etno Folclor Media S.R.L</a> </div> <div class="flex flex-row"> <a href="https://www.youtube.com/c/EtnoTvRomania" aria-label="YouTube" class="m-2"><i class="fa-brands fa-youtube fa-xl text-white"></i></a> <a href="https://www.facebook.com/EtnoTV" aria-label="Facebook" class="m-2"><i class="fa-brands fa-facebook fa-xl text-white"></i></a> <a href="https://tiktok.com/@etno_tv" aria-label="TikTok" class="m-2"><i class="fa-brands fa-tiktok fa-xl text-white"></i></a> </div> <div class="flex flex-col text-white text-sm"> <p>Etno Folclor Media S.R.L.</p> <p>RO14665390</p> <p>TV-C 943.1 / 21 iunie 2022</p> <p>Calea Floreasca, nr 169, demisol, sector 1, Bucuresti, Romania</p> <br> <p>Tel/Fax: <a href="tel:+40(21)255 8590" class="text-white no-underline hover:underline">+40 (21) 255 8590</a></p> <p>Email: <a href="mailto:contact@etno.ro" class="text-white no-underline hover:underline">contact@etno.ro</a></p> </div> </div> <div class="flex justify-center align-center text-center bg-etnoDarkGray"> <h2 class="text-white">Copyright EtnoTV 漏 Toate drepturile rezervate.</h2> </div> </footer> </body> <script> // Configurare Tailwind. Las膬 卯n pace. tailwind.config = { theme: { extend: { colors: { 'etnoDarkBlue': '#062045', 'etnoLightBlue': '#082551', 'etnoLightGray': '#1F2125', 'etnoDarkGray': '#121314', } }, typography: (theme) => ({ invert: { css: { '--tw-prose-body': 'var(--tw-prose-invert-body)', '--tw-prose-headings': 'var(--tw-prose-invert-headings)', '--tw-prose-links': 'var(--tw-prose-invert-links)', '--tw-prose-links-hover': 'var(--tw-prose-invert-links-hover)', '--tw-prose-underline': 'var(--tw-prose-invert-underline)', '--tw-prose-underline-hover': 'var(--tw-prose-invert-underline-hover)', '--tw-prose-bold': 'var(--tw-prose-invert-bold)', '--tw-prose-counters': 'var(--tw-prose-invert-counters)', '--tw-prose-bullets': 'var(--tw-prose-invert-bullets)', '--tw-prose-hr': 'var(--tw-prose-invert-hr)', '--tw-prose-quote-borders': 'var(--tw-prose-invert-quote-borders)', '--tw-prose-captions': 'var(--tw-prose-invert-captions)', '--tw-prose-code': 'var(--tw-prose-invert-code)', '--tw-prose-code-bg': 'var(--tw-prose-invert-code-bg)', '--tw-prose-pre-code': 'var(--tw-prose-invert-pre-code)', '--tw-prose-pre-bg': 'var(--tw-prose-invert-pre-bg)', '--tw-prose-pre-border': 'var(--tw-prose-invert-pre-border)', '--tw-prose-th-borders': 'var(--tw-prose-invert-th-borders)', '--tw-prose-td-borders': 'var(--tw-prose-invert-td-borders)', }, }, DEFAULT: { css: { '--tw-prose-body': theme('colors.zinc.600'), '--tw-prose-headings': theme('colors.zinc.900'), '--tw-prose-links': theme('colors.etnoLightBlue'), '--tw-prose-links-hover': theme('colors.etnoDarkBlue'), '--tw-prose-underline': theme('colors.etnoLightBlue'), '--tw-prose-underline-hover': theme('colors.etnoDarkBlue'), '--tw-prose-bold': theme('colors.zinc.900'), '--tw-prose-counters': theme('colors.zinc.900'), '--tw-prose-bullets': theme('colors.zinc.900'), '--tw-prose-hr': theme('colors.zinc.100'), '--tw-prose-quote-borders': theme('colors.zinc.200'), '--tw-prose-captions': theme('colors.zinc.400'), '--tw-prose-code': theme('colors.zinc.700'), '--tw-prose-code-bg': theme('colors.zinc.300 / 0.2'), '--tw-prose-pre-code': theme('colors.zinc.100'), '--tw-prose-pre-bg': theme('colors.zinc.900'), '--tw-prose-pre-border': 'transparent', '--tw-prose-th-borders': theme('colors.zinc.200'), '--tw-prose-td-borders': theme('colors.zinc.100'), '--tw-prose-invert-body': theme('colors.zinc.400'), '--tw-prose-invert-headings': theme('colors.zinc.200'), '--tw-prose-invert-links': theme('colors.zinc.300'), '--tw-prose-invert-links-hover': theme('colors.zinc.100'), '--tw-prose-invert-underline': theme('colors.zinc.300'), '--tw-prose-invert-underline-hover': theme('colors.zinc.100'), '--tw-prose-invert-bold': theme('colors.zinc.200'), '--tw-prose-invert-counters': theme('colors.zinc.200'), '--tw-prose-invert-bullets': theme('colors.zinc.200'), '--tw-prose-invert-hr': theme('colors.zinc.700 / 0.4'), '--tw-prose-invert-quote-borders': theme('colors.zinc.500'), '--tw-prose-invert-captions': theme('colors.zinc.500'), '--tw-prose-invert-code': theme('colors.zinc.300'), '--tw-prose-invert-code-bg': theme('colors.zinc.200 / 0.05'), '--tw-prose-invert-pre-code': theme('colors.zinc.100'), '--tw-prose-invert-pre-bg': 'rgb(0 0 0 / 0.4)', '--tw-prose-invert-pre-border': theme('colors.zinc.200 / 0.1'), '--tw-prose-invert-th-borders': theme('colors.zinc.700'), '--tw-prose-invert-td-borders': theme('colors.zinc.800'), // Base color: 'var(--tw-prose-body)', lineHeight: theme('lineHeight.7'), '> *': { marginTop: theme('spacing.10'), marginBottom: theme('spacing.10'), }, p: { marginTop: theme('spacing.7'), marginBottom: theme('spacing.7'), }, // Headings 'h2, h3': { color: 'var(--tw-prose-headings)', fontWeight: theme('fontWeight.semibold'), }, h2: { fontSize: theme('fontSize.xl')[0], lineHeight: theme('lineHeight.7'), marginTop: theme('spacing.20'), marginBottom: theme('spacing.4'), }, h3: { fontSize: theme('fontSize.base')[0], lineHeight: theme('lineHeight.7'), marginTop: theme('spacing.16'), marginBottom: theme('spacing.4'), }, ':is(h2, h3) + *': { marginTop: 0, }, // Images img: { borderRadius: theme('borderRadius.3xl'), }, // Inline elements a: { color: 'var(--tw-prose-links)', fontWeight: theme('fontWeight.semibold'), textDecoration: 'underline', textDecorationColor: 'var(--tw-prose-underline)', transitionProperty: 'color, text-decoration-color', transitionDuration: theme('transitionDuration.150'), transitionTimingFunction: theme('transitionTimingFunction.in-out'), }, 'a:hover': { color: 'var(--tw-prose-links-hover)', textDecorationColor: 'var(--tw-prose-underline-hover)', }, strong: { color: 'var(--tw-prose-bold)', fontWeight: theme('fontWeight.semibold'), }, code: { display: 'inline-block', color: 'var(--tw-prose-code)', fontSize: theme('fontSize.sm')[0], fontWeight: theme('fontWeight.semibold'), backgroundColor: 'var(--tw-prose-code-bg)', borderRadius: theme('borderRadius.lg'), paddingLeft: theme('spacing.1'), paddingRight: theme('spacing.1'), }, 'a code': { color: 'inherit', }, ':is(h2, h3) code': { fontWeight: theme('fontWeight.bold'), }, // Quotes blockquote: { paddingLeft: theme('spacing.6'), borderLeftWidth: theme('borderWidth.2'), borderLeftColor: 'var(--tw-prose-quote-borders)', fontStyle: 'italic', }, // Figures figcaption: { color: 'var(--tw-prose-captions)', fontSize: theme('fontSize.sm')[0], lineHeight: theme('lineHeight.6'), marginTop: theme('spacing.3'), }, 'figcaption > p': { margin: 0, }, // Lists ul: { listStyleType: 'disc', }, ol: { listStyleType: 'decimal', }, 'ul, ol': { paddingLeft: theme('spacing.6'), }, li: { marginTop: theme('spacing.6'), marginBottom: theme('spacing.6'), paddingLeft: theme('spacing[3.5]'), }, 'li::marker': { fontSize: theme('fontSize.sm')[0], fontWeight: theme('fontWeight.semibold'), }, 'ol > li::marker': { color: 'var(--tw-prose-counters)', }, 'ul > li::marker': { color: 'var(--tw-prose-bullets)', }, 'li :is(ol, ul)': { marginTop: theme('spacing.4'), marginBottom: theme('spacing.4'), }, 'li :is(li, p)': { marginTop: theme('spacing.3'), marginBottom: theme('spacing.3'), }, // Code blocks pre: { color: 'var(--tw-prose-pre-code)', fontSize: theme('fontSize.sm')[0], fontWeight: theme('fontWeight.medium'), backgroundColor: 'var(--tw-prose-pre-bg)', borderRadius: theme('borderRadius.3xl'), padding: theme('spacing.8'), overflowX: 'auto', border: '1px solid', borderColor: 'var(--tw-prose-pre-border)', }, 'pre code': { display: 'inline', color: 'inherit', fontSize: 'inherit', fontWeight: 'inherit', backgroundColor: 'transparent', borderRadius: 0, padding: 0, }, // Horizontal rules hr: { marginTop: theme('spacing.20'), marginBottom: theme('spacing.20'), borderTopWidth: '1px', borderColor: 'var(--tw-prose-hr)', '@screen lg': { marginLeft: `calc(${theme('spacing.12')} * -1)`, marginRight: `calc(${theme('spacing.12')} * -1)`, }, }, // Tables table: { color: theme('colors.zinc.400'), width: '100%', tableLayout: 'auto', textAlign: 'left', fontSize: theme('fontSize.sm')[0], }, thead: { borderBottomWidth: '1px', borderBottomColor: 'var(--tw-prose-th-borders)', }, 'thead th': { color: 'var(--tw-prose-headings)', fontWeight: theme('fontWeight.semibold'), verticalAlign: 'bottom', paddingBottom: theme('spacing.2'), }, 'thead th:not(:first-child)': { paddingLeft: theme('spacing.2'), }, 'thead th:not(:last-child)': { paddingRight: theme('spacing.2'), }, 'tbody tr': { borderBottomWidth: '1px', borderBottomColor: 'var(--tw-prose-td-borders)', }, 'tbody tr:last-child': { borderBottomWidth: 0, }, 'tbody td': { verticalAlign: 'baseline', }, tfoot: { borderTopWidth: '1px', borderTopColor: 'var(--tw-prose-th-borders)', }, 'tfoot td': { verticalAlign: 'top', }, ':is(tbody, tfoot) td': { paddingTop: theme('spacing.2'), paddingBottom: theme('spacing.2'), }, ':is(tbody, tfoot) td:not(:first-child)': { paddingLeft: theme('spacing.2'), }, ':is(tbody, tfoot) td:not(:last-child)': { paddingRight: theme('spacing.2'), }, }, }, }), }, } </script> </html>

Pages: 1 2 3 4 5 6 7 8 9 10