Skip to content
This repository was archived by the owner on Jan 11, 2020. It is now read-only.

Commit c35c9a2

Browse files
anupm12prateek76
authored andcommitted
Fork me on Github ribbon is coming at the time of preloader fixes #326 (#331)
1 parent be50e85 commit c35c9a2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</head>
3232

3333
<body>
34-
<a class="github-fork-ribbon" href="https://github.com/opencodeiiita/Opencode-Collaborative-19" data-ribbon="Fork me on GitHub" title="Fork me on GitHub">Fork me on GitHub</a>
34+
<a class=" ribbn-ref" href="https://github.com/opencodeiiita/Opencode-Collaborative-19" data-ribbon="Fork me on GitHub" title="Fork me on GitHub">Fork me on GitHub</a>
3535
<button onclick="topFunction()" id="myBtn" title="Go to top" class="dark-scrl-btn"><i class="fas fa-arrow-up"></i></button>
3636
<!-- Navigation -->
3737
<nav class="navbar navbar-expand-lg navbar-light bg-light a-nav navbar-fixed" id="mainNav">

js/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,7 @@ var jsonData = {};
571571
$(function(){
572572
setTimeout(function() {
573573
$('.typing-anim-ref').show().addClass('typing-anim');
574+
$('.ribbn-ref').show().addClass('github-fork-ribbon');
574575
}, 500);
575576

576577
});

0 commit comments

Comments
 (0)