-
Notifications
You must be signed in to change notification settings - Fork 0
/
faq.php
32 lines (28 loc) · 1.09 KB
/
faq.php
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
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Philly Chix - Philadelphia Area LinuxChix Chapter</title>
<link REL="StyleSheet" href="/cstyle.css" type="text/css"></head>
<body>
<table align="center" bgcolor="white" cellspacing=0 cellpadding="0" border="0" width="800">
<tr>
<td width="10">
</td>
<td>
<img src="/images/chix/faqtop.png" alt="chix@linux:/home/philadelphia/faq$"><br>
<?php include("header.php"); ?>
<br><br>
<center><a href="http://www.linuxchix.org/content/docs/faqs/">LinuxChix.org FAQ</a>
<br><br><br><br>
<b>Are Men Welcome?</b><br><br>
Yes! If they come with a woman.<br><br>
We've found that many women (myself included!) are somewhat shy about coming to a meeting such as this alone, and that a lot of women get involved in linux with their boyfriend's encouragement. So girls, if you want to come but don't want to come alone, bring your fellows! Guys, if you know a girl who would benefit from our group, come along!<br><br>
<br><br><br><br>
</center>
</td>
<td width="10">
</td>
</tr></table>
<?php include("footer.php"); ?>
</body>
</html>