maralvic commited on
Commit
3e07d5b
·
verified ·
1 Parent(s): 65dd84f

A imagem fornecida deve ser a imagem de fundo do topo. Retirar o negrito da fonte arialrounded - Follow Up Deployment

Browse files
Files changed (1) hide show
  1. index.html +21 -48
index.html CHANGED
@@ -7,10 +7,10 @@
7
  <script src="https://cdn.tailwindcss.com"></script>
8
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
  <style>
10
- @import url('https://fonts.cdnfonts.com/css/arial-rounded-mt-bold');
11
 
12
  body {
13
- font-family: 'Arial Rounded MT Bold', sans-serif;
14
  }
15
 
16
  .profmarcelovicente-bg {
@@ -48,7 +48,7 @@
48
  <!-- Header -->
49
  <header class="profmarcelovicente-bg text-white shadow-lg">
50
  <div class="container mx-auto px-4 py-3 flex justify-between items-center">
51
- <div class="text-xl font-bold">@profmarcelovicente</div>
52
  <div class="flex space-x-4">
53
  <a href="https://instagram.com/profmarcelovicente" target="_blank" class="text-white hover:text-blue-200 transition">
54
  <i class="fab fa-instagram text-2xl"></i>
@@ -64,9 +64,10 @@
64
  </header>
65
 
66
  <!-- Hero Section -->
67
- <section class="hero-pattern profmarcelovicente-bg text-white py-16">
68
- <div class="container mx-auto px-4 text-center">
69
- <h1 class="text-4xl md:text-5xl font-bold mb-6">Transações Tributárias</h1>
 
70
  <p class="text-xl md:text-2xl max-w-3xl mx-auto">Soluções estratégicas para desafios fiscais</p>
71
  </div>
72
  </section>
@@ -75,7 +76,7 @@
75
  <main class="container mx-auto px-4 py-12">
76
  <div class="max-w-4xl mx-auto">
77
  <div class="bg-white rounded-lg shadow-lg p-8 mb-12">
78
- <h2 class="profmarcelovicente-text text-3xl font-bold mb-6">Amplie sua atuação jurídica com Transações Tributárias</h2>
79
 
80
  <p class="text-lg mb-6">Descubra uma oportunidade única de ampliar sua atuação jurídica e fortalecer seu escritório: especialize-se em Transações Tributárias! Com a Lei 13.988/2020, conhecida como a "Lei do Contribuinte Legal", você pode oferecer aos seus clientes uma solução eficiente para dívidas e discussões com a Fazenda Nacional.</p>
81
 
@@ -87,11 +88,11 @@
87
 
88
  <div class="grid md:grid-cols-2 gap-6 mb-8">
89
  <div class="border profmarcelovicente-border rounded-lg p-6">
90
- <h4 class="font-bold text-xl mb-3 profmarcelovicente-text">Transação Individual</h4>
91
  <p>Voltada para contribuintes com débitos específicos, permitindo acordos personalizados e ajustados às particularidades de cada caso.</p>
92
  </div>
93
  <div class="border profmarcelovicente-border rounded-lg p-6">
94
- <h4 class="font-bold text-xl mb-3 profmarcelovicente-text">Transação por Adesão</h4>
95
  <p>Oferecida pela administração pública, na qual o contribuinte aceita condições previamente estabelecidas em programas ou instrumentos normativos.</p>
96
  </div>
97
  </div>
@@ -111,47 +112,28 @@
111
 
112
  <!-- Quick Access Section -->
113
  <div class="bg-white rounded-lg shadow-lg p-8">
114
- <h2 class="profmarcelovicente-text text-3xl font-bold mb-6">Acesso às Transações</h2>
115
-
116
- <div class="mb-6">
117
- <label for="transaction-type" class="block text-lg font-medium text-gray-700 mb-2">Selecione</label>
118
- <div class="relative dropdown">
119
- <select id="transaction-type" class="block appearance-none w-full bg-gray-100 border border-gray-300 text-gray-700 py-3 px-4 pr-8 rounded-lg leading-tight focus:outline-none focus:bg-white focus:border-blue-500">
120
- <option value="" disabled selected>Escolha uma opção</option>
121
- <option value="federal-rfb">Federais - RFB</option>
122
- <option value="federal-pgfn">Federais - PGFN</option>
123
- <option value="federal-agu">Federais - AGU</option>
124
- <option value="estadual-sf">Estaduais / DF - SF/PGE</option>
125
- <option value="municipal-sf">Municipais - SF/PGM</option>
126
- <option value="simples-rfb">Simples Nacional - RFB</option>
127
- <option value="simples-pgfn">Simples Nacional - PGFN</option>
128
- </select>
129
- <div class="pointer-events-none absolute inset-y-0 right-0 flex items-center px-2 text-gray-700">
130
- <i class="fas fa-chevron-down"></i>
131
- </div>
132
- </div>
133
- </div>
134
 
135
  <div class="grid md:grid-cols-2 gap-4">
136
- <a href="https://www.gov.br/receitafederal/pt-br/servicos/regularizacao-de-impostos/fazer-acordo" target="_blank" class="profmarcelovicente-btn px-4 py-3 rounded-lg font-bold text-white text-center hover:shadow-lg transition">
137
  Federais - RFB
138
  </a>
139
- <a href="https://www.gov.br/pgfn/pt-br/servicos/orientacoes-contribuintes/acordo-de-transacao" target="_blank" class="profmarcelovicente-btn px-4 py-3 rounded-lg font-bold text-white text-center hover:shadow-lg transition">
140
  Federais - PGFN
141
  </a>
142
- <a href="https://www.gov.br/pt-br/servicos/transacao-de-dividas-das-autarquias-e-fundacoes-publicas-federais" target="_blank" class="profmarcelovicente-btn px-4 py-3 rounded-lg font-bold text-white text-center hover:shadow-lg transition">
143
  Federais - AGU
144
  </a>
145
- <a href="https://www.regularize.online/programas-de-parcelamento-estados-e-df/" target="_blank" class="profmarcelovicente-btn px-4 py-3 rounded-lg font-bold text-white text-center hover:shadow-lg transition">
146
- Estaduais / DF - SF/PGE
147
  </a>
148
- <a href="https://www.regularize.online/pesquisar-negociacoes-municipais-e-df/" target="_blank" class="profmarcelovicente-btn px-4 py-3 rounded-lg font-bold text-white text-center hover:shadow-lg transition">
149
- Municipais - SF/PGM
150
  </a>
151
- <a href="https://www8.receita.fazenda.gov.br/SimplesNacional/Servicos/Grupo.aspx?grp=14" target="_blank" class="profmarcelovicente-btn px-4 py-3 rounded-lg font-bold text-white text-center hover:shadow-lg transition">
152
  Simples Nacional - RFB
153
  </a>
154
- <a href="https://www.gov.br/pgfn/pt-br/servicos/orientacoes-contribuintes/acordo-de-transacao" target="_blank" class="profmarcelovicente-btn px-4 py-3 rounded-lg font-bold text-white text-center hover:shadow-lg transition">
155
  Simples Nacional - PGFN
156
  </a>
157
  </div>
@@ -164,7 +146,7 @@
164
  <div class="container mx-auto px-4">
165
  <div class="flex flex-col md:flex-row justify-between items-center">
166
  <div class="mb-4 md:mb-0">
167
- <h3 class="text-xl font-bold">@profmarcelovicente</h3>
168
  <p class="text-blue-200">Especialista em Transações Tributárias</p>
169
  </div>
170
  <div class="flex space-x-6">
@@ -185,14 +167,5 @@
185
  </div>
186
  </footer>
187
 
188
- <script>
189
- // JavaScript for dropdown functionality
190
- document.getElementById('transaction-type').addEventListener('change', function() {
191
- const value = this.value;
192
- const links = {
193
- 'federal-rfb': 'https://www.gov.br/receitafederal/pt-br/servicos/regularizacao-de-impostos/fazer-acordo',
194
- 'federal-pgfn': 'https://www.gov.br/pgfn/pt-br/servicos/orientacoes-contribuintes/acordo-de-transacao',
195
- 'federal-agu': 'https://www.gov.br/pt-br/servicos/transacao-de-dividas-das-autarquias-e-fundacoes-publicas-federais',
196
- 'estadual-sf': 'https://www.regularize.online/programas-de-parcel
197
  <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=maralvic/tt2" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
198
  </html>
 
7
  <script src="https://cdn.tailwindcss.com"></script>
8
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
  <style>
10
+ @import url('https://fonts.cdnfonts.com/css/arial-rounded-mt');
11
 
12
  body {
13
+ font-family: 'Arial Rounded MT', sans-serif;
14
  }
15
 
16
  .profmarcelovicente-bg {
 
48
  <!-- Header -->
49
  <header class="profmarcelovicente-bg text-white shadow-lg">
50
  <div class="container mx-auto px-4 py-3 flex justify-between items-center">
51
+ <div class="text-xl">@profmarcelovicente</div>
52
  <div class="flex space-x-4">
53
  <a href="https://instagram.com/profmarcelovicente" target="_blank" class="text-white hover:text-blue-200 transition">
54
  <i class="fab fa-instagram text-2xl"></i>
 
64
  </header>
65
 
66
  <!-- Hero Section -->
67
+ <section class="text-white bg-cover bg-center" style="background-image: url('https://www.regularize.online/wp-content/uploads/2023/08/Sem-nome-680-×-456-px-1910-×-376-px-4.png')">
68
+ <div class="bg-blue-900 bg-opacity-70 py-32">
69
+ <div class="container mx-auto px-4 text-center py-8">
70
+ <h1 class="text-4xl md:text-5xl mb-6">Transações Tributárias</h1>
71
  <p class="text-xl md:text-2xl max-w-3xl mx-auto">Soluções estratégicas para desafios fiscais</p>
72
  </div>
73
  </section>
 
76
  <main class="container mx-auto px-4 py-12">
77
  <div class="max-w-4xl mx-auto">
78
  <div class="bg-white rounded-lg shadow-lg p-8 mb-12">
79
+ <h2 class="profmarcelovicente-text text-3xl mb-6">Amplie sua atuação jurídica com Transações Tributárias</h2>
80
 
81
  <p class="text-lg mb-6">Descubra uma oportunidade única de ampliar sua atuação jurídica e fortalecer seu escritório: especialize-se em Transações Tributárias! Com a Lei 13.988/2020, conhecida como a "Lei do Contribuinte Legal", você pode oferecer aos seus clientes uma solução eficiente para dívidas e discussões com a Fazenda Nacional.</p>
82
 
 
88
 
89
  <div class="grid md:grid-cols-2 gap-6 mb-8">
90
  <div class="border profmarcelovicente-border rounded-lg p-6">
91
+ <h4 class="text-xl mb-3 profmarcelovicente-text">Transação Individual</h4>
92
  <p>Voltada para contribuintes com débitos específicos, permitindo acordos personalizados e ajustados às particularidades de cada caso.</p>
93
  </div>
94
  <div class="border profmarcelovicente-border rounded-lg p-6">
95
+ <h4 class="text-xl mb-3 profmarcelovicente-text">Transação por Adesão</h4>
96
  <p>Oferecida pela administração pública, na qual o contribuinte aceita condições previamente estabelecidas em programas ou instrumentos normativos.</p>
97
  </div>
98
  </div>
 
112
 
113
  <!-- Quick Access Section -->
114
  <div class="bg-white rounded-lg shadow-lg p-8">
115
+ <h2 class="profmarcelovicente-text text-3xl mb-6">Acesso às Transações</h2>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
116
 
117
  <div class="grid md:grid-cols-2 gap-4">
118
+ <a href="https://www.gov.br/receitafederal/pt-br/servicos/regularizacao-de-impostos/fazer-acordo" target="_blank" class="profmarcelovicente-btn px-4 py-3 rounded-lg text-white text-center hover:shadow-lg transition">
119
  Federais - RFB
120
  </a>
121
+ <a href="https://www.gov.br/pgfn/pt-br/servicos/orientacoes-contribuintes/acordo-de-transacao" target="_blank" class="profmarcelovicente-btn px-4 py-3 rounded-lg text-white text-center hover:shadow-lg transition">
122
  Federais - PGFN
123
  </a>
124
+ <a href="https://www.gov.br/pt-br/servicos/transacao-de-dividas-das-autarquias-e-fundacoes-publicas-federais" target="_blank" class="profmarcelovicente-btn px-4 py-3 rounded-lg text-white text-center hover:shadow-lg transition">
125
  Federais - AGU
126
  </a>
127
+ <a href="https://www.regularize.online/programas-de-parcelamento-estados-e-df/" target="_blank" class="profmarcelovicente-btn px-4 py-3 rounded-lg text-white text-center hover:shadow-lg transition">
128
+ Estaduais / DF
129
  </a>
130
+ <a href="https://www.regularize.online/pesquisar-negociacoes-municipais-e-df/" target="_blank" class="profmarcelovicente-btn px-4 py-3 rounded-lg text-white text-center hover:shadow-lg transition">
131
+ Municipais
132
  </a>
133
+ <a href="https://www8.receita.fazenda.gov.br/SimplesNacional/Servicos/Grupo.aspx?grp=14" target="_blank" class="profmarcelovicente-btn px-4 py-3 rounded-lg text-white text-center hover:shadow-lg transition">
134
  Simples Nacional - RFB
135
  </a>
136
+ <a href="https://www.gov.br/pgfn/pt-br/servicos/orientacoes-contribuintes/acordo-de-transacao" target="_blank" class="profmarcelovicente-btn px-4 py-3 rounded-lg text-white text-center hover:shadow-lg transition">
137
  Simples Nacional - PGFN
138
  </a>
139
  </div>
 
146
  <div class="container mx-auto px-4">
147
  <div class="flex flex-col md:flex-row justify-between items-center">
148
  <div class="mb-4 md:mb-0">
149
+ <h3 class="text-xl">@profmarcelovicente</h3>
150
  <p class="text-blue-200">Especialista em Transações Tributárias</p>
151
  </div>
152
  <div class="flex space-x-6">
 
167
  </div>
168
  </footer>
169
 
 
 
 
 
 
 
 
 
 
170
  <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=maralvic/tt2" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
171
  </html>