maralvic commited on
Commit
8164075
·
verified ·
1 Parent(s): 852b0ab

ALterar o endereço do youtube para incluir "@" antes de profmarcelovicente - Follow Up Deployment

Browse files
Files changed (1) hide show
  1. index.html +13 -13
index.html CHANGED
@@ -15,24 +15,24 @@
15
  }
16
 
17
  .profmarcelovicente-bg {
18
- background-color: #1a365d;
19
  }
20
 
21
  .profmarcelovicente-text {
22
- color: #1a365d;
23
  }
24
 
25
  .profmarcelovicente-border {
26
- border-color: #1a365d;
27
  }
28
 
29
  .profmarcelovicente-btn {
30
- background-color: #1a365d;
31
  color: white;
32
  }
33
 
34
  .profmarcelovicente-btn:hover {
35
- background-color: #2c5282;
36
  }
37
 
38
  .dropdown:hover .dropdown-menu {
@@ -51,13 +51,13 @@
51
  <div class="container mx-auto px-4 py-3 flex justify-between items-center">
52
  <div class="text-xl">@profmarcelovicente</div>
53
  <div class="flex space-x-4">
54
- <a href="https://instagram.com/profmarcelovicente" target="_blank" class="text-white hover:text-blue-200 transition">
55
  <i class="fab fa-instagram text-2xl"></i>
56
  </a>
57
- <a href="https://facebook.com/profmarcelovicente" target="_blank" class="text-white hover:text-blue-200 transition">
58
  <i class="fab fa-facebook text-2xl"></i>
59
  </a>
60
- <a href="https://youtube.com/profmarcelovicente" target="_blank" class="text-white hover:text-blue-200 transition">
61
  <i class="fab fa-youtube text-2xl"></i>
62
  </a>
63
  </div>
@@ -148,19 +148,19 @@
148
  <p class="text-blue-200">Especialista em Transações Tributárias</p>
149
  </div>
150
  <div class="flex space-x-6">
151
- <a href="https://instagram.com/profmarcelovicente" target="_blank" class="text-white hover:text-blue-200 transition">
152
  <i class="fab fa-instagram text-2xl"></i>
153
  </a>
154
- <a href="https://facebook.com/profmarcelovicente" target="_blank" class="text-white hover:text-blue-200 transition">
155
  <i class="fab fa-facebook text-2xl"></i>
156
  </a>
157
- <a href="https://youtube.com/profmarcelovicente" target="_blank" class="text-white hover:text-blue-200 transition">
158
  <i class="fab fa-youtube text-2xl"></i>
159
  </a>
160
  </div>
161
  </div>
162
- <div class="border-t border-blue-800 mt-6 pt-6 text-center text-blue-200">
163
- <p>© 2023 Prof. Marcelo Vicente. Todos os direitos reservados.</p>
164
  </div>
165
  </div>
166
  </footer>
 
15
  }
16
 
17
  .profmarcelovicente-bg {
18
+ background-color: #5466DD;
19
  }
20
 
21
  .profmarcelovicente-text {
22
+ color: #5466DD;
23
  }
24
 
25
  .profmarcelovicente-border {
26
+ border-color: #5466DD;
27
  }
28
 
29
  .profmarcelovicente-btn {
30
+ background-color: #5466DD;
31
  color: white;
32
  }
33
 
34
  .profmarcelovicente-btn:hover {
35
+ background-color: #3a4fc7;
36
  }
37
 
38
  .dropdown:hover .dropdown-menu {
 
51
  <div class="container mx-auto px-4 py-3 flex justify-between items-center">
52
  <div class="text-xl">@profmarcelovicente</div>
53
  <div class="flex space-x-4">
54
+ <a href="https://instagram.com/profmarcelovicente" target="_blank" class="transition">
55
  <i class="fab fa-instagram text-2xl"></i>
56
  </a>
57
+ <a href="https://facebook.com/profmarcelovicente" target="_blank" class="transition">
58
  <i class="fab fa-facebook text-2xl"></i>
59
  </a>
60
+ <a href="https://youtube.com/@profmarcelovicente" target="_blank" class="transition">
61
  <i class="fab fa-youtube text-2xl"></i>
62
  </a>
63
  </div>
 
148
  <p class="text-blue-200">Especialista em Transações Tributárias</p>
149
  </div>
150
  <div class="flex space-x-6">
151
+ <a href="https://instagram.com/profmarcelovicente" target="_blank" class="transition">
152
  <i class="fab fa-instagram text-2xl"></i>
153
  </a>
154
+ <a href="https://facebook.com/profmarcelovicente" target="_blank" class="transition">
155
  <i class="fab fa-facebook text-2xl"></i>
156
  </a>
157
+ <a href="https://youtube.com/@profmarcelovicente" target="_blank" class="transition">
158
  <i class="fab fa-youtube text-2xl"></i>
159
  </a>
160
  </div>
161
  </div>
162
+ <div class="border-t border-[#5466DD] mt-6 pt-6 text-center text-white">
163
+ <p>© 2025 Prof. Marcelo Vicente. Todos os direitos reservados.</p>
164
  </div>
165
  </div>
166
  </footer>