maralvic commited on
Commit
739d551
·
verified ·
1 Parent(s): b5208c6

Restaurar a cor do topo e do rodapé para a anteriormente usada - Follow Up Deployment

Browse files
Files changed (1) hide show
  1. index.html +12 -13
index.html CHANGED
@@ -7,8 +7,11 @@
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
-
11
- @import url('https://fonts.cdnfonts.com/css/arial-rounded-mt');
 
 
 
12
 
13
  <!-- Pesquisa Dropdown Section -->
14
 
@@ -134,30 +137,26 @@
134
 
135
  <!-- Original Section -->
136
 
137
- body {
138
- font-family: 'Arial Rounded MT', sans-serif;
139
- font-weight: normal;
140
- }
141
 
142
  .profmarcelovicente-bg {
143
- background-color: #5466DD;
144
  }
145
 
146
  .profmarcelovicente-text {
147
- color: #5466DD;
148
  }
149
 
150
  .profmarcelovicente-border {
151
- border-color: #5466DD;
152
  }
153
 
154
  .profmarcelovicente-btn {
155
- background-color: #5466DD;
156
  color: white;
157
  }
158
 
159
  .profmarcelovicente-btn:hover {
160
- background-color: #3a4fc7;
161
  }
162
 
163
  .dropdown:hover .dropdown-menu {
@@ -431,11 +430,11 @@
431
  <i class="fab fa-linkedin text-2xl"></i>
432
  </a>
433
  </div> </div>
434
- <div class="border-t border-[#5466DD] mt-6 pt-6 text-center text-white">
435
  <p>© 2025 ECJ - Educação Corporativa e Jurídica SS Ltda. Todos os direitos reservados.</p>
436
  </div>
437
  </div>
438
  </footer>
439
 
440
- <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;"><a href="https://marcelovicente.prof" style="color: #fff;text-decoration: underline;" target="_self" >Voltar ao início</a> | <i class="fas fa-rocket"></i> <a href="https://marcelovicente.prof/tta1947" style="color: #fff;text-decoration: underline;" target="_blank" >Fazer a inscrição!</a></p></body>
441
  </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
+ * {
13
+ font-family: 'Arial Rounded MT', sans-serif;
14
+ }
15
 
16
  <!-- Pesquisa Dropdown Section -->
17
 
 
137
 
138
  <!-- Original Section -->
139
 
 
 
 
 
140
 
141
  .profmarcelovicente-bg {
142
+ background-color: #667eea;
143
  }
144
 
145
  .profmarcelovicente-text {
146
+ color: #667eea;
147
  }
148
 
149
  .profmarcelovicente-border {
150
+ border-color: #667eea;
151
  }
152
 
153
  .profmarcelovicente-btn {
154
+ background-color: #667eea;
155
  color: white;
156
  }
157
 
158
  .profmarcelovicente-btn:hover {
159
+ background-color: #5a6fd8;
160
  }
161
 
162
  .dropdown:hover .dropdown-menu {
 
430
  <i class="fab fa-linkedin text-2xl"></i>
431
  </a>
432
  </div> </div>
433
+ <div class="border-t border-[#667eea] mt-6 pt-6 text-center text-white">
434
  <p>© 2025 ECJ - Educação Corporativa e Jurídica SS Ltda. Todos os direitos reservados.</p>
435
  </div>
436
  </div>
437
  </footer>
438
 
439
+ <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;"><a href="https://marcelovicente.prof" style="color: #fff;text-decoration: underline;" target="_self" >Voltar ao início</a> | <i class="fas fa-rocket"></i> <a href="https://marcelovicente.prof/tta1947" style="color: #fff;text-decoration: underline;" target="_blank" >Fazer a inscrição!</a></p><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/basic" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
440
  </html>