Skip to content

Commit

Permalink
CRLF to LF whitespace changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Colack committed Dec 7, 2024
1 parent 6649c29 commit b3afd2f
Show file tree
Hide file tree
Showing 2 changed files with 324 additions and 324 deletions.
48 changes: 24 additions & 24 deletions Assets/scripts/footer.js
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
const footer = document.createElement('footer');
footer.className = "footer";
footer.innerHTML = `
<div class="social-buttons">
<a href="https://discord.gg/S8XTzKEz5f" target="_blank" class="social-btn discord-btn">
<i class="fab fa-discord"></i> Discord
</a>
<a href="https://github.com/watermelonkatanadevs" target="_blank" class="social-btn github-btn">
<i class="fab fa-github"></i> GitHub
</a>
<a href="https://www.linkedin.com/company/watermelonkatana/" target="_blank" class="social-btn linkedin-btn">
<i class="fab fa-linkedin"></i> LinkedIn
</a>
<a href="https://twitter.com/WatermelonKatana" target="_blank" class="social-btn twitter-btn">
<i class="fab fa-twitter"></i> Twitter
</a>
</div>
<div class="footer-info">
<p>Email: <a href="mailto:admin@watermelonkatana.com">admin@watermelonkatana.com</a></p>
<p>&copy; 2024 WatermelonKatana. All rights reserved.</p>
<p>Stay updated with our <a href="/news">latest news</a>!</p>
</div>
`;

const footer = document.createElement('footer');
footer.className = "footer";
footer.innerHTML = `
<div class="social-buttons">
<a href="https://discord.gg/S8XTzKEz5f" target="_blank" class="social-btn discord-btn">
<i class="fab fa-discord"></i> Discord
</a>
<a href="https://github.com/watermelonkatanadevs" target="_blank" class="social-btn github-btn">
<i class="fab fa-github"></i> GitHub
</a>
<a href="https://www.linkedin.com/company/watermelonkatana/" target="_blank" class="social-btn linkedin-btn">
<i class="fab fa-linkedin"></i> LinkedIn
</a>
<a href="https://twitter.com/WatermelonKatana" target="_blank" class="social-btn twitter-btn">
<i class="fab fa-twitter"></i> Twitter
</a>
</div>
<div class="footer-info">
<p>Email: <a href="mailto:admin@watermelonkatana.com">admin@watermelonkatana.com</a></p>
<p>&copy; 2024 WatermelonKatana. All rights reserved.</p>
<p>Stay updated with our <a href="/news">latest news</a>!</p>
</div>
`;

document.body.appendChild(footer);
Loading

0 comments on commit b3afd2f

Please sign in to comment.