Remove news entries, add channel philosophy, move lang selector next to h1
This commit is contained in:
+97
-34
@@ -30,11 +30,10 @@
|
|||||||
.container { max-width: 900px; margin: 0 auto; padding: 0 24px; }
|
.container { max-width: 900px; margin: 0 auto; padding: 0 24px; }
|
||||||
|
|
||||||
.header {
|
.header {
|
||||||
border-bottom: 1px solid var(--gray2);
|
|
||||||
padding: 24px 0;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
padding: 24px 0;
|
||||||
}
|
}
|
||||||
.brand { font-size: 1.75rem; font-weight: 800; }
|
.brand { font-size: 1.75rem; font-weight: 800; }
|
||||||
.lang-select {
|
.lang-select {
|
||||||
@@ -52,6 +51,26 @@
|
|||||||
.intro h1 { font-size: 2.5rem; font-weight: 800; line-height: 1.2; margin-bottom: 16px; }
|
.intro h1 { font-size: 2.5rem; font-weight: 800; line-height: 1.2; margin-bottom: 16px; }
|
||||||
.intro p { font-size: 1.1rem; color: #4b5563; max-width: 600px; margin: 0 auto; }
|
.intro p { font-size: 1.1rem; color: #4b5563; max-width: 600px; margin: 0 auto; }
|
||||||
|
|
||||||
|
.philosophy {
|
||||||
|
max-width: 800px;
|
||||||
|
margin: 32px auto;
|
||||||
|
padding: 24px;
|
||||||
|
background: var(--gray1);
|
||||||
|
border: 1px solid var(--gray2);
|
||||||
|
border-radius: 12px;
|
||||||
|
}
|
||||||
|
.philosophy h2 {
|
||||||
|
font-size: 1.5rem; font-weight: 700; margin-bottom: 16px;
|
||||||
|
border-bottom: 2px solid var(--black); padding-bottom: 8px;
|
||||||
|
}
|
||||||
|
.philosophy p { margin-bottom: 12px; }
|
||||||
|
.philosophy ul { margin-left: 20px; margin-bottom: 12px; }
|
||||||
|
.philosophy li { margin-bottom: 8px; }
|
||||||
|
.philosophy .warning {
|
||||||
|
margin-top: 16px; padding: 12px; background: #fff3cd;
|
||||||
|
border: 1px solid #ffc107; border-radius: 8px; font-weight: 600;
|
||||||
|
}
|
||||||
|
|
||||||
.main-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 40px; }
|
.main-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 40px; }
|
||||||
.news-col h2 { font-size: 1.75rem; font-weight: 800; border-bottom: 2px solid var(--black); padding-bottom: 12px; margin-bottom: 24px; }
|
.news-col h2 { font-size: 1.75rem; font-weight: 800; border-bottom: 2px solid var(--black); padding-bottom: 12px; margin-bottom: 24px; }
|
||||||
.news-item { margin-bottom: 32px; padding-bottom: 24px; border-bottom: 1px solid var(--gray2); }
|
.news-item { margin-bottom: 32px; padding-bottom: 24px; border-bottom: 1px solid var(--gray2); }
|
||||||
@@ -89,6 +108,7 @@
|
|||||||
.main-grid { grid-template-columns: 1fr; }
|
.main-grid { grid-template-columns: 1fr; }
|
||||||
.sidebar-col { position: static; }
|
.sidebar-col { position: static; }
|
||||||
.brand { font-size: 1.4rem; }
|
.brand { font-size: 1.4rem; }
|
||||||
|
.header { flex-direction: column; gap: 12px; }
|
||||||
}
|
}
|
||||||
|
|
||||||
.hide-de { display: none; }
|
.hide-de { display: none; }
|
||||||
@@ -112,45 +132,88 @@
|
|||||||
<section class="intro">
|
<section class="intro">
|
||||||
<h1 class="hide-de">Paraguay LLC & SRL – Austausch & Community</h1>
|
<h1 class="hide-de">Paraguay LLC & SRL – Austausch & Community</h1>
|
||||||
<h1 class="hide-en">Paraguay LLC & SRL – Exchange & Community</h1>
|
<h1 class="hide-en">Paraguay LLC & SRL – Exchange & Community</h1>
|
||||||
|
<div class="lang-select" style="display: inline-flex; margin-bottom: 16px;">
|
||||||
|
<button class="lang-btn active" data-lang="de">DE</button>
|
||||||
|
<button class="lang-btn" data-lang="en">EN</button>
|
||||||
|
</div>
|
||||||
<p class="hide-de">Willkommen in der Gruppe Paraguay LLC & SRL! Diese Gruppe dient dem Austausch von Menschen, die in Paraguay eine LLC oder SRL betreiben oder sich damit beschäftigen.</p>
|
<p class="hide-de">Willkommen in der Gruppe Paraguay LLC & SRL! Diese Gruppe dient dem Austausch von Menschen, die in Paraguay eine LLC oder SRL betreiben oder sich damit beschäftigen.</p>
|
||||||
<p class="hide-en">Welcome to the Paraguay LLC & SRL group! This group serves as an exchange platform for people who run or are engaged with an LLC or SRL in Paraguay.</p>
|
<p class="hide-en">Welcome to the Paraguay LLC & SRL group! This group serves as an exchange platform for people who run or are engaged with an LLC or SRL in Paraguay.</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<div class="philosophy">
|
||||||
|
<h2 class="hide-de">Unsere Channel-Philosophie</h2>
|
||||||
|
<h2 class="hide-en">Our Channel Philosophy</h2>
|
||||||
|
|
||||||
|
<p class="hide-de">
|
||||||
|
Willkommen in der Paraguay SRL LLC Community! Wir sind eine engagierte Gruppe von deutschen und amerikanischen Expats, die in Paraguay eine LLC oder SRL betreiben oder sich damit beschäftigen.
|
||||||
|
</p>
|
||||||
|
<p class="hide-en">
|
||||||
|
Welcome to the Paraguay SRL LLC community! We are a dedicated group of German and American expats running or exploring LLC/SRL structures in Paraguay.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h3 class="hide-de">Unser Fokus</h3>
|
||||||
|
<h3 class="hide-en">Our Focus</h3>
|
||||||
|
<ul>
|
||||||
|
<li class="hide-de">Banken & Zahlungsverkehr – Erfahrungen mit lokalen und internationalen Banken</li>
|
||||||
|
<li class="hide-en">Banking & Payments – Experiences with local and international banks</li>
|
||||||
|
<li class="hide-de">Rechtliches & Gesellschaftsrecht – SRL/LLC Gründung und rechtliche Fragen</li>
|
||||||
|
<li class="hide-en">Legal & Corporate Law – SRL/LLC formation and legal matters</li>
|
||||||
|
<li class="hide-de">Steuern & Buchhaltung – Paraguay Territorialsteuersystem explained</li>
|
||||||
|
<li class="hide-en">Taxes & Accounting – Paraguay territorial tax system explained</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<p class="hide-de">
|
||||||
|
Hier tauschen wir echte Erfahrungen aus – von der Gründung über das Banking bis hin zu Steuern und Recht. Gemeinsam lernen wir, was in Paraguay funktioniert.
|
||||||
|
</p>
|
||||||
|
<p class="hide-en">
|
||||||
|
Here we exchange real experiences – from formation to banking to taxes and law. Together we learn what actually works in Paraguay.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h3 class="hide-de">Was wir nicht wollen</h3>
|
||||||
|
<h3 class="hide-en">What we do NOT want</h3>
|
||||||
|
<ul>
|
||||||
|
<li class="hide-de">Geschäftsanbahnungen / Werbung / Akquise</li>
|
||||||
|
<li class="hide-en">Business solicitations / Advertising / Lead generation</li>
|
||||||
|
<li class="hide-de">Vermittlungsangebote innerhalb der Gruppe</li>
|
||||||
|
<li class="hide-en">Referral offers within the group</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<div class="warning hide-de">
|
||||||
|
🚫 Werbung, Akquise und Vermittlungsangebote bitte außerhalb der Gruppe bzw. offline. Der fachliche Erfahrungsaustausch steht im Vordergrund!
|
||||||
|
</div>
|
||||||
|
<div class="warning hide-en">
|
||||||
|
🚫 Advertising, lead generation, and referral offers outside the group or offline. Professional experience exchange is our priority!
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<p class="hide-de">
|
||||||
|
Die Website paraguay.odoo4projects.com bietet weiterführende Informationen: Wiki, Teilnehmerliste, Anmeldung für die Gruppe und mehr.
|
||||||
|
</p>
|
||||||
|
<p class="hide-en">
|
||||||
|
The website paraguay.odoo4projects.com offers additional resources: wiki, member list, group registration and more.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
<main class="container" style="padding-top: 32px;">
|
<main class="container" style="padding-top: 32px;">
|
||||||
<div class="main-grid">
|
<div class="main-grid">
|
||||||
<div class="news-col">
|
<div class="news-col">
|
||||||
<h2 class="hide-de">Aktuelle Erfahrungsbereichte</h2>
|
<h2 class="hide-de">Über den Channel</h2>
|
||||||
<h2 class="hide-en">Latest Experience Reports</h2>
|
<h2 class="hide-en">About the Channel</h2>
|
||||||
|
<p class="hide-de">
|
||||||
<article class="news-item">
|
Der Telegram-Kanal ist der Kern unserer Community. Hier werden täglich aktuelle Themen diskutiert, Erfahrungen ausgetauscht und Fragen beantwortet.
|
||||||
<div class="news-date hide-de">02.09.2026</div>
|
</p>
|
||||||
<div class="news-date hide-en">Sep 02, 2026</div>
|
<p class="hide-en">
|
||||||
<h3 class="hide-de">Neue Bankpartner: Banco Atlántida & BISA</h3>
|
The Telegram channel is the heart of our community. Daily discussions, experience sharing and Q&A happen here.
|
||||||
<h3 class="hide-en">New Banking Partners: Banco Atlántida & BISA</h3>
|
</p>
|
||||||
<p class="hide-de">Wir haben zwei neue Banken in unserer Community-Liste hinzugefügt: Banco Atlántida und Banco BISA.</p>
|
<div style="margin-top: 24px; padding: 20px; background: var(--gray1); border-radius: 12px; text-align: center;">
|
||||||
<p class="hide-en">We've added two new banks to our community list: Banco Atlántida and Banco BISA.</p>
|
<p style="font-size: 1.2rem; font-weight: 700; margin-bottom: 12px;">
|
||||||
<span class="news-tag hide-de">Banking</span><span class="news-tag hide-en">Banking</span>
|
<span class="hide-de">Treten Sie unserem Channel bei!</span>
|
||||||
</article>
|
<span class="hide-en">Join our Telegram Channel!</span>
|
||||||
|
</p>
|
||||||
<article class="news-item">
|
<a href="https://t.me/paraguay_srl" class="btn-primary" style="display: inline-block; background: #2AABEE;">
|
||||||
<div class="news-date hide-de">28.08.2026</div>
|
<span class="hide-de">Telegram beitreten</span>
|
||||||
<div class="news-date hide-en">Aug 28, 2026</div>
|
<span class="hide-en">Join Telegram</span>
|
||||||
<h3 class="hide-de">Steuersatz bleibt unverändert 2026</h3>
|
</a>
|
||||||
<h3 class="hide-en">Tax Rate Unchanged for 2026</h3>
|
</div>
|
||||||
<p class="hide-de">Paraguay behält seinen Territorialsteuersatz bei — 10% für lokales Einkommen, 0% für ausländisches Einkommen.</p>
|
|
||||||
<p class="hide-en">Paraguay maintains its territorial tax rate — 10% for local income, 0% for foreign income.</p>
|
|
||||||
<span class="news-tag hide-de">Steuern</span><span class="news-tag hide-en">Taxes</span>
|
|
||||||
</article>
|
|
||||||
|
|
||||||
<article class="news-item">
|
|
||||||
<div class="news-date hide-de">15.08.2026</div>
|
|
||||||
<div class="news-date hide-en">Aug 15, 2026</div>
|
|
||||||
<h3 class="hide-de">SRL-Checklist-Guide aktualisiert</h3>
|
|
||||||
<h3 class="hide-en">SRL Checklist Guide Updated</h3>
|
|
||||||
<p class="hide-de">Unsere Community-Mitglieder haben eine detaillierte Checklist für die SRL-Gründung erstellt.</p>
|
|
||||||
<p class="hide-en">Our community members created a detailed SRL formation checklist.</p>
|
|
||||||
<span class="news-tag hide-de">Gründung</span><span class="news-tag hide-en">Formation</span>
|
|
||||||
</article>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<aside class="sidebar-col">
|
<aside class="sidebar-col">
|
||||||
|
|||||||
Reference in New Issue
Block a user