Skip to content

Commit cd971f8

Browse files
Added subscribe to newsletter (#473)
* added subscribe to newsletter * Added subscribe on linkedin * Added subscribe on linkedin below about us
1 parent b970adf commit cd971f8

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

index.html

Lines changed: 21 additions & 21 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,30 +501,29 @@ <h6>Quick Links</h6>
500501
<hr />
501502
</div>
502503

503-
<div class="col-xs-6 col-md-3">
504-
<h6>Categories</h6>
505-
<ul class="footer-links">
506-
<li><a href="#">Web Design</a></li>
507-
<li><a href="#">JavaScript</a></li>
508-
<li><a href="#">HTML</a></li>
509-
<li><a href="#">CSS</a></li>
510-
<li><a href="#">Freebies</a></li>
511-
<li><a href="#">Tutorials</a></li>
512-
</ul>
513-
</div>
514504

515-
<div class="col-xs-6 col-md-3">
516-
<h6>Quick Links</h6>
517-
<ul class="footer-links">
518-
<li><a href="https://csedge.courses/about">About Us</a></li>
519-
<li><a href="https://csedge.courses/#contact">Contact Us</a></li>
520-
<li><a href="https://github.com/CSEdgeOfficial/learn.csedge.courses">Contribute</a></li>
521-
<li><a href="./csedge.courses/privacypolicy.html">Privacy Policy</a></li>
522-
</ul>
523-
</div>
524-
</div>
505+
506+
507+
525508

526509
</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>
527527
<hr style="border-top: 1px solid black;">
528528

529529
<!-- Copyright Section -->

0 commit comments

Comments
 (0)