/htdocs/meetings/2011-04-14.html
http://github.com/mfontani/glasgow-pm-website · HTML · 115 lines · 100 code · 13 blank · 2 comment · 0 complexity · f4661fe25a7282bc47bf96d805357ab0 MD5 · raw file
- <!DOCTYPE html>
- <head>
- <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
- <title>Glasgow.pm: Glasgow Perl Mongers</title>
- <meta name="keywords" content="Glasgow Perl">
- <META name="y_key" content="6a1241246433dfec" />
- <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Lobster:regular" type="text/css" >
- <link rel="stylesheet" href="/glasgow-site-mini.css" />
- <script src="/jquery-1.4.2.min.js"></script>
- <script type="text/javascript">
- var _gaq = _gaq || [];
- _gaq.push(['_setAccount', 'UA-13164710-2']);
- _gaq.push(['_trackPageview']);
- (function() {
- var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
- ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
- var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
- })();
- </script>
- </head>
- <body>
- <div id="page">
- <div id="header" class="header_image_1">
- <ul id="menu" class="tabs">
- <li><a href="/">Home</a></li>
- <li><a href="/about_us.html">About us</a></li>
- <li><a class="header_selected" href="/meetings/index.html">Meetings</a></li>
- <li><a href="/wellingraptor.html">Wellingraptor</a></li>
- <li><a title="Google Groups" href="http://groups.google.com/group/glasgowpm">Mailing List</a></li>
- <li><a style="float: right;padding-right:15px;" href="/join.html">Join us</a></li>
- </ul>
- </div>
- <div id="body">
- <h1>Glasgow Perl Mongers Technical</h1>
- <h2>Thursday 2011-04-14</h2>
- <hr />
- <div>
- On Thursday 2011-04-14, the day after the second Wednesday of April,
- the <a href="http://glasgow.pm.org/">Glasgow Perl Mongers</a> will
- meet for their next technical meeting, at
- <a href="http://www.s1thecompany.com/">S1</a>'s offices, in Glasgow.
- </div>
- <div class="divider"> </div>
- <h2>Technical meetings location:</h2>
- <div>
- 200 Renfield Street - G2 3PR<br />
- Google maps link (street view): <a href="http://bit.ly/bTFAFK">http://bit.ly/bTFAFK</a>.
- The appointment is for 18:15 in front of the main entrance of the glass building.<br />
- If you're late, give Marco a call on 07841-538170.
- </div>
- <div class="divider"> </div>
- <h2>Topics for this technical meeting</h2>
- <div>
- Unfortunately this meeting was cancelled due to low attendance,<br />
- There are already a number of talks scheduled for the next meeting.
- </div>
- <div class="divider"> </div>
- <h2>The next meeting</h2>
- <div>
- Our next gathering will be on the second Thursday of May (2011-05-12),
- at the same venue.
- </div>
- </div>
- <div id="footer">
- <span id="updated">Last updated: 2011-04-05</span> by Marco Fontani
- --
- <span id="credits">Header picture by <a href="http://www.flickr.com/photos/ramsaythomson/10941270/">ramsaythomson</a>,
- <a href="http://creativecommons.org/licenses/by-sa/2.0/deed.en_GB">CC/by_SA</a></span>
- --
- Site created using <a href="http://search.cpan.org/dist/Text-Xslate/">Text::Xslate</a>
- (<a href="http://github.com/mfontani/glasgow-pm-website">Git repo</a>)
- <img src="http://ipv6.darkpan.com/cgi-bin/ipv6.cgi" />
- </div>
- </div>
- <script>
- $(document).ready(function(){
- function set_header_image_2() {
- $('#header').removeClass('header_image_1');
- $('#header').addClass('header_image_2');
- setTimeout(function() { set_header_image_1() },30000);
- }
- function set_header_image_1() {
- $('#header').removeClass('header_image_2');
- $('#header').addClass('header_image_1');
- setTimeout(function() { set_header_image_2() },30000);
- }
- setTimeout(function() { set_header_image_2(); },30000);
- });
- </script>
- <!-- Start Quantcast tag -->
- <script type="text/javascript">
- _qoptions={
- qacct:"p-dbQz0sPUqeB_s"
- };
- </script>
- <script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script>
- <noscript>
- <img src="http://pixel.quantserve.com/pixel/p-dbQz0sPUqeB_s.gif" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/>
- </noscript>
- <!-- End Quantcast tag -->
- </body>
- </html>