-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (41 loc) · 2.23 KB
/
index.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
<html>
<body>
<header>
<a href="#price">Price list</a> <a href="#reviews">Reviews</a> <a href="#photos">Photos</a>
</header>
<link rel="stylesheet"
<main>
<h1>Phone Repair<br/><img src="/uploads/2020/11/soldering-5117508_1280_0_1605278553.png" width="200px"/> <img src="/uploads/2020/11/tool-145376_1280_0_1605278554.png" width="200px"/> <img src="/uploads/2020/11/guy-1424911_1280_0_1605278554.png" width="200px" height="190px"/></h1>
<h2 id="price">Services and prices</h2>
<table>
<tr>
<td>Service name</td>
<td>Price</td>
<td>Completion timeline</td>
</tr>
<tr>
<td>Replacing the <br/>charger</td>
<td>750 rub.</td>
<td>1 day</td>
</tr>
<tr>
<td>Replacing the screen</td>
<td>Starting at 1500 rub.</td>
<td>2 days or more</td>
</tr>
<tr>
<td>Reprogramming</td>
<td>Starting at 1000 rub.</td>
<td>1 day</td>
</tr>
</table>
<h2 id="reviews">Reviews</h2>
<p><i>Natalia: </i>My new iPhone charger broke. They fixed it promptly. I went to the office on Repair Street.</p>
<p><i>Maxim: </i>I needed to urgently save my phone from viruses. I thought it was over — I was going to lose both my data and my phone. Thanks to the folks on Progress Avenue — they extracted my data and restored the phone.</p>
<p><i>Yulia: </i>I cracked my tablet screen and went to the shop on Repair Street right away. The screen for my model was not available, but they ordered it and I got the tablet back three days later.</p>
<h2 id="photos">Photos</h2>
<img src="/uploads/2020/11/broken-3653897_1920_0_1605280313.jpg" height="250px"/> <img src="/uploads/2020/11/mobile-phone-2510529_1920_0_1605280314.jpg" height="250px"/><br/>
<img src="/uploads/2020/11/mobile-phone-4381895_1920_0_1605280472.jpg" width="790px"/>
</main>
</body>
</html>