-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHouseList.html
More file actions
51 lines (46 loc) · 1.79 KB
/
HouseList.html
File metadata and controls
51 lines (46 loc) · 1.79 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
<!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 - All Houses - Thales Costa COMP213 Term Project</title>
<link href="HouseListStyles.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" -->
<h1>Houses List</h1>
<iframe height="443px" width="976px" src="housesFrame.html"></iframe>
<!-- #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>