Remove topics grid and disclaimer section
This commit is contained in:
-78
@@ -82,50 +82,6 @@
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
/* Topics */
|
||||
.topics {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 16px;
|
||||
margin: 32px 0;
|
||||
}
|
||||
.topic {
|
||||
padding: 20px;
|
||||
border: 1px solid var(--gray2);
|
||||
border-radius: 12px;
|
||||
text-align: center;
|
||||
transition: all .2s;
|
||||
}
|
||||
.topic:hover {
|
||||
border-color: var(--blue);
|
||||
box-shadow: 0 4px 12px rgba(30,64,175,.1);
|
||||
}
|
||||
.topic-icon {
|
||||
font-size: 2rem;
|
||||
display: block;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.topic h3 {
|
||||
font-size: 1rem;
|
||||
font-weight: 700;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
.topic p {
|
||||
font-size: .85rem;
|
||||
color: #6b7280;
|
||||
}
|
||||
|
||||
/* Disclaimer */
|
||||
.disclaimer {
|
||||
background: #fff1f2;
|
||||
border: 1px solid #fecdd3;
|
||||
padding: 16px;
|
||||
border-radius: 8px;
|
||||
font-size: .9rem;
|
||||
margin: 24px 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Main Content */
|
||||
.main-grid {
|
||||
display: grid;
|
||||
@@ -255,7 +211,6 @@
|
||||
@media (max-width: 768px) {
|
||||
.main-grid { grid-template-columns: 1fr; }
|
||||
.sidebar-col { position: static; }
|
||||
.topics { grid-template-columns: 1fr; }
|
||||
.brand { font-size: 1.4rem; }
|
||||
}
|
||||
|
||||
@@ -287,39 +242,6 @@
|
||||
<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>
|
||||
|
||||
<!-- Topics -->
|
||||
<section class="topics">
|
||||
<div class="topic">
|
||||
<span class="topic-icon hide-de">🏦</span><span class="topic-icon hide-en">🏦</span>
|
||||
<h3 class="hide-de">Banken & Zahlungsverkehr</h3>
|
||||
<h3 class="hide-en">Banking & Payments</h3>
|
||||
<p class="hide-de">Erfahrungen mit lokalen und internationalen Banken</p>
|
||||
<p class="hide-en">Experiences with local and international banks</p>
|
||||
</div>
|
||||
<div class="topic">
|
||||
<span class="topic-icon hide-de">⚖️</span><span class="topic-icon hide-en">⚖️</span>
|
||||
<h3 class="hide-de">Rechtliches & Gesellschaftsrecht</h3>
|
||||
<h3 class="hide-en">Legal & Corporate Law</h3>
|
||||
<p class="hide-de">SRL/LLC Gründung und rechtliche Fragen</p>
|
||||
<p class="hide-en">SRL/LLC formation and legal matters</p>
|
||||
</div>
|
||||
<div class="topic">
|
||||
<span class="topic-icon hide-de">💰</span><span class="topic-icon hide-en">💰</span>
|
||||
<h3 class="hide-de">Steuern & Buchhaltung</h3>
|
||||
<h3 class="hide-en">Taxes & Accounting</h3>
|
||||
<p class="hide-de">Paraguay Territorialsteuersystem erklärt</p>
|
||||
<p class="hide-en">Paraguay territorial tax system explained</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Disclaimer -->
|
||||
<div class="disclaimer hide-de">
|
||||
🚫 Keine Geschäftsanbahnungen in der Gruppe! Werbung, Akquise und Vermittlungsangebote bitte außerhalb der Gruppe bzw. offline.
|
||||
</div>
|
||||
<div class="disclaimer hide-en">
|
||||
🚫 No business solicitations in the group! Advertising, lead generation, and referral offers outside the group or offline.
|
||||
</div>
|
||||
|
||||
<!-- Main Content -->
|
||||
<main class="container" style="padding-top: 32px;">
|
||||
<div class="main-grid">
|
||||
|
||||
Reference in New Issue
Block a user