Skip to content

Commit 8bfe324

Browse files
Merge branch 'CSEdgeOfficial:main' into main
2 parents 2b542f1 + cd971f8 commit 8bfe324

File tree

2 files changed

+41
-9
lines changed

2 files changed

+41
-9
lines changed

csedge.courses/index.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,11 @@ footer {
599599
.footer-links li a {
600600
text-decoration: none;
601601
color: #f5f5f5;
602+
603+
}
602604

605+
.footer-links li a:hover {
606+
text-decoration: underline;
603607
}
604608

605609
.footer-contact {

index.html

Lines changed: 37 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,7 @@ <h6>About Us</h6>
461461
Simplify your internship experience with our easy-to-follow
462462
articles and docs.
463463
</p>
464+
<a class="libutton" href="https://www.linkedin.com/build-relation/newsletter-follow?entityUrn=7202959273855713280" target="_blank">Subscribe on LinkedIn</a>
464465
</div>
465466

466467
<div class="col-xs-6 col-md-3">
@@ -500,16 +501,43 @@ <h6>Quick Links</h6>
500501
<hr />
501502
</div>
502503

503-
<!-- Copyright Section -->
504-
<div class="container">
505-
<div class="row">
506504

507-
<div class="col-md-12">
508-
<p class="copyright-text">
509-
Copyright &copy;
510-
<script>document.write(new Date().getFullYear())</script> All Rights Reserved by CSEdge Learn
511-
</p>
512-
</div>
505+
506+
507+
508+
509+
</div>
510+
<style>
511+
.libutton {
512+
display: flex;
513+
flex-direction: column;
514+
justify-content: center;
515+
padding: 7px;
516+
text-align: center;
517+
outline: none;
518+
text-decoration: none !important;
519+
color: #ffffff !important;
520+
width: 200px;
521+
height: 32px;
522+
border-radius: 16px;
523+
background-color: #0A66C2;
524+
font-family: "SF Pro Text", Helvetica, sans-serif;
525+
}
526+
</style>
527+
<hr style="border-top: 1px solid black;">
528+
529+
<!-- Copyright Section -->
530+
<div class="container">
531+
<div class="row">
532+
<div class="col-md-12">
533+
<p class="copyright-text">
534+
Copyright &copy;
535+
<script>document.write(new Date().getFullYear())</script> All Rights Reserved by CSEdge Learn
536+
</p>
537+
</div>
538+
</div>
539+
</div>
540+
513541

514542
</div>
515543
</div>

0 commit comments

Comments
 (0)