-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
39 lines (39 loc) · 1.59 KB
/
index.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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>WP Image Flow | Post Edit Screen</title>
<link rel="stylesheet" href="css/foundation.css" />
<link rel="stylesheet" href="css/style.css" />
<script src="js/vendor/modernizr.js"></script>
</head>
<body>
<div class="row">
<div class="large-6 columns">
<h1>WordPress Image Flow</h1>
<h2 class="subheader">Feature Plugin Prototype</h2>
<p>The prototype comprises live wireframes that will be the basis of a feature plugin for WordPress. To contribute to the prototype you can <a href="https://github.com/ImageFlow/imageflow-prototype"> join the image flow github repo</a>.</p>
</div>
</div>
<div class="row">
<div class="large-6 columns" id="toc-wrapper">
<dl id="table-of-contents">
<dt><a title="Link to Prototype Scenario to Add a New Image to a Post" href="single-app/">The Prototype</a></dt>
<dd>When the prototype is complete, we will be user testing the following flows:</dd>
<dd>1. Add a New Image to a Post</dd>
<dd>2. Add an Existing Image to a Post</dd>
<dd>3. Edit and Add an Existing Image to a Post</dd>
<dd>3a. Edit Metadata and Add Existing Image to a Post</dd>
<dd>4. Create A Gallery and Insert into Post</dd>
<dd>5. Insert Multiple Items into Post</dd>
<dd>6. Edit Image that has been Inserted</dd>
</dl>
</div>
</div>
<script src="js/foundation.min.js"></script>
<script>
$(document).foundation();
</script>
</body>
</html>