-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into Button-hoverings
- Loading branch information
Showing
10 changed files
with
348 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,6 +71,7 @@ | |
<li><a href="/products" class=" links-hover">Products</a></li> | ||
<li><a href="/about" class=" links-hover-currentpage">About Us</a></li> | ||
<li><a href="https://chromegaming.github.io/Chrome-Gaming-Certification/" class=" links-hover">Certificate</a></li> | ||
<li><a class="links-hover" onclick="openRateUs()">Rate Us</a></li> | ||
<li> | ||
<div class="small-screen-social"> | ||
<a href="https://www.youtube.com/@ChromeGamingOn" target="_blank" class="social-icon youtube"></a> | ||
|
@@ -99,6 +100,9 @@ | |
</div> | ||
</nav> | ||
|
||
<%- include('partials/rateus') %> | ||
<script src="/js/script.js"></script> | ||
|
||
<div class="social-icons"> | ||
<button class="toggler"><img src="/images/social1.webp" alt=""></button> | ||
<a href="https://www.youtube.com/@ChromeGamingOn" target="_blank" class="social-icon youtube"></a> | ||
|
@@ -250,6 +254,18 @@ | |
<button id="submitButton" type="submit">SUBSCRIBE</button> | ||
</form> | ||
|
||
|
||
<div class="footer-column"> | ||
<h4>Follow us</h4> | ||
<div class="social-links"> | ||
<a href="mailto:[email protected]" target="_blank" class="gmail-icon"><i class="fab fa-google"></i></a> | ||
<a href="https://www.linkedin.com/company/chromegaming" target="_blank" <i class="fab fa-linkedin"></i></a> | ||
<a href="https://discord.com/" target="_blank" class="discord-icon fab fa-discord"></a> | ||
<a href="https://www.medium.com/" target="_blank" class="fab fa-medium"></a> | ||
<a href="https://www.instagram.com/chromegamingon/" target="_blank" class="fab fa-instagram"></a> | ||
</div> | ||
</div> | ||
|
||
<div id="customAlert" class="alert"> | ||
<span id="alertText"></span> | ||
<button id="closeAlert">×</button> | ||
|
Oops, something went wrong.