-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathbuttons.html
More file actions
31 lines (22 loc) · 947 Bytes
/
buttons.html
File metadata and controls
31 lines (22 loc) · 947 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<html>
<head>
<title>GitHub Watcher Buttons</title>
<style type="text/css">
body { font-family: "HelveticaNeue-Light", Helvetica, Arial, sans-serif;}
#container { margin:50px;}
#container .inner { padding:10px 10px 10px 0px;}
</style>
</head>
<body>
<div id="container">
<h1>Button samples</h1>
<div class="inner">
<p><a href="http://github.com/addyosmani/todomvc" target="_blank" class="gitwatch vertical">Watch us on GitHub</a></p>
<p><a href="http://github.com/addyosmani/todomvc" target="_blank" class="gitwatch">Watch us on GitHub</a></p>
<p><a href="http://github.com/addyosmani/todomvc" target="_blank" class="gitwatch small">Watch us on GitHub</a></p>
<p>Did you know that you can join the <a href="http://github.com/addyosmani/todomvc" target="_blank" class="gitwatch small">Watch</a> following us on GitHub?</p>
</div>
</div>
<script type="text/javascript" src="github-watchers.js"></script>
</body>
</html>