forked from gnocode/gnocode.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
81 lines (68 loc) · 2.89 KB
/
Copy pathindex.html
File metadata and controls
81 lines (68 loc) · 2.89 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!doctype html>
<!--[if lt IE 7 ]> <html class="no-js ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]> <html class="no-js ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]> <html class="no-js ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Y U NO JOIN GNOCODE NEW ORLEANS</title>
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="stylesheet" href="css/frame/frame.css?v=2">
<link rel="stylesheet" href="css/style.css?v=2">
<script src="js/libs/modernizr-1.7.min.js"></script>
</head>
<body>
<div id="container">
<header>
<h1>Gnocode New Orleans Community Of Developers and Engineers</h1>
</header>
<div id="main" role="main">
<div class="description">
<p>
We are a group of software and web developers from the Greater New Orleans area with the goal of bringing together professionals and eager amateurs to share and learn. Our group welcomes developers from all backgrounds, platforms and fields.
</p>
</div>
<div class="mood">
<h3>Our current mood:</h3>
<img src="img/yuno.gif" alt="DESIGNERS Y U NO EXIST IN NOLA"/>
</div>
<div class="interests clear">
<div class="interest groups left">
<h3>Google Groups</h3>
<ul>
<li><a href="http://groups.google.com/group/gnocode?hl=en">gnocode (general)</a></li>
<li><a href="http://groups.google.com/group/gnocode-bookclub?hl=en">Book club</a></li>
<li><a href="http://groups.google.com/group/gnocode-jobs?hl=en">Jobs</a></li>
<li><a href=""></a></li>
</ul>
<h3>Other things you might be interested in</h3>
<ul>
<li><a href="http://www.meetup.com/rubybayou/">RubyBayou</a></li>
<li><a href="http://www.gnodotnet.org/">GNO .NET Users Group</a></li>
<li><a href="http://www.meetup.com/net2no/">Net2NO</a></li>
<li><a href="http://www.cajunjug.org/">CajunJug</a></li>
<li><a href="http://www.nolaphp.org/">NOLAPHP</a></li>
<li><a href="http://neworleanstech.net/">New Orleans Tech</a></li>
</ul>
<p>A big thanks to <a href="http://launchpadnola.com/">LaunchPad</a> for hosting us.</p>
<p>Yes. This page is ugly. <a href="https://github.com/gnocode/gnocode.com">Please make it better.</a></p>
</div>
<div class="interest meetup right">
<iframe width="225" height="350" src="http://meetu.ps/2RK13" frameborder="0"></iframe>
</div>
</div>
</div>
</div>
<script src='js/libs/jquery-1.5.1.min.js'></script>
<script src="js/plugins.js"></script>
<script src="js/script.js"></script>
<!--[if lt IE 7 ]>
<script src="js/libs/dd_belatedpng.js"></script>
<script>DD_belatedPNG.fix("img, .png_bg");</script>
<![endif]-->
</body>
</html>