-
Notifications
You must be signed in to change notification settings - Fork 0
/
News.html
54 lines (47 loc) · 3.27 KB
/
News.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>News Page</title>
<link rel="stylesheet" href="news.css">
<link rel="icon" href="img/log-color.png">
<link href="https://fonts.googleapis.com/css?family=Grenze|Roboto+Mono&display=swap" rel="stylesheet">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>
<header class="container">
<a href="index.html" class="site-logo">
<img src="img/logo.png" alt="">
</a>
<nav>
<ul>
<li> <a href="index.html">Home</a></li>
<li> <a href="About.html">AboutUs</a></li>
<li> <a href="Property.html">Property</a></li>
<li> <a href="News.html">News</a></li>
</ul>
</nav>
</header>
<section id="newssection">
<table>
<center> <h3 class="head">Lately News</h3></center>
<tr>
<td><a href="https://www.zillow.com/homedetails/1949-Saint-John-St-Regina-SK-S4P-1S3/2083865230_zpid/"><img src="img/news/1.jpg" width="500px" height="250px" alt=""></a></td>
<td><a href="https://www.zillow.com/homedetails/26-Haultain-Cres-Regina-SK-S4S-4B5/2079449688_zpid/"><img src="img/news/2.jpg" width="500px" height="250px" alt=""></a></td>
<td><a href="https://www.zillow.com/homedetails/1708-Grant-Dr-Regina-SK-S4S-4V2/2081221759_zpid/"><img src="img/news/3.jpg" width="500px" height="250px" alt=""></a></td>
</tr>
<tr>
<td><a href="https://www.booking.com/hotel/cr/rancho-humo-estancia.ar.html?aid=325251&label=house-with-a-the-pool-XRUtzWz0w9wWDm4XbXOEdgS83551962876%3Apl%3Ata%3Ap1%3Ap2%3Aac%3Aap%3Aneg%3Afi%3Atiaud-146342138230%3Akwd-124605579926%3Alp1012760%3Ali%3Adec%3Adm%3Appccp%3DUmFuZG9tSVYkc2RlIyh9YSNxgVPQVI7AtIp7udGt8Ns&sid=4a6c401695913c99e12253220778928e&dest_id=-1108235&dest_type=city&group_adults=2&group_children=0&hapos=15&hpos=15&no_rooms=1&sr_order=popularity&srepoch=1597784359&srpvid=5a6c9393a2730028&ucfs=1&from=searchresults;highlight_room=;spdest=ci/-1108235;spdist=#hotelTmpl"><img src="img/news/4.jpg" width="500px" height="250px" alt=""></a></td>
<td><a href="https://www.zillow.com/homedetails/880-Mcniven-Ave-Regina-SK-S4S-2V2/2087435309_zpid/"><img src="img/news/5.jpg" width="500px" height="250px" alt=""></a></td>
<td><a href="https://www.zillow.com/homedetails/Westwin-Farm-161-Inc-Acreage-Moose-Jaw-SK-S6H-4N8/2079185775_zpid/"><img src="img/news/6.jpg" width="500px" height="250px" alt=""></a></td>
</tr>
<tr>
<td><a href="https://www.zillow.com/homedetails/5062-Wascana-Vista-Ct-Regina-SK-S4V-2S2/2078315271_zpid/"><img src="img/news/7.jpg" width="500px" height="250px" alt=""></a></td>
<td><a href="https://www.zillow.com/homedetails/1053-Laurier-St-W-Moose-Jaw-SK-S6H-2W6/2079643304_zpid/"><img src="img/news/8.jpg" width="500px" height="250px"alt=""></a></td>
<td><a href="https://www.zillow.com/homedetails/1244-Tatanka-Dr-Buffalo-Pound-Lake-SK-S0G-1P0/2078799679_zpid/"><img src="img/news/9.jpg" width="500px" height="250px" alt=""></a></td>
</tr>
</table>
</section>
</body>
</html>