-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsignup.html
49 lines (42 loc) · 2.25 KB
/
signup.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Libre Graphics Meeting 2007 - Montréal, Québec, Canada</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">@import "global.css";</style>
</head>
<body class="index">
<div id="content">
<p id="title">Libre Graphics Meeting 2007<small>Montréal, Québec, Canada 4-6 May – École Polytechnique de Montréal</small></p>
<h2 class="hide">The Conference</h2>
<ul id="navigation">
<li class="about"><a href="index.html"><span>About</span></a></li>
<li class="venue"><a href="venue.html"><span>Getting There</span></a></li>
<li class="accomodation"><a href="accomodation.html"><span>Accomodation</span></a></li>
<li class="projects"><a href="projects.html"><span>Projects</span></a></li>
<li class="sponsors"><a href="sponsors.html"><span>Sponsors</span></a></li>
<li class="programme"><a href="program.html"><span>Program</span></a></li>
</ul>
<h2 class="hide">Projects</h2>
<ul id="projects">
<li class="blender"><a href="projects.html#blender"><span>Blender</span></a></li>
<li class="gimp"><a href="projects.html#gimp"><span>GIMP</span></a></li>
<li class="inkscape"><a href="projects.html#inkscape"><span>Inkscape</span></a></li>
<li class="krita"><a href="projects.html#krita"><span>Krita</span></a></li>
<li class="ocal"><a href="projects.html#ocal"><span>Open Clip Art</span></a></li>
<li class="scribus"><a href="projects.html#scribus"><span>Scribus</span></a></li>
<li class="contacts"><a href="contact.html"><span>Contacts</span></a></li>
</ul>
<!--<blockquote>
<p>Coming Soon!</p>
</blockquote>-->
<h4>Signup</h4>
<p>We ask all those who are attending to fill out a simple registration form. We have done this so that we can ensure we can deliver the best experience possible for all who attend.</p>
<p><a href="http://www.libregraphicsmeeting.org/signup/survey.php?sid=28">I want to sign up!</a></p>
<p id="footer">Conference venue provided by École Polytechnique de Montréal<br />
Conference Website hosted by Anduin.net<br /><br />
<a href="http://www.polymtl.ca/"><img src="images/venue.png" width="164" height="119" />
</a></p>
</div>
</body>
</html>