blob: af34a1add90a62d2820d3315557a7d2788845629 [file] [log] [blame]
smain@google.coma0a6d322016-02-05 17:34:22 -08001<?cs # page footer content ?>
Dirk Dougherty0dc81b92015-12-08 14:49:52 -08002<div class="wrap">
3 <div class="dac-footer<?cs if:fullpage ?> dac-landing<?cs /if ?>">
4 <div class="cols dac-footer-main">
5 <div class="col-1of2">
Dirk Dougherty6f10d4d2015-11-07 11:34:59 -08006 <a class="dac-footer-getnews" id="newsletter" data-modal-toggle="newsletter" href="javascript:;">Get news &amp; tips <span
Dirk Dougherty0dc81b92015-12-08 14:49:52 -08007 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">
11 <a class="dac-footer-contact-link" href="http://android-developers.blogspot.com/">Blog</a>
12 <a class="dac-footer-contact-link" href="/support.html">Support</a>
13 </div>
14 <div class="dac-footer-social">
Dirk Dougherty6f10d4d2015-11-07 11:34:59 -080015 <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 Dougherty0dc81b92015-12-08 14:49:52 -080018 </div>
19 </div>
20 </div>
21
22 <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">
Dirk Dougherty6f10d4d2015-11-07 11:34:59 -080038 <a href="/about/android.html">About Android</a>
Dirk Dougherty0dc81b92015-12-08 14:49:52 -080039 <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>
48 <option value="in">Bahasa Indonesia</option>
49 <option value="ja">日本語</option>
50 <option value="ko">한국어</option>
51 <option value="pt-br">Português Brasileiro</option>
52 <option value="ru">Русский</option>
53 <option value="vi">tiếng Vit</option>
54 <option value="zh-cn">中文(简体)</option>
55 <option value="zh-tw">中文(繁體)</option>
56 </select>
57 </span>
58 </p>
Dirk Dougherty541b4942014-02-14 18:31:53 -080059 </div>
Dirk Dougherty6f10d4d2015-11-07 11:34:59 -080060</div>
61<!-- end footer -->
62
63<?cs call:toast() ?>
Dirk Dougherty0dc81b92015-12-08 14:49:52 -080064
65<div data-modal="newsletter" data-newsletter data-swap class="dac-modal newsletter">
66 <div class="dac-modal-container">
67 <div class="dac-modal-window">
68 <header class="dac-modal-header">
Dirk Dougherty6f10d4d2015-11-07 11:34:59 -080069 <div class="dac-modal-header-actions">
70 <button class="dac-modal-header-close" data-modal-toggle></button>
71 </div>
Dirk Dougherty0dc81b92015-12-08 14:49:52 -080072 <div class="dac-swap" data-swap-container>
73 <section class="dac-swap-section dac-active dac-down">
Dirk Dougherty6f10d4d2015-11-07 11:34:59 -080074 <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 Dougherty0dc81b92015-12-08 14:49:52 -080076 </section>
77 <section class="dac-swap-section dac-up">
Dirk Dougherty6f10d4d2015-11-07 11:34:59 -080078 <h2 class="norule dac-modal-header-title" data-t="newsletter.successTitle">Hooray!</h2>
Dirk Dougherty0dc81b92015-12-08 14:49:52 -080079 </section>
80 </div>
81 </header>
82 <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">
Dirk Dougherty6f10d4d2015-11-07 11:34:59 -080085 <input type="hidden" name="entry.935454734" data-newsletter-language>
Dirk Dougherty0dc81b92015-12-08 14:49:52 -080086 <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">
Dirk Dougherty6f10d4d2015-11-07 11:34:59 -080091 <label for="newsletter-full-name" class="dac-form-floatlabel" data-t="newsletter.name">Full name</label>
Dirk Dougherty0dc81b92015-12-08 14:49:52 -080092 <input type="text" class="dac-form-input" name="entry.1357890476" id="newsletter-full-name" required>
93 <span class="dac-form-required">*</span>
94 </div>
95 <div class="dac-form-input-group">
Dirk Dougherty6f10d4d2015-11-07 11:34:59 -080096 <label for="newsletter-email" class="dac-form-floatlabel" data-t="newsletter.email">Email address</label>
Dirk Dougherty0dc81b92015-12-08 14:49:52 -080097 <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">
Dirk Dougherty6f10d4d2015-11-07 11:34:59 -0800103 <label for="newsletter-company" class="dac-form-floatlabel" data-t="newsletter.company">Company / developer name</label>
Dirk Dougherty0dc81b92015-12-08 14:49:52 -0800104 <input type="text" class="dac-form-input" name="entry.1664780309" id="newsletter-company">
105 </div>
106 <div class="dac-form-input-group">
Dirk Dougherty6f10d4d2015-11-07 11:34:59 -0800107 <label for="newsletter-play-store" class="dac-form-floatlabel" data-t="newsletter.appUrl">One of your Play Store app URLs</label>
Dirk Dougherty0dc81b92015-12-08 14:49:52 -0800108 <input type="url" class="dac-form-input" name="entry.47013838" id="newsletter-play-store" required>
109 <span class="dac-form-required">*</span>
110 </div>
111 </div>
112 </div>
113 </fieldset>
114 <fieldset class="dac-form-fieldset">
115 <div class="cols">
116 <div class="col-1of2 newsletter-leftCol">
Dirk Dougherty6f10d4d2015-11-07 11:34:59 -0800117 <legend class="dac-form-legend"><span data-t="newsletter.business.label">Which best describes your business:</span><span class="dac-form-required">*</span>
Dirk Dougherty0dc81b92015-12-08 14:49:52 -0800118 </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>
Dirk Dougherty6f10d4d2015-11-07 11:34:59 -0800122 <label for="newsletter-business-type-app" class="dac-form-label" data-t="newsletter.business.apps">Apps</label>
Dirk Dougherty0dc81b92015-12-08 14:49:52 -0800123 </div>
124 <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>
Dirk Dougherty6f10d4d2015-11-07 11:34:59 -0800127 <label for="newsletter-business-type-games" class="dac-form-label" data-t="newsletter.business.games">Games</label>
Dirk Dougherty0dc81b92015-12-08 14:49:52 -0800128 </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>
Dirk Dougherty6f10d4d2015-11-07 11:34:59 -0800132 <label for="newsletter-business-type-appsgames" class="dac-form-label" data-t="newsletter.business.both">Apps &amp; Games</label>
Dirk Dougherty0dc81b92015-12-08 14:49:52 -0800133 </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">
Dirk Dougherty6f10d4d2015-11-07 11:34:59 -0800143 <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 Dougherty0dc81b92015-12-08 14:49:52 -0800144 </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">
Dirk Dougherty6f10d4d2015-11-07 11:34:59 -0800154 <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 Dougherty0dc81b92015-12-08 14:49:52 -0800155 </div>
156 </div>
157 </div>
158 </div>
159 </div>
160 </fieldset>
161 </section>
162 <footer class="dac-modal-footer">
163 <div class="cols">
164 <div class="col-2of5">
165 </div>
166 </div>
167 <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>
170 </section>
171 <section class="dac-swap-section dac-right">
172 <div class="dac-modal-content">
Dirk Dougherty6f10d4d2015-11-07 11:34:59 -0800173 <p class="newsletter-success-message" data-t="newsletter.successDetails"></p>
Dirk Dougherty0dc81b92015-12-08 14:49:52 -0800174 </div>
175 </section>
176 </div>
177 </div>
Dirk Dougherty541b4942014-02-14 18:31:53 -0800178 </div>
Dirk Dougherty6f10d4d2015-11-07 11:34:59 -0800179</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 -->