blob: 452a811bdbd64b59a1726c13d61dc637ea1ededf [file] [log] [blame]
smain@google.com4f3a05a2016-08-31 11:30:02 -07001<?cs # page footer content ?>
Dirk Doughertycbe032f2015-05-22 11:41:40 -07002<div class="wrap">
3 <div class="dac-footer<?cs if:fullpage ?> dac-landing<?cs /if ?>">
Dirk Doughertyf97b2ef2015-05-12 21:23:05 -07004 <div class="cols dac-footer-main">
5 <div class="col-1of2">
smain@google.com4f3a05a2016-08-31 11:30:02 -07006 <a class="dac-footer-getnews" id="newsletter" data-modal-toggle="newsletter" href="javascript:;">Get news &amp; tips <span
Dirk Doughertyf97b2ef2015-05-12 21:23:05 -07007 class="dac-fab dac-primary"><i class="dac-sprite dac-mail"></i></span></a>
8 </div>
9 <div class="col-1of2 dac-footer-reachout">
10 <div class="dac-footer-contact">
smain@google.com4f3a05a2016-08-31 11:30:02 -070011 <a class="dac-footer-contact-link" href="http://android-developers.blogspot.com/">Blog</a>
Dirk Doughertyf97b2ef2015-05-12 21:23:05 -070012 <a class="dac-footer-contact-link" href="/support.html">Support</a>
13 </div>
14 <div class="dac-footer-social">
smain@google.com4f3a05a2016-08-31 11:30:02 -070015 <a class="dac-button-social dac-youtube dac-footer-social-link" href="https://www.youtube.com/user/androiddevelopers"><i class="dac-sprite dac-youtube"></i></a>
16 <a class="dac-button-social dac-gplus dac-footer-social-link" href="https://plus.google.com/+AndroidDevelopers"><i class="dac-sprite dac-gplus"></i></a>
17 <a class="dac-button-social dac-twitter dac-footer-social-link" href="https://twitter.com/AndroidDev"><i class="dac-sprite dac-twitter"></i></a>
Dirk Doughertyf97b2ef2015-05-12 21:23:05 -070018 </div>
19 </div>
20 </div>
Dirk Dougherty29e93432015-05-05 18:17:13 -070021
Dirk Doughertyf97b2ef2015-05-12 21:23:05 -070022 <hr class="dac-footer-separator"/>
23
24 <?cs if:reference ?>
25 <p class="dac-footer-copyright">
26 <?cs call:custom_copyright() ?>
27 </p>
28 <p class="dac-footer-build">
29 <?cs call:custom_buildinfo() ?>
30 </p>
31 <?cs elif:!hide_license_footer ?>
32 <p class="dac-footer-copyright">
33 <?cs call:custom_cc_copyright() ?>
34 </p>
35 <?cs /if ?>
36
37 <p class="dac-footer-links">
smain@google.com4f3a05a2016-08-31 11:30:02 -070038 <a href="/about/android.html">About Android</a>
Dirk Doughertyf97b2ef2015-05-12 21:23:05 -070039 <a href="/auto/index.html">Auto</a>
40 <a href="/tv/index.html">TV</a>
41 <a href="/wear/index.html">Wear</a>
42 <a href="/legal.html">Legal</a>
43
44 <span id="language" class="locales">
45 <select name="language" onchange="changeLangPref(this.value, true)">
46 <option value="en" selected="selected">English</option>
47 <option value="es">Español</option>
Dirk Doughertyfc617202016-09-21 18:29:18 -070048 <option value="id">Bahasa Indonesia</option>
Dirk Doughertyf97b2ef2015-05-12 21:23:05 -070049 <option value="ja">日本語</option>
50 <option value="ko">한국어</option>
Dirk Doughertyaee65852015-07-08 04:12:19 -070051 <option value="pt-br">Português Brasileiro</option>
Dirk Doughertyf97b2ef2015-05-12 21:23:05 -070052 <option value="ru">Русский</option>
Trevor Johns4ff88912016-04-19 01:15:39 -070053 <option value="vi">tiếng Vit</option>
Dirk Doughertyf97b2ef2015-05-12 21:23:05 -070054 <option value="zh-cn">中文(简体)</option>
55 <option value="zh-tw">中文(繁體)</option>
56 </select>
57 </span>
58 </p>
59 </div>
smain@google.com4f3a05a2016-08-31 11:30:02 -070060</div>
61<!-- end footer -->
62
63<?cs call:toast() ?>
Dirk Doughertyf97b2ef2015-05-12 21:23:05 -070064
Dirk Doughertycbe032f2015-05-22 11:41:40 -070065<div data-modal="newsletter" data-newsletter data-swap class="dac-modal newsletter">
Dirk Dougherty29e93432015-05-05 18:17:13 -070066 <div class="dac-modal-container">
67 <div class="dac-modal-window">
68 <header class="dac-modal-header">
smain@google.com4f3a05a2016-08-31 11:30:02 -070069 <div class="dac-modal-header-actions">
70 <button class="dac-modal-header-close" data-modal-toggle></button>
71 </div>
Dirk Doughertycbe032f2015-05-22 11:41:40 -070072 <div class="dac-swap" data-swap-container>
73 <section class="dac-swap-section dac-active dac-down">
smain@google.com4f3a05a2016-08-31 11:30:02 -070074 <h2 class="norule dac-modal-header-title" data-t="newsletter.title"></h2>
75 <p class="dac-modal-header-subtitle" data-t="newsletter.requiredHint"></p>
Dirk Doughertycbe032f2015-05-22 11:41:40 -070076 </section>
77 <section class="dac-swap-section dac-up">
smain@google.com4f3a05a2016-08-31 11:30:02 -070078 <h2 class="norule dac-modal-header-title" data-t="newsletter.successTitle">Hooray!</h2>
Dirk Doughertycbe032f2015-05-22 11:41:40 -070079 </section>
80 </div>
Dirk Dougherty29e93432015-05-05 18:17:13 -070081 </header>
Dirk Doughertycbe032f2015-05-22 11:41:40 -070082 <div class="dac-swap" data-swap-container>
83 <section class="dac-swap-section dac-active dac-left">
84 <form action="https://docs.google.com/forms/d/1QgnkzbEJIDu9lMEea0mxqWrXUJu0oBCLD7ar23V0Yys/formResponse" class="dac-form" method="post" target="dac-newsletter-iframe">
smain@google.com4f3a05a2016-08-31 11:30:02 -070085 <input type="hidden" name="entry.935454734" data-newsletter-language>
Dirk Doughertycbe032f2015-05-22 11:41:40 -070086 <section class="dac-modal-content">
87 <fieldset class="dac-form-fieldset">
88 <div class="cols">
89 <div class="col-1of2 newsletter-leftCol">
90 <div class="dac-form-input-group">
smain@google.com4f3a05a2016-08-31 11:30:02 -070091 <label for="newsletter-full-name" class="dac-form-floatlabel" data-t="newsletter.name">Full name</label>
Dirk Doughertycbe032f2015-05-22 11:41:40 -070092 <input type="text" class="dac-form-input" name="entry.1357890476" id="newsletter-full-name" required>
93 <span class="dac-form-required">*</span>
Dirk Dougherty29e93432015-05-05 18:17:13 -070094 </div>
Dirk Doughertycbe032f2015-05-22 11:41:40 -070095 <div class="dac-form-input-group">
smain@google.com4f3a05a2016-08-31 11:30:02 -070096 <label for="newsletter-email" class="dac-form-floatlabel" data-t="newsletter.email">Email address</label>
Dirk Doughertycbe032f2015-05-22 11:41:40 -070097 <input type="email" class="dac-form-input" name="entry.472100832" id="newsletter-email" required>
98 <span class="dac-form-required">*</span>
99 </div>
100 </div>
101 <div class="col-1of2 newsletter-rightCol">
102 <div class="dac-form-input-group">
smain@google.com4f3a05a2016-08-31 11:30:02 -0700103 <label for="newsletter-company" class="dac-form-floatlabel" data-t="newsletter.company">Company / developer name</label>
Dirk Doughertycbe032f2015-05-22 11:41:40 -0700104 <input type="text" class="dac-form-input" name="entry.1664780309" id="newsletter-company">
105 </div>
106 <div class="dac-form-input-group">
smain@google.com4f3a05a2016-08-31 11:30:02 -0700107 <label for="newsletter-play-store" class="dac-form-floatlabel" data-t="newsletter.appUrl">One of your Play Store app URLs</label>
Dirk Doughertycbe032f2015-05-22 11:41:40 -0700108 <input type="url" class="dac-form-input" name="entry.47013838" id="newsletter-play-store" required>
109 <span class="dac-form-required">*</span>
Dirk Dougherty29e93432015-05-05 18:17:13 -0700110 </div>
111 </div>
112 </div>
Dirk Doughertycbe032f2015-05-22 11:41:40 -0700113 </fieldset>
114 <fieldset class="dac-form-fieldset">
115 <div class="cols">
116 <div class="col-1of2 newsletter-leftCol">
smain@google.com4f3a05a2016-08-31 11:30:02 -0700117 <legend class="dac-form-legend"><span data-t="newsletter.business.label">Which best describes your business:</span><span class="dac-form-required">*</span>
Dirk Doughertycbe032f2015-05-22 11:41:40 -0700118 </legend>
119 <div class="dac-form-radio-group">
120 <input type="radio" value="Apps" class="dac-form-radio" name="entry.1796324055" id="newsletter-business-type-app" required>
121 <label for="newsletter-business-type-app" class="dac-form-radio-button"></label>
smain@google.com4f3a05a2016-08-31 11:30:02 -0700122 <label for="newsletter-business-type-app" class="dac-form-label" data-t="newsletter.business.apps">Apps</label>
Dirk Dougherty29e93432015-05-05 18:17:13 -0700123 </div>
Dirk Doughertycbe032f2015-05-22 11:41:40 -0700124 <div class="dac-form-radio-group">
125 <input type="radio" value="Games" class="dac-form-radio" name="entry.1796324055" id="newsletter-business-type-games" required>
126 <label for="newsletter-business-type-games" class="dac-form-radio-button"></label>
smain@google.com4f3a05a2016-08-31 11:30:02 -0700127 <label for="newsletter-business-type-games" class="dac-form-label" data-t="newsletter.business.games">Games</label>
Dirk Doughertycbe032f2015-05-22 11:41:40 -0700128 </div>
129 <div class="dac-form-radio-group">
130 <input type="radio" value="Apps and Games" class="dac-form-radio" name="entry.1796324055" id="newsletter-business-type-appsgames" required>
131 <label for="newsletter-business-type-appsgames" class="dac-form-radio-button"></label>
smain@google.com4f3a05a2016-08-31 11:30:02 -0700132 <label for="newsletter-business-type-appsgames" class="dac-form-label" data-t="newsletter.business.both">Apps &amp; Games</label>
Dirk Doughertycbe032f2015-05-22 11:41:40 -0700133 </div>
134 </div>
135 <div class="col-1of2 newsletter-rightCol newsletter-checkboxes">
136 <div class="dac-form-radio-group">
137 <div class="dac-media">
138 <div class="dac-media-figure">
139 <input type="checkbox" class="dac-form-checkbox" name="entry.732309842" id="newsletter-add" required value="Add me to the mailing list for the monthly newsletter and occasional emails about development and Google Play opportunities.">
140 <label for="newsletter-add" class="dac-form-checkbox-button"></label>
141 </div>
142 <div class="dac-media-body">
smain@google.com4f3a05a2016-08-31 11:30:02 -0700143 <label for="newsletter-add" class="dac-form-label dac-form-aside"><span data-t="newsletter.confirmMailingList"></span><span class="dac-form-required">*</span></label>
Dirk Doughertycbe032f2015-05-22 11:41:40 -0700144 </div>
145 </div>
146 </div>
147 <div class="dac-form-radio-group">
148 <div class="dac-media">
149 <div class="dac-media-figure">
150 <input type="checkbox" class="dac-form-checkbox" name="entry.2045036090" id="newsletter-terms" required value="I acknowledge that the information provided in this form will be subject to Google's privacy policy (https://www.google.com/policies/privacy/).">
151 <label for="newsletter-terms" class="dac-form-checkbox-button"></label>
152 </div>
153 <div class="dac-media-body">
smain@google.com4f3a05a2016-08-31 11:30:02 -0700154 <label for="newsletter-terms" class="dac-form-label dac-form-aside"><span data-t="newsletter.privacyPolicy" data-t-html></span><span class="dac-form-required">*</span></label>
Dirk Doughertycbe032f2015-05-22 11:41:40 -0700155 </div>
156 </div>
Dirk Dougherty29e93432015-05-05 18:17:13 -0700157 </div>
158 </div>
159 </div>
Dirk Doughertycbe032f2015-05-22 11:41:40 -0700160 </fieldset>
161 </section>
162 <footer class="dac-modal-footer">
163 <div class="cols">
164 <div class="col-2of5">
165 </div>
Dirk Dougherty29e93432015-05-05 18:17:13 -0700166 </div>
Dirk Doughertycbe032f2015-05-22 11:41:40 -0700167 <button type="submit" value="Submit" class="dac-fab dac-primary dac-large dac-modal-action"><i class="dac-sprite dac-arrow-right"></i></button>
168 </footer>
169 </form>
Dirk Dougherty29e93432015-05-05 18:17:13 -0700170 </section>
Dirk Doughertycbe032f2015-05-22 11:41:40 -0700171 <section class="dac-swap-section dac-right">
172 <div class="dac-modal-content">
smain@google.com4f3a05a2016-08-31 11:30:02 -0700173 <p class="newsletter-success-message" data-t="newsletter.successDetails"></p>
Dirk Dougherty29e93432015-05-05 18:17:13 -0700174 </div>
Dirk Doughertycbe032f2015-05-22 11:41:40 -0700175 </section>
176 </div>
Dirk Dougherty29e93432015-05-05 18:17:13 -0700177 </div>
The Android Open Source Project88b60792009-03-03 19:28:42 -0800178 </div>
smain@google.com4f3a05a2016-08-31 11:30:02 -0700179</div>
180<!-- end newsletter modal -->
181
182<!-- start reset language header modal -->
183<div data-modal="langform" class="dac-modal" id="langform">
184 <div class="dac-modal-container">
185 <div class="dac-modal-window">
186 <header class="dac-modal-header">
187 <div class="dac-modal-header-actions">
188 <button class="dac-modal-header-close" data-modal-toggle></button>
189 </div>
190 <section class="dac-swap-section dac-active dac-down">
191 <h2 class="norule dac-modal-header-title"></h2>
192 </section>
193 </header>
194 <section class="dac-swap-section dac-active dac-left">
195 <section class="dac-modal-content">
196 <fieldset class="dac-form-fieldset">
197 <div class="cols">
198 <div class="col-2of2 langform-leftCol">
199 <p id="resetLangText"></p>
200 <p id="resetLangCta"></p>
201 </div>
202 </div>
203 </fieldset>
204 </section>
205 <footer class="dac-modal-footer" id="langfooter">
206 <div class="cols">
207 <div class="col-2of5">
208 </div>
209 </div>
210 <button class="button dac-primary dac-modal-action lang yes" data-t="newsletter.resetLangButtonYes" data-modal-toggle></button>
211 <button class="button dac-primary dac-modal-action lang no" data-t="newsletter.resetLangButtonNo" data-modal-toggle></button>
212 </a>
213 </footer>
214 </form>
215 </section>
216 </div>
217 </div>
218</div>
219<!-- end langreset modal -->