-
Notifications
You must be signed in to change notification settings - Fork 4
/
contact.html
216 lines (180 loc) · 8.96 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
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
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
<!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>
<!-- 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>
<!-- 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>
<!-- 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">
<h3>Contact Us</h3>
<p>
If you would like to contact the LUG, you can do so in several ways:
</p>
<table>
<td>
<h6>Cougsync & Social Media</h6>
<ul>
<li>Facebook: <a href="https://www.facebook.com/groups/291665697579415/">WSU LUG</a></li>
<li><a href="https://orgsync.com/40157/chapter">Cougsync</a></li>
</ul>
</td>
<td>
<h6>Slack</h6>
<ul>
<li>Signup Here: <a href="https://lugslack.eecs.wsu.edu">Invite Page</a></li>
<li>Once you've signed up: <a href="https://slack.com/downloads">download the app</a> or visit the <a href="https://wsulug.slack.com">web app</a></li>
<script async defer src="https://lugslack.eecs.wsu.edu/slackin.js"></script>
</ul>
</td>
<td>
<h6>Internet Relay Chat (IRC)</h6>
<ul>
<li>#wsulug @ freenode.net</li>
<li><a href="/irc.html">Connect to #wsulug via our website</a></li>
</ul>
</td>
</table>
<h6>Mailing Lists:</h6>
<p>
We have a few different mailing lists that we use to communicate events and other happenings with club members. If you would like to receive updates from list, please <a href="http://lists.wsu.edu/join.php">subscribe</a> to one.
</p>
<ul>
<li>lug-announce (<a href="http://lists.wsu.edu/mailman/listinfo/lug-announce">Subscribe/Unsubscribe</a>): We send meeting, event, and other announcements here</li>
<li>lug-general (<a href="http://lists.wsu.edu/mailman/listinfo/lug-general">Subscribe/Unsubscribe</a>): General discussions as well as support requests</li>
<li>lug-alumni (<a href="http://lists.wsu.edu/mailman/listinfo/lug-alumni">Subscribe/Unsubscribe</a>): Low volume list for alumni to communicate with one another, or for the LUG to send out alumni announcements</li>
</ul>
<h6>Email:</h6>
<p>
If none of the other options work, please send us an email @ [email protected]
</p>
<div class="column two">
</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="/contact.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>