-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.html
46 lines (34 loc) · 1.56 KB
/
footer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Joseph Cass- Portfolio</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/modern-business.css" rel="stylesheet">
<!-- Icon library -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<footer class="py-5 bg-dark">
<div class="container" style="text-align:center">
<p class="m-0 text-center text-white">Copyright © Joseph Cass 2020</p>
<!-- icons -->
<a href="https://www.facebook.com/joe.cass.5" class="fa fa-facebook"></a>
<a href="https://www.linkedin.com/in/joseph-cass" class="fa fa-linkedin"></a>
<a href="https://github.com/Joseph-Cass" class="fa fa-github"></a> <!-- Work Github-->
<!--a href="https://github.com/Joseph-Cass" class="fa fa-github-square"></a-->
<!-- Personal Github-->
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/popper/popper.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>