forked from intel-android/androidhub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommit.jade
55 lines (46 loc) · 2.42 KB
/
commit.jade
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
extends layouts/_general
include mixins/_nav
block nav
+nav('commit')
block content
.section-title: section
h3.marginless.animate-prep Commit
main: section
.card
.grid.grid--bleed.grid--justify-left: .grid__col-sm-10
h3.marginless Join the Android Hub
p We believe our Android developers will shape the future of this technology. Get involved by filling out the form below to connect with the developer community and share your ideas.
.spacer.xs
form#nl-form.nl-form(data-error-title="Doh!", data-error-text="You missed a spot.", data-success-title="Nice!", data-success-text="Successfully sent email. We look forward to working with you!")
| My name is
input#author-name(required, type='text', value='', maxlength='75', placeholder='${name}', data-subline='Tell us your name')
| and I have lots of great information I would like to contribute to The Android Hub. You can see my work at
input#author-site(required, type='url', value='', maxlength='100', placeholder='${site}', data-subline='Example: <em>https://github.com/your_handle</em>').
| . My expertise is in
select#author-expertise(required)
option(value, default, selected) ${expertise}
option(value='native app development') native app development
option(value='hybrid app development') hybrid app development
option(value='web apps') web apps
option(value='app design') app design
| . I can be reached at
input#author-email(required, type='email', value='', maxlength='75', placeholder='${email}', data-subline='For example: <em>[email protected]</em>')
| . I also wanted to mention this:
br
textarea#author-message
.nl-submit-wrap.text-right
button.nl-submit.btn.blue.bordered(type='submit') Submit
.nl-overlay
.grid.grid--bleed
.grid__col-2: div
img.grid__cell-img.lazyload.lazyanimate.animate-prep(data-src='/img/megacat.jpg')
.grid__col-6.grid--align-start
h3 GitHub* fan?
p This entire site, each article, and more are all open sourced and available to read/write on GitHub*.
a.btn.blue.small.bordered(href=data.paths.github, target='_blank') Fork us on GitHub*
.spacer.md.hidden-xs
block trackers
if env == 'prod'
+tracking-pixel('ntjol')
include includes/_facebook_tracking
include includes/_intel_tracking