/htdocs/meetings/2011-04-14.html
HTML | 115 lines | 100 code | 13 blank | 2 comment | 0 complexity | f4661fe25a7282bc47bf96d805357ab0 MD5 | raw file
1<!DOCTYPE html> 2<head> 3 <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> 4 <title>Glasgow.pm: Glasgow Perl Mongers</title> 5 <meta name="keywords" content="Glasgow Perl"> 6 <META name="y_key" content="6a1241246433dfec" /> 7 <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Lobster:regular" type="text/css" > 8 <link rel="stylesheet" href="/glasgow-site-mini.css" /> 9 <script src="/jquery-1.4.2.min.js"></script> 10 <script type="text/javascript"> 11 var _gaq = _gaq || []; 12 _gaq.push(['_setAccount', 'UA-13164710-2']); 13 _gaq.push(['_trackPageview']); 14 (function() { 15 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; 16 ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; 17 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); 18 })(); 19 </script> 20</head> 21<body> 22 23 24 <div id="page"> 25 26 <div id="header" class="header_image_1"> 27 <ul id="menu" class="tabs"> 28 <li><a href="/">Home</a></li> 29 <li><a href="/about_us.html">About us</a></li> 30 <li><a class="header_selected" href="/meetings/index.html">Meetings</a></li> 31 <li><a href="/wellingraptor.html">Wellingraptor</a></li> 32 <li><a title="Google Groups" href="http://groups.google.com/group/glasgowpm">Mailing List</a></li> 33 <li><a style="float: right;padding-right:15px;" href="/join.html">Join us</a></li> 34 </ul> 35 </div> 36 37 <div id="body"> 38 39 <h1>Glasgow Perl Mongers Technical</h1> 40 <h2>Thursday 2011-04-14</h2> 41 42 <hr /> 43 44 <div> 45 On Thursday 2011-04-14, the day after the second Wednesday of April, 46 the <a href="http://glasgow.pm.org/">Glasgow Perl Mongers</a> will 47 meet for their next technical meeting, at 48 <a href="http://www.s1thecompany.com/">S1</a>'s offices, in Glasgow. 49 </div> 50 51 <div class="divider"> </div> 52 <h2>Technical meetings location:</h2> 53 <div> 54 200 Renfield Street - G2 3PR<br /> 55 Google maps link (street view): <a href="http://bit.ly/bTFAFK">http://bit.ly/bTFAFK</a>. 56 The appointment is for 18:15 in front of the main entrance of the glass building.<br /> 57 If you're late, give Marco a call on 07841-538170. 58 </div> 59 60 <div class="divider"> </div> 61 <h2>Topics for this technical meeting</h2> 62 <div> 63 Unfortunately this meeting was cancelled due to low attendance,<br /> 64 There are already a number of talks scheduled for the next meeting. 65 </div> 66 67 <div class="divider"> </div> 68 <h2>The next meeting</h2> 69 <div> 70 Our next gathering will be on the second Thursday of May (2011-05-12), 71 at the same venue. 72 </div> 73 74 </div> 75 76 <div id="footer"> 77 <span id="updated">Last updated: 2011-04-05</span> by Marco Fontani 78 -- 79 <span id="credits">Header picture by <a href="http://www.flickr.com/photos/ramsaythomson/10941270/">ramsaythomson</a>, 80 <a href="http://creativecommons.org/licenses/by-sa/2.0/deed.en_GB">CC/by_SA</a></span> 81 -- 82 Site created using <a href="http://search.cpan.org/dist/Text-Xslate/">Text::Xslate</a> 83 (<a href="http://github.com/mfontani/glasgow-pm-website">Git repo</a>) 84 <img src="http://ipv6.darkpan.com/cgi-bin/ipv6.cgi" /> 85 </div> 86 87 </div> 88 <script> 89 $(document).ready(function(){ 90 function set_header_image_2() { 91 $('#header').removeClass('header_image_1'); 92 $('#header').addClass('header_image_2'); 93 setTimeout(function() { set_header_image_1() },30000); 94 } 95 function set_header_image_1() { 96 $('#header').removeClass('header_image_2'); 97 $('#header').addClass('header_image_1'); 98 setTimeout(function() { set_header_image_2() },30000); 99 } 100 setTimeout(function() { set_header_image_2(); },30000); 101 }); 102 </script> 103 <!-- Start Quantcast tag --> 104 <script type="text/javascript"> 105 _qoptions={ 106 qacct:"p-dbQz0sPUqeB_s" 107 }; 108 </script> 109 <script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script> 110 <noscript> 111 <img src="http://pixel.quantserve.com/pixel/p-dbQz0sPUqeB_s.gif" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/> 112 </noscript> 113 <!-- End Quantcast tag --> 114</body> 115</html>