-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSiteMap.html
More file actions
77 lines (70 loc) · 3.59 KB
/
Copy pathSiteMap.html
File metadata and controls
77 lines (70 loc) · 3.59 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
<!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 - Site Map - Thales Costa COMP213 Term Project</title>
<link href="SiteMapStyles.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>Site Map & Credits</h1>
<ul id="tree" role="treeview"><br>
<li><a href="Index.html">Home Page</a></li>
<li><a href="HouseList.html">Houses List</a></li>
<li><ul>
<li class="child"><a href="99king.html">99 King Edward Ave</a></li>
<li class="child"><a href="111gledhill.html">111 Gledhill Ave</a></li>
<li class="child"><a href="381main.html">381 Main St</a></li>
<li class="child"><a href="444main.html">444 Main St</a></li>
<li class="child"><a href="95coleman.html">95 Coleman Ave</a></li>
</ul></li>
<li><a href="SiteMap.html">Site Map</a></li>
<li><a href="ContactUs.html">Contact Us</a></li>
<li><a href="AboutUs.html">About Us</a></li>
</ul>
<div id="credits">
<ul>
<li><a href="https://torontostoreys.com/2018/10/how-this-real-estate-agent-stays-one-step-ahead-of-clients-needs-meet-imraz-ramani/">Real Estate Agent picture</a></li>
<li><a href="https://www.inc.com/amy-morin/mens-business-strengths-vs-womens-business-strengths-science-reveals-there-are-c.html">Business team picture</a></li>
<li><a href="https://www.realtor.ca/real-estate/20507224/3-1-bedroom-single-family-house-111-gledhill-ave-toronto-woodbine-lumsden">House at 111 Gledhill Avenue</a></li>
<li><a href="https://www.realtor.ca/real-estate/20542907/3-1-bedroom-single-family-house-381-main-st-toronto-woodbine-lumsden">House at 381 Main Street</a></li>
<li><a href="https://www.realtor.ca/real-estate/20495692/4-bedroom-single-family-house-444-main-st-toronto-woodbine-lumsden">House at 444 Main Street</a></li>
<li><a href="https://www.realtor.ca/real-estate/20531967/2-bedroom-single-family-house-95-coleman-ave-toronto-east-end-danforth">House at 95 Coleman Avenue</a></li>
<li><a href="https://www.realtor.ca/real-estate/20541294/2-1-bedroom-single-family-house-99-king-edward-ave-toronto-woodbine-lumsden">House at 99 King Edward Avenue</a></li>
</ul>
</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>