blob: d250305d1865bc1ec67888998013a8e6e9f3cdb4 (
plain) (
blame)
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
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tom Leach Roofing</title>
<link rel="stylesheet" href="/main.css">
</head>
<body>
<div class="header">
<a id="h-icon" href="#">
<p id="h-text">Tom Leach</p>
<div class="red-seperator"></div>
<p id="h-text-2">Roofing</p>
</a>
<p id="h-text-3">503-238-0303</p>
<p id="h-text-4">Free Estimates</p>
<div class="menubar">
<a href="#">Home</a> <p id="h-sep">|</p>
<a href="#">Services</a> <p id="h-sep">|</p>
<a href="#">Photos</a> <p id="h-sep">|</p>
<a href="#">Testimonials</a> <p id="h-sep">|</p>
<a href="#">FAQs</a> <p id="h-sep">|</p>
<a href="#">Contact Us</a>
</div>
</div>
<div class="main">
<div class="split-bar-x"></div>
<div class="services">
<p>Roofing Services</p>
<ul>
<li>Residential Roofing</li>
<li>Historical Preservation</li>
<li>Composition Roofs</li>
<li>Flat Membrane Roofs</li>
<li>Roof Maintenances</li>
<ul>
<li>Roof Cleaning</li>
<li>Gutter Cleaning</li>
<li>Leak Repair</li>
</ul>
<li>Skylights & SunTunntels</li>
<li>Walking Deck Membranes</li>
</ul>
<p>At Tom Leach Roofing <span>we have earned a reputation for quality roofing and top notch service. We can handle all of your residential roofing needs. If you have any questions or would like to scheadule an estime for your residential home, please call us at 503-238-0303, email us or use your Contanct Form.</span></p>
</div>
<div class="split-bar-y"></div>
<div class="main-contents">
<p style="font-size: 27px">Affordable • Quality • Guaranteed</p>
</div>
<p id="main-para">
We have over thirty<br>
years of expirience<br>
installing roofing in<br>
the Pacific Northwest.<br>
Our satisfied clients<br>
will attest to our high<br>
quality warkmanship.
</p>
<div class="images">
<img id="img-1" src="https://i.imgur.com/6vIlkJc.png" alt="">
<img id="img-2" src="https://i.imgur.com/QOr2Kkc.png" alt="">
<img id="img-3" src="https://i.imgur.com/evRmuf2.png" alt="">
<img id="img-4" src="https://i.imgur.com/7FDSgjR.png" alt="">
<img id="img-5" src="https://i.imgur.com/irClXHw.png" alt="">
<img id="img-6" src="https://i.imgur.com/SBWWQBk.png" alt="">
<img id="img-7" src="https://i.imgur.com/v74FrAV.png" alt="">
</div>
</div>
<div class="footer">
<div class="split-bar-x-2"></div>
<p style="font-size: 20px; position: relative; top: 15px;">We Specialize in Old Portland & Historical Homes.<br></p>
<p style="font-size: 19px; position: relative; top: 19px;">CCB#42219<br></p>
<p style="font-size: 15px; position: relative; top: 24px;">
4120 SE International Way, Ste A 102<br>
Portland, OR 97222<br>
</p>
<p style="font-size: 19px; position: relative; top: 37px;">503-238-0303</p>
<div class="footer-images">
<img id="f-i-1" src="https://boston.cabinetcures.com/wp/wp-content/uploads/2017/03/Angies-List.png" width="170px">
<img src="https://www.fintechfutures.com/files/2016/05/paypal.png" width="100px" id="f-i-2">
<img src="https://cincihomeless.files.wordpress.com/2015/12/paypal_pay-now_button.gif" width="100px" id="f-i-3">
</div>
</div>
</body>
</html>
|