-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvisit.html
165 lines (165 loc) · 7.75 KB
/
visit.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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Meta tags for search engines-->
<meta name="description" content="Black Sheep Farm. Cut flower farm and events space in Wicklow, Ireland. Weddings, parties, anniversaries, bouquets, flower arranging, flower picking. Blessington lakes, Wicklow.">
<meta name="keywords" content="Black Sheep, flower farm, events, weddings, flowers, dahlias, Wicklow mountains, Blessington Lakes, wildlife">
<title>Black Sheep Farm</title>
<!--Favicon (downloaded from Icons 8)-->
<link type="image/png" sizes="16x16" rel="icon" href="assets/icons8-sheep-badges-16.png">
<link type="image/png" sizes="32x32" rel="icon" href="assets/icons8-sheep-badges-32.png">
<link type="image/png" sizes="96x96" rel="icon" href="assets/icons8-sheep-badges-96.png">
<!--stylesheet-->
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<div id="page-container">
<div id="content-wrap">
<!-- Header -->
<header>
<a href="index.html" id="logo-text">
<img id="logo" alt="an illustrated logo of a sheep's head" src="assets/icons8-sheep-64.png">Black Sheep Farm </a>
<input type="checkbox" id="nav-toggle" name="nav-toggle">
<label for="nav-toggle" class="nav-toggle-label" aria-label="Toggle navigation">
<i class="fa-solid fa-bars"></i>
</label>
<nav>
<ul id="menu">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="about.html">Our Story</a>
</li>
<li>
<a href="visit.html" class="active">Visit</a>
</li>
<li>
<a href="events.html">Events</a>
</li>
</ul>
</nav>
</header>
<!-- Main Content -->
<main id="visit-container">
<!-- Code guided by W3 Schools tutorial 'How to Add a Form to an Image' -->
<!-- Mailing List Subscription Form -->
<section id="visit-left">
<div class="visit-text-box">
<div class="visit-text">
<h1>Join our Mailing List</h1>
<p>Want to learn the art of flower arranging? Cut your own blooms to take home? Or stop by for a yoga class in our garden? Subscribe to our mailing list for a monthly schedule of classes</p>
<form action="https://formdump.codeinstitute.net" method="POST">
<input type="email" placeholder="Email" name="email_address" aria-label="Email address" id="email-address" class="email" required>
<button class="submit">Subscribe</button>
</form>
</div>
</div>
<div class="visit-text-box">
<div class="visit-text">
<h1>Come and Visit</h1>
<p>Nestled in the West Wicklow Mountains with a view of Blessington lake, our flower farm offers breathtaking views all year round. We'd love for you to visit.<br>
<b>Farm hours:</b> M-F, 8am-6pm. Weekends: 9am-5pm. </b> Find us at:</p>
<p class="address"> Ballintober, Hollywood <br> W91 W4E8 <br> (085)801.4296 | hello@blacksheepfarm.com </p>
</div>
</div>
</section>
<section id="visit-right">
<!-- Polaroid Section -->
<!-- Flip Cards guided by tutorial 'How To Create a Flip Card with CSS' by W3 Schools -->
<div class="polaroid">
<div class="polaroid-inner">
<div class="polaroid-front">
<img src="assets/images/yoga.webp" alt="an image of a person in a yoga pose outdoors" style="opacity: 80%;">
<!-- Image by Freepik -->
<p>Saturday morning meditation & yoga <i class="fa-solid fa-angles-right"></i>
</p>
</div>
<div class="polaroid-back">
<h2 class="sr-h2">When: Saturdays, 8AM <br>
<br> Where: The Dahlia field
</h2>
</div>
</div>
</div>
<div class="polaroid">
<div class="polaroid-inner">
<div class="polaroid-front">
<img src="assets/images/littlegirl.webp" alt="an image of a little girl with a watering can in a garden" style="opacity: 80%;">
<!-- Image by freepic.diller on Freepik -->
<p>Family-friendly garden walks <i class="fa-solid fa-angles-right"></i>
</p>
</div>
<div class="polaroid-back">
<h3>When: Monday-Friday, 8AM - 6pm <br> Saturday, 9am - 5pm <br>
<br> Where: The Black Sheep Garden Trail
</h3>
</div>
</div>
</div>
<div class="polaroid">
<div class="polaroid-inner">
<div class="polaroid-front">
<img src="assets/images/flowerarranging.webp" alt="an image of a floral bouquet being arranged by a pair of hands" style="opacity: 80%;">
<!-- Image by Freepik-->
<p>Weekly flower arranging and floral decor classes <i class="fa-solid fa-angles-right"></i>
</p>
</div>
<div class="polaroid-back">
<h3>Thursdays, 5-6pm <br>
<br> Where: Greenhouse 1
</h3>
</div>
</div>
</div>
<div class="polaroid">
<div class="polaroid-inner">
<div class="polaroid-front">
<img src="assets/images/cafe.webp" alt="an image of a cafe table and chairs in a greenhouse style building with hanging plants" style="opacity: 80%;">
<!-- Image by topntp26 on Freepik-->
<p>Locally-sourced coffee, tea, & baked goods in our greenhouse cafe <i class="fa-solid fa-angles-right"></i>
</p>
</div>
<div class="polaroid-back">
<h3>Monday-Saturday, 8am-6pm <br>
<br> Where: The Glasshouse Cafe
</h3>
</div>
</div>
</div>
</section>
</main>
<!-- Footer -->
<!-- Footer code guided by Free Code Camp tutorial 'How to keep your footer where it belongs'-->
<footer>
<ul id="social-networks">
<li>
<a href="https://www.facebook.com" target="_blank" rel="noopener" aria-label="Visit our Facebook page (opens in a new tab)">
<i class="fa-brands fa-facebook"></i>
</a>
</li>
<li>
<a href="https://www.twitter.com" target="_blank" rel="noopener" aria-label="Visit our Twitter page (opens in a new tab)">
<i class="fa-brands fa-twitter"></i>
</a>
</li>
<li>
<a href="https://www.youtube.com" target="_blank" rel="noopener" aria-label="Visit our Youtube page (opens in a new tab)">
<i class="fa-brands fa-youtube"></i>
</a>
</li>
<li>
<a href="https://www.instagram.com" target="_blank" rel="noopener" aria-label="Visit our Instagram page (opens in a new tab)">
<i class="fa-brands fa-instagram"></i>
</a>
</li>
</ul>
</footer>
<!-- Script for Font Awesome -->
<script src="https://kit.fontawesome.com/998309883c.js" crossorigin="anonymous"></script>
</div>
</div>
</body>
</html>