=30) }, 100)"
x-show="shown"
@blur.window="resetInterval()"
@focus.window="startInterval()"
x-resize.document="calculateHeight($width, $height)"
x-data="{
previous: '',
current: '',
animate_text: '',
slideInterval: null,
slides: [
{
slug: 'anleihe',
name: 'Anleihe',
},
{
slug: 'real-estate',
name: 'Real Estate',
},
{
slug: 'law',
name: 'Law',
},
{
slug: 'finance',
name: 'Finance',
}
],
startInterval() {
if (false) {
var $this = this;
this.slideInterval = setInterval(function() {
$this.changeSlide($this.getNextSlide().slug, false)
}, 4000, $this);
}
},
resetInterval() {
if (false) {
if (this.slideInterval !== null) {
clearInterval(this.slideInterval);
}
}
},
calculateHeight(width, height) {
if (window.matchMedia('(min-width: 768px)').matches && window.matchMedia('(max-width: 1023px)').matches) {
$el.style.minHeight = window.innerHeight / 3 * 2 + 'px';
} else if (window.matchMedia('(min-width: 1024px)').matches) {
$el.style.minHeight = width / 2 + 'px';
}
},
changeSlide(slideName, setFocus) {
if (this.slideInterval !== null) this.resetInterval(this.slideInterval);
$this = this;
$this.animate_text = slideName;
$this.previous = $this.current;
$this.current = slideName;
this.startInterval();
window.setTimeout(function() {
$this.animate_text = '';
if (setFocus) {
$focus.within($refs['el-' + slideName]).last();
}
}, 500, $this, setFocus);
},
getNextSlide() {
var current = this.current;
var currentIndex = this.slides.findIndex(function(value) {
return value.slug === current;
}.bind(current));
var nextIndex = (parseInt(currentIndex) === this.slides.length-1 ? 0 : currentIndex+1);
return this.slides[nextIndex];
},
getPrevSlide() {
var current = this.current;
var currentIndex = this.slides.findIndex(function(value) {
return value.slug === current;
}.bind(current));
var nextIndex = (parseInt(currentIndex) === 0 ? this.slides.length-1 : currentIndex-1);
return this.slides[nextIndex];
}
}"
>
Urbanek Gruppe, Wien
Coming soon
Anleihe Urbanek Real Estate GmbH:
Hochkarätige Investments in den österreichischen Wohnimmobilienmarkt
Urbanek Real Estate:
Die Urbanek Real Estate GmbH plant den Aufbau eines diversifizierten Portfolios von Wohnimmobilien in Wien und an deren Teilen Österreichs mit Fokus auf unterbewertete Objekte mit sofortigem Cashflow.
Ihr Partner für umfassende Rechtsberatung
Urbanek Law:
Mit seiner Rechtsanwaltskanzlei Urbanek Law bietet Ing. Mag. Dr. Christoph Urbanek MRICS umfassende Rechtsberatung, insbesondere zu allen Aspekten des Immobilien-, Bank-, Vertrags- und Gesellschaftsrechts.
Langjährige Erfahrung und Expertise für erfolgreiche Finanzierungsstrategien
Urbanek Finance:
Mit einem umfassenden Netzwerk an Banken und Finanzinstitutionen entwickelt Urbanek Finance für Sie maßgeschneiderte Finanzierungsstrategien, um Ihre Immobilienprojekte erfolgreich zu finanzieren.