This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cookies.html
200 lines (161 loc) · 9.86 KB
/
cookies.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
195
196
197
198
199
200
<!DOCTYPE html>
<html>
<head>
<link rel="shortcut icon" href="Pictures/tabicon.ico" >
<title>Cookies</title>
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.4/jquery.mobile-1.4.4.min.css">
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.4.4/jquery.mobile-1.4.4.min.js"></script>
<!-- scrolling -->
<script src="jQuery.js"></script>
</head>
<body>
<div id="top">
<div id="title">
<center> <h1><a href="index.html" target="_self" style="color:black;text-decoration:none;">Cookie Policy</h1> </center>
<a href="index.html" target="_self" style= "color:black; font-size:20px;text-decoration:none">Home</a>
<a href="page2/ourproducts.html" target="_self" style= "color:black; font-size:20px;text-decoration:none">Our Products</a>
<a href="repairs.html" target="_self" style= "color:black; font-size:20px;text-decoration:none">Repairs</a>
<a href="page3/aboutus.html" target="_self" style= "color:black; font-size:20px;text-decoration:none">About Us</a>
<a href="page4/contactus.html" target="_self" style= "color:black; font-size:20px;text-decoration:none">Contact Us</a>
</div>
<div id="search">
<form>
Search:
<input type="search" name="googlesearch">
</form>
</div>
<div id="logo">
<a href="index.html" target="_self">
<img src="Pictures/Icon.png" style="width:140px;height:125px;border:0" > </a>
</div>
</div>
<div id = "scroll" > </div>
<div id="wrapper">
<div id="left">
<div id="accordion" >
<div data-role="page" class=".ui-page.ui-page-theme-a.ui-page-active">
<div data-role="main" class="ui-content">
<div data-role="collapsible">
<h1 class="ui-collapsible-heading-toggle ui-btn ui-icon-plus ui-btn-icon-left ui-btn-inherit">Type of phone</h1>
<p><form action="http://content.gopagoda.com/">
iPhone <input type="radio" name="phone" value="iPhone" > <br>
Samsung <input type="radio" name="phone" value="Samsung"> <br>
Nokia <input type="radio" name="phone" value="Nokia"> <br>
HTC <input type="radio" name="phone" value="HTC"> <br> <br>
<form name="input" action="demo_form_action.asp" method="get">
Other: <input type="text" name="user"> <br><br>
<input type="submit" value="Submit">
</form>
</form></p>
</div>
</div>
<div data-role="main" class="ui-content">
<div data-role="collapsible">
<h1 class="ui-collapsible-heading-toggle ui-btn ui-icon-plus ui-btn-icon-left ui-btn-inherit">Screen Repairs</h1>
<p><form action="http://content.gopagoda.com/">
iPhone Screen <input type="radio" name="repairs" value="iPhone" > <br>
iPad Screen <input type="radio" name="repairs" value="iPad" > <br>
Samsung Screen <input type="radio" name="repairs" value="Samsung"> <br>
Nokia Screen <input type="radio" name="repairs" value="Nokia"> <br>
HTC Screen <input type="radio" name="repairs" value="HTC"> <br>
Tablet Screen <input type="radio" name="repairs" value="Tablet" > <br> <br>
<form name="input" action="demo_form_action.asp" method="get">
Other: <input type="text" name="user"> <br><br>
<input type="submit" value="Submit">
</form>
</form></p>
</div>
</div>
<div data-role="main" class="ui-content">
<div data-role="collapsible">
<h1 class="ui-collapsible-heading-toggle ui-btn ui-icon-plus ui-btn-icon-left ui-btn-inherit"> Accessories</h1>
<!-- put link to accessories in product page here -->
<a href="page2/ourproducts.html" target="_self">Phone Cases/Covers</a>
<a href="page2/Products pages linked pages/Accessories.html" target="_self">Screen Protectors</a>
<a href="page2/Products pages linked pages/Accessories.html" target="_self">Earphones</a>
<a href="page2/ourproducts.html" target="_self">Headphones</a>
<input type="submit" value="Submit">
</div>
</div>
<div data-role="main" class="ui-content">
<div data-role="collapsible">
<h1 class="ui-collapsible-heading-toggle ui-btn ui-icon-plus ui-btn-icon-left ui-btn-inherit"> Your Details </h1>
<form action="http://content.gopagoda.com/">
Name: <input type="text" name="fullname"><br>
Email: <input type="text" name="email"><br>
Mobile: <input type="text" name="mobile"><br>
Date of Collection: <input type="date" id="myDate" value="2014-11-04">
<p> Use the arrows to navigate up and down the dates. </p>
<p>Click the downward arrow on the right for calendar view.</p>
</form>
<input type="submit" value="Submit">
</div>
</div>
<div data-role="footer" class="ui-content.ui-footer.ui-bar-inherit">
<h1>Mi Electronics</h1>
</div>
</div>
</div>
</div>
<div id="middle">
Cookie Policy
<div id="about">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla malesuada est est. Sed nec lobortis risus, in eleifend ante. Vestibulum pulvinar quam nec dignissim lobortis. Nunc blandit nunc ultrices mi faucibus porttitor. Pellentesque quis ipsum non magna ultricies imperdiet at vel nulla. Vivamus sed lorem id tellus mollis mollis auctor id lorem. Suspendisse eu metus erat. Sed quis augue ac sapien aliquet faucibus. Nam ultricies mauris sem, in lobortis lacus porta in. Phasellus mollis ultrices lacus. Donec convallis odio dui, at posuere quam posuere vitae.</p>
<p>Etiam ornare libero a venenatis molestie. Duis hendrerit sem aliquam, interdum erat nec, suscipit ipsum. Proin euismod tellus ipsum. Suspendisse tincidunt metus velit, sed mollis nibh suscipit eget. Etiam consectetur dui vitae risus aliquam, porta vestibulum felis molestie. Mauris nisi est, auctor vel maximus id, sollicitudin sit amet elit. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Integer cursus dignissim dolor et ullamcorper. Integer a euismod felis, suscipit fermentum lacus. Pellentesque nulla risus, auctor in odio quis, viverra rutrum nibh. Donec ullamcorper mi sit amet tristique feugiat. Donec finibus, ante id varius commodo, diam magna accumsan tellus, dapibus pharetra tortor ante at augue. Nam sed tellus hendrerit, cursus nibh at, consequat metus. Proin consectetur tortor nulla, in aliquet magna gravida a. Curabitur quis nunc justo.</p>
</div>
</div>
<div id="right">
<div id="social" >
<a href="https://twitter.com/MiRepairs" target="blank" style= "color:black;">
<img src="Pictures/twitter-logo.png" alt="Twitter" style="width:32px;height:32px;border:0"><br/>Follow us on Twitter</a>
<br/> <br/>
<a href="https://www.facebook.com/pages/Mi-Electronics/617060458404532?sk=timeline&ref=page_internal" target="blank" style= "color:black;">
<img src="Pictures/fb_icon_325x325.png" alt="Facebook" style="width:32px;height:32px;border:0"><br/>Like us on Facebook</a>
</div>
</div>
<footer>
<div class="footer">
<img class="footer"src= "Pictures/footer-background.png" alt="Footer" style="width:100%;height:10%;border:0">
<div class="f1">
<p> <a href="page4/contactus.html" target="_self" style= "color:white;text-decoration:none"> > Store Locator </a> </p>
<p> <a href="mailto:mielectronicsteam@gmail.com" target="_blank" style= "color:white;text-decoration:none"> > Email Us </a> </p>
<p> <a href="T&C.html" target="_self" style= "color:white;text-decoration:none"> > Terms & Conditions </a> </p>
<p> <a href="cookies.html" target="_self" style= "color:white;text-decoration:none"> > Cookie Policy </a> </p>
</div>
<div id="f2">
<a href="https://twitter.com/MiRepairs" target="blank" ><img src="Pictures/twitter-logo.png" alt="Twitter" style="width:32px;height:32px;border:0"></a> <a href="https://www.facebook.com/pages/Mi-Electronics/617060458404532?sk=timeline&ref=page_internal" target="blank"><img src="Pictures/fb_icon_325x325.png" alt="Facebook" style="width:32px;height:32px;border:0"> </a>
</div>
<div class ="f3" >
<a href = "#scroll" target="_self" >
<img class "f3" src = "Pictures/bottomicon.png" alt="Logo1" style="width:100px;height:100px;border:0">
</div>
<script>
$(function() {
$('a[href*=#]:not([href=#])').click(function() {
if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) {
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
if (target.length) {
$('html,body').animate({
scrollTop: target.offset().top
}, 900);
return false;
}
}
});
});
</script>
<div id = "f4" ><a style= "color:white;" > Call us:<a href="page4/contactus.html" target="_self" style= "color:white;"> 010000000 </a></div>
<div class="f5"> <h3><a style= "color:white;" > Cases </h3>
<p> <a href="page2/Products pages linked pages/iPhone4&4S.html" target="_self" style= "color:white;text-decoration:none"> iPhone 4 & 4s Cases </p>
<p> <a href="page2/Products pages linked pages/iPhone5&5S.html" target="_self" style= "color:white;text-decoration:none"> iPhone 5 & 5s Cases </p>
<p> <a href="page2/Products pages linked pages/iPhone5c.html" target="_self" style= "color:white;text-decoration:none"> iPhone 5c Cases </p>
<p> <a href="page2/Products pages linked pages/iPhone6.html" target="_self" style= "color:white;text-decoration:none"> iPhone 6 Cases </p>
</div>
</div>
</footer>
</div>
</body>
</html>