Skip to content

Commit

Permalink
Fixes publiclab#182 Add "fork me on github" ribbon (publiclab#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
Iworley0001 authored and Rishabh570 committed Apr 17, 2019
1 parent 375adeb commit d2fd172
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,12 @@
<link href="node_modules/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="examples/demo.css">

<div class="container-fluid">

<div class="container-fluid">

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.2/gh-fork-ribbon.min.css" />
<a class="github-fork-ribbon" href="https://github.com/publiclab/community-toolbox" data-ribbon="Fork me on GitHub" title="Fork me on GitHub">Fork me on GitHub</a>

<header class="text-center">
<h1>Welcome to Public Lab's coding community!</h1>
</header>
Expand Down

0 comments on commit d2fd172

Please sign in to comment.