-
Notifications
You must be signed in to change notification settings - Fork 1
/
contact.html
67 lines (53 loc) · 4.02 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
60
61
62
63
64
65
66
67
<!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>Contact - LGM 2008 Wrocław</title>
<meta name="GENERATOR" content="Quanta Plus" />
<meta name="AUTHOR" content="[email protected]" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="KEYWORDS" content="LGM, Libre, Graphics, Meeting, 2008, GIMP, Scribus, Inkscape, Blender, Krita, conference, AASO, konferencja, OpenSource, Open Source, FLOSS, OSS, Linux, Creative Commons, Politechnika Wrocławska, Wrocław, oprogramowanie, image manipulation, photo, vector graphics, raster graphics, vector, raster, developers, international, artists, artyści, developerzy, otwarte, darmowe, free, open, software, free software, melting point, free software graphics, program, tools, GNU/Linux, GNU, digital, application, community, hacking, professional" />
<link rel="shortcut icon" href="gfx/img/lgm.ico" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="gfx/main.css" />
<script type="text/javascript" src="gfx/js/jquery.js"></script>
<script type="text/javascript" src="gfx/js/validate_form.js"></script>
<!--[if lte IE 6]>
<link rel="stylesheet" href="gfx/main_ie.css" type="text/css" />
<![endif]-->
</head>
<body>
<div id="top">
<div class="container">
<div id="logo"><a href="index.html" title="Home page"><img src="gfx/img/logo.png" alt="Logo 'Libre graphics meeting'" /></a></div>
<h1 class="title"><a href="../index.html" title="Home page">Libre Graphics Meeting 2008 <span></span></a></h1>
<p id="p_d_info" class="title"><strong>Wrocław 8-11th May <span></span></strong></p>
<ul id="menu"><li id="mp1"><a href="index.html">home</a></li><li id="mp2"><a href="program.html">program</a></li><li id="mp3"><a href="projects.html">projects</a></li><li id="mp4"><a href="location.html">location</a></li><li id="mp5"><a href="sponsors.html">sponsors</a></li><li id="mp6"><a href="contact.html" class="active">contact</a></li></ul>
<!--<p id="languages"><span>Change language into: </span> <a href="">PL</a> <a href="">EN</a></p>-->
<p id="signup_but"><a href="#">sign up</a></p>
</div>
</div>
<div id="body" class="container">
<!-- //Kontakt//-->
<div class="text">
<p>For any questions including the program, sponsorship or media relations please contact Kamila Giedrojć (<strong>libregraphicsmeeting2008 at gmail.com</strong>).</p>
<p>If you work on an open source project and you think you should be a part of LGM, <strong>do not hesitate to contact us</strong>.</p>
<p>You can also find us <strong>#lgm</strong> on IRC on <strong>freenode.net</strong></p>
<p>Spread the LGM news, download <a href="http://www.libregraphicsmeeting.org/2008/LGM2008_%20LOGO.svg">LGM logo</a>.</p>
</div>
<div class="text" id="footer_sponsors">
<h2>Sponsors</h2>
<ul id="sponsors">
<li><a href="http://www.pwr.wroc.pl"><img src="gfx/img/sponsors/pwr_big.png" alt="PWR" /></a></li>
<li><a href="http://www.google.com"><img src="gfx/img/sponsors/frame_google.png" alt="Google" /></a></li>
<li><a href="http://pledgie.com/campaigns/613"><img src="gfx/img/sponsors/frame_user_community.png" alt="Our User Community" /></a></li>
<li><a href="http://www.intel.com"><img src="gfx/img/sponsors/frame_intel.png" alt="Intel" /></a></li>
<li><a href="http://www.fsf.org"><img src="gfx/img/sponsors/frame_fsf.png" alt="FSF" /></a></li>
<!-- <li><a href=""><img src="gfx/img/sponsor.png" alt="Place for sponsor" /></a></li>
<li><a href="http://aaso.pl"><img src="gfx/img/sponsors/aaso_big.png" alt="AASO" /></a></li>-->
</ul>
</div>
<div id="footer">
<ul><li><a href="index.html">home</a></li><li><a href="program.html">program</a></li><li><a href="projects.html">projects</a></li><li><a href="location.html">location</a></li><li><a href="sponsors.html">sponsors</a></li><li><a href="contact.html" class="active">contact</a></li></ul>
</div>
</div>
</body>
</html>