-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.jade
75 lines (64 loc) · 3.04 KB
/
index.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
.splash
.center
.text
h1 Innovation for Media Agencies
h3 Want <em>super-smooth</em> native animated mobile ads that load <em>instantly? We've got you covered.</em>
.actions
a.button.white(href="#" onclick="openContactForm()") Get In Touch
a.button.swag(href="/sales_brochure.pdf" onclick="ga('send', 'event', 'Download', 'PDF', 'Sales Brochure')" target="_blank") Download Brochure
.preview
img(src="/img/PublishersMonetize.png" width="350")
section.columnar: .center
h6 What We Offer
h1 Smaller & Faster Mobile Ads
h3
| As agencies push the boundaries of what is possible on mobile, large file
| sizes, performance issues, and difficulty rendering 3D creatives have
| become bottlenecks for HTML5 rich media.
ul.features
li
img(src="/img/icons/link.png" data-at2x="/img/icons/[email protected]")
h3 Technology
h4
| Adefy NRM ads render natively at the application level, achieving performance and flexibility far beyond what traditional HTML5 rich media can reach.
li
img(src="/img/icons/smartphone.png" data-at2x="/img/icons/[email protected]")
h3 Authoring Tools
h4
| Our Ad Editor brings out the strengths of our NRM technology, introducing a unique workflow tuned for animation-heavy mobile creatives. Craft interactive, realtime-rendered scenes for your publishers, using a powerful keyframe-based animation system and integrated 2D physics engine.
li
img(src="/img/icons/people.png" data-at2x="/img/icons/[email protected]")
h3 Early Adopters
h4
| Simply put, our mobile ad rendering technology offers more flexibility than we know what to do with. We are looking for 5 Early Adopters to work closely with us and craft the perfect media agency platform.
.demo: .center
.text.gl-text
h2 Adefy NRM Ads
h4 An industry unique format
p We've developed a unique ad format that renders natively using GL ES 2 on all devices. With an integrated physics engine and true native render speeds, advertisers can craft experiences for users on-par with modern mobile games.
#glad-editor.editor(style="height: 320px")
.preview.glad-preview.red#glad
.about.center: section
h6 Early Adopters
h1 Get In Touch
h4 If you are a media agency interested in learning more about our technology,<br><em><a href="#" onclick="openContactForm()">contact</a></em> us for pricing options and a demo!
.signup: .center
span Interested in learning more?
a(href="/sales_brochure.pdf" onclick="ga('send', 'event', 'Download', 'PDF', 'Sales Brochure')" target="_blank")
button.white.large Download Brochure
script.
$(document).ready(function() {
editor = ace.edit($("#glad-editor")[0]);
editor.setTheme("ace/theme/tomorrow");
editor.getSession().setMode("ace/mode/javascript");
editor.setReadOnly(true);
loadAd({
logic: "/js/watch_logic.js",
manifest: "/js/watch_manifest.js",
adEditor: "glad-editor",
parentDiv: "#glad",
width: 300,
height: 533,
scrollOffset: 500
});
});