-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathalumni.php
106 lines (106 loc) · 4.5 KB
/
alumni.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
<?php include "header.php"; ?>
<div id="big" class="title">
<div class="wrapper">
<h1>
Our Alumni
</h1>
</div>
</div>
<div id="content">
<p class="gridText">
Computer Science House has over 38 years of rich history making us the unique organization we are today, and we have our alumni to thank for that. Over the years our members have tirelessly worked to improve not only our community, but the world of computing as we know it. CSHers have gone on to pursue many incredible careers, from working at multi-billion-dollar corporations to starting their own businesses.
</p>
<table class="grid" cellspacing="0">
<tr>
<td colspan="2" rowspan="2">
<a href="http://square.com" target="_blank"><img src="images/alumniLogos/squareLarge.png" alt="Square"/></a>
</td>
<td colspan="3" class="largeShow">
<span>
<p>Computer Science House has over 38 years of rich history making us the unique organization we are today, and we have our alumni to thank for that. Over the years our members have tirelessly worked to improve not only our community, but the world of computing as we know it. CSHers have gone on to pursue many incredible careers, from working at multi-billion-dollar corporations to starting their own businesses, including such major companies as <b>Square</b> and <b>Pictometry</b>.</p>
</span>
</td>
<td class="smallShow">
<a href="http://linkedin.com" target="_blank"><img src="images/alumniLogos/linkedin.png" alt="LinkedIN"/></a>
</td>
<td class="smallShow">
<a href="http://xerox.com" target="_blank"><img src="images/alumniLogos/xerox.png" alt="Xerox"/></a>
</td>
<td class="smallShow">
<a href="http://yahoo.com" target="_blank"><img src="images/alumniLogos/yahoo.png" alt="Yahoo"/></a>
</td>
</tr>
<tr>
<td>
<a href="http://apple.com" target="_blank"><img class="testImg" src="images/alumniLogos/apple.png" alt="Apple"/></a>
</td>
<td>
<a href="http://cisco.com" target="_blank"><img src="images/alumniLogos/cisco.png" alt="Cisco"/></a>
</td>
<td>
<a href="http://defense.gov" target="_blank"><img src="images/alumniLogos/dod.png" alt="Department of Defense"/></a>
</td>
</tr>
<tr>
<td>
<a href="http://fidelity.com" target="_blank"><img class="testImg" src="images/alumniLogos/fidelity.png" alt="Fidelity"/></a>
</td>
<td>
<a href="http://google.com" target="_blank"><img src="images/alumniLogos/google.png" alt="Google"/></a>
</td>
<td>
<a href="http://hp.com" target="_blank"><img src="images/alumniLogos/hp.png" alt="HP"/></a>
</td>
<td colspan="2" rowspan="2">
<a href="http://pictometry.com" target="_blank"><img src="images/alumniLogos/pictometryLarge.png" alt="Square"/></a>
</td>
</tr>
<tr>
<td>
<a href="http://ibm.com" target="_blank"><img src="images/alumniLogos/ibm.png" alt="IBM"/></a>
</td>
<td>
<a href="http://intel.com" target="_blank"><img src="images/alumniLogos/intel.png" alt="Intel"/></a>
</td>
<td>
<a href="http://microsoft.com" target="_blank"><img src="images/alumniLogos/microsoft.png" alt="Microsoft"/></a>
</td>
</tr>
<tr>
<td>
<a href="http://mozilla.org" target="_blank"><img src="images/alumniLogos/mozilla.png" alt="Mozilla"/></a>
</td>
<td>
<a href="http://redhat.com" target="_blank"><img src="images/alumniLogos/redhat.png" alt="Red Hat"/></a>
</td>
<td>
<a href="http://symantec.com" target="_blank"><img src="images/alumniLogos/symantec.png" alt="Symantec"/></a>
</td>
<td>
<a href="http://ubuntu.com" target="_blank"><img src="images/alumniLogos/ubuntu.png" alt="Ubuntu"/></a>
</td>
<td>
<a href="http://vistaprint.com" target="_blank"><img src="images/alumniLogos/vistaprint.png" alt="Vistaprint"/></a>
</td>
</tr>
<tr>
<td>
<a href="http://khanacademy.org" target="_blank"><img src="images/alumniLogos/khanacademy.png" alt="Khan Academy"/></a>
</td>
<td class="smallHide">
<a href="http://linkedin.com" target="_blank"><img src="images/alumniLogos/linkedin.png" alt="LinkedIN"/></a>
</td>
</td>
<td class="smallHide">
<a href="http://xerox.com" target="_blank"><img src="images/alumniLogos/xerox.png" alt="Xerox"/></a>
</td>
<td class="smallHide">
<a href="http://yahoo.com" target="_blank"><img src="images/alumniLogos/yahoo.png" alt="Yahoo"/></a>
</td>
<td>
<a href="http://constantcontact.com" target="_blank"><img src="images/alumniLogos/constantcontact.png" alt="Constant Contact"/></a>
</td>
</tr>
</table>
</div>
<?php include "footer.php"; ?>