-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaq.php
127 lines (101 loc) · 4.41 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
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
<!DOCTYPE html>
<html>
<head>
<?php include 'newheader.php';?>
<title>FAQ | Women in Computing</title>
</head>
<body>
<?php include 'newnav.php';?>
<div class="pgcontainer">
<div class="pgsidebar">
<div class="eventType">About</div>
<div class="line"></div>
<div id="sidebarlinks">
<a href="/mission.php">Mission</a><br>
<a style="color:var(--accent); font-weight:700" href="/faq.php">FAQ</a><br>
<a href="/alumni.php">Alumni</a><br>
<a href="/scholarships.php">Scholarships</a><br>
<a href="/tutoring.php">Tutoring</a>
<!--end of sidebar links-->
</div>
<!-- end of page sidebar -->
</div>
<div class="pgcontent">
<div class="pgheading">frequently asked questions</div>
<div class="pgline"></div>
<p>
<b>What is Women in Computing at RIT?</b>
<ul>
<li>WiC is an evolving professional organization within the RIT community. WiC is an inclusive organization which supports all interested in computing while promoting the success and advancement of women in the field. WiC inspires confidence in our members by fostering personal growth and professional development</li>
</ul>
</p>
<p>
<b>How do I join WiC?</b>
<ul>
<li>Come to one of our General Meetings every Wednesday or stop by the WiC space (GOL-2350)</li>
</ul>
</p>
<p>
<b>How do I become a General Member?</b>
<ul>
<li>Attend at least half of the general meetings</li>
</ul>
</p>
<div style="margin:1.5em 0" class="imgShowcase two">
<img src="img/faq1.jpeg">
<img src="img/faq2.jpeg">
</div>
<p>
<b>How do I become an Active Member?</b>
<ul>
<li>Attend at least half of the general meetings</li>
<li>Attend at least one Social Event and one Volunteer Event, or two Volunteer Events per semester</li>
<li>Attend and participate in one committee</li>
</ul>
</p>
<p>
<b>What are the benefits of Active Membership?</b>
<ul>
<li>Attend conferences, WiC Jacket, priority to networking with university recruiters and alumni, Leadership Opportunities and present at panels</li>
</ul>
</p>
<p>
<b>Where is the WiC Space and when is it open?</b>
<ul>
<li>The WiC space is located in GOL-2350, the second floor of Golisano. Just follow the signs and come say hi! It’s open from 9am - 4pm and various times at night</li>
</ul>
</p>
<div style="margin:1.5em 0" class="imgShowcase two">
<img src="img/faq3.jpeg">
<img src="img/faq4.jpeg">
</div>
<p>
<b>I am a man or use male pronouns, can I still join WiC?</b>
<ul>
<li>Of course, but some limits apply such as you will not be able to volunteer overnight at After Hours. During the afternoon you are welcomed though. There are also some women only events you will be unable to participate in such as WiCHacks (you can volunteer though) or applying for scholarships like Grace Hopper.</li>
</ul>
</p>
<p>
<b>I am non-binary or do not use female pronouns, can I still join WiC?</b>
<ul>
<li>Of course, but applications for scholarships like Grace Hopper will depend on their organizations guidelines.</li>
</ul>
</p>
<p>
<b>What is a WiC Ally?</b>
<ul>
<li>An RIT community member committed to furthering the mission and goals of Women in Computing, for the purpose of affecting positive change and fostering a more inclusive computing community.</li>
</ul>
</p>
<div style="margin-top:1.5em" class="imgShowcase two">
<img src="img/faq5.jpeg">
<img src="img/faq6.jpeg">
</div>
<p style="text-align:center;margin:2.5em 0 2.5em 0"><a href="pdfs/WiC Constitution 19-20.pdf" class="pgbutton" target="_blank">Constitution</a></p>
<!--end of page content-->
</div>
<!-- end of page container -->
</div>
<?php include 'newfooter.php';?>
</body>
</html>