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
/
repairs.html
216 lines (176 loc) · 9.7 KB
/
repairs.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
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
<!DOCTYPE html>
<html>
<head>
<link rel="shortcut icon" href="Pictures/tabicon.ico" >
<title>Repairs</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;">Screen Repairs</h1> </center>
<a href="index.html" target="_self" style= "color:black;text-decoration:none;font-size:20px;">Home</a>
<a href="page2/ourproducts.html" target="_self" style= "color:black;text-decoration:none;font-size:20px;">Our Products</a>
<a href="repairs.html" target="_self" style= "color:black;text-decoration:none;font-size:20px;">Repairs</a>
<a href="page3/aboutus.html" target="_self" style= "color:black;text-decoration:none;font-size:20px;">About Us</a>
<a href="page4/contactus.html" target="_self" style= "color:black;text-decoration:none;font-size:20px;">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>
</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>
<input type="submit" value="Submit">
</form>
</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">
What We Repair:
<!-- divs R8 - R12 are being pushed over to the right for some reason, as if theres something pushing it over. Footer div was working then went to the top. -->
<div id="repairs">
<div id="R1" > <a style= "color:white; font-size: 15px;" > <p>For enquiries about screen repairs give us a call or drop in to our store. Details on our <a href="page4/contactus.html" target="_self" style= "color:white; font-size:15px;"> contact us </a> <a style="color:white; font-size:15px;"> page.</p>
<a style= "color:white; font-size: 10px;" > <p> *Prices may vary due to type of product, screen size or make</div>
<div id="R7" > Phones We Repair: </div>
<div id="repaircol1">
<div id="R2" > </div>
<div id="R3" > </div>
<div id="R5" > </div>
<div id="R6" > </div>
</div>
<div id="R8" > Laptops We Repair: </div>
<div id="repaircol2">
<div id="R9" > </div>
<div id="R10" > </div>
<div id="R11" > </div>
<div id="R12" > </div>
</div>
<div id="R4" > <a style= "color:red; font-size: 20px;" > <br/>*Tablet Screens Coming Soon!* </div>
</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; text-decoration:underline;" > 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>