Skip to content
This repository was archived by the owner on Apr 28, 2022. It is now read-only.

Commit 642f130

Browse files
committed
Organized all files, and added all examples in demo.html
1 parent 3a9f57e commit 642f130

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

demo.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,18 @@
22
<head>
33
<meta lang="en" charset="utf-8">
44
<title>GitHub Pinner Demo</title>
5-
<!-- <link rel="stylesheet" href="override.css"> -->
5+
<style>
6+
.github-pinner {
7+
display: inline-block;
8+
vertical-align: top;
9+
margin-right: 10px;
10+
}
11+
</style>
612
</head>
713
<body>
814
<script src="GitHubPinner.js"></script>
915
<div data="https://github.com/mackboudreau?tab=repositories" class="github-pinner" style="visibility: hidden;"></div>
16+
<div data="https://github.com/mackboudreau" class="github-pinner" style="visibility: hidden;"></div>
17+
<div data="https://github.com/mackboudreau/DalhousieScheduleBuilder" class="github-pinner" style="visibility: hidden;"></div>
1018
</body>
1119
</html>

override.css

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)