-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from Indiana-S-coder/main
footer added
- Loading branch information
Showing
7 changed files
with
67 additions
and
19 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,6 +75,7 @@ | |
rel="stylesheet" | ||
href="https://cdn.jsdelivr.net/npm/[email protected]/build/css/intlTelInput.css" | ||
/> | ||
|
||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/build/js/intlTelInput.min.js"></script> | ||
<!-- | ||
This favicon was generated using the following graphics from Twitter Twemoji: | ||
|
@@ -113,11 +114,11 @@ | |
|
||
<div class="hero__description"> | ||
Coming to various cities with the agenda to make | ||
sure that Indians are the fastest adopters of Web3, | ||
empowering student community. The focus will be on the latest developments in the world of web3, | ||
crypto, and dApps, accompanied by great presentations, panels, | ||
workshops led by pioneers in the field, amazing swags, and | ||
networking opportunities, learnings for attendees! | ||
sure that Indians are the fastest adopters of Web3, | ||
empowering student community. The focus will be on the latest developments in the world of web3, | ||
crypto, and dApps, accompanied by great presentations, panels, | ||
workshops led by pioneers in the field, amazing swags, and | ||
networking opportunities, learnings for attendees! | ||
</div> | ||
|
||
<div class="hero__cta"> | ||
|
@@ -157,12 +158,12 @@ <h2 class="about-us__title">About Us</h2> | |
|
||
<p class="about-us__description"> | ||
It’s a community for learners by learners. The vision of this | ||
community is to build an environment where people can learn, | ||
implement and grow together. It provides people the opportunity | ||
to work with peers, showcase their talent and enhance their skills | ||
by working in-team. We promote Open source, Web3, Web dev | ||
culture through our community. We are the frontliner in the field | ||
of Open source and Web3.0. | ||
community is to build an environment where people can learn, | ||
implement and grow together. It provides people the opportunity | ||
to work with peers, showcase their talent and enhance their skills | ||
by working in-team. We promote Open source, Web3, Web dev | ||
culture through our community. We are the frontliner in the field | ||
of Open source and Web3.0. | ||
</p> | ||
|
||
</div> | ||
|
@@ -177,6 +178,20 @@ <h2 class="about-us__title">About Us</h2> | |
|
||
|
||
</section> | ||
<footer class="footer"> | ||
<div class="footer-container"> | ||
<div class="connect-us"> | ||
Connect with us | ||
</div> | ||
<div class="socials"> | ||
<div class="icons" id="linkedin"><a href="https://www.linkedin.com/company/eduhub-community"><img src="assets/images/linkedin-icon.svg"></a></div> | ||
<div class="icons"><a href="https://www.instagram.com/eduhub_community/"><img src="assets/images/instagram-icon.svg" alt="" srcset=""></a></div> | ||
<div class="icons"><a href="https://www.youtube.com/channel/UCPpG3qqMH_0QDvSzHyjjZJQ"><img src="assets/images/youtube-icon.svg" alt=""></a></div> | ||
<div class="icons"><a href="https://www.facebook.com/eduhubcommunity"><img src="assets/images/facebook-icon.svg" alt=""></a></div> | ||
<div class="icons"><a href="https://twitter.com/CommunityEduhub"><img src="assets/images/twitter-icon.svg" alt=""></a></div> | ||
</div> | ||
</div> | ||
</footer> | ||
</main> | ||
|
||
<!-- AOS --> | ||
|