Skip to content

Commit

Permalink
Update footer.html
Browse files Browse the repository at this point in the history
  • Loading branch information
aishikrehman committed Mar 4, 2024
1 parent 9d6295d commit 1012508
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<footer id="footer">
<div class="container mb-5 border-top">
<div class="row small">
<div id="footer-info" class="col-12 text-muted my-3">
<div class="pb-2">©2023 Aishik Rehman. All rights reserved</div>
<div id="footer-info-copyright">
এই সাইটের সমস্ত চিত্র ও ভিডিও কন্টেন্ট CC-BY-SA 4.0 লাইসেন্সের আওতায়
প্রকাশিত যদি না সংশ্লিষ্ট কনটেন্টে পৃথক লাইসেন্সের উল্লেখ থাকে। তবে এই সাইটের সমস্ত পাঠ্য কনটেন্ট
মেধাসত্ত্বের অন্তর্ভুক্ত বলে গন্য হবে।
</div>
</div>
<div id="footer-places" class="col-md-9">
<ul class="list-unstyled list-inline">
<li class="list-inline-item"><a href="/about/">সম্পর্কে</a></li>
<li class="list-inline-item"><a href="https://github.com/aishikrehman/aishikrehman.github.io">সোর্স কোড</a></li>
<li class="list-inline-item"><a href="/contact/">যোগাযোগ</a></li>
</ul>
</div>
<div id="footer-icons" class="col-md-3 text-end">
<ul class="list-unstyled list-inline">
<li class="list-inline-item">
<img src="https://www.idz.ro/wp-content/uploads/2014/01/by-nc-sa-ccLicense.png" height="31">
</li>
<li class="list-inline-item">
<img src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" height="31">
</li>
</ul>
</div>
</div>
</div>
</footer>

0 comments on commit 1012508

Please sign in to comment.