-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path381main.html
More file actions
90 lines (85 loc) · 4.76 KB
/
381main.html
File metadata and controls
90 lines (85 loc) · 4.76 KB
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
<!DOCTYPE html>
<!--Created by: Thales costa - Created on: April, 2019-->
<html>
<!-- #BeginTemplate "Template.dwt" -->
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<!-- #BeginEditable "doctitle" -->
<title>THE Real Estate - 381 Main Street - Thales Costa COMP213 Term Project</title>
<link href="HousesStyles.css" rel="stylesheet" type="text/css">
<!-- #EndEditable -->
<meta content="COMP213, Term Project, Web Design, Centennial College" name="keywords">
<meta content="Term Project" name="description">
<link href="TemplateStyles.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="allPage">
<div id="header">
<img id="logo" alt="Company logo, a yellow house" longdesc="Company logo, a yellow house" src="Images/houseLogo.png" height="80" width="106">
<img id="name" alt="Company name, THE Real Estate" longdesc="Company name, THE Real Estate" src="Images/header.png" height="80" width="298">
<div id="agentInfo">
Dany Rand<br>
(437) 210 0123<br>
DRand@THERealAgent.com</div>
<img id="profilePic" alt="Real Estate agent picture" longdesc="Real Estate agent profile picture" src="Images/ProfilePic.png" height="80" width="106">
<div id="navigation">
<p><a href="Index.html">Home</a> |
<a href="HouseList.html">Houses List</a> |
<a href="SiteMap.html">Site Map</a> |
<a href="ContactUs.html">Contact Us</a> |
<a href="AboutUs.html">About Us</a></p>
</div>
</div>
<div id="mainRegion"></div>
<div id="content">
<!-- #BeginEditable "content" -->
<img id="flag" alt="image of a flag" src="Images/flag.gif" height="25" width="25"><h1>381 MAIN ST</h1>
<div id="gallery">
<img class="verticalBigPic" id="firstPic" src="images/house3/pic1.jpg" width="200" height="300" alt="Front of the house">
<ul>
<li><a href="images/house3/pic1.jpg" target="_blank"><img class="verticalSmallPic" src="images/house3/pic1.jpg" width="50" height="75" alt="Front of the house">
<span><img class="verticalBigPic" src="images/house3/pic1.jpg" width="200" height="300" alt="Front of the house"><br></span></a>
</li>
<li><a href="images/house3/pic2.jpg" target="_blank"><img src="images/house3/pic2.jpg" width="100" height="75" alt="Entrance hall">
<span><img src="images/house3/pic2.jpg" width="400" height="300" alt="Entrance hall"><br></span></a>
</li>
<li><a href="images/house3/pic3.jpg" target="_blank"><img src="images/house3/pic3.jpg" width="100" height="75" alt="Living room">
<span><img src="images/house3/pic3.jpg" width="400" height="300" alt="Living room"><br></span></a>
</li>
<li><a href="images/house3/pic4.jpg" target="_blank"><img src="images/house3/pic4.jpg" width="100" height="75" alt="Living room">
<span><img src="images/house3/pic4.jpg" width="400" height="300" alt="Living room"><br></span></a>
</li>
<li><a href="images/house3/pic5.jpg" target="_blank"><img src="images/house3/pic5.jpg" width="100" height="75" alt="Dining room">
<span><img src="images/house3/pic5.jpg" width="400" height="300" alt="Dining room"><br></span></a>
</li>
<li><a href="images/house3/pic6.jpg" target="_blank"><img src="images/house3/pic6.jpg" width="100" height="75" alt="Kitchen">
<span><img src="images/house3/pic6.jpg" width="400" height="300" alt="Kitchen"><br></span></a>
</li>
<li><a href="images/house3/pic7.jpg" target="_blank"><img src="images/house3/pic7.jpg" width="100" height="75" alt="waves Guests room">
<span><img src="images/house3/pic7.jpg" width="400" height="300" alt="Guests room"><br></span></a>
</li>
<li><a href="images/house3/pic8.jpg" target="_blank"><img src="images/house3/pic8.jpg" width="100" height="75" alt="Bedroom with a single bed">
<span><img src="images/house3/pic8.jpg" width="400" height="300" alt="Bedroom with a single bed"><br></span></a>
</li>
</ul>
</div>
<div id="description"><p>Perfect Home To Get Into The Market. This Semi-Det.,
2 Stry With 3 Beds Waiting For You. The Living Room Is Welcoming
W/Wood Burning Fireplace And Overlooks The Dining Room. Family Size Eat-In Kitchen, Walk-Out To Deck & Landscaped Bkyrd.
Perfect Spot For Bbq's And Entertaining This Summer. Walk Down The Garden Path To A Beautiful Carport With A Prkg Space For Your
Car. The Location Can't Be Beat 2 Blocks To Main Subway, Restaurant, Schools, Shopping Nearby.<br>**** EXTRAS ****<br>Fridge, Stove,
Washer & Dryer And Electric Light Fixtures
<br><br><span class="specs">Bedrooms:</span> 4<br>
<span class="specs">Washrooms:</span> 2<br>
<span class="specs">Land Size:</span> 17 x 139 FT<br>
<span class="specs">Price:</span> $700,000</p>
</div>
<!-- #EndEditable -->
</div>
<div id="footer"><div id="back2index"><p><a href="../index.html">back to index</a></p></div>
<p id="copyright">Copyright Thales Costa - Term Project - COMP213</p>
</div>
</div>
</body>
<!-- #EndTemplate -->
</html>