-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdaily-steak.html
68 lines (53 loc) · 2.35 KB
/
daily-steak.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
<!doctype html>
<html>
<body class="p-single">
<div class="portfolio-single container">
<div class="row">
<div class="span8 portfolio-field portfolio-title">
<h2>Daily Steak</h2>
</div>
<div class="span4 portfolio-field portfolio-nav">
<a class="icon button prev ajax" href="cannabis-reports.html"></a>
<a class="icon button back" href="#/portfolio">close</a>
<a class="icon button next ajax" href="onmego.html"></a>
</div>
<div class="span8 portfolio-field">
<img src="images/portfolio/dailysteak/dailysteak1.png" style="display: block; margin: auto;">
<img src="images/portfolio/dailysteak/dailysteak2.png">
<img src="images/portfolio/dailysteak/dailysteak3.png">
</div>
<div class="span4 portfolio-field">
<h3>Description</h3>
<p>Daily Steak is a mobile app that gives users the ability to get multiple perspectives on the same news story. Our "Pandora for news" app learns what you like/dislike and personalizes your news feed. Stories are read out loud to you, and you can use voice commands to skip/rewind/etc.</p>
<p>The app also allows users to "dig in" to a story, which prompts the app to read the articles from different new sources about the same story. This allows users to compare different perspectives.</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 class="launch">
<a href="http://dailysteak.co/" class="btn" target="_blank">View Daily Steak</a>
</div>
</div>
<div class="span12 portfolio-field portfolio-nav bottom">
<a class="icon button prev ajax" href="cannabis-reports.html"></a>
<a class="icon button back" href="#/portfolio">close</a>
<a class="icon button next ajax" href="onmego.html"></a>
</div>
</div>
</div>
</body>
</html>