Skip to content

Commit

Permalink
Merge pull request #1 from Indiana-S-coder/main
Browse files Browse the repository at this point in the history
footer added
  • Loading branch information
SahityaRoy authored Aug 4, 2023
2 parents 04a162a + d809cd0 commit ad1c739
Show file tree
Hide file tree
Showing 7 changed files with 67 additions and 19 deletions.
30 changes: 30 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -789,3 +789,33 @@ img#feature__img1 {
left: 3rem;
}
}

.footer {
padding: 2rem;
}

.footer-container{
display: flex;
flex-direction: column;
}
.connect-us{
font-size: clamp(1.5rem, 1.1vw, 1.5rem);
font-weight: 700;
text-align: center;
}
.socials{
display: flex;
justify-content: center;
}
.icons{
margin: .6em;
}

a:link{
text-decoration: none;
}
#linkedin{
margin-right: .2em;
}


4 changes: 2 additions & 2 deletions assets/images/facebook-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions assets/images/instagram-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions assets/images/linkedin-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions assets/images/twitter-icon.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 assets/images/youtube-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
37 changes: 26 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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">
Expand Down Expand Up @@ -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>
Expand All @@ -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 -->
Expand Down

0 comments on commit ad1c739

Please sign in to comment.