forked from materialize/next
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pushpin-demo.html
210 lines (197 loc) · 9.95 KB
/
pushpin-demo.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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="msapplication-tap-highlight" content="no">
<meta name="description" content="Materialize is a modern responsive CSS framework based on Material Design by Google. ">
<title>Pushpin Demo - Materialize</title>
<!-- Favicons-->
<link rel="apple-touch-icon-precomposed" href="images/favicon/apple-touch-icon-152x152.png">
<meta name="msapplication-TileColor" content="#FFFFFF">
<meta name="msapplication-TileImage" content="images/favicon/mstile-144x144.png">
<link rel="icon" href="images/favicon/favicon-32x32.png" sizes="32x32">
<!-- Android 5 Chrome Color-->
<meta name="theme-color" content="#EE6E73">
<!-- CSS-->
<link href="css/prism.css" rel="stylesheet">
<link href="css/ghpages-materialize.css" type="text/css" rel="stylesheet" media="screen,projection">
<link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- if !isDemo-->
<!-- script.-->
<!-- window.liveSettings = {-->
<!-- api_key: "a0b49b34b93844c38eaee15690d86413",-->
<!-- picker: "bottom-right",-->
<!-- detectlang: true,-->
<!-- dynamic: true,-->
<!-- autocollect: true-->
<!-- };-->
<!-- script(src='//cdn.transifex.com/live.js')-->
<style>
html, body, .block {
height: 100%;
}
nav ul li a:hover, nav ul li a.active {
background-color: rgba(0,0,0,.1);
}
footer {
padding-left: 0;
}
</style>
</head>
<body><div id="blue" class="block blue">
<nav class="pushpin-demo-nav" data-target="blue">
<div class="nav-wrapper light-blue">
<div class="container">
<a href="#" class="brand-logo">Blue</a>
<ul id="nav-mobile" class="right hide-on-med-and-down">
<li><a href="#!">Blue Link 1</a></li>
<li><a href="#!">Blue Link 2</a></li>
<li><a href="#!">Blue Link 3</a></li>
</ul>
</div>
</div>
</nav>
</div>
<div id="red" class="block red lighten-1">
<nav class="pushpin-demo-nav" data-target="red">
<div class="nav-wrapper red">
<div class="container">
<a href="#" class="brand-logo">Red</a>
<ul id="nav-mobile" class="right hide-on-med-and-down">
<li><a href="#!">Red Link 1</a></li>
<li><a href="#!">Red Link 2</a></li>
<li><a href="#!">Red Link 3</a></li>
</ul>
</div>
</div>
</nav>
</div>
<div id="green" class="block green lighten-1">
<nav class="pushpin-demo-nav" data-target="green">
<div class="nav-wrapper green">
<div class="container">
<a href="#" class="brand-logo">Green</a>
<ul id="nav-mobile" class="right hide-on-med-and-down">
<li><a href="#!">Green Link 1</a></li>
<li><a href="#!">Green Link 2</a></li>
<li><a href="#!">Green Link 3</a></li>
</ul>
</div>
</div>
</nav>
</div>
<div class="buysellads buysellads-demo hide-on-small-only">
<a href="#!" class="close"><i class="material-icons">close</i></a>
<!-- CarbonAds Zone Code -->
<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?zoneid=1673&serve=C6AILKT&placement=materializecss" id="_carbonads_js"></script>
</div>
<footer class="page-footer docs-footer">
<div class="container">
<div class="row" style="margin-bottom: 0;">
<div class="col s12 m10 offset-m1">
<div class="row">
<div class="col l4 s12">
<h5>Help Materialize Grow</h5>
<p class="grey-text text-darken-2">We hope you have enjoyed using Materialize and if you feel like it has helped you out and want to support the team you can help us by donating or backing us on Patreon. Any amount would help support and continue development on this project and is greatly appreciated.</p>
<a class="btn waves-effect waves-light red lighten-2" href="/support-us.html">Support Us</a>
</div>
<div class="col l4 s12">
<h5>Join the Discussion</h5>
<p class="grey-text text-darken-2">We have a Gitter chat room set up where you can talk directly with us. Come in and discuss new features, future goals, general problems or questions, or anything else you can think of.</p>
<a class="btn waves-effect waves-light red lighten-2" target="_blank" href="https://gitter.im/Dogfalo/materialize">Chat</a>
</div>
<div class="col l4 s12" style="overflow: hidden;">
<h5>Connect</h5>
<iframe src="https://ghbtns.com/github-btn.html?user=dogfalo&repo=materialize&type=watch&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="170" height="30"></iframe>
<br>
<a href="https://twitter.com/MaterializeCSS" class="twitter-follow-button" data-show-count="true" data-size="large" data-dnt="true">Follow @MaterializeCSS</a>
<br>
<div class="g-follow" data-annotation="bubble" data-height="24" data-href="https://plus.google.com/108619793845925798422" data-rel="publisher"></div>
</div>
</div>
<div class="row">
<div class="col s12">
<h5>Patreon Sponsors</h5>
</div>
<div class="col s12">
<div class="patreon-footer-ad">
<a href="http://lucidocean.com" target="_blank" rel="noopener">
<img src="https://s8.postimg.org/762csselh/logo_full_size.png" alt="Lucid Ocean">
</a>
</div>
<div class="patreon-footer-ad">
<a href="https://www.stillio.com/" target="_blank" rel="noopener">
<img src="https://s13.postimg.org/hcpyykzbr/stillio-as-logo-1000-green.png" title="Capture and archive website screenshots automatically with Stillio" alt="Capture and archive website screenshots automatically with Stillio">
</a>
</div>
<div class="patreon-footer-ad">
<a href="https://gaggle.email/" target="_blank" rel="noopener">
<img src="https://s13.postimg.org/oqns3tzmf/gaggle-mail-logo.png" alt="Gaggle Mail">
</a>
</div>
<div class="patreon-footer-ad">
<a href="https://icons8.com/material-icons" target="_blank" rel="noopener">
<img src="https://s13.postimg.org/q0lliz153/icons8-logo-opencollective.png" alt="Icons8">
</a>
</div>
</div>
<div class="col s12">
<div class="patreon-footer-ad">
<a href="https://keymedium.com" target="_blank" rel="noopener">
<img src="https://s13.postimg.org/m9c0wcpxz/2017-10-23-logo-refresh.png" alt="Philadelphia Web Design & SEO Agency">
</a>
</div>
<div class="patreon-footer-ad">
<a href="https://www.brandnewweb.nl" target="_blank" rel="noopener">
<img src="https://s13.postimg.org/3pxqiuqyf/brandnewweb.png" alt="Brand New Web">
</a>
</div>
<div class="patreon-footer-ad">
<a href="https://typestack.nl" target="_blank" rel="noopener">
<img src="https://s13.postimg.org/6k0vwalev/typestack.png" alt="Open source fully loaded CMS in #2019">
</a>
</div>
<div class="patreon-footer-ad">
<a href="https://www.clicktime.com/?utm_campaign=material" target="_blank" rel="noopener">
<img src="https://s13.postimg.org/7q4vv0p47/clicktime-logo-400.png" alt="ClickTime">
</a>
</div>
</div>
</div>
<div class="footer-copyright">
© 2014-<noscript>2018</noscript><script type="text/javascript">document.write(new Date().getFullYear());</script> Materialize, All rights reserved.
<a class="grey-text text-darken-1 right" href="https://github.com/Dogfalo/materialize/blob/master/LICENSE">MIT License</a>
</div>
</div>
</div>
</div>
</footer>
<!-- Scripts-->
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script>if (!window.jQuery) { document.write('<script src="bin/jquery-3.2.1.min.js"><\/script>'); }
</script>
<script src="js/jquery.timeago.min.js"></script>
<script src="js/prism.js"></script>
<script src="jade/lunr.min.js"></script>
<script src="jade/search.js"></script>
<script src="bin/materialize.js"></script>
<script src="js/init.js"></script>
<!-- Twitter Button -->
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
<!-- Google Plus Button-->
<script src="https://apis.google.com/js/platform.js" async defer></script>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-56218128-1', 'auto');
ga('require', 'displayfeatures');
ga('send', 'pageview');
</script>
</body>
</html>