-
Notifications
You must be signed in to change notification settings - Fork 4
/
irc.html
164 lines (133 loc) · 5.92 KB
/
irc.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-svg lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]><html class="no-svg lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]><html class="no-svg lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--><html lang="en"><!--<![endif]-->
<head>
<meta charset="utf-8">
<title>Linux Users' Group</title>
<!-- FAVICON -->
<link rel="shortcut icon" href="https://repo.wsu.edu/spine/1/favicon.ico" />
<!-- STYLESHEETS -->
<link href="https://repo.wsu.edu/spine/1/spine.min.css" rel="stylesheet" type="text/css" />
<!-- Your custom stylesheets here -->
<link href="css/custom.css" rel="stylesheet" type="text/css" />
<!-- RESPOND -->
<meta name="viewport" content="width=device-width, user-scalable=yes">
<!-- SCRIPTS -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>
<script src="https://repo.wsu.edu/spine/1/spine.min.js"></script>
<!-- COMPATIBILITY -->
<!--[if lt IE 9]><script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<noscript><style>#spine .spine-sitenav ul ul li { display: block !important; }</style></noscript>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-47259858-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-47259858-1');
</script>
<!-- DOCS -->
<link type="text/plain" rel="author" href="https://repo.wsu.edu/spine/1/authors.txt">
<link type="text/html" rel="help" href="https://brand.wsu.edu">
<!-- BASE URL -->
<base href="/1/" />
</head>
<body class="">
<!-- WRAPPING -->
<div id="jacket">
<div id="binder" class="max-1386 hybrid">
<!-- GRID BEHAVIOR: Default behavior can be changed by changing "hybrid" to "fixed" or "fluid". -->
<!-- CONTENT -->
<main class="spine-page-default">
<header class="main-header">
<div class="header-group hgroup guttered padded-bottom short">
<sup class="sup-header">Free as in speech, not as in beer.</span></sup>
<sub class="sub-header"><span class="sub-header-default">The Linux Users' Group at WSU</span></sub>
</div>
</header>
<!-- Responsive Sections -->
<section class="row side-right gutter pad-bottom tall">
<div class="column one">
<iframe src="http://webchat.freenode.net?channels=%23wsulug&uio=MT1mYWxzZSY5PXRydWU13" width="647" height="400"></iframe>
</div><!--/column-->
</section>
</main>
<!-- /CONTENT -->
<!-- SPINE -->
<div id="spine" class="spine-column shelved darkest bleed">
<!-- SPINE COLOR: Available spine colors are crimson, gray, gray-lightest, gray-lightly, gray-lighter, gray-light, gray-dark, gray-darker, gray-darkest. Replace the color class above with your preferred color if you want to override the default. -->
<!-- SPINE BLEED: Remove "bleed" so that -->
<div id="glue" class="spine-glue">
<header class="spine-header">
<a href="https://wsu.edu/" id="wsu-signature" class="spine-signature">Washington State University</a>
</header>
<!-- ACTIONS -->
<section id="wsu-actions" class="spine-actions">
<!-- Tabs -->
<ul id="wsu-actions-tabs" class="spine-actions-tabs clearfix">
<li id="wsu-search-tab" class="spine-search-tab closed"><button>Search</button></li>
<li id="wsu-contact-tab" class="spine-contact-tab closed"><button>Contact</button></li>
<li id="wsu-share-tab" class="spine-share-tab closed"><button>Share</button></li>
</ul>
<!-- Actions generated by spine.js end up here -->
</section><!--/#wsu-actions-->
<section id="spine-navigation" class="spine-navigation">
<nav class="spine-sitenav">
<ul>
<!--
NAVIGATION: Your navigation list here
• Active link should be denoted with an "active" or "current" link on the link's parent li element.
• First link should be a home link (otherwise, in exceptional cases, add "homeless" class to #site nav)
• Replace example navigation list below -->
<li><a href="/index.html">LUG Home</a></li>
<li><a href="/office.html">Our Office</a></li>
<li><a href="/meetings.html">Meetings/Tutoring</a></li>
<li><a href="/pi-condo.html">Pi Condo</a></li>
<li><a href="/events.html">Events</a>
<ul>
<li><a href="http://wsucon.wsu.edu/winterwonderlan.html">WinterWonderLAN</a></li>
<li><a href="http://wsucon.wsu.edu">WSUCon</a></li>
</ul>
</li>
<li><a href="/get-involved.html">Get Involved!</a></li>
<li><a href="/faq.html">FAQ</a></li>
<li class="current"><a href="/
.html">Contact Us</a></li>
</nav>
<nav class="spine-offsitenav">
<ul>
<li><a href="vcea.wsu.edu">Voiland College</a></li>
<li><a href="school.eecs.wsu.edu">EECS</a></li>
</ul>
</nav>
</section><!-- #navigation -->
<!-- Social and Global Links -->
<footer class="spine-footer">
</footer>
</div><!--/glue-->
</div><!--/spine-->
<!-- /SPINE -->
</div><!--/cover-->
</div><!--/jacket-->
<!-- /WRAPPING -->
<!-- CONTACT INFO: Adjust the sample contact info below to reflect appropriate contact information. -->
<div id="contact-details" itemscope itemtype="http://schema.org/Organization">
<span itemprop="department" content="University Unit"></span>
<span itemprop="name" content="Washington State University"></span>
<div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<span itemprop="location" content="Your location"></span>
<span itemprop="streetAddress" content="Your PO Box"></span>
<span itemprop="addressLocality" content="Pullman"></span>
<span itemprop="addressRegion" content="WA"></span>
<span itemprop="postalCode" content="99164"></span>
</div>
<span itemprop="telephone" content="(509) 335-3564"></span>
<span itemprop="email" content="[email protected]"></span>
<span itemprop="contactPoint" content="http://contactpage.wsu.edu"></span>
<span itemprop="url" content="http://your-unit.wsu.edu"></span>
</div>
</body>
</html>