-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcamp.html
More file actions
108 lines (101 loc) · 3.2 KB
/
camp.html
File metadata and controls
108 lines (101 loc) · 3.2 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>camp</title>
<link rel="stylesheet" href="css/camp.css">
</head>
<header>
<div class="head">
<p>Welcome to</p>
<h2>CAMP CHIPPEWA</h2>
</div>
<div class="content">
<div class="about-text">
<h3>Basketball</h3>
<p>The basketball court provides a source of recreation.
it creates an avenue for family bonding.<br>Are you rusty on your bball
skills this the perfect place to shapen up.
</p>
</div>
<div class="img">
<img src="image/1.jpg" alt="">
</div>
</div>
<div class="about-text2">
<h3>Cars</h3>
<p>The jaguar is the best ride you gonna have in this cabin.
This ride is fast, comfortable and would have that adrenaline rushing.
if you are going to miss anything, Don't miss the ride.
</p>
</div>
<div class="img2">
<img src="image/2.jpg" alt="">
</div>
<div class="about-text3">
<h3>Bridge</h3>
<p>This bridge just looks amazing. Imagine the view from your balcony. <br>
You should get a soothing relief
<br> This should great for yogo or even just looking out sipping coffee.</p>
</div>
<div class="img3">
<img src="image/3.jpg" alt="">
</div>
<div class="about-text4">
<h3>Nature</h3>
<p>Nature always brings about that peaceful feeling.
<br> After a long fun-filled day,you sit out chat and feel
<br> the cool breeze of nature.</p>
</div>
<div class="img4">
<img src="image/4.jpg" alt="">
</div>
<div class="about-text5">
<h3>Cup cakes</h3>
<p>Cupcakes! who doesn't love them. These cupcakes are one of the best you would ever taste<br>
I'm just going to let you be the judge.<br>
thank us later.</p>
</div>
<div class="img5">
<img src="image/6.jpg" alt="">
</div>
</div>
<div class="price">
<h4>Rent the whole camp for $4000/night.</h4>
<p>Maximum 50 people</p>
</div>
</header>
<body>
<div class="content2">
<div class="info">
<h4>Contact us to get started</h4>
<p>We will reply as soon as possible</p>
</div>
<div class="name">
<p><b>Name</b></p>
<hr>
</div>
<div class="E-mail">
<p><b>E-mail</b></p>
<hr>
</div>
<div class="timeline">
<p><b>Timeline</b></p>
<hr>
</div>
<div class="message">
<p><b>Message</b></p>
<hr>
</div>
<div class="btn">
<button>SEND</button>
</div>
</div>
</body>
<footer class="social">
<p>Rive lake view Chester, CA</p>
<p>Design by Dave</p>
</footer>
</html>