Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improving footer #133

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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
102 changes: 59 additions & 43 deletions src/app/Utilities/footer/footer.component.html
Original file line number Diff line number Diff line change
@@ -1,53 +1,69 @@
<footer id="contact">
<div class="container-fluid">
<div class="row">
<div class="col-md-4 p1">
<div class="text-center">
<img class="rotate" src="../../../assets/images/Swasthify-logo-black.png" height="100" width="100" />
</div>
<br />
<h1 routerLink="/home" class="swasthify grow text-center">SWASTHIFY</h1>
<footer>
<div class="contactUsBox">
<img class="wave_class" src="../../../assets/images/wave.png" />
<div class="iconContent">

<div>
<a class="footer-link" href='https://www.linkedin.com/in/pranjay-poddar/'>
<div class="icons">
<img src="https://img.icons8.com/ios-glyphs/30/000000/linkedin.png" />
</div>
</a>
</div>


<div style="margin-top:8% ;">
<a class="footer-link" href='https://github.com/pranjay-poddar/Swasthify'>
<div class="icons">
<img src="https://img.icons8.com/material-two-tone/30/000000/github.png" />
</div>
</a>
</div>
<div class="col-md-4 p1">
<h3 style="text-align: center; color: white">CONNECT WITH US</h3>
<hr class="light" />
<ul class="social_icon d-flex justify-content-center">
<li>
<a href="https://www.linkedin.com/in/pranjay-poddar/" target="blank "><i class="fab fa-linkedin grow"></i></a>
</li>
<li>
<a href="https://github.com/pranjay-poddar/Swasthify" target="blank "><i class="fab fa-github grow"></i
></a>
</li>
<li>
<a href="https://www.instagram.com/pranjay_poddar/" target="blank "><i class="fab fa-instagram grow"></i></a>
</li>
</ul>
<hr class="light" />
<div class="text-center webarch-website grow2">
<a href="https://drift.me/swasthifyinfo" style="text-decoration: none" target="_blank">
Swasthify Support</a
>

<div>
<a class="footer-link" href='https://www.instagram.com/pranjay_poddar/'>
<div class="icons">
<img src="https://img.icons8.com/ios-glyphs/30/000000/instagram-new.png" />
</div>
</a>
</div>


</div>
</div>
<div class="main">
<div class="middleText">

<div class="col-md-4 p1">
<h3 style="text-align: center; color: white">QUICK LINKS</h3>
<hr class="light" />
<div class="text-center webarch-website grow2">
<a (click)="navToElement('w')" style="text-decoration: underline; cursor: pointer;"> About Us</a>
<div class="text-center image-s">
<img class="rotate" src="../../../assets/images/Swasthify-logo-black.png" height="100"
width="100" />
</div>
<div class="text-center webarch-website grow2">
<a href="https://www.termsfeed.com/live/5c0ce90f-4043-4391-bbb7-30c3b9c09154" target="_blank"> Privacy Policy</a>
</div>
<div class="text-center webarch-website grow2">
<a href="https://www.termsfeed.com/live/d24c30db-05e9-49b7-99a4-53b7165ca931" target="_blank"> Terms & Condition</a>
<div>
<a href="https://drift.me/swasthifyinfo" style="text-decoration: none;color: inherit;">
<div>
Swasthify Support
</div>

</a>
</div>

</div>
<div class="col-12 p1">
<hr class="light-100" />
<h3 style="text-align: center; color: white">©Team Swasthify 2021</h3>
<div class="connectUsContent">

<div class="column">
<a (click)="navToElement('w')" style="color: #bbbbbb;cursor: pointer;" class="footer-link">About
Us</a>
<a href="https://www.termsfeed.com/live/5c0ce90f-4043-4391-bbb7-30c3b9c09154" target="_blank"
class="footer-link">Privacy Policy</a>
<a href="https://www.termsfeed.com/live/d24c30db-05e9-49b7-99a4-53b7165ca931" target="_blank"
class="footer-link">Terms & conditions</a>
</div>

</div>
</div>

<div class="last-text">
<p style="text-align: center; color: white;">©Team Swasthify 2021</p>
</div>

</div>
</footer>
215 changes: 123 additions & 92 deletions src/app/Utilities/footer/footer.component.scss
Original file line number Diff line number Diff line change
@@ -1,92 +1,123 @@
/* footer section start ----------------------- */

$blue: #7DA0FA;
$purple:#4747A1;
$lpurple:#7978E9;
$pink:#F3797E;
footer {
background: #1b1b1b;
color: white;
padding: 0;
position: relative;
bottom: 0;
}

hr.light {
border-top: 1px solid #d5d5d5;
width: 100%;
margin-top: .8rem;
}

.swasthify {
text-align: center;
color: #d5d5d5;
font-size: 13px;
cursor: pointer;
}

.swasthify:hover {
color: #7978E9;
}

footer a {
color: #d5d5d5;
}

hr.light-100 {
border-top: 1px solid #d5d5d5;
width: 100%;
margin-top: .8rem;
margin-bottom: 1rem;
}

li {
list-style-type: none;
}

.social_icon li a {
font-size: 30px;
margin-right: 1vw;
}

li a:hover {
color: #7978E9;
text-decoration: none;
}

.footer_inner1 {
margin-left: 35%;
}

.socialresponsive {
align-items: center;
}

ul.social_icon {
align-items: center;
margin-left: auto;
margin-right: 15px;
}

ul.social_icon li {
float: left;
height: 60px;
display: flex;
flex-direction: row;
margin-left: 2px;
padding: 0;
}

.about-para-link {
margin-bottom: 8vh;
}

#nav-bars {
display: none;
}
/*--- Bootstrap Padding Fix --*/

[class*="p1"] {
padding: 1rem;
}
/* footer section end ---------------------------- */
.column {
display: flex;
flex-direction: column;
text-align: left;
margin-left: 60px;
}

.row {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
grid-gap: 94px;
grid-auto-flow: column;

@media (max-width: 1000px) {
grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
}
}

.footer-link {
margin-bottom: 10px;
font-size: 18px;
text-align: center;
text-decoration: none;
font-weight: 300;
color: #bbbbbb;
display: block;
transition: all 0.3s ease;

&:hover {
transform: scale(1.1);
color: #ffffff;
}

@media (max-width: 1000px) {
font-size: 15px;
}
}
.heading {
font-size: 22px;
margin-bottom: 40px;
font-weight: bold;
color: #ffffff;
text-transform: capitalize;
margin-bottom: 15px;
font-weight: 500;
position: relative;
}

.contactUsBox {
position: relative;
bottom: 0;
left: 0;
flex-direction: column;
width: 100%;
}
.main {
display: flex;
justify-content: space-between;
}
.wave_class {
display: block;
width: 100%;
height: 15rem;
margin: auto;
}
.image-s {
padding-bottom: 5%;
}
.middleText {
position: absolute;
bottom: 3rem;
left: 7rem;
color: rgb(18, 164, 217);
font-size: 1rem;
font-weight: 600;
}
.last-text {
position: absolute;
bottom: 0.5rem;
left:45%;
}

.iconContent {
top: 0;
display: flex;
position: absolute;
flex-direction: row;
width: 100%;
justify-content: space-around;
}
.icons {
display: inline-block;
background-color: #d0d0d0;
border-radius: 100%;
padding: 12%;
}

.connectUsContent {
right: 10rem;
position: absolute;
bottom: 3rem;
}

@media screen and (max-width: 1120px) {
.contactUsBox {
background-color: black;
}
.connectUsContent {
bottom: 3rem;
right: 8rem;
}
}

@media screen and (max-width: 800px) {
.connectUsContent {
bottom: 3rem;
right: 7rem;
}
.headText {
bottom: 0;
left: 0;
}
}
Loading