=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: 'bond',
name: 'Bond',
},
{
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 Group, Vienna
10 % interest p.a.
Monthly interest payment
ISIN: DE000A3L5QU1
Start of subscription: 26.11.24
Urbanek Real Estate GmbH bond:
High-caliber investments in the Austrian residential real estate market
Urbanek Real Estate:
Urbanek Real Estate GmbH plans to build up a diversified portfolio of residential real estate in Vienna and other parts of Austria with a focus on undervalued properties with immediate cash flow.
Your partner for comprehensive legal advice
Urbanek Law:
With his law firm Urbanek Law, Dr. Christoph Urbanek MRICS offers comprehensive legal advice, in particular on all aspects of real estate, banking, contract and corporate law.
Many years of experience and expertise for successful financing strategies
Urbanek Finance:
Urbanek Finance uses its extensive network of banks and financial institutions to develop tailor-made financing strategies for you to successfully finance your real estate projects.