-
Notifications
You must be signed in to change notification settings - Fork 0
/
index-howto.html
174 lines (157 loc) · 7.2 KB
/
index-howto.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
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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
<!DOCTYPE html>
<html>
<head>
<title>WOWSlider</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="WOWSlider" />
<!-- Start WOWSlider.com HEAD section --> <!-- add to the <head> of your page -->
<link rel="stylesheet" type="text/css" href="engine1/style.css" />
<script type="text/javascript" src="engine1/jquery.js"></script>
<!-- End WOWSlider.com HEAD section -->
<style>
.instuction {
font-family: sans-serif, Arial;
display: block;
margin: 0 auto;
max-width: 820px;
width: 100%;
padding: 0 70px;
color: #222;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.instuction h1 img {
max-width: 170px;
vertical-align: middle;
margin-bottom: 10px;
}
.instuction h1 {
color: #2F98B3;
text-align: center;
}
.instuction h2 {
position: relative;
font-size: 1.1em;
color: #2F98B3;
margin-bottom: 20px;
margin-top: 40px;
}
.instuction h2 span.num {
position: absolute;
left: -70px;
top: -18px;
display: inline-block;
vertical-align: middle;
font-style: italic;
font-size: 1.1em;
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
background: #2F98B3;
color: #fff;
border-radius: 50%;
}
.instuction .mono {
color: #000;
font-family: monospace;
font-size: 1.3em;
font-weight: normal;
}
.instuction li.mono {
font-size: 1.5em;
}
.instuction ul {
font-size: 0.9em;
margin-top: 0;
padding-left: 0;
list-style: none;
}
.instuction .note {
color: #A3A3B2;
font-style: italic;
padding-top: 10px;
}
.instuction p.note {
text-align: center;
padding-top: 0;
margin-top: 4px;
}
.instuction textarea {
font-size: 0.9em;
min-height: 60px;
padding: 10px;
margin: 0;
overflow: auto;
max-width: 100%;
width: 100%;
}
.instuction a,
.instuction a:visited {
color: #2F98B3;
}
</style>
</head>
<body style="margin:auto">
<br>
<!-- Start WOWSlider.com BODY section --> <!-- add to the <body> of your page -->
<div id="wowslider-container1">
<div class="ws_images"><ul>
<li><img src="data1/images/el_equipo.jpg" alt="EN EL EQUIPO DE BRUGGE" title="EN EL EQUIPO DE BRUGGE" id="wows1_0"/></li>
<li><a href="http://wowslider.net" target="_self"><img src="data1/images/chopera.jpg" alt="css slideshow" title="TENEMOS LAS CHOPERAS PARA TU EVENTO" id="wows1_1"/></a></li>
<li><img src="data1/images/honey.jpg" alt="DISFRUTA DE UNA BRUGGE BIEN FRIA ! ACORDATE DEL DELIVERY." title="DISFRUTA DE UNA BRUGGE BIEN FRIA ! ACORDATE DEL DELIVERY." id="wows1_2"/></li>
</ul></div>
<div class="ws_bullets"><div>
<a href="#" title="EN EL EQUIPO DE BRUGGE"><span><img src="data1/tooltips/el_equipo.jpg" alt="EN EL EQUIPO DE BRUGGE"/>1</span></a>
<a href="#" title="TENEMOS LAS CHOPERAS PARA TU EVENTO"><span><img src="data1/tooltips/chopera.jpg" alt="TENEMOS LAS CHOPERAS PARA TU EVENTO"/>2</span></a>
<a href="#" title="DISFRUTA DE UNA BRUGGE BIEN FRIA ! ACORDATE DEL DELIVERY."><span><img src="data1/tooltips/honey.jpg" alt="DISFRUTA DE UNA BRUGGE BIEN FRIA ! ACORDATE DEL DELIVERY."/>3</span></a>
</div></div><div class="ws_script" style="position:absolute;left:-99%"><a href="http://wowslider.net">html slideshow</a> by WOWSlider.com v9.0</div>
<div class="ws_shadow"></div>
</div>
<script type="text/javascript" src="engine1/wowslider.js"></script>
<script type="text/javascript" src="engine1/script.js"></script>
<!-- End WOWSlider.com BODY section -->
<div class="instuction">
<p class="note">HTML code for the slider <a href="file:///C:/Users/juan/Desktop/index.html">C:/Users/juan/Desktop/index.html</a></p>
<h1>
How to add this slider to HTML page
</h1>
<h2><span class="num">1</span> Upload these folders to your server</h2>
<ul>
<li class="mono">data1/</li>
<li class="mono">engine1/</li>
<li class="note">Current location: <a href="file:///C:/Users/juan/Desktop">C:/Users/juan/Desktop</a>. <br>These folders should be located in the same folder as your html page</li>
</ul>
<h2><span class="num">2</span> Paste this code to your page between the tags <span class="mono"><head></head></span></h2>
<textarea onclick="this.select()"><!-- Start WOWSlider.com HEAD section -->
<link rel="stylesheet" type="text/css" href="engine1/style.css" />
<script type="text/javascript" src="engine1/jquery.js"></script>
<!-- End WOWSlider.com HEAD section --></textarea>
<h2><span class="num" style="top: -8px;">3</span> Paste this code to your page between the tags <span class="mono"><body></body></span> in the place that you want the slider to appear</h2>
<textarea onclick="this.select()" rows="15"><!-- Start WOWSlider.com BODY section -->
<div id="wowslider-container1">
<div class="ws_images"><ul>
<li><img src="data1/images/el_equipo.jpg" alt="EN EL EQUIPO DE BRUGGE" title="EN EL EQUIPO DE BRUGGE" id="wows1_0"/></li>
<li><a href="http://wowslider.net" target="_self"><img src="data1/images/chopera.jpg" alt="css slideshow" title="TENEMOS LAS CHOPERAS PARA TU EVENTO" id="wows1_1"/></a></li>
<li><img src="data1/images/honey.jpg" alt="DISFRUTA DE UNA BRUGGE BIEN FRIA ! ACORDATE DEL DELIVERY." title="DISFRUTA DE UNA BRUGGE BIEN FRIA ! ACORDATE DEL DELIVERY." id="wows1_2"/></li>
</ul></div>
<div class="ws_bullets"><div>
<a href="#" title="EN EL EQUIPO DE BRUGGE"><span><img src="data1/tooltips/el_equipo.jpg" alt="EN EL EQUIPO DE BRUGGE"/>1</span></a>
<a href="#" title="TENEMOS LAS CHOPERAS PARA TU EVENTO"><span><img src="data1/tooltips/chopera.jpg" alt="TENEMOS LAS CHOPERAS PARA TU EVENTO"/>2</span></a>
<a href="#" title="DISFRUTA DE UNA BRUGGE BIEN FRIA ! ACORDATE DEL DELIVERY."><span><img src="data1/tooltips/honey.jpg" alt="DISFRUTA DE UNA BRUGGE BIEN FRIA ! ACORDATE DEL DELIVERY."/>3</span></a>
</div></div><div class="ws_script" style="position:absolute;left:-99%"><a href="http://wowslider.net">html slideshow</a> by WOWSlider.com v9.0</div>
<div class="ws_shadow"></div>
</div>
<script type="text/javascript" src="engine1/wowslider.js"></script>
<script type="text/javascript" src="engine1/script.js"></script>
<!-- End WOWSlider.com BODY section --></textarea>
<br><br>
<h2>Also you can try the <a href="http://wowslider.com/help/add-wowslider-to-page-2.html" target="_blank">Insert-To-Page wizard</a>, to add the slider visually, without touching the code!</h2>
<p>
<a href="http://wowslider.com/help/add-wowslider-to-page-2.html" target="_blank">Click here</a> for the detailed info.
</p>
</div>
<br><br>
</body>
</html>