-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathevent.html
90 lines (85 loc) · 4.78 KB
/
event.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
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Event - Google Ninja</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-111501099-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-111501099-1');
</script>
</head>
<body>
<div class="event-wrapper" itemscope itemtype="http://schema.org/Event">
<h1 itemprop="name">The 2016 Missoula Marathon</h1>
<p>The 2016
<a itemprop="url" href="http://www.missoulamarathon.org/events/marathon/">Missoula Marathon</a> is sponsored by
<span itemprop="sponsor" itemtype="http://schema.org/Organization">
<a itemprop="url" href="http://www.runwildmissoula.org/">
<span itemprop="name">Run Wild Missoula</span>
</a>
</span>.</p>
<div class="event-date" itemprop="startDate" content="2016-07-10T06:00">Date/Time: Sunday, July 10th, 2016, 6:00am</div>
<div class="event-fees">
<p>Cost:</p>
<ul>
<li itemprop="offers" itemscope itemtype="http://schema.org/Offer">
<a itemprop="url" href="http://www.runwildmissoula.org/runwild/index.php/ID/mmar2016/fuseaction/register.main.htm">
<span itemprop="validFrom" content="2015-10-01T00:01">Oct 1, 2015</span> –
<span itemprop="validThrough" content="2016-01-31T23:59">Jan 31, 2016</span> –
<span itemprop="price" content="85.00">
<span itemprop="priceCurrency" content="USD">$85</span>
</span>
</a>
</li>
<li itemprop="offers" itemscope itemtype="http://schema.org/Offer">
<a itemprop="url" href="http://www.runwildmissoula.org/runwild/index.php/ID/mmar2016/fuseaction/register.main.htm">
<span itemprop="validFrom" content="2016-02-01T00:01">Feb 1, 2016</span> –
<span itemprop="validThrough" content="2016-06-14T23:59">June 14, 2016</span> –
<span itemprop="price" content="95.00">
<span itemprop="priceCurrency" content="USD">$95</span>
</span>
</a>
</li>
<li itemprop="offers" itemscope itemtype="http://schema.org/Offer">
<a itemprop="url" href="http://www.runwildmissoula.org/runwild/index.php/ID/mmar2016/fuseaction/register.main.htm">
<span itemprop="validFrom" content="2016-06-15T00:01">Jun 15, 2016</span> –
<span itemprop="validThrough" content="2016-07-09T23:59">July 9, 2016</span> –
<span itemprop="price" content="125.00">
<span itemprop="priceCurrency" content="USD">$125</span>
</span>
</a>
</li>
</ul>
</div>
<div class="description" itemprop="description">
<p>The Missoula Marathon course is flat, fast, USATF certified, and a Boston
Qualifier! The marathon course does have a significant hill at the
halfway point. The course is a point-to-point, beginning with a scenic
route through the countryside and finishing in historic downtown
Missoula. The marathon course is well marked with both cones and
arrows on the road. You will notice every mile is marked on the road
and with 8ft tall mile markers.</p>
<p>Wheelchair and Handcycle: We are pleased to offer wheelchair and handcycle
divisions in the 2016 Full and Half Marathon.</p>
</div>
<div class="location" itemprop="location" itemscope itemtype="http://schema.org/Place">
<h2 itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<a href="http://www.ci.missoula.mt.us/">About
<span itemprop="addressLocality">Missoula</span>,
<span itemprop="addressRegion">MT</span>
</a>
</h2>
<h2 itemprop="hasMap">
<a itemprop="map" itemtype="https://schema.org/Map" href="http://www.missoulamarathon.org/wp-content/uploads/2015/06/2015-MM-Course-Map-V1-6-2-15.png">View Course Map</a>
</h2>
</div>
</div>
</body>
</html>