-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathevents.html
87 lines (71 loc) · 3.5 KB
/
events.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
<!DOCTYPE html>
<html>
<head>
<title>Upcoming Events</title>
<link href='https://fonts.googleapis.com/css?family=Bilbo+Swash+Caps|Roboto+Condensed&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link rel="StyleSheet" type="text/css" href="events.css">
</head>
<body>
<header>
<h1>Rose Bank Portland</h1>
<!--<h2>Let's Re-Rose Portland</h2> -->
</header>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a class=active href="events.html">Events</a></li>
<li><a href="donate.html">Donate </a></li>
<li><a href="plant.html">Plant a rose</a></li>
<li><a href="maitenance.html">Maintenance</a></li>
</ul>
</nav>
<section>
<img src="rosebouquet.jpg" /> <br />
<article class="top">
<h3>Upcoming Events</h3>
</article>
<article class="home">
<h4>October 2015</h4>
<ul>
<li><b href="">October 4 - Rose Sunday</a></li>
<p>Come join our regular first Sunday event to swap gardening tips and get discounts on tools and equipment.</p>
<li><b href="">October 25 - Rose Swap Meet</a></li>
<p>Bring your rose cuttings and seedlings! Swap and barter with other rose growers and find new additions for your winter garden.</p>
<li><b href="">October 31 - Eleanor "Rosevelt" Costume Party</a></li>
<p>Dress as your favorite gardening implement or First Lady as we socalize to introduce growers and would-be growers at City Hall -- Doors open at 5pm.</p>
</ul>
</article>
<article class="home" id="climate">
<h4>November 2015</h4>
<ul>
<li><b href="">November 1 - Rose Sunday</a></li>
<p>Come join our regular first Sunday event to swap gardening tips and get discounts on tools and equipment.</p>
<li><b href="">November 11 - Free Seeds for Veterans</a></li>
<p>We'll be handing out free seeds to veterans and their families at the Moda Center from 11am - 2pm.</p>
<li><b href="">November 25 - Giving Thanks for Roses</a></li>
<p>Fundraiser at the Old Tavern at Burnside and Fifth to raise a glass in support of RoseBank.org. Tickets $25.</p>
</ul>
</article>
<article class="home">
<h4>December 2015</h4>
<ul>
<li><b href="">December 6 - Rose Sunday <strong>With The Portland Thorns Soccer Club!</strong></a></li>
<img src="thorns.png" /> <br />
<p>Come meet the athletes of Portland's own Thorns professional soccer team as they share tips to truly dominate your garden.</p>
<li><b href="">December 16 - Green Thumb Workshop</a></li>
<p>Master Grower Guru Thorne presents tips for pruning and repotting.</p>
<li><b href="">December 19 - Roses and Pointsettias Holiday Ball</a></li>
<p>Out with the old and in with the new! Celebrate the holidays with your favorite small farm seed merchants. This event is GMO free and not sponsored by Monsanto.</p>
</ul>
</article>
</section>
<aside>
<p>
Insert your advertisement here.
</p>
</aside>
<footer>
© RoseBank.org - 2015
</footer>
</body>
</html>