source: other-projects/nz-flag-design/trunk/main-form/choose-palette.html@ 29530

Last change on this file since 29530 was 29530, checked in by davidb, 9 years ago

First cut at overview web pages to nz-flag-design project

  • Property svn:executable set to *
File size: 1.1 KB
Line 
1 <!DOCTYPE html>
2 <html id="story"><!-- class="story" id="idea"-->
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
5 <meta name="viewport" content="width=device-width, initial-scale=1"/>
6 <title>Choose Colour Palette</title>
7
8 </head>
9 <body>
10 <div data-role="page" id="innovation-story-01-idea"
11 class="demo-page"
12 data-dom-cache="true"
13 data-prev="choose-canvas"
14 data-next="iterative-design">
15
16 <div data-role="content">
17
18 <div data-role="controlgroup" class="control" data-mini="true">
19 <a href="#" class="next right-button res-fwd" style="right:1%;"></a>
20 <a href="#" class="prev left-button gen-back" style="left:1%;"></a>
21 </div>
22
23 <div class="story-page">
24 <!-- put custom content here -->
25
26 <span class="left story-icon idea" ></span>
27 <h2>Choose Colour Palette</h2>
28 <p>
29 ...
30 </p>
31
32 <!-- end of putting custom content -->
33 </div> <!-- end story-page-->
34
35 </div><!-- /content -->
36
37</div><!-- /page -->
38
39</body>
40</html>
Note: See TracBrowser for help on using the repository browser.