Skip to content

Commit 67264a5

Browse files
committed
added animation to footer
1 parent 8e564f4 commit 67264a5

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<div class="container justify-content-around d-flex">
1313
<div class="float-left ml-5">
14-
<span>Made With <i class="fas fa-heart fa-2x" style="color: crimson;" aria-hidden="true"></i></span>
14+
<span>Made With <i class="fas fa-heart fa-2x animate__animated animate__pulse animate__infinite" style="color: crimson;" aria-hidden="true"></i></span>
1515
<!-- Copyright -->
1616
<div class="pb-3 text-dark">© 2020 Copyright:
1717
<a class="text-dark" href="https://github.com/py-contributors">PyContributors</a>

_layouts/default.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400&display=swap" rel="stylesheet">
2424
<link href="https://fonts.googleapis.com/css2?family=Passion+One:wght@400;700&display=swap" rel="stylesheet">
2525

26+
<!-- Animate.css -->
27+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
28+
2629
<link rel="stylesheet" href="https://raw.githubusercontent.com/googlearchive/code-prettify/master/styles/sunburst.css">
2730
</head>
2831
<body>

assets/css/main.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,19 +66,19 @@ pre code
6666
.card {
6767
height: 485px;
6868
box-shadow: 6px 6px 10px 2px rgba(0, 0, 0, .2), -6px 0px 10px 2px rgba(0, 0, 0, .2);
69-
border-radius: .5rem;
69+
border-radius: .5rem !important;
7070
}
7171
.navbar-brand {
7272
font-size: 2.3rem !important;
7373
}
7474
blockquote
7575
{
7676
box-shadow: 6px 6px 10px 2px rgba(0, 0, 0, .2), -6px 0px 10px 2px rgba(0, 0, 0, .2);
77-
border-radius: .5rem;
77+
border-radius: .5rem !important;
7878
}
7979
.bdrRadius
8080
{
81-
border-radius: .5rem
81+
border-radius: .5rem !important;
8282
}
8383
h1,h2,h3,h4,h5
8484
{

0 commit comments

Comments
 (0)