-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProto.html
More file actions
115 lines (75 loc) · 2.95 KB
/
Copy pathProto.html
File metadata and controls
115 lines (75 loc) · 2.95 KB
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link rel="shortcut icon" href="images/favicon.ico"/>
<title> Kenny Lopez Design Portfolio</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href='https://fonts.googleapis.com/css?family=Bitter' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Oxygen:300' rel='stylesheet' type='text/css'>
<script type="js/jquery.js"></script>
<script type="js/script.js"></script>
<script src="js/modernizr.custom.js"></script>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id="yidiofold">
<div id="wrapperproject">
<div class="headlinetext">
<a href="http://kennylopez.co">
<img width="30" src="images/headerimage4.png" id="iconimage" style="display:inline; padding-bottom:0px;" />
</a>
<div style="display:inline;">Kenny Lopez</div>
</div>
<div class="headlinesubject">
<div>Yidio</div>
</div>
<div class="headlinedate">
<div>2016</div>
</div>
</div>
<div class="example">
<img width="800" style="padding-top:100px; padding-left:10px;" src="images/Yidioiphonescreens.png" id="iconimage"/>
</div>
</div>
<div class="contentpagesubject">
Yidio consolidates streaming video from services such as iTunes,HBO Go, Netflix and allow you to quickly and effortlessly search for the content you want.
<p>
It was my task to design a simple and intuitive way for users to create and manage a list of movies, TV shows and episodes they want to watch.
</div>
<div class="contentpagereq">
<h2>Requirements</h2>
<p>
1. User should be able to add and remove movies, shows or episodes to watchlist (replacing favorites).
</p>
2. When a user adds a show to their Watchlist, they should be able to specify whether all episodes, or only future episodes are added.
<p>
3.Some movies or episodes in a user’s Watchlist may not be available from any apps or sources yet. The user should be able to easily see the availability status of these items.
</p>
4.For all items in a user’s Watchlist, notifications will be generated any time a previously unavailable movie or episode becomes available.
</div>
<div class="contentpagereq">
<h2>Current Flow</h2>
<div class="example">
<img width="1000" src="images/Yidioflow_2.png" id="flowimage"/>
</div>
</div>
<div class="contentpagereq">
<h2>Brainstorming</h2>
<div class="example">
<img width="1000" src="images/Yidiobrainstorm.png" id="flowimage"/>
</div>
</div>
<div class="contentpagereq">
<h2>Results</h2>
<div class="example">
<video width="375" height="667" controls>
<source src="images/Yidio_Results.mov" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'>
<source src="images/Yidio_Results.mov" type='video/ogg; codecs="theora, vorbis"'>
</video>
</object>
</div>
</div>
</body>
</html>