Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions components/ecx.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions components/facebook.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions components/footer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="../scss/main.css" />
<title>footer</title>
</head>
<body>
<footer class="footer">
<div class="footer-top">
<div class="ecx">
<img src="./ecx.svg" alt="ecx" />
</div>
<!-- for mobile view -->
<div class="buttons">
<a href="#"><button class="reg">Register</button></a>
<br />
<a href="#"><button class="login">Login</button></a>
</div>
<p class="footer-links">
<a href="#">Qualification Requirement</a>
<a href="#">Mentors & Speakers</a>
<a href="#">Terms and Condition</a>
<a href="#">Support</a>
</p>
</div>
<div class="footer-bottom">
<div class="footer-icons">
<!-- icons go here -->
<a href="#"><img src="./facebook.svg" alt="facebook" /></a>
<a href="#"><img src="./twitter.svg" alt="twitter" /></a>
<a href="#"><img src="./slack.svg" alt="slack" /></a>
<a href="#"><img src="./github.svg" alt="github" /></a>
</div>
<div class="footer-copyright">
<p>copyright <span>Ecx 2020</span></p>
<p>made with &lt; /&gt;</p>
</div>
</div>
</footer>
</body>
</html>
10 changes: 10 additions & 0 deletions components/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions components/slack.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions components/twitter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading