source: other-projects/nz-flag-design/trunk/main-form/iterative-design.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.3 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>Iterative Design</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>Iterative Design</h2>
28
29 <style>
30 iframe::-webkit-scrollbar {
31 display: none;
32 }
33 </style>
34
35 <iframe src="iterative-design-frame.html" style="width: 100%; height: 100%" >
36 </iframe>
37 <!-- end of putting custom content -->
38 </div> <!-- end story-page-->
39
40 </div><!-- /content -->
41
42</div><!-- /page -->
43
44</body>
45</html>
Note: See TracBrowser for help on using the repository browser.