-
Notifications
You must be signed in to change notification settings - Fork 0
/
mobile.html
98 lines (97 loc) · 4.5 KB
/
mobile.html
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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Techbay</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" type="text/css" href="css/mobile.css">
<link href='http://fonts.googleapis.com/css?family=Bitter:700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:600' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="js/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="js/jquery.scrollTo.min.js"></script>
<script type="text/javascript" src="js/jquery.localScroll.min.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</head>
<body>
<div class="navbar">
<div class="container">
<div class="brand">
<a href="#home">Techbay</a>
</div>
<ul id='navigate'>
<li><a href="http://techbay.club/#home">HOME</a></li>
<li><a href="http://techbay.club/#ser">WHAT WE DO</a></li>
<li><a href="http://techbay.club/#por">PORTFOLIO</a></li>
<li><a href="http://techbay.club/#team">TEAM</a></li>
<li><a href="http://techbay.club/#contact">CONTACT</a></li>
<li><a href="http://techbay.club/mobile" target="_blank">Mobile</a></li>
</ul>
</div>
</div>
<div class="main mobile">
<div id="home" class="center">
<div class="container">
<div class="unit">
<h1>Data,
Insight,
Action.</h1>
<p>Our in-house mobile analytics and anti-fraud platform allows our team to contextualize data and take action. This ensures success in the fast paced, dynamically evolving mobile market.</p>
</div>
</div>
</div>
<div id="ser" class="center">
<div class="container">
<div class="row">
<div class="block description">
<h3 class="title">Informed by our clients. Built by our team.</h3>
<p>The foundation of our platform’s success is built on direct client feedback. Our product team proactively collaborates with some of the largest global spenders to build tools responding to their needs as data-driven marketers.</p>
</div>
<div class="block image">
<img src="img/mobile/analytics-img01.svg" alt="">
</div>
<div class="clear"></div>
</div>
</div>
</div>
<div id="por" class="center">
<div class="container">
<div class="row">
<div class="block image">
<img src="img/mobile/analytics-img02.svg" alt="">
</div>
<div class="block description">
<h3 class="title">Mobile Anti-Fraud Platform</h3>
<p>Techbay's anti-fraud platform processes over 1 million installs and more than 30 million post install events every month. Some of these metrics include your campaign’s click-to-install time and IP address analysis as well as any suspicious, non-human behavioral patterns.</p>
</div>
<div class="clear"></div>
</div>
</div>
</div>
<div id="team" class="center">
<div class="container">
<div class="row">
<div class="block description">
<h3 class="title" style="padding-top: 50px !important;">Mobile Analytics Platform</h3>
<p>Our mobile analytics platform visualizes big data and maps attribution automatically.</p>
<p>Our KPI and optimization tool not only tracks conversions, but assesses multiple, layered KPIs. These KPIs include cohort retention, ROAS and engagement rates.</p>
</div>
<div class="block image">
<img src="img/mobile/analytics-img03.svg" alt="">
</div>
<div class="clear"></div>
</div>
</div>
</div>
<div id="contact" class="center">
<div class="container">
<div class="title">
<h1>Proprietary Tools</h1>
<p class='headline'>Our tools are made using the agile development process, allowing for real time feedback and the ability to quickly respond to the latest trends in mobile fraud and analysis.</p>
<p class='headline'>Techbay proudly builds and improves first party technologies with our dedicated engineering, product and data teams.</p>
</div>
</div>
</div>
</div>
</body>
</html>