-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathonmego.html
63 lines (49 loc) · 2.07 KB
/
onmego.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
<!doctype html>
<html>
<body class="p-single">
<div class="portfolio-single container">
<div class="row">
<div class="span8 portfolio-field portfolio-title">
<h2>Onmego, Inc</h2>
</div>
<div class="span4 portfolio-field portfolio-nav">
<a class="icon button prev ajax" href="daily-steak.html"></a>
<a class="icon button back" href="#/portfolio">close</a>
<a class="icon button next ajax" href=""></a>
</div>
<div class="span8 portfolio-field">
<img src="images/portfolio/onmego/onmego1.png">
<img src="images/portfolio/onmego/onmego2.png">
</div>
<div class="span4 portfolio-field">
<h3>Description</h3>
<p>Onmego is a hybrid mobile application designed for radio stations to increase retention rate, frequency of use, and revenue. It allows radio stations to capture and retain more users by giving a them a user friendly app to stream their content.</p>
<p>By utilizing geo fencing, we are able to serve targeted advertisements to users based on their location. After the app "learns" what kind of content the user likes, we can serve them ever further targeted advertisements.</p>
<h4>Responsibilites</h4>
<ul>
<li>Design and development of website</li>
<li>Creation of assets and mockups for website and hybrid mobile application</li>
<li>Implementation of new features</li>
<li>Styling of application (CSS)</li>
</ul>
<h3>Technology</h3>
<ul class="tags">
<li><a>HTML5</a></li>
<li><a>CSS3</a></li>
<li><a>JavaScript</a></li>
<li><a>jQuery</a></li>
<li><a>AngularJS</a></li>
<li><a>Ionic</a></li>
<li><a>Appgyver</a></li>
<li><a>Photoshop</a></li>
</ul>
</div>
<div class="span12 portfolio-field portfolio-nav bottom">
<a class="icon button prev ajax" href="daily-steak.html"></a>
<a class="icon button back" href="#/portfolio">close</a>
<a class="icon button next ajax" href=""></a>
</div>
</div>
</div>
</body>
</html>