markjr commited on
Commit
5e23e6b
·
verified ·
1 Parent(s): a87ed57

remove twitter and twitter

Browse files
Files changed (3) hide show
  1. components/footer.js +1 -2
  2. components/navbar.js +1 -1
  3. contact.html +1 -5
components/footer.js CHANGED
@@ -38,12 +38,11 @@ class CustomFooter extends HTMLElement {
38
  <footer>
39
  <div class="footer-content">
40
  <div class="social-links">
41
- <a href="#"><i data-feather="twitter"></i></a>
42
  <a href="#"><i data-feather="youtube"></i></a>
43
  <a href="#"><i data-feather="github"></i></a>
44
  <a href="#"><i data-feather="mail"></i></a>
45
  </div>
46
- <p class="copyright">
47
  &copy; ${new Date().getFullYear()} WONDERSTRUCK. All rights reserved.
48
  </p>
49
  </div>
 
38
  <footer>
39
  <div class="footer-content">
40
  <div class="social-links">
 
41
  <a href="#"><i data-feather="youtube"></i></a>
42
  <a href="#"><i data-feather="github"></i></a>
43
  <a href="#"><i data-feather="mail"></i></a>
44
  </div>
45
+ <p class="copyright">
46
  &copy; ${new Date().getFullYear()} WONDERSTRUCK. All rights reserved.
47
  </p>
48
  </div>
components/navbar.js CHANGED
@@ -28,7 +28,7 @@ class CustomNavbar extends HTMLElement {
28
  display: flex;
29
  gap: 1.5rem;
30
  }
31
- a {
32
  color: #f3f4f6;
33
  text-decoration: none;
34
  font-weight: 500;
 
28
  display: flex;
29
  gap: 1.5rem;
30
  }
31
+ a {
32
  color: #f3f4f6;
33
  text-decoration: none;
34
  font-weight: 500;
contact.html CHANGED
@@ -150,15 +150,11 @@
150
  <i data-feather="youtube" class="w-4 h-4 mr-2"></i>
151
  YouTube: @Anomidae
152
  </a>
153
- <a href="#" class="flex items-center text-gray-300 hover:text-amber-400">
154
- <i data-feather="twitter" class="w-4 h-4 mr-2"></i>
155
- Twitter: @ProjectSkybox
156
- </a>
157
  <a href="#" class="flex items-center text-gray-300 hover:text-amber-400">
158
  <i data-feather="mail" class="w-4 h-4 mr-2"></i>
159
  Email: leads@projectskybox.com
160
  </a>
161
- </div>
162
  </div>
163
 
164
  <div class="flex-1">
 
150
  <i data-feather="youtube" class="w-4 h-4 mr-2"></i>
151
  YouTube: @Anomidae
152
  </a>
 
 
 
 
153
  <a href="#" class="flex items-center text-gray-300 hover:text-amber-400">
154
  <i data-feather="mail" class="w-4 h-4 mr-2"></i>
155
  Email: leads@projectskybox.com
156
  </a>
157
+ </div>
158
  </div>
159
 
160
  <div class="flex-1">