-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
160 lines (143 loc) · 7.2 KB
/
index.html
File metadata and controls
160 lines (143 loc) · 7.2 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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<!doctype html>
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="description" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width,initial-scale=1">
<!-- CSS concatenated and minified via ant build script-->
<link rel="stylesheet" href="css/style.css">
<!-- end CSS-->
<script src="js/libs/modernizr-2.0.6.min.js"></script>
</head>
<body>
<div id="container">
<header>
<h1>Design Your Creation</h1>
</header>
<div id="main" role="main">
<div id="step-1" class="active step">
<h2 class="stepLabel"><span class="current">1</span><span> 2</span><span> 3</span><span> 4</span></h2>
<h1>Let's get started! Type the word you'd like to design.</h1>
<input type="text" id="wordInput" maxlength="10"/>
<a href="#clear" class="clear">Reset Word</a>
<a href="#step-2" class="next">I've picked my word. Now I am ready to design! ></a>
<div class="msgArea"></div>
</div>
<div id="step-2" class="step">
<h2 class="stepLabel"><span>1</span><span class="current"> 2</span><span> 3</span><span> 4</span></h2>
<h1>Now select the image you want for each letter by scrolling each letter up and down.</h1>
<div class="outer-center">
<div id="chooseImages" class="inner-center">
<!--letters will go in here-->
</div>
</div>
<a href="#step-1" class="prev">< I need to go back and choose a new word.</a>
<a href="#step-3" class="next">I've picked my images. Now I am ready to pick frame and print tones! ></a>
<div class="msgArea"></div>
</div>
<div id="step-3" class="step">
<h2 class="stepLabel"><span>1</span><span> 2</span><span class="current"> 3</span><span> 4</span></h2>
<h1>Now select your frame and Sepia/B&W by clicking the buttons below.</h1>
<div class="frameButtons">
<a class="frameChooser" href="#black">Black Frame</a>
<a class="frameChooser" href="#brown">Brown Frame</a>
</div>
<div class="toneButtons">
<a class="toneChooser" href="#blackAndWhite">Black & White</a>
<a class="toneChooser" href="#sepia">Sepia</a>
</div>
<div class="outer-center">
<div class="shadow-one">
<div class="corner-a black"></div>
<div class="corner-b black"></div>
<div class="shadow-two black">
<div class="shadow-three black">
<div class="shadow-four">
<div id="chooseFrameAndTone" class="inner-center">
<!--letters will go in here-->
</div>
</div>
</div>
</div>
</div>
</div>
<a href="#step-2" class="prev">< I need to go back and choose new images</a>
<a href="#step-4" class="next">I am ready to review my design! ></a>
</div>
<div id="step-4" class="step">
<h2 class="stepLabel"><span>1</span><span> 2</span><span> 3</span><span class="current"> 4</span></h2>
<h1>Review your design below:</h1>
<div class="outer-center">
<div class="shadow-one">
<div class="corner-a black"></div>
<div class="corner-b black"></div>
<div class="shadow-two black">
<div class="shadow-three black">
<div class="shadow-four">
<div id="reviewDesign" class="inner-center">
<!--letters will go in here-->
</div>
</div>
</div>
</div>
</div>
</div>
<h2 id="theWord"></h2>
<form action=http://www.romancart.com/cart.asp method=post>
<input type=hidden name=storeid value=57404/>
<input type=hidden name=quantity value=1/>
<input type=hidden name=returnurl value="http://naturesletters.com"/>
<input type=hidden name=itemname value='Natures Letters Creation:'/>
Your Creation with: <span class="numLetterVal"></span>
<select id="numLetters" name=itemname>
<option value="3 Letters {70.00}">3 Letters ($70.00)</option>
<option value="4 Letters {77.00}">4 Letters ($77.00)</option>
<option value="5 Letters {84.00}">5 Letters ($84.00)</option>
<option value="6 Letters {91.00}">6 Letters ($91.00)</option>
<option value="7 Letters {98.00}">7 Letters ($98.00)</option>
<option value="8 Letters {105.00}">8 Letters ($105.00)</option>
<option value="9 Letters {112.00}">9 Letters ($112.00)</option>
<option value="10 Letters {119.00}">10 Letters ($119.00)</option>
</select>
<p class="frameColor">
</p>
<input id="frameColor" type=hidden name=itemname2 value=''>
<p class="imageTone"><span class="tone"></span> Images
</p>
<input id="tone" type=hidden name=itemname3 value=''/>
<input id="pictureCode" type=hidden name=itemname4 value=''/>
<p>
<input type=submit value='Add to Basket'/>
</p>
</form>
<a href="#step-3" class="prev">< I need to go back and change my frame or print color.</a>
</div>
</div>
<footer>
</footer>
</div> <!--! end of #container -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/libs/jquery-1.6.2.min.js"><\/script>')</script>
<!-- scripts concatenated and minified via ant build script-->
<script defer src="js/plugins.js"></script>
<script defer src="js/script.js"></script>
<!-- end scripts-->
<!--script> // Change UA-XXXXX-X to be your site's ID
window._gaq = [['_setAccount','UAXXXXXXXX1'],['_trackPageview'],['_trackPageLoadTime']];
Modernizr.load({
load: ('https:' == location.protocol ? '//ssl' : '//www') + '.google-analytics.com/ga.js'
});
</script-->
<!--[if lt IE 7 ]>
<script src="https://ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js"></script>
<script>window.attachEvent('onload',function(){CFInstall.check({mode:'overlay'})})</script>
<![endif]-->
<div class="blanket"></div>
</body>
</html>