Skip to content

Commit 123098c

Browse files
updating linkedin link
Signed-off-by: Deepak Raj <[email protected]>
1 parent 340d73a commit 123098c

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

_includes/footer.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<a
2121
class="btn text-white btn-floating m-1"
2222
style="background-color: #0082ca;"
23-
href="#!"
23+
href="https://www.linkedin.com/company/pycontributors"
2424
role="button"
2525
><i class="fab fa-linkedin-in"></i
2626
></a><!-- Linkedin -->
@@ -36,9 +36,9 @@
3636
</div>
3737
<!-- Grid container -->
3838
<!-- Copyright -->
39-
<div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.2);">
39+
<div class="text-center text-dark p-3" style="background-color: rgba(255, 255, 255, 0.2);">
4040
© 2023 Copyright: @
41-
<a class="text-white" href="/">Py Contributors</a>
41+
<a class="text-primary" href="/">Py Contributors</a>
4242
</div>
4343
<!-- Copyright -->
4444
</footer>

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
active : home
77

88
---
9-
<img src="assets\img\logo\logo.png" alt="PyContributors Logo" >
9+
<img src="assets\img\logo\logo.png" alt="PyContributors Logo">
10+
1011
<h1 align="center">Py Contributors Developers Community</h1>
1112
<p align="center">An open Source community primarily for Python.</p>
1213

0 commit comments

Comments
 (0)