-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhot-adventures.php
48 lines (46 loc) · 2 KB
/
hot-adventures.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Halifax Canoe and Kayak</title>
<link rel="stylesheet" href="/style.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="/image/favicon.ico">
</head>
<main>
<div>
<h2>Hot Tour</h2>
</div>
<div>
<table>
<tr id="tour-img">
<td> <img class="river" src="image/River Kayak Tours.jpg" alt="River Kayak Tours"> </td>
<td> <img class="candlebox" src="image/Candlebox Kayaking.jpg" alt="Candlebox Kayaking Tours"> </td>
<td> <img class="Shannon" src="image/Shannon River Canoe Access Park.jpg" alt="Shannon river Canoe Tours"></td>
</tr>
<tr id="tour-name">
<th><a href="/book.html"><h3>River Kayak Tours</h3></a></th>
<th><a href="/book.html"><h3>Candlebox Kayaking</h3></a></th>
<th><a href="/book.html"><h3>Shannon River Canoe</h3></a></th>
</tr>
<tr id="loca">
<td><p>North River Bridge, Cabot trail</p></td>
<td><p>Shelburne, South Shore</p></td>
<td><p>Bay of Fundy & Annapolis Valley</p></td>
</tr>
<tr id="start-date">
<td><p>June 15, 2023 - September 15, 2023</p></td>
<td><p>May 01, 2023 - October 31, 2023</p></td>
<td><p>Open seasonally</p></td>
</tr>
<tr id ="btn-order">
<td> <button><a href="/book.php" class="cta">Book Now</a></button></td>
<td> <button><a href="/book.php" class="cta">Book Now</a></button></td>
<td> <button><a href="/book.php" class="cta">Book Now</a></button></td>
</tr>
</table>
</div>
</main>
</html>