-
Notifications
You must be signed in to change notification settings - Fork 0
/
sponsor.php
47 lines (36 loc) · 1.68 KB
/
sponsor.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
<!DOCTYPE html>
<html lang="en">
<head>
<?php include 'newheader.php';?>
<title>Sponsor | Women in Computing</title>
</head>
<body>
<?php include 'newnav.php';?>
<div class="pgcontainer">
<p><b>Why Sponsor WiC?</b></p>
<p>Your support is vital to the success of our mission. Women in Computing at Rochester Institute of Technology is dedicated to promoting the success and advancement of women in their academic and professional careers. Our ultimate goal is to empower women in computer fields to succeed and thrive at Rochester Institute of Technology and beyond.</p>
<p>Help make a difference today!</p>
<p><a class="giftButton" href="https://www.rit.edu/giving/wic">Make a Gift</a> </br>
Click “View Additional Funds,” then scroll down to select “Women in Computing ”</p>
<p>
To learn more about our initiatives and how you can support us, contact our director: </p>
<ul>
<li>Lana Verschage - Director of Women in Computing</li>
<li>Email: [email protected] </li>
<li>Phone: 585.475.7155</li>
</ul>
<p><b>How to Support Women in Computing</b></p>
<ul>
<li>Want to get involved with Women in Computing? Send us a message over on our <a href="/contact.php">Contact Page</a></li>
<li>Want to sponsor WiCHacks? Read more on the <a href="https://wichacks.io/">WiCHacks Website</a></li>
</ul>
<!-- <p><b>Recent Blogs About Past Visitors</b></p>
<ul>
<li><a href="http://wic.rit.edu/post.php?id=39">Datadog</a></li>
<li><a href="http://wic.rit.edu/post.php?id=40">Liberty Mutual</a></li>
</ul> -->
<!--end of wrapper-->
</div>
<?php include 'newfooter.php';?>
</body>
</html>