Skip to content

Commit 3dbd790

Browse files
committed
docs: update broken fork me ribbon
1 parent dc33ead commit 3dbd790

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

src/index.html

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,14 @@
88
rel="stylesheet"
99
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"
1010
/>
11+
<link
12+
rel="stylesheet"
13+
href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.3/gh-fork-ribbon.min.css"
14+
/>
1115
<title>angular 20.0+ drag and drop</title>
1216
<link rel="icon" type="image/x-icon" href="favicon.ico" />
1317
</head>
1418
<body>
15-
<a
16-
href="https://github.com/mattlewis92/angular-draggable-droppable"
17-
class="hidden-xs"
18-
>
19-
<img
20-
style="position: absolute; top: 0; right: 0; border: 0; z-index: 2000"
21-
src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67"
22-
alt="Fork me on GitHub"
23-
data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"
24-
/>
25-
</a>
26-
2719
<nav class="navbar navbar-default" role="navigation">
2820
<div class="container-fluid">
2921
<div class="navbar-header">
@@ -43,6 +35,11 @@
4335
>Documentation</a
4436
>
4537
</li>
38+
<li>
39+
<a href="https://github.com/mattlewis92/angular-draggable-droppable"
40+
>GitHub source</a
41+
>
42+
</li>
4643
</ul>
4744
</div>
4845
</nav>

0 commit comments

Comments
 (0)