-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
103 lines (80 loc) · 4.6 KB
/
index.html
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!doctype html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Placard - For displaying additional information on your site</title>
<meta name="description" content="Arrange images into a flexible grid, based on Tumblr's photoset feature.">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type="text/javascript" src="//use.typekit.net/tnk3ktt.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<link rel="stylesheet" href="http://yandex.st/highlightjs/7.3/styles/default.min.css">
<script src="http://yandex.st/highlightjs/7.3/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<link rel="stylesheet" href="css/main.css" />
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="_/js/libs/jquery-1.9.1.min.js"><\/script>')</script>
<script type="text/javascript">
var StyleHatch = window.StyleHatch || {};
</script>
</head>
<body>
<header class="page-head">
<a href="http://stylehatch.co"><img src="img/sh-logo.png"></a>
</header>
<div id="container">
<header>
<h1>Placard</h1>
<h5>Display details on a website as a fixed overlay bar and modal window</h5>
</header>
<div class="share">
<iframe src="http://jonathanmoore.github.com/github-buttons/github-stylehatch-btn.html?user=stylehatch&repo=placard&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="90px" height="20px"></iframe>
<iframe src="http://jonathanmoore.github.com/github-buttons/github-stylehatch-btn.html?user=stylehatch&repo=placard&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="90px" height="20px"></iframe>
<!-- <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://stylehatch.github.com/photoset-grid" data-text="Placard - For displaying additional information on your site" data-via="stylehatch" data-related="Moore">Tweet</a> -->
<a href="https://twitter.com/stylehatch" class="twitter-follow-button" data-show-count="true" data-align="right" data-lang="en">Follow @stylehatch</a>
</div>
<div id="main" role="main">
<p>Initially this repository will be hardwired for our theme demo sites, but over time it will evolve into a more templated plugin that you can add to any site.</p>
<p><em>For now there isn't much to see here, unless you're curious about following the progress.</em></p>
</div>
<footer>
<div class="browse-themes">
<a href="http://stylehatch.co" class="button">Browse Our Themes</a>
<p><i>We are a digital shop creating unique premium Tumblr themes.</i></p>
</div>
<div class="question">
<h5>Have a question?</h5>
<a href="https://twitter.com/intent/tweet?screen_name=stylehatch" class="twitter-mention-button" data-lang="en">Tweet to @stylehatch</a>
</div>
</footer>
</div>
<script type="text/javascript">
var StyleHatch = window.StyleHatch || {};
StyleHatch.themeName = "Cadence";
StyleHatch.demoSiteURL = "http://cadence.stylehatch.co";
StyleHatch.supportURL = "mailto:[email protected]";
StyleHatch.placardJS = "js/placard.min.js";
StyleHatch.placardCSS = "css/placard.min.css";
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = StyleHatch.placardJS;
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-39055361-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script src="//static.getclicky.com/js" type="text/javascript"></script>
<script type="text/javascript">try{ clicky.init(100587882); }catch(e){}</script>
<noscript><p><img alt="Clicky" width="1" height="1" src="//in.getclicky.com/100587882ns.gif" /></p></noscript>
</body>
</html>