forked from flutter/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
241 lines (227 loc) · 10.4 KB
/
index.html
File metadata and controls
241 lines (227 loc) · 10.4 KB
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
229
230
231
232
233
234
235
236
237
238
239
240
241
---
title: Flutter Clock
layout: landing
show_banner: False
body_class: clock
image: /assets/images/docs/flutter-clock-social.png
---
{% assign url_links = "&url=https://docs.flutter.dev/clock" %}
{% assign hashtags = "hashtags=FlutterClock" %}
{% assign twitter_url = "https://twitter.com/intent/tweet?" | append: hashtags | append: url_links %}
{% assign window_options = "menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600" %}
<section class="clock__hero clock__closed">
<div class="clock__texture clock__hero__texture clock__closed__texture"></div>
<div class="row justify-content-center">
<div class="col-12 col-md-10">
<p class="clock__closed__text">
Looking for inspiration?
<a href="https://youtu.be/PaPUkxYHDUw" class="clock__link-lightblue" target="_blank">
See examples of what developers built with Flutter!
</a>
</p>
</div>
</div>
</section>
<section class="clock__hero">
<div class="clock__texture clock__hero__texture"></div>
<div class="row justify-content-center">
<div class="col-12 col-md-10">
<h1 class="heading">Flutter Clock Challenge</h1>
<p>
<a
class="twitter-link"
href="#"
title="Share to Twitter"
onclick="javascript:window.open(encodeURI('{{ twitter_url }}'), '', '{{ window_options }}');">
<i class="fab fa-twitter"></i> Share #FlutterClock with friends
</a>
</p>
<p>
<a class="youtube-link" href="#" data-video="rxs69_szCkE" data-toggle="modal" data-target="#videoModal">
<i class="fas fa-play-circle"></i> Watch video
</a>
<a class="results-link" href="https://medium.com/p/dcebe2eb3957" target="_blank">
<i class="fas fa-trophy"></i> Results
</a>
</p>
</div>
</div>
</section>
<section class="clock__wtm row">
<div class="clock__texture clock__wtm__texture"></div>
<div class="clock__wtm_container justify-content-center col-12 row no-gutters">
<div class="col-lg-6 p-md-5">
<img src='/assets/images/clock/Lenovo-WTM.png' alt='Lenovo Clock' class="card-img-top">
</div>
<div class="col-lg-6 p-md-5 clock__wtm-copy">
<h2 class="subheading">
Create a beautiful clock face UI
</h2>
<p class="paragraph">
Build a beautiful clock face UI with Flutter for the Lenovo Smart Clock for a chance to win an iMac Pro,
Lenovo Smart Display, or Lenovo Smart Clock.
</p>
<p class="paragraph-conditions">
Submissions period has ended on January 20, 2020. Please scroll down to see the results.
</p>
</div>
<section class="col-12 col-lg-10 no-gutters clock__row clock__reel text-center">
<div class="col-md-8 offset-md-2">
<h2 class="mt-0">Flutter Clock Highlight Reel</h2>
<div class="create__video">
<iframe width="854" height="480" src="https://www.youtube.com/embed/PaPUkxYHDUw" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</section>
<div class="clock__wtm-logos col-12 col-lg-10 justify-content-center">
<p class="text-center logos-heading">
Flutter Clock contest is brought to you in partnership with Google Assistant and Lenovo.
</p>
<div class="logos-container">
<img src='/assets/images/shared/brand/flutter/logo+text/horizontal/default.svg' alt='Flutter Logo' class='wtm-logo'>
<img src='/assets/images/clock/G-Assistant-logo.svg' alt='Google Assistant Logo' class='wtm-logo'>
<img src='/assets/images/clock/Lenovo-logo.svg' alt='Lenovo Logo' class='wtm-logo'>
</div>
</div>
</div>
</section>
<hr>
<section class="clock__row row clock__winners-article text-center">
<div class="col-md-8 offset-md-2">
<h2 class="mt-0">All Winners</h2>
Check out <a href="https://medium.com/p/dcebe2eb3957">this article</a> to read more about this year's results.
</div>
</section>
<hr>
<section class="clock__row row">
<div class="col-md-8 offset-md-2 align-self-center">
<div class="text-center">
<h2 class="mt-0">Grand Prize Winner</h2>
<div class="text-center">
<h3><a href="https://github.com/miickel/flutter_particle_clock" target="_blank">Particle Clock</a> by Mickel Andersson</h3>
</div>
</div>
<div class="clock__center-block text-center"><img src='/assets/images/clock/particle.gif'></div>
</div>
</section>
<hr>
<section class="create__row row text-center">
<div class="col-md-8 offset-md-2">
<h2 class="mt-0">Category Winners</h2>
</div>
<div class="col-md-5 align-top">
<div class="clock__category-winner">
<div class="text-center">
<h3> Visual Beauty</h3>
<h4>
<a href="https://github.com/OldMetalmind/cloom_clock" target="_blank">Cloom Clock</a>
by Filipe Barroso and Francisco Frutuoso
</h4>
</div>
</div>
<div class="clock__center-block"><img src='/assets/images/clock/cloom.gif'></div>
</div>
<div class="col-md-5 offset-md-2 align-top">
<div class="clock__category-winner">
<div class="text-center">
<h3> Code Quality</h3>
<h4>
<a href="https://github.com/creativecreatorormaybenot/clock" target="_blank">Creative Creator Or Maybe Not Clock</a>
by Hubert Henkemeier
</h4>
</div>
</div>
<div class="clock__center-block"><img src='/assets/images/clock/code_qlty.gif'></div>
</div>
<div class="col-md-5 align-top">
<div class="create__description">
<div class="clock__category-winner">
<div class="text-center">
<h3>Overall Execution</h3>
<h4>
<a href="https://github.com/brestnichki/humanbeans-clock" target="_blank">Humanbeans Clock</a>
by Boris Brestnichki
</h4>
</div>
</div>
<div class="clock__center-block"><img src='/assets/images/clock/humanbeans.gif'></div>
</div>
</div>
<div class="col-md-5 offset-md-2 align-top">
<div class="clock__category-winner">
<div class="text-center">
<h3>Novelty</h3>
<h4><a href="https://github.com/vmorilla/sunset_reflections_clock" target="_blank">Sunset Reflections Clock</a> by Victor Morilla</h4>
</div>
</div>
<div class="clock__center-block"><img src='/assets/images/clock/sunset_reflections.gif'></div>
</div>
</section>
<hr>
<section class="clock__row row">
<div class="col-md-10 offset-md-1 align-self-center">
<div class="text-center mb-10">
<h2 class="mb-0 mt-0">Honorable Mentions</h2>
<small class="mini">(In alphabetical order)</small>
</div>
<ul class="clock__honorable-mentions">
{% for mention in site.data.clock.honorable_mentions %}
<li><a href="{{mention.clock_link}}">{{mention.clock_name}}</a> by {{mention.participant}}</li>
{% endfor %}
</div>
</div>
</section>
<hr>
<section class="clock__wtm">
<div class="clock__wtm-entries col-md-10 offset-md-1 no-gutters">
<h3 class="heading">Entries were judged by a panel of Google experts against the following criteria:</h3>
<div class="clock__wtm-entries_container">
{% for entry in site.data.clock.entries %}
<div class="card">
<div class="card-body entries__card-body">
<p class="paragraph">{{entry.title}}</p>
<img src='/assets/images/{{entry.logo}}' class="fas">
</div>
</div>
{% endfor %}
</div>
</div>
</section>
<section class="clock__faqs no-gutters">
<div class="clock__texture clock__faqs__texture"></div>
<div class="clock__faqs_container row justify-content-center">
<div class="col-lg-10">
<h2 class="subheading">FAQ</h2>
{% for faq in site.data.clock.faqs %}
<div id="accordion{{forloop.index}}">
<div class="faqs_card">
<div class="faqs_card-header" id="faq-heading{{forloop.index}}">
<button class="faqs_button dropdown__button btn btn-link" data-toggle="collapse" data-target="#faq-collapse{{forloop.index}}" aria-expanded="false" aria-controls="faq-collapse{{forloop.index}}">
{{ faq.title }}
<i class="fas fa-chevron-down fa-xs"></i>
</button>
</div>
<div id="faq-collapse{{forloop.index}}" class="collapse" aria-labelledby="faq-heading{{forloop.index}}" data-parent="#accordion{{forloop.index}}">
<div class="card-body faq__card-body">
{{ faq.content }}
</div>
</div>
</div>
</div>
{% endfor %}
</div>
</div>
</section>
<div class="modal fade" data-video-modal id="videoModal" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered modal-lg" role="document">
<div class="modal-content">
<div class="modal-body">
<div class="embedded-video-wrapper">
<iframe id="video-player-iframe" class="embedded-video-wrapper__frame" width="auto" height="auto"
src="https://www.youtube.com/embed/jtYk3gWRSw0?cc_lang_pref=en&cc_load_policy=1&enablejsapi=1"
frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>