forked from accessibility/a11yyow.ca
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
59 lines (55 loc) · 2.15 KB
/
contact.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<title>Register - Accessibility Camp Ottawa</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<div id="skip"><a href="#content">Skip to Main Content</a>
</div>
<header role="banner">
<div>
<nav role="navigation" id="menu">
<img src="images/logo.png" alt="A11yYOW Accessibility Camp Ottawa">
<a href="index.html">Home</a>
<a href="register.html">Register</a>
<a href="presos.html">Presentations</a>
<a href="schedule.html">Schedule</a>
<a href="faq.html">F.A.Q.</a>
<a href="contact.html" class="last">Contact</a>
</nav>
</div>
</header>
<main role="main">
<h1>Contact a11yYOW</h1>
<p>You can reach the organizers by email at <a href="mailto:a11yottawa@gmail.com">a11yottawa@gmail.com</a></p>
<p>Follow a11yYOW on twitter at <a href="https://twitter.com/a11yYOW">@a11yyow</a>
<p>Follow a11yYOW on Lanyrd.com (social conference directoy) at <a href="http://lanyrd.com/2014/a11yyow/">http://lanyrd.com/2014/a11yyow/</a></p>
</main>
<footer id="sponsors">
<h2 style="text-align: center;">Event Sponsors:</h2>
<a href="http://www.ami.ca/">
<img src="images/ami_logo.gif" alt="AMI">
</a>
<a href="http://www.github.com/">
<img src="images/git_logo.png" alt="GitHub">
</a>
<a href="http://www.accessibilit.com/">
<img src="images/accessibil-IT_logo.gif" alt="Accessibil-IT">
</a>
<a href="http://www.carleton.ca/1125/">
<img src="images/1125_logo.jpg" alt="1125@Carleton">
</a>
<a href="http://openconcept.ca/">
<img src="images/oc_logo.png" alt="OpenConcept Consulting Inc.">
</a>
<a href="http://thegenius.ca/">
<img src="images/genius_logo.png " alt="The Genius Web Media">
</a>
<br />
<br />
<br />
</footer>
</body>
</html>