forked from vudyo/vudyo.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex1.html
122 lines (110 loc) · 3.84 KB
/
index1.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
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Crosstown Centre - 18 Wynford Drive, Toronto - Condominiums for Your Business</title>
<link href="styleflex.css" rel="stylesheet">
<!--Fonts are below-->
<link href="https://fonts.googleapis.com/css?family=Rajdhani" rel="stylesheet">
</head>
<body>
<div class="container-fluid">
<header>
<!--Navigation Bar-->
<nav>
<div class="row1">
<div class="col-xs-12">
<!--Logo-->
<div class="col-xs-2">
<a href="index1.html"><img id="logo"src="http://static1.squarespace.com/static/564380b2e4b042aca2ba66f8/t/564f94bae4b0c57fb0578753/1448576421630/" alt="Company logo"></a>
</div>
<!--Navigation Menu-->
<div class="col-xs-10">
<ul>
<li> <a href="#">ABOUT</a> </li>
<li> <a href="#">OWNERSHIP</a></li>
<li> <a href="#">FEATURES</a></li>
<li> <a href="#">NEIGHBOURHOOD</a></li>
<li> <a href="#">BOOK A TOUR</a></li>
</ul>
</div>
</div>
</div>
</nav>
</header>
<!--First container-->
<section id="own">
<div class="row2">
<div class="col-xs-12">
<div class="col-xs-8">
<h1>OWN THIS BUILDING</h1>
</div>
<div class="col-xs-10">
<button id="contact-btn">CONTACT US NOW</button>
</div>
</div>
</div>
</section>
<section>
<div class=row>
<div class="col-xs-12">
<h2>ABOUT THE CROSSTOWN</h2>
<p>The Crosstown Centre on Don Mills is a unique office condominium located on Wynford Drive in Toronto. With custom, built-to-suit offices ranging from 1,000-22,000 square feet, there's a unit that will meet any professional's business needs. The Crosstown Centre is conveniently positioned in the heart of the Don Mills entertainment and transportation hub. Shops at Don Mills - a renowned outdoor shopping mall, boasting entertainment, shopping, and restaurants - is located minutes away from the office. Wynford Drive has direct access to the DVP and is located just steps away from the new and upcoming Metrolinx Eglinton Crosstown Station. The area is poised for tremendous growth in the coming years with both the Metrolinx Eglinton Crosstown Station and the proposed $500 Million Celestica Development set to be completed in the coming years.
<p> </p>
<p>We invite you to explore the largest office building on the market in the Eglinton/Don Mills area.</p>
</div>
</div>
</section>
<!--Second container-->
<div class="row3">
<h1>OWNERSHIP HAS ITS REWARDS</h1>
<p>•Build equity</p>
<p> </p>
<p>•Be in control</p>
<p> </p>
<p>•Tax benefits</p>
<p> </p>
<p>•Low financing rates</p>
<p> </p>
<p>•Price appreciation of up to 30% upon completion of the Crosstown subway line</p>
<p> </p>
<p>•Proposed development next door of 2,897 residential units + 98,000 sqft retail space</p>
<p> </p>
<p>•Location, location, location!</p>
<div class="download btn">
<button>DOWNLOAD OUR BROCHURE</button>
</div>
</div>
<!--Third container-->
<div class="row">
<div class="col-xs-12">
<h4>Shops</h4>
</div>
<div class="col-xs-2">
<ol>
<li>Aldo</li>
<li>Browns</li>
<li>Little Burgundy</li>
<li>New Balance</li>
<li>Nine West</li>
<li>Pandora</li>
</ol>
</div>
<div class="col-xs-8">
<img src="https://static1.squarespace.com/static/564380b2e4b042aca2ba66f8/t/564cf62ae4b0c3d4d594130e/1447884331402/?format=1000w">
</div>
</div>
</div>
<!--Footer with fifth container-->
<footer>
<div class="row5" alt="Footer">
<div class="col-xs-12">
<h1>THE CROSSTOWN CENTRE - CONDOMINIUMS FOR YOUR BUSINESS
INFO@CROSSTOWNCENTRE.COM | 1-888-406-0608 | 18 WYNFORD DRIVE, TORONTO, ONTARIO</h1>
</div>
</div>
</footer>
</div>
</body>
</html>