This repository has been archived by the owner on Feb 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
228 lines (195 loc) · 8.73 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
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
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
<!--
@license
Copyright (c) 2016 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
-->
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="Codelabs provide a guided, tutorial, hands-on coding experience. Most codelabs will step you through the process of building a small application, or adding a new feature to an existing application.">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Codelabs">
<meta name="application-name" content="Codelabs">
<link rel="canonical" href="https://example.com/" />
<link rel="preconnect" href="https://www.google-analytics.com" />
<script>
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-49880327-14', 'auto');
ga('send', 'pageview');
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<title>Codelabs</title>
<link rel="stylesheet" href="/styles/main.css">
<link rel="import" href="/elements/elements.html">
<style is="custom-style">
:root {
--paper-tabs-selection-bar-color: currentcolor;
--paper-input-container-underline: {
display: none;
};
--paper-input-container-underline-focus: {
display: none;
};
}
.dropdown-filter {
--paper-input-container: {
padding: 8px;
}
}
</style>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="#455a64">
<meta name="apple-mobile-web-app-title" content="Codelabs">
<link rel="apple-touch-icon" sizes="180x180" href="/images/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="194x194" href="/images/favicons/favicon-194x194.png">
<link rel="icon" type="image/png" sizes="192x192" href="/images/favicons/android-chrome-192x192.png">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicons/favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
<link rel="mask-icon" href="/images/favicons/safari-pinned-tab.svg" color="#455a64">
<meta name="msapplication-TileColor" content="#455a64">
<meta name="msapplication-TileImage" content="/images/favicons/mstile-144x144.png">
<meta name="theme-color" content="#455a64">
<meta name="og:type" property="og:type" content="website" />
<meta name="og:title" property="og:title" content="Codelabs" />
<meta name="og:description" property="og:description" content="Codelabs provide a guided, tutorial, hands-on coding experience. Most codelabs will step you through the process of building a small application, or adding a new feature to an existing application." />
<meta name="og:url" property="og:url" content="https://example.com/" />
<meta name="og:site_name" property="og:site_name" content="Codelabs" />
<meta name="og:determiner" property="og:determiner" content="the" />
<meta name="og:locale" property="og:locale" content="en_US" />
<meta name="og:image" property="og:image" content="/images/og-image.png" />
<meta name="og:image:url" property="og:image:url" content="/images/og-image.png" />
<meta name="og:image:type" property="og:image:type" content="image/png" />
<meta name="og:image:width" property="og:image:width" content="1200" />
<meta name="og:image:height" property="og:image:height" content="1200" />
<meta name="og:image:alt" property="og:image:alt" content="Codelabs" />
<meta name="twitter:card" property="twitter:card" content="summary_large_image" />
<meta name="twitter:title" property="twitter:title" content="Codelabs" />
<meta name="twitter:description" property="twitter:description" content="Codelabs provide a guided, tutorial, hands-on coding experience. Most codelabs will step you through the process of building a small application, or adding a new feature to an existing application." />
<meta name="twitter:image" property="twitter:image" content="/images/og-image.png" />
<meta name="twitter:url" property="twitter:url" content="https://example.com/" />
</head>
<body id="app" is="body-bind" class="loading fullbleed ">
<paper-header-panel id="main" mode="standard" main>
<div id="mainToolbar" class="paper-header">
<div class="site-width layout horizontal">
<a href="/">
<img src="/images/logo.png" class="logo-devs" alt="Codelabs Logo">
</a>
<div id="searchbar">
<paper-input-container no-label-float>
<paper-icon-button prefix icon="search"></paper-icon-button>
<label>Search</label>
<input is="iron-input" bind-value="{{searchVal}}" on-keydown="onSearchKeyDown">
</paper-input-container>
</div>
</div>
</div>
<header id="banner" down$="[[_toBoolean(selectedFilter)]]">
<div class="site-width">
<h2 class="banner-title">欢迎来到代码实验室!</h2>
<div class="banner-description"
data-filter-selected$="[[_toBoolean(selectedFilter)]]">
<p class="banner-info">
这里会包含很多小项目的实例和一些简单的教程
<br>
<a href="https://docs.compose.net.cn/">点击这里返回博物馆</a>
</p>
</div>
</div>
</header>
<main>
<div id="filters" class="site-width layout horizontal center justified">
<div id="sortby">
<paper-tabs selected="0" noink on-iron-activate="sortBy">
<paper-tab>A-Z</paper-tab>
<paper-tab>Recent</paper-tab>
<paper-tab>Duration</paper-tab>
</paper-tabs>
</div>
<paper-dropdown-menu
label="Choose an event"
class="dropdown-filter"
no-label-float
noink no-animations
>
<paper-listbox
id="eventList"
slot="dropdown-content"
class="dropdown-content"
><a href="/vslive/" tabindex="-1">
<paper-item>Visual Studio Live</paper-item>
</a>
</paper-listbox>
</paper-dropdown-menu>
</div>
<card-sorter id="cards" class="site-width">
<a href="/codelabs\诗句卡片\index.html?index=..%2F..index" on-tap="navigate"
class="codelab-card category-android"
data-category="android"
data-title="诗句卡片"
data-duration="0"
data-updated="2021-04-30T21:52:28+02:00"
data-tags="android"
data-pin="">
<div class="description">诗句卡片</div>
<div class="card-duration">
<span></span>
<span>Updated Apr 30, 2021</span>
</div>
<div class="card-footer">
<div class="category-icon android-icon"></div>
<paper-button class="android-bg">Start</paper-button>
</div>
</a>
</card-sorter>
<div id="loading-placeholder" class="site-width">
Loading Codelabs, please wait...
</div>
</main>
<footer id="footer">
<div class="footer-wrapper site-width">
<div class="link-list">
<label>Connect</label>
<ul>
<li><a href="https://www.example.com/">Example</a></li>
</ul>
</div>
<div class="link-list">
<label>Programs</label>
<ul>
<li><a href="https://www.example.com/">Example</a></li>
</ul>
</div>
<div class="link-list">
<label>Developer Consoles</label>
<ul>
<li><a href="https://www.example.com/">Example</a></li>
</ul>
</div>
<div class="link-list">
<label>Explore</label>
<ul>
<li><a href="https://www.example.com/">Example</a></li>
</ul>
</div>
</div>
</footer>
<div class="footerbar">
<div class="site-width layout horizontal center justified">
<span>
<a href="https://example.com">Terms</a>
|
<a href="https://example.com">Privacy</a>
</span>
</div>
</div>
</paper-header-panel>
<script src="/scripts/main.js"></script>
</body>
</html>