Put main content into git from web crawling
|
After Width: | Height: | Size: 117 KiB |
472
content/news/2019/2019-02-06-ludwigsburg-lm/index.html
Normal file
@@ -0,0 +1,472 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Ludwigsburg LM - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="Landesmeisterschaften in Ludwigsburg der Kinder, Junioren und Jugend Am 01.02.2019 / 02.02.2019 wurden die Landesmeisterschaften Latein der Kinder, Junioren und Jugend in …">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="generator" content="Contao Open Source CMS">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<style>#left{width:210px;right:210px}#container{padding-left:210px}#footer{height:30px}</style>
|
||||
<link rel="stylesheet" href="assets/css/0eeb07bcdb48.css">
|
||||
<link type="application/rss+xml" rel="alternate" href="https://www.tanzsportclub.vfl-sindelfingen.de/share/nachrichten.xml" title="neue Nachricht">
|
||||
<script src="assets/js/0e3b88c98c5a.js"></script>
|
||||
|
||||
<!--[if lt IE 9]><script src="assets/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script><![endif]-->
|
||||
|
||||
</head>
|
||||
<body id="top" class="unknown other ">
|
||||
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<header id="header">
|
||||
<div class="inside">
|
||||
|
||||
<a href="https://tanzsportclub.vfl-sindelfingen.de/"><img id="logo" title="Home" src="files/tsc/img/share/logo.jpg" alt="zurück zur Startseite" /></a>
|
||||
<a href="https://www.vfl-sindelfingen.de/"><img id="logo_vfl" title="zum VfL Sindelfingen" src="files/tsc/img/share/logo_vfl.gif" alt="zur Seite des VfL Sindelfingen" /></a><div class="mod_rocksolid_slider block">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/slider-turnier.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-RENOTE.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Fotobanner2.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-Show2016-k.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner2019.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="assets/images/a/Paare_2019s-2f72735a.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
|
||||
var sliderElement = [].slice.call(document.getElementsByClassName('mod_rocksolid_slider'), -1 )[0];
|
||||
|
||||
if (window.jQuery && jQuery.fn.rstSlider) {
|
||||
init();
|
||||
}
|
||||
else {
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
var $ = jQuery;
|
||||
var slider = $(sliderElement);
|
||||
|
||||
slider.find('video[data-rsts-background], [data-rsts-type=video] video').each(function() {
|
||||
// Disable mejs for videos
|
||||
this.player = false;
|
||||
});
|
||||
|
||||
slider.rstSlider({"type":"fade-in-out","navType":"bullets","scaleMode":"fit","imagePosition":"center","random":true,"loop":true,"videoAutoplay":false,"autoplayProgress":false,"pauseAutoplayOnHover":true,"keyboard":true,"captions":false,"controls":false,"thumbControls":false,"combineNavItems":true,"duration":1500,"autoplay":6000,"visibleAreaAlign":0.5,"gapSize":"0%"});
|
||||
|
||||
// Fix missing lightbox links
|
||||
$(function() {
|
||||
|
||||
if (!$.fn.colorbox) {
|
||||
return;
|
||||
}
|
||||
|
||||
var lightboxConfig = {
|
||||
loop: false,
|
||||
rel: function() {
|
||||
return $(this).attr('data-lightbox');
|
||||
},
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
};
|
||||
|
||||
|
||||
var update = function(links) {
|
||||
links.colorbox(lightboxConfig);
|
||||
};
|
||||
|
||||
slider.on('rsts-slidestart rsts-slidestop', function(event) {
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
});
|
||||
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="menu1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/ludwigsburg-lm.html#skipNavigation116" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="trail first"><a href="startseite.html" title="Aktuell" class="trail first">Aktuell</a></li>
|
||||
<li><a href="der-club.html" title="Der Club">Der Club</a></li>
|
||||
<li><a href="angebote.html" title="Angebote">Angebote</a></li>
|
||||
<li class="last"><a href="info.html" title="Info/Kontakt" class="last">Info/Kontakt</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation116" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
<a class="he2" href="https://tanzsportclub.vfl-sindelfingen.de/nachrichten-leser/ludwigsburg-lm.html#left" id="jump-to-nav">Menu </a> </div>
|
||||
</header>
|
||||
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="main">
|
||||
<div class="inside">
|
||||
|
||||
<div class="mod_newsreader block">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="layout_full block">
|
||||
|
||||
<h1>Ludwigsburg LM</h1>
|
||||
|
||||
<p class="info"><time datetime="2019-02-06T18:29:00+00:00">06.02.2019</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Dabei sind in der JUN II C Latein, Ben Englisch und Nicole Krom mit weiteren 11 Paaren aus dem Ländle an den Start gegangen, um ihren Landesmeister zu ermitteln. </p>
|
||||
<p>Ben und Nicole haben von Anfang an alles gegeben, um in ihrer Startklasse vorn mit zu mischen. Sie haben sich am Ende für das 7er Finale qualifiziert und in dem starken Feld den 7. Platz erreicht.</p>
|
||||
<p> </p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_image block">
|
||||
|
||||
|
||||
|
||||
<figure class="image_container">
|
||||
|
||||
|
||||
|
||||
|
||||
<img src="files/vfl/2019/201903/201902LM-JunII-C-LAT_Siegerehrung.jpg" width="600" height="399" alt="">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</figure>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Landesmeisterschaft Jugend C Latein am 02.02.2019<br>Am nächsten Tag, am Sonntag, haben sich Ben und Nicole erneut auf den Weg nach Ludwigsburg zur Tanzsportakademie gemacht, um an der Landesmeisterschaft der Jugend C Latein mit weiteren 12 Paaren an den Start zu gehen. Alle Tänze haben die jungen Sindelfinger Tänzer gut präsentiert und konnten am Ende in einem sehr starken Starterfeld 2 Runden tanzen und den 9. Platz mit nach Hause nehmen.<br>Herzlichen Glückwunsch! <img src="files/vfl/bilder/emoticons/img/smiley-laughing.gif" alt="" width="18" height="18"></p>
|
||||
<p>SBix 04.02.2019</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<p class="back"><a href="javascript:history.go(-1)" title="Zurück">Zurück</a></p>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside id="left">
|
||||
<div class="inside">
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation he2 block" id="menu2">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/ludwigsburg-lm.html#skipNavigation121" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation121" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="jump-to-nav1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/ludwigsburg-lm.html#skipNavigation145" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="submenu trail first"><a href="startseite.html" title="Aktuell" class="submenu trail first" aria-haspopup="true">Aktuell</a>
|
||||
<ul class="level_2">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="der-club.html" title="Der Club" class="submenu" aria-haspopup="true">Der Club</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="vorstand.html" title="Vorstand" class="first">Vorstand</a></li>
|
||||
<li><a href="beitrag.html" title="Beitrag">Beitrag</a></li>
|
||||
<li><a href="trainer.html" title="Trainer">Trainer</a></li>
|
||||
<li><a href="trainingsraeume.html" title="Trainingsräume">Trainingsräume</a></li>
|
||||
<li class="last"><a href="impressum.html" title="Impressum" class="last">Impressum</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="angebote.html" title="Angebote" class="submenu" aria-haspopup="true">Angebote</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="tanzkreise.html" title="Tanzkreise" class="first">Tanzkreise</a></li>
|
||||
<li><a href="breitensport.html" title="Breitensport">Breitensport</a></li>
|
||||
<li><a href="turniertanz.html" title="Turniertanz">Turniertanz</a></li>
|
||||
<li><a href="kindergruppen.html" title="Kinder/Jugend">Kinder/Jugend</a></li>
|
||||
<li><a href="dance-styles.html" title="Dance-Styles">Dance-Styles</a></li>
|
||||
<li><a href="discofox.html" title="Discofox">Discofox</a></li>
|
||||
<li class="last"><a href="trainingszeiten.html" title="Trainingszeiten" class="last">Trainingszeiten</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu last"><a href="info.html" title="Info/Kontakt" class="submenu last" aria-haspopup="true">Info/Kontakt</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="raumbelegung.html" title="Raumbelegung" class="first">Raumbelegung</a></li>
|
||||
<li><a href="turniersport.html" title="Turniersport">Turniersport</a></li>
|
||||
<li><a href="linkliste.html" title="Linkliste">Linkliste</a></li>
|
||||
<li class="last"><a href="sitemap.html" title="Sitemap" class="last">Sitemap</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation145" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer id="footer">
|
||||
<div class="inside">
|
||||
|
||||
<div id="footer_innen">
|
||||
<div id="footer_inhalt_links">TSC im VfL Sindelfingen</div>
|
||||
<div id="metanavi">
|
||||
<ul>
|
||||
<li><a href="info.html">Kontakt</a></li>
|
||||
<li><a href="sitemap.html">Sitemap</a></li>
|
||||
<li><a href="impressum.html">Impressum & Datenschutz</a></li>
|
||||
<li><a href="https://www.facebook.com/pages/Tanzsportclub-im-VfL-Sindelfingen/140842382700982" class="facebook"></a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="assets/swipe/2.0/js/swipe.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('.ce_sliderStart').each(function(i, cte) {
|
||||
var s = $('.content-slider', cte)[0],
|
||||
c = s.getAttribute('data-config').split(',');
|
||||
new Swipe(s, {
|
||||
// Put custom options here
|
||||
'auto': parseInt(c[0]),
|
||||
'speed': parseInt(c[1]),
|
||||
'startSlide': parseInt(c[2]),
|
||||
'continuous': parseInt(c[3]),
|
||||
'menu': $('.slider-control', cte)[0]
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/colorbox/1.6.1/js/colorbox.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('a[data-lightbox]').map(function() {
|
||||
$(this).colorbox({
|
||||
// Put custom options here
|
||||
loop: false,
|
||||
rel: $(this).attr('data-lightbox'),
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/mediaelement/2.21.2/js/mediaelement-and-player.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('video,audio').filter(function() {
|
||||
return $(this).parents('picture').length === 0;
|
||||
}).mediaelementplayer({
|
||||
// Put custom options here
|
||||
pluginPath: '/assets/jquery/mediaelement/2.21.2/',
|
||||
flashName: 'legacy/flashmediaelement.swf',
|
||||
silverlightName: 'legacy/silverlightmediaelement.xap'
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/mootools/mediabox/1.4.6/js/mediabox.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
window.addEvent('domready', function() {
|
||||
$$('a[data-lightbox]').mediabox({
|
||||
// Put custom options here
|
||||
}, function(el) {
|
||||
return [el.href, el.title, el.getAttribute('data-lightbox')];
|
||||
}, function(el) {
|
||||
var data = this.getAttribute('data-lightbox').split(' ');
|
||||
return (this == el) || (data[0] && el.getAttribute('data-lightbox').match(data[0]));
|
||||
});
|
||||
$('mbImage').addEvent('swipe', function(e) {
|
||||
(e.direction == 'left') ? $('mbNextLink').fireEvent('click') : $('mbPrevLink').fireEvent('click');
|
||||
});
|
||||
});
|
||||
})(document.id);
|
||||
</script>
|
||||
|
||||
<script>setTimeout(function(){var e=function(e,t){try{var n=new XMLHttpRequest}catch(r){return}n.open("GET",e,!0),n.onreadystatechange=function(){this.readyState==4&&this.status==200&&typeof t=="function"&&t(this.responseText)},n.send()},t="system/cron/cron.";e(t+"txt",function(n){parseInt(n||0)<Math.round(+(new Date)/1e3)-86400&&e(t+"php")})},5e3);</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<div class="cookiebar cookiebar--position-top" role="complementary" aria-describedby="cookiebar-text" style="display:none;" data-cookiebar="COOKIEBAR_1">
|
||||
<div id="cookiebar-text" class="cookiebar__text" aria-live="assertive" role="alert">
|
||||
<span class="cookiebar__message">Wir verwenden Cookies, um Ihnen das beste Nutzererlebnis bieten zu können. Wenn Sie fortfahren, diese Seite zu verwenden, nehmen wir an, dass Sie damit einverstanden sind.</span>
|
||||
|
||||
<a href="https://www.vfl-sindelfingen.de/kontakt-hauptverein/datenschutz/" class="cookiebar__link" title="Mehr hierzu">Mehr hierzu</a>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="cookiebar__button" data-cookiebar-accept>OK</button>
|
||||
</div>
|
||||
|
||||
<!-- indexer::continue -->
|
||||
</body>
|
||||
</html>
|
||||
22
content/news/2019/2019-02-06-ludwigsburg-lm/index.md
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
title: "Ludwigsburg LM"
|
||||
date: 2019-02-06T18:29:00+00:00
|
||||
summary: |
|
||||
Landesmeisterschaften in Ludwigsburg der Kinder, Junioren und Jugend Am 01.02.2019 / 02.02.2019 wurden die Landesmeisterschaften Latein der Kinder, Junioren und Jugend in Ludwigsburg ausgetragen.
|
||||
draft: false
|
||||
image: thumbnail.jpg
|
||||
---
|
||||
|
||||
Dabei sind in der JUN II C Latein, Ben Englisch und Nicole Krom mit weiteren 11 Paaren aus dem Ländle an den Start gegangen, um ihren Landesmeister zu ermitteln.
|
||||
|
||||
Ben und Nicole haben von Anfang an alles gegeben, um in ihrer Startklasse vorn mit zu mischen. Sie haben sich am Ende für das 7er Finale qualifiziert und in dem starken Feld den 7. Platz erreicht.
|
||||
|
||||
{{< tsc/news/inline-float src="201902LM-JunII-C-LAT_Siegerehrung.jpg" alt="" width="600" height="399" >}}
|
||||
|
||||
Landesmeisterschaft Jugend C Latein am 02.02.2019
|
||||
Am nächsten Tag, am Sonntag, haben sich Ben und Nicole erneut auf den Weg nach Ludwigsburg zur Tanzsportakademie gemacht, um an der Landesmeisterschaft der Jugend C Latein mit weiteren 12 Paaren an den Start zu gehen. Alle Tänze haben die jungen Sindelfinger Tänzer gut präsentiert und konnten am Ende in einem sehr starken Starterfeld 2 Runden tanzen und den 9. Platz mit nach Hause nehmen.
|
||||
Herzlichen Glückwunsch! 
|
||||
|
||||
SBix 04.02.2019
|
||||
|
||||
|
||||
BIN
content/news/2019/2019-02-06-ludwigsburg-lm/smiley-laughing.gif
Normal file
|
After Width: | Height: | Size: 343 B |
BIN
content/news/2019/2019-02-06-ludwigsburg-lm/thumbnail.jpg
Normal file
|
After Width: | Height: | Size: 25 KiB |
|
After Width: | Height: | Size: 144 KiB |
@@ -0,0 +1,472 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
|
||||
<meta charset="utf-8">
|
||||
<title>Dance-Style-Show „Tanz aus der Reihe“ - Tanzsportclub im VfL Sindelfingen</title>
|
||||
<base href="https://tanzsportclub.vfl-sindelfingen.de/">
|
||||
|
||||
<meta name="robots" content="noindex,nofollow">
|
||||
<meta name="description" content="Das erste Mal mit dabei, die Turnierpaare der Standardgruppe Du bist toll und wunderbar - und Du kannst so vieles schaffen, wenn Du an Dich glaubst.">
|
||||
<meta name="keywords" content="">
|
||||
<meta name="generator" content="Contao Open Source CMS">
|
||||
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
||||
<style>#left{width:210px;right:210px}#container{padding-left:210px}#footer{height:30px}</style>
|
||||
<link rel="stylesheet" href="assets/css/0eeb07bcdb48.css">
|
||||
<link type="application/rss+xml" rel="alternate" href="https://www.tanzsportclub.vfl-sindelfingen.de/share/nachrichten.xml" title="neue Nachricht">
|
||||
<script src="assets/js/0e3b88c98c5a.js"></script>
|
||||
|
||||
<!--[if lt IE 9]><script src="assets/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script><![endif]-->
|
||||
|
||||
</head>
|
||||
<body id="top" class="unknown other ">
|
||||
|
||||
|
||||
<div id="wrapper">
|
||||
|
||||
<header id="header">
|
||||
<div class="inside">
|
||||
|
||||
<a href="https://tanzsportclub.vfl-sindelfingen.de/"><img id="logo" title="Home" src="files/tsc/img/share/logo.jpg" alt="zurück zur Startseite" /></a>
|
||||
<a href="https://www.vfl-sindelfingen.de/"><img id="logo_vfl" title="zum VfL Sindelfingen" src="files/tsc/img/share/logo_vfl.gif" alt="zur Seite des VfL Sindelfingen" /></a><div class="mod_rocksolid_slider block">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/slider-turnier.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-RENOTE.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Fotobanner2.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner-Show2016-k.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="files/vfl/bilder/slider/Banner2019.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div data-rsts-type="image">
|
||||
|
||||
|
||||
<img src="assets/images/a/Paare_2019s-2f72735a.jpg" width="900" height="250" alt="">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
|
||||
var sliderElement = [].slice.call(document.getElementsByClassName('mod_rocksolid_slider'), -1 )[0];
|
||||
|
||||
if (window.jQuery && jQuery.fn.rstSlider) {
|
||||
init();
|
||||
}
|
||||
else {
|
||||
document.addEventListener('DOMContentLoaded', init);
|
||||
}
|
||||
|
||||
function init() {
|
||||
|
||||
var $ = jQuery;
|
||||
var slider = $(sliderElement);
|
||||
|
||||
slider.find('video[data-rsts-background], [data-rsts-type=video] video').each(function() {
|
||||
// Disable mejs for videos
|
||||
this.player = false;
|
||||
});
|
||||
|
||||
slider.rstSlider({"type":"fade-in-out","navType":"bullets","scaleMode":"fit","imagePosition":"center","random":true,"loop":true,"videoAutoplay":false,"autoplayProgress":false,"pauseAutoplayOnHover":true,"keyboard":true,"captions":false,"controls":false,"thumbControls":false,"combineNavItems":true,"duration":1500,"autoplay":6000,"visibleAreaAlign":0.5,"gapSize":"0%"});
|
||||
|
||||
// Fix missing lightbox links
|
||||
$(function() {
|
||||
|
||||
if (!$.fn.colorbox) {
|
||||
return;
|
||||
}
|
||||
|
||||
var lightboxConfig = {
|
||||
loop: false,
|
||||
rel: function() {
|
||||
return $(this).attr('data-lightbox');
|
||||
},
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
};
|
||||
|
||||
|
||||
var update = function(links) {
|
||||
links.colorbox(lightboxConfig);
|
||||
};
|
||||
|
||||
slider.on('rsts-slidestart rsts-slidestop', function(event) {
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
});
|
||||
|
||||
update(slider.find('a[data-lightbox]'));
|
||||
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
})();
|
||||
</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="menu1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/dance-style-show-tanz-aus-der-reihe.html#skipNavigation116" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="trail first"><a href="startseite.html" title="Aktuell" class="trail first">Aktuell</a></li>
|
||||
<li><a href="der-club.html" title="Der Club">Der Club</a></li>
|
||||
<li><a href="angebote.html" title="Angebote">Angebote</a></li>
|
||||
<li class="last"><a href="info.html" title="Info/Kontakt" class="last">Info/Kontakt</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation116" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
<a class="he2" href="https://tanzsportclub.vfl-sindelfingen.de/nachrichten-leser/dance-style-show-tanz-aus-der-reihe.html#left" id="jump-to-nav">Menu </a> </div>
|
||||
</header>
|
||||
|
||||
|
||||
<div id="container">
|
||||
|
||||
<div id="main">
|
||||
<div class="inside">
|
||||
|
||||
<div class="mod_newsreader block">
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="layout_full block">
|
||||
|
||||
<h1>Dance-Style-Show „Tanz aus der Reihe“</h1>
|
||||
|
||||
<p class="info"><time datetime="2019-02-12T06:26:00+00:00">12.02.2019</time> </p>
|
||||
|
||||
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Das erste Mal mit dabei, die Turnierpaare der Standardgruppe</p>
|
||||
<p>Du bist toll und wunderbar - und Du kannst so vieles schaffen, wenn Du an Dich glaubst. Also lass Dich nicht beirren und steh zu Dir. Sei Du selbst und mach Dein Ding - tanz aus der Reihe! Unter diesem Motto präsentierte der Tanzsportclub im VfL Sindelfingen seine diesjährige Dance-Styles Show.</p>
|
||||
<p>Und dieses Jahr war etwas anders, ja, die Standard-Turniergruppe war mit 4 Paaren ebenfalls vertreten und tanzen nach dem Thema:<br>„Wenn du stolperst, flechte es in den Tanz deines Lebens ein.“</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_image block">
|
||||
|
||||
|
||||
|
||||
<figure class="image_container">
|
||||
|
||||
|
||||
|
||||
|
||||
<img src="files/vfl/2019/201902/StdShow.jpg" width="700" height="251" alt="">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</figure>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="ce_text block">
|
||||
|
||||
|
||||
|
||||
<p>Foto: Stefan Isenecker</p>
|
||||
<p>Die vier Paare haben sich zauberhaft präsentiert und waren auf der großen Bühne zu einer Einheit verschmolzen. Nicht zuletzt durch die schönen farbenfrohen Tanzkleider und ihrem eleganten Standardtanzen mit dem Langsamen Walzer, dem Tango, dem Slowfoxtrott und natürlich dem Wiener Walzer, wurden sie zu einer Bereicherung der Show.<br>Gerne sind die Tanzpaare der Einladung gefolgt und freuen sich in zwei Jahren, wieder dabei zu sein.<br>Alle waren sich einig, es war eine tolle Show mit vielen tollen jungen Tänzerinnen und Tänzern und es ist wunderbar, dass so etwas möglich ist.<br>Danke! <img src="files/vfl/bilder/emoticons/img/smiley-smile.gif" alt="" width="18" height="18"> 07/03/2019 SBix</p>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<p class="back"><a href="javascript:history.go(-1)" title="Zurück">Zurück</a></p>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<aside id="left">
|
||||
<div class="inside">
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation he2 block" id="menu2">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/dance-style-show-tanz-aus-der-reihe.html#skipNavigation121" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation121" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<nav class="mod_navigation block" id="jump-to-nav1">
|
||||
|
||||
|
||||
<a href="nachrichten-leser/dance-style-show-tanz-aus-der-reihe.html#skipNavigation145" class="invisible">Navigation überspringen</a>
|
||||
|
||||
|
||||
<ul class="level_1">
|
||||
<li class="submenu trail first"><a href="startseite.html" title="Aktuell" class="submenu trail first" aria-haspopup="true">Aktuell</a>
|
||||
<ul class="level_2">
|
||||
<li class="sibling first"><a href="termine.html" title="Termine" class="sibling first" rel="nofollow">Termine</a></li>
|
||||
<li class="sibling"><a href="turniermeldung.html" title="Turniermeldung" class="sibling" rel="nofollow">Turniermeldung</a></li>
|
||||
<li class="sibling last"><a href="pressestimmen.html" title="Pressestimmen" class="sibling last">Pressestimmen</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="der-club.html" title="Der Club" class="submenu" aria-haspopup="true">Der Club</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="vorstand.html" title="Vorstand" class="first">Vorstand</a></li>
|
||||
<li><a href="beitrag.html" title="Beitrag">Beitrag</a></li>
|
||||
<li><a href="trainer.html" title="Trainer">Trainer</a></li>
|
||||
<li><a href="trainingsraeume.html" title="Trainingsräume">Trainingsräume</a></li>
|
||||
<li class="last"><a href="impressum.html" title="Impressum" class="last">Impressum</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu"><a href="angebote.html" title="Angebote" class="submenu" aria-haspopup="true">Angebote</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="tanzkreise.html" title="Tanzkreise" class="first">Tanzkreise</a></li>
|
||||
<li><a href="breitensport.html" title="Breitensport">Breitensport</a></li>
|
||||
<li><a href="turniertanz.html" title="Turniertanz">Turniertanz</a></li>
|
||||
<li><a href="kindergruppen.html" title="Kinder/Jugend">Kinder/Jugend</a></li>
|
||||
<li><a href="dance-styles.html" title="Dance-Styles">Dance-Styles</a></li>
|
||||
<li><a href="discofox.html" title="Discofox">Discofox</a></li>
|
||||
<li class="last"><a href="trainingszeiten.html" title="Trainingszeiten" class="last">Trainingszeiten</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="submenu last"><a href="info.html" title="Info/Kontakt" class="submenu last" aria-haspopup="true">Info/Kontakt</a>
|
||||
<ul class="level_2">
|
||||
<li class="first"><a href="raumbelegung.html" title="Raumbelegung" class="first">Raumbelegung</a></li>
|
||||
<li><a href="turniersport.html" title="Turniersport">Turniersport</a></li>
|
||||
<li><a href="linkliste.html" title="Linkliste">Linkliste</a></li>
|
||||
<li class="last"><a href="sitemap.html" title="Sitemap" class="last">Sitemap</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<a id="skipNavigation145" class="invisible"> </a>
|
||||
|
||||
</nav>
|
||||
<!-- indexer::continue -->
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<footer id="footer">
|
||||
<div class="inside">
|
||||
|
||||
<div id="footer_innen">
|
||||
<div id="footer_inhalt_links">TSC im VfL Sindelfingen</div>
|
||||
<div id="metanavi">
|
||||
<ul>
|
||||
<li><a href="info.html">Kontakt</a></li>
|
||||
<li><a href="sitemap.html">Sitemap</a></li>
|
||||
<li><a href="impressum.html">Impressum & Datenschutz</a></li>
|
||||
<li><a href="https://www.facebook.com/pages/Tanzsportclub-im-VfL-Sindelfingen/140842382700982" class="facebook"></a></li>
|
||||
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div> </div>
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script src="assets/swipe/2.0/js/swipe.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('.ce_sliderStart').each(function(i, cte) {
|
||||
var s = $('.content-slider', cte)[0],
|
||||
c = s.getAttribute('data-config').split(',');
|
||||
new Swipe(s, {
|
||||
// Put custom options here
|
||||
'auto': parseInt(c[0]),
|
||||
'speed': parseInt(c[1]),
|
||||
'startSlide': parseInt(c[2]),
|
||||
'continuous': parseInt(c[3]),
|
||||
'menu': $('.slider-control', cte)[0]
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/colorbox/1.6.1/js/colorbox.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('a[data-lightbox]').map(function() {
|
||||
$(this).colorbox({
|
||||
// Put custom options here
|
||||
loop: false,
|
||||
rel: $(this).attr('data-lightbox'),
|
||||
maxWidth: '95%',
|
||||
maxHeight: '95%'
|
||||
});
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/jquery/mediaelement/2.21.2/js/mediaelement-and-player.min.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
$(document).ready(function() {
|
||||
$('video,audio').filter(function() {
|
||||
return $(this).parents('picture').length === 0;
|
||||
}).mediaelementplayer({
|
||||
// Put custom options here
|
||||
pluginPath: '/assets/jquery/mediaelement/2.21.2/',
|
||||
flashName: 'legacy/flashmediaelement.swf',
|
||||
silverlightName: 'legacy/silverlightmediaelement.xap'
|
||||
});
|
||||
});
|
||||
})(jQuery);
|
||||
</script>
|
||||
|
||||
<script src="assets/mootools/mediabox/1.4.6/js/mediabox.js"></script>
|
||||
<script>
|
||||
(function($) {
|
||||
window.addEvent('domready', function() {
|
||||
$$('a[data-lightbox]').mediabox({
|
||||
// Put custom options here
|
||||
}, function(el) {
|
||||
return [el.href, el.title, el.getAttribute('data-lightbox')];
|
||||
}, function(el) {
|
||||
var data = this.getAttribute('data-lightbox').split(' ');
|
||||
return (this == el) || (data[0] && el.getAttribute('data-lightbox').match(data[0]));
|
||||
});
|
||||
$('mbImage').addEvent('swipe', function(e) {
|
||||
(e.direction == 'left') ? $('mbNextLink').fireEvent('click') : $('mbPrevLink').fireEvent('click');
|
||||
});
|
||||
});
|
||||
})(document.id);
|
||||
</script>
|
||||
|
||||
<script>setTimeout(function(){var e=function(e,t){try{var n=new XMLHttpRequest}catch(r){return}n.open("GET",e,!0),n.onreadystatechange=function(){this.readyState==4&&this.status==200&&typeof t=="function"&&t(this.responseText)},n.send()},t="system/cron/cron.";e(t+"txt",function(n){parseInt(n||0)<Math.round(+(new Date)/1e3)-86400&&e(t+"php")})},5e3);</script>
|
||||
|
||||
|
||||
<!-- indexer::stop -->
|
||||
<div class="cookiebar cookiebar--position-top" role="complementary" aria-describedby="cookiebar-text" style="display:none;" data-cookiebar="COOKIEBAR_1">
|
||||
<div id="cookiebar-text" class="cookiebar__text" aria-live="assertive" role="alert">
|
||||
<span class="cookiebar__message">Wir verwenden Cookies, um Ihnen das beste Nutzererlebnis bieten zu können. Wenn Sie fortfahren, diese Seite zu verwenden, nehmen wir an, dass Sie damit einverstanden sind.</span>
|
||||
|
||||
<a href="https://www.vfl-sindelfingen.de/kontakt-hauptverein/datenschutz/" class="cookiebar__link" title="Mehr hierzu">Mehr hierzu</a>
|
||||
</div>
|
||||
|
||||
|
||||
<button class="cookiebar__button" data-cookiebar-accept>OK</button>
|
||||
</div>
|
||||
|
||||
<!-- indexer::continue -->
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,26 @@
|
||||
---
|
||||
title: "Dance-Style-Show „Tanz aus der Reihe“"
|
||||
date: 2019-02-12T06:26:00+00:00
|
||||
summary: |
|
||||
Das erste Mal mit dabei, die Turnierpaare der StandardgruppeDu bist toll und wunderbar - und Du kannst so vieles schaffen, wenn Du an Dich glaubst.
|
||||
draft: false
|
||||
image: thumbnail.jpg
|
||||
---
|
||||
|
||||
Das erste Mal mit dabei, die Turnierpaare der Standardgruppe
|
||||
|
||||
Du bist toll und wunderbar - und Du kannst so vieles schaffen, wenn Du an Dich glaubst. Also lass Dich nicht beirren und steh zu Dir. Sei Du selbst und mach Dein Ding - tanz aus der Reihe! Unter diesem Motto präsentierte der Tanzsportclub im VfL Sindelfingen seine diesjährige Dance-Styles Show.
|
||||
|
||||
Und dieses Jahr war etwas anders, ja, die Standard-Turniergruppe war mit 4 Paaren ebenfalls vertreten und tanzen nach dem Thema:
|
||||
„Wenn du stolperst, flechte es in den Tanz deines Lebens ein.“
|
||||
|
||||
{{< tsc/news/inline-float src="StdShow.jpg" alt="" width="700" height="251" >}}
|
||||
|
||||
Foto: Stefan Isenecker
|
||||
|
||||
Die vier Paare haben sich zauberhaft präsentiert und waren auf der großen Bühne zu einer Einheit verschmolzen. Nicht zuletzt durch die schönen farbenfrohen Tanzkleider und ihrem eleganten Standardtanzen mit dem Langsamen Walzer, dem Tango, dem Slowfoxtrott und natürlich dem Wiener Walzer, wurden sie zu einer Bereicherung der Show.
|
||||
Gerne sind die Tanzpaare der Einladung gefolgt und freuen sich in zwei Jahren, wieder dabei zu sein.
|
||||
Alle waren sich einig, es war eine tolle Show mit vielen tollen jungen Tänzerinnen und Tänzern und es ist wunderbar, dass so etwas möglich ist.
|
||||
Danke!  07/03/2019 SBix
|
||||
|
||||
|
||||
|
After Width: | Height: | Size: 344 B |
|
After Width: | Height: | Size: 28 KiB |
|
After Width: | Height: | Size: 1.0 MiB |
|
After Width: | Height: | Size: 1.4 MiB |
|
After Width: | Height: | Size: 1.4 MiB |
|
After Width: | Height: | Size: 996 KiB |
|
After Width: | Height: | Size: 850 KiB |
|
After Width: | Height: | Size: 809 KiB |
|
After Width: | Height: | Size: 879 KiB |
|
After Width: | Height: | Size: 1.1 MiB |
|
After Width: | Height: | Size: 1.1 MiB |
|
After Width: | Height: | Size: 844 KiB |
|
After Width: | Height: | Size: 1.4 MiB |
|
After Width: | Height: | Size: 1.4 MiB |
|
After Width: | Height: | Size: 940 KiB |
|
After Width: | Height: | Size: 1.1 MiB |
|
After Width: | Height: | Size: 1.0 MiB |
|
After Width: | Height: | Size: 917 KiB |
|
After Width: | Height: | Size: 984 KiB |
|
After Width: | Height: | Size: 887 KiB |
|
After Width: | Height: | Size: 759 KiB |
|
After Width: | Height: | Size: 699 KiB |
|
After Width: | Height: | Size: 947 KiB |
|
After Width: | Height: | Size: 1.1 MiB |
|
After Width: | Height: | Size: 804 KiB |
|
After Width: | Height: | Size: 931 KiB |
|
After Width: | Height: | Size: 1.3 MiB |
|
After Width: | Height: | Size: 993 KiB |
|
After Width: | Height: | Size: 815 KiB |
|
After Width: | Height: | Size: 459 KiB |
|
After Width: | Height: | Size: 919 KiB |
|
After Width: | Height: | Size: 913 KiB |
|
After Width: | Height: | Size: 1.4 MiB |
|
After Width: | Height: | Size: 1.2 MiB |
|
After Width: | Height: | Size: 1.1 MiB |
|
After Width: | Height: | Size: 1.2 MiB |
|
After Width: | Height: | Size: 1.1 MiB |
|
After Width: | Height: | Size: 587 KiB |
|
After Width: | Height: | Size: 1.4 MiB |
|
After Width: | Height: | Size: 986 KiB |
|
After Width: | Height: | Size: 1.0 MiB |
|
After Width: | Height: | Size: 1008 KiB |
|
After Width: | Height: | Size: 1.1 MiB |
|
After Width: | Height: | Size: 1.3 MiB |
|
After Width: | Height: | Size: 1014 KiB |
|
After Width: | Height: | Size: 916 KiB |
|
After Width: | Height: | Size: 1.1 MiB |
|
After Width: | Height: | Size: 793 KiB |
|
After Width: | Height: | Size: 949 KiB |
|
After Width: | Height: | Size: 1.2 MiB |
|
After Width: | Height: | Size: 1.2 MiB |
|
After Width: | Height: | Size: 1.3 MiB |
|
After Width: | Height: | Size: 771 KiB |
|
After Width: | Height: | Size: 668 KiB |
|
After Width: | Height: | Size: 1018 KiB |
|
After Width: | Height: | Size: 1.1 MiB |
|
After Width: | Height: | Size: 958 KiB |
|
After Width: | Height: | Size: 1.2 MiB |
|
After Width: | Height: | Size: 1.2 MiB |
|
After Width: | Height: | Size: 760 KiB |
|
After Width: | Height: | Size: 723 KiB |
|
After Width: | Height: | Size: 1.0 MiB |
|
After Width: | Height: | Size: 988 KiB |
|
After Width: | Height: | Size: 1.4 MiB |
|
After Width: | Height: | Size: 1.2 MiB |
|
After Width: | Height: | Size: 1.1 MiB |
|
After Width: | Height: | Size: 1.1 MiB |
|
After Width: | Height: | Size: 875 KiB |
|
After Width: | Height: | Size: 1016 KiB |
|
After Width: | Height: | Size: 1.4 MiB |
|
After Width: | Height: | Size: 1.1 MiB |
|
After Width: | Height: | Size: 838 KiB |
|
After Width: | Height: | Size: 1.0 MiB |
|
After Width: | Height: | Size: 882 KiB |
|
After Width: | Height: | Size: 1.4 MiB |
|
After Width: | Height: | Size: 1.1 MiB |
|
After Width: | Height: | Size: 1.3 MiB |
|
After Width: | Height: | Size: 1.2 MiB |
|
After Width: | Height: | Size: 848 KiB |
|
After Width: | Height: | Size: 933 KiB |
|
After Width: | Height: | Size: 1.5 MiB |
|
After Width: | Height: | Size: 870 KiB |
|
After Width: | Height: | Size: 1.3 MiB |
|
After Width: | Height: | Size: 793 KiB |
|
After Width: | Height: | Size: 1.2 MiB |
|
After Width: | Height: | Size: 973 KiB |
|
After Width: | Height: | Size: 1.3 MiB |
|
After Width: | Height: | Size: 1.2 MiB |
|
After Width: | Height: | Size: 1.6 MiB |
|
After Width: | Height: | Size: 1.2 MiB |
|
After Width: | Height: | Size: 948 KiB |
|
After Width: | Height: | Size: 1.3 MiB |