-
Notifications
You must be signed in to change notification settings - Fork 0
/
allies.php
59 lines (42 loc) · 2.26 KB
/
allies.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
<!DOCTYPE html>
<html>
<head>
<?php include 'newheader.php';?>
<title>Allies | Women in Computing</title>
</head>
<body>
<?php include 'newnav.php';?>
<div class="pgcontainer">
<div class="pgsidebar">
<div class="eventType">Committees</div>
<div class="line"></div>
<div id="sidebarlinks">
<a href="/committees.php">Committee Heads</a><br>
<a href="/projects.php">Projects</a><br>
<a style="color:var(--accent); font-weight:700" href="/allies.php">Allies</a><br>
<a href="/outreach.php">Outreach</a>
<!--end of sidebar links-->
</div>
<!-- end of page sidebar -->
</div>
<div class="pgcontent">
<div class="pgheading">Allies</div>
<div class="pgline"></div>
<p>The WiC Allies committee within Women in Computing purpose is to help and support the goals of our organization as a whole. We want to affect positive change and foster a more inclusive GCCIS (Golisano College of Computing and Information Sciences) culture. </p>
<p>At the Allies committee meetings, we discuss gender-related issues in computing and host/support events to help encourage resolution. Allies also volunteer for WiC events and are members of other WiC committees. </p>
<p>WiC Allies is an all inclusive group including any identification encourages collaboration across all genders to solve gender issues. </p>
<p>Join the conversation by attending one of our meetings or workshops.</p>
<div style="margin:1.5em 0" class="imgShowcase two">
<img src="img/allies/allies1.jpeg">
<img src="img/allies/allies2.png">
</div>
<div class="pgheading">How to be an Ally</div>
<div class="pgline"></div>
<iframe style="margin-top:2em" src="https://docs.google.com/presentation/d/e/2PACX-1vQqwps5546lfghlaPZk05O3G6xOR676VqU7fzkAw5h5kXsn4bhvfrmWBfE0QHTAh3XfJgsnbNkbUJ3k/embed?start=false&loop=false&delayms=3000" frameborder="0" width="100%" height="569" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
<!--end of page content-->
</div>
<!-- end of page container -->
</div>
<?php include 'newfooter.php';?>
</body>
</html>