-
Notifications
You must be signed in to change notification settings - Fork 0
/
rilakkuma.html
194 lines (173 loc) · 4.72 KB
/
rilakkuma.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
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
<!DOCTYPE html>
<html>
<head>
<title>Rilakkuma</title>
</head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
}
.topnav {
overflow: hidden;
background-color: #753729;
}
.topnav a {
float: left;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.topnav a:hover {
background-color: #A05757;
color: yellow;
}
.topnav a.active {
background-color: #A05757;
color: yellow;
}
.button {
border: none;
color: white;
padding: 16px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
transition-duration: 0.4s;
cursor: pointer;
}
.button1 {
background-color: white;
color: black;
border: 2px solid brown;
}
.button1:hover {
background-color: #FCFC9C;
color: brown;
}
</style>
</head>
<body>
<div class="topnav">
<a href="index.html">Character Introduction</a>
<a class="active" href="rilakkuma.html">Rilakkuma Plush</a>
<a href="#contact">Contact</a>
<a href="#about">About</a>
</div>
<img src="banner2.jpg" width="100%" >
<body>
<TABLE style="border: 3px" ;border=1 cellpadding=5 cellspacing=0 width=100%>
<TR>
<TD width=50% align=center>
<div class="w3-content w3-section">
<img class="mySlides" src="riforsell.jpg" style="width:50%">
<img class="mySlides" src="riforsell2.jpg" style="width:50%">
<img class="mySlides" src="riforsell3.jpg" style="width:50%">
</div>
<p style="color: brown"><b style="font-size:20px">Rilakkuma San-X Original Mochi Cushion Plush</b></p>
<p style="color: brown">$29.99</p>
<button class="button button1"><a href="cart.html">Buy now</a></button>
<script>
var myIndex = 0;
carousel();
function carousel() {
var a;
var b = document.getElementsByClassName("mySlides");
for (a = 0; a < b.length; a++) {
b[a].style.display = "none";
}
myIndex++;
if (myIndex > b.length) {myIndex = 1}
b[myIndex-1].style.display = "block";
setTimeout(carousel, 2000);
}
</script>
</TD>
<TD width=50% align=center>
<div class="w3-content w3-section">
<img class="mySlides2" src="koforsell.jpg" style="width:50%">
<img class="mySlides2" src="koforsell2.jpg" style="width:50%">
<img class="mySlides2" src="koforsell3.jpg" style="width:50%">
</div>
<p style="color: brown"><b style="font-size:20px">Korilakkuma San-X Original Mochi Cushion Plush</b></p>
<p style="color: brown">$29.99</p>
<button class="button button1"><a href="cart.html">Buy now</a></button>
<script>
var myIndex2 = 0;
carousel2();
function carousel2() {
var c;
var d = document.getElementsByClassName("mySlides2");
for (c = 0; c < d.length; c++) {
d[c].style.display = "none";
}
myIndex++;
if (myIndex > d.length) {myIndex = 1}
d[myIndex-1].style.display = "block";
setTimeout(carousel2, 2000);
}
</script>
</TD>
</TR>
</TABLE>
<TABLE style="border: 3px" ;border=1 cellpadding=5 cellspacing=0 width=100%>
<TR>
<TD width=50% align=center>
<div class="w3-content w3-section">
<img class="mySlides3" src="chaiforsell.jpg" style="width:50%">
<img class="mySlides3" src="chaiforsell2.jpg" style="width:50%">
<img class="mySlides3" src="chaiforsell3.jpg" style="width:50%">
</div>
<p style="color: brown"><b style="font-size:20px">Chairoikoguma (Kogumachan) San-X Original Mochi Cushion Plush</b></p>
<p style="color: brown">$29.99</p>
<button class="button button1" ><a href="cart.html">Buy now</a></button>
<script>
var myIndex3 = 0;
carousel3();
function carousel3() {
var e;
var f = document.getElementsByClassName("mySlides3");
for (e = 0; e < f.length; e++) {
f[e].style.display = "none";
}
myIndex++;
if (myIndex > f.length) {myIndex = 1}
f[myIndex-1].style.display = "block";
setTimeout(carousel3, 2000);
}
</script>
</TD>
<TD width=50% align=center>
<div class="w3-content w3-section">
<img class="mySlides4" src="kiforsell.jpg" style="width:50%">
<img class="mySlides4" src="kiforsell2.jpg" style="width:50%">
<img class="mySlides4" src="kiforsell3.jpg" style="width:50%">
</div>
<p style="color: brown"><b style="font-size:20px">Kiiroitori San-X Original Plush</b></p>
<p style="color: brown">$29.99</p>
<button class="button button1" ><a href="cart.html">Buy now</a></button>
<script>
var myIndex4 = 0;
carousel4();
function carousel4() {
var g;
var h = document.getElementsByClassName("mySlides4");
for (g = 0; g < h.length; g++) {
h[g].style.display = "none";
}
myIndex++;
if (myIndex > h.length) {myIndex = 1}
h[myIndex-1].style.display = "block";
setTimeout(carousel4, 2000);
}
</script>
</TD>
</TR>
</TABLE>
</body>
</html>