-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcalendar.html
57 lines (48 loc) · 2.96 KB
/
calendar.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
<!DOCTYPE html>
<html lang="en" class="calendar">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="css/html5reset-1.6.1.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Calendar | Michigan Parkour</title>
</head>
<body id='calendar' class='bg-image-calendar'>
<a class="skipnav" href="#main">Skip to Content (Press Enter)</a>
<nav>
<ul>
<li><a href="index.html">About us</a></li>
<li class="selected"><a href="calendar.html">Calendar</a></li>
<li><a href="map.html">Map</a></li>
<li><a href="in-action.html">In action</a></li>
</ul>
</nav>
<header >
<h1>Calendar</h1>
<p>Our training times</p>
</header>
<main class="bg-image">
<section class="google-cal">
<h2 id="main" tabindex='0'>Schedule</h2>
<p> Explore our training times and feel free to add them to your calendar.</p>
<p>We hold regular practices every week even during the winter. Stop by, say hi! </p>
<ul>
<li>Tuesday, Thursdays - 5pm</li>
<li>Sundays - 4pm</li>
</ul>
<p><b>Tuesday, Thursdays at 5pm and Sundays at 4pm</b> starting at the <a href="https://goo.gl/maps/CoVIm">Dental School</a> courtyard area. Our practices include conditioning, learning techniques and a community atmosphere. To learn about additional practices, contact the leader of the organization or attend one of the regular practices.</p>
<iframe class="calendar-desktop" src="https://calendar.google.com/calendar/embed?showPrint=0&mode=WEEK&height=600&wkst=1&bgcolor=%23ffffff&src=michigan.jam%40gmail.com&color=%23fecc66&ctz=America%2FNew_York" height="600"></iframe>
<iframe class="calendar-mobile" src="https://calendar.google.com/calendar/embed?showPrint=0&mode=AGENDA&height=600&wkst=1&bgcolor=%23ffffff&src=michigan.jam%40gmail.com&color=%23fecc66&ctz=America%2FNew_York" height="600"></iframe>
</section>
</main>
<footer>
<div class="footer-icons">
<a class="test-link" href="https://www.facebook.com/groups/a2parkour/" aria-label='facebook link'><i class="fab fa-facebook-square fa-2x "></i></a>
<a class="test-link" href="https://www.instagram.com/wolverineparkour/" aria-label='instagram link'><i class="fab fa-instagram fa-2x"></i></a>
<a class="test-link" href="https://twitter.com/michiganparkour" aria-label='instagram link'><i class="fab fa-twitter-square fa-2x"></i></a>
</div>
</footer>
</body>
</html>