-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (39 loc) · 2.04 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>
<link rel="stylesheet" href="index.css">
<html lang="en">
<head>
<meta charset="UTF-8">
<script defer src="script.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Value Proposition Canvas</title>
</head>
<body>
<div id="header">
<h1>Value Proposition Canvas</h1>
<div>
<label for="mpd">Mission/Problem Description:</label>
<p id="mpd" contenteditable>Edit me!</p>
</div>
<div>
<label for="team">Created by:</label>
<p id="team" contenteditable>Edit me!</p>
</div>
</div>
<div id="page">
<div class="l-container container-common">
<div class="grid-item" id="ps"><h2>Products and Services</h2><section class="editable" id="ps" contenteditable></section></div>
<div class="grid-item" id="gc"><h2>Key Partners</h2><section class="editable" id="gc" contenteditable></section></div>
<div class="grid-item" id="pr"><h2>Pain Relievers</h2><section class="editable" id="pr" contenteditable></section></div>
</div>
<div class="r-container container-common">
<div class="grid-item" id="cj"><h2>Customer Jobs</h2><section class="editable" id="cj" contenteditable></section></div>
<div class="grid-item" id="pa"><h2>Pains</h2><section class="editable" id="pa" contenteditable></section></div>
<div class="grid-item" id="ga"><h2>Gains</h2><section class="editable" id="ga" contenteditable></section></div>
</div>
</div>
<footer id="footer">
<p>This work is licensed under the <a href="https://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)</a>
<p><span>Designed by:</span> Strategyzer AG. Resdesigned by the Common Mission Project Built for the web at Uni. of Portsmouth.
</footer>
</body>
</html>