Skip to content

Commit be0ae19

Browse files
authored
fixed social media links and copyright
Fixed and added social media links , bumped copyright to 2022 and repositioned
1 parent 5007772 commit be0ae19

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

html-templates/designs/site-bootstrap4.tpl

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,12 +135,18 @@
135135
</div>
136136
</div>
137137
<div class="row align-items-center">
138-
<div class="col-lg-4 text-lg-left">Copyright © Code For Philly 2021</div>
138+
<div class="col-lg-4 text-lg-left"></div>
139139
<div class="col-lg-4 my-3 my-lg-0">
140140
<a class="btn btn-dark btn-social mx-2" href="http://twitter.com/codeforphilly"><i class="fab fa-twitter"></i></a>
141-
<a class="btn btn-dark btn-social mx-2" href="https://www.meetup.com/Code-for-Philly"><i class="fab fa-facebook-f"></i></a>
142-
<a class="btn btn-dark btn-social mx-2" href="http://codeforphilly.slack.com"><i class="fab fa-linkedin-in"></i></a>
141+
<a class="btn btn-dark btn-social mx-2" href="https://www.linkedin.com/company/code-for-philly/about/"><i class="fab fa-linkedin-in"></i></a>
142+
<a class="btn btn-dark btn-social mx-2" href="https://www.facebook.com/codeforphilly/"><i class="fab fa-facebook-f"></i></a>
143+
<a class="btn btn-dark btn-social mx-2" href="https://www.meetup.com/Code-for-Philly"><i class="fab fa-meetup"></i></a>
144+
<a class="btn btn-dark btn-social mx-2" href="http://codeforphilly.slack.com"><i class="fab fa-slack"></i></a>
143145
</div>
146+
</div>
147+
<div class="row align-items-center">
148+
<div class="col-lg-4 text-lg-left"></div>
149+
<div class="col-lg-4 text-lg-center">Copyright © Code For Philly 2022</div>
144150
<!-- <div class="col-lg-4 text-lg-right">
145151
<a class="mr-3" href="#!">Privacy Policy</a>
146152
<a href="#!">Terms of Use</a>

0 commit comments

Comments
 (0)