-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
93 lines (93 loc) · 3.04 KB
/
index.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
<!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" />
<title>The Rotary Clubs of Bermuda</title>
<link
rel="stylesheet"
href="https://unpkg.com/tachyons@4.7.0/css/tachyons.min.css"
/>
</head>
<body class="ma0 sans-serif">
<main class="flex flex-column min-vh-100">
<header class="pv2 pv3-ns ph3 ph6-l flex flex-column items-center">
<h1 class="f1 lh-title pink">
The Rotary Clubs of Bermuda Welcome You
</h1>
</header>
<article class="pv2 pv3-ns ph3 ph6-l flex flex-column items-center">
<section>
<div>
<p class="lh-copy">
Bermuda is part of
<a class="blue link dim" href="http://www.rotary7230.org/"
>District 7230</a
>
which also covers New York City, Bronx, Staten Island, and
Westchester County.
</p>
<p class="lh-copy">
There are 4 clubs in Bermuda, one lunch, two dinner and one
breakfast. If you are visiting Bermuda please come and see us.
</p>
<p class="lh-copy">
Click on the Club name below to visit their web site.
</p>
</div>
<div>
<p class="f4">
<a
class="hot-pink link dim"
href="https://portal.clubrunner.ca/3854"
>Rotary Club of Pembroke</a
>
</p>
<p>
Meetings: Thursdays, 7:15 AM at the Royal Bermuda Yacht Club,
Albouys Point, Hamilton
</p>
</div>
<div>
<p class="f4 lh-copy">
<a
class="hot-pink link dim"
href="http://www.clubrunner.ca/hamilton"
>Rotary Club of Hamilton</a
>
</p>
<p class="lh-copy">
Meetings: Tuesdays, 12:30pm at the Royal Hamilton Amateur Dinghy
Club, Pomander Road, Paget
</p>
</div>
<div>
<p class="f4 lh-copy">
<a class="hot-pink link dim" href="https://sandysrotary.com/"
>Rotary Club of Sandys</a
>
</p>
<p class="lh-copy">
Meetings: Wednesdays, 6:30 PM at Henry VIII Restaurant, 56 South
Shore Road, Southampton
</p>
</div>
<div>
<p class="f4 lh-copy">
<a
class="hot-pink link dim"
href="http://www.clubrunner.ca/stgeorge"
>Rotary Club of St. George’s</a
>
</p>
<p class="lh-copy">
Meetings: Mondays, 6:30 PM at The Grotto Bay Hotel, 11 Blue Hole
Hill, Bailey’s Bay
</p>
</div>
</section>
</article>
</main>
</body>
</html>