Skip to content

Commit

Permalink
UI Changes (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
tharuka01 authored Jun 28, 2024
1 parent 6536312 commit aee8857
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 15 deletions.
4 changes: 2 additions & 2 deletions assets/placeholders/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

</div>
</div>
<div class="col-9 col-md-6 link-col">
<div class="col-9 col-md-6 link-col ">
<h4>Links</h4>
<ul class="footer-links">
<li class="footer-link">
Expand All @@ -31,7 +31,7 @@ <h4>Links</h4>
</div>
<br>
<center>
<h5 class="rights">All rights reserved by ©️ 2024 Antonian Computer Fraternity</h5>
<p class="rights">All rights reserved by ©️ 2024 Antonian Computer Fraternity</p>
</center>
</div>
</footer>
6 changes: 3 additions & 3 deletions assets/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ background-size:cover;
position: fixed;
z-index: 3;
margin-top: 20px;
border-radius: 35px;
border-radius: 25px;
box-shadow:5px 5px 30px #000000;
padding: 10px;
animation: nav-load 800ms ease-out;
Expand Down Expand Up @@ -240,7 +240,7 @@ height: auto;
margin: 20px;
color: #ffffff;
border:solid 1px rgba(255, 255, 255, 0.239) ;
border-radius: 40px;
border-radius: 20px;
}
.Contact-name{
font-size: 25px;
Expand Down Expand Up @@ -485,7 +485,7 @@ scale: 1.0;
display: grid;
}
.rights{
font-size: 15px;
font-size: 20px;
}

}
Expand Down
12 changes: 2 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,8 @@ <h1 class="contact-heading" data-aos="zoom-in" data-aos-once="true">
<div class="Contact-number"><a href="https://wa.me/+94763178056" class="link-contact"><i class="fa-brands fa-whatsapp"></i> 076 317 8056</a> </div>
</div>
<div class="col-9 col-md-5 contact-card"data-aos="zoom-in" data-aos-once="true">
<div class="Contact-name">Tharuka Wijekoon (Vice-President)</div>
<div class="Contact-number"><a href="https://wa.me/+94712727445" class="link-contact"><i class="fa-brands fa-whatsapp"></i> 071 272 7445</a> </div>
</div>
<div class="col-9 col-md-5 contact-card"data-aos="zoom-in" data-aos-once="true">
<div class="Contact-name">Maleesha Piyathissa (Vice-President)</div>
<div class="Contact-number"><a href="https://wa.me/+94701845595" class="link-contact"><i class="fa-brands fa-whatsapp"></i> 070 184 5595</a> </div>
</div>
<div class="col-9 col-md-5 contact-card"data-aos="zoom-in" data-aos-once="true">
<div class="Contact-name">Sudas Nimnath (Vice-Secretary)</div>
<div class="Contact-number"><a href="https://wa.me/+94718398089" class="link-contact"><i class="fa-brands fa-whatsapp"></i> 071 839 8089</a> </div>
<div class="Contact-name">Mrs. Anuradha Lakmali (MIC)</div>
<div class="Contact-number"><a href="https://wa.me/+94717406502" class="link-contact"><i class="fa-brands fa-whatsapp"></i> 071 272 7445</a> </div>
</div>
</div>
</div>
Expand Down

0 comments on commit aee8857

Please sign in to comment.