Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions code.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,18 @@ $(document).ready(function() {
//Sponsors gallery
images = new Array(
"<a href='http://att.com' target='_blank'><img src='images/sponsorLogos/att.png'></a>",
"<a href='http://khanacademy.org' target='_blank'><img src='images/alumniLogos/khanacademy.png' alt='Khan Academy'/></a>",
"<a href='http://khanacademy.org' target='_blank'><img src='images/alumniLogos/khanacademy.png'></a>",
"<a href='http://cisco.com' target='_blank'><img src='images/sponsorLogos/cisco.png'></a>",
"<a href='http://google.com' target='_blank'><img src='images/sponsorLogos/google.png'></a>",
"<a href='http://hp.com' target='_blank'><img src='images/sponsorLogos/hp.png'></a>",
"<a href='http://jnj.com' target='_blank'><img src='images/sponsorLogos/johnsonjohnson.png'></a>",
"<a href='http://oracle.com' target='_blank'><img src='images/sponsorLogos/oracle.png'></a>",
"<a href='http://symantec.com' target='_blank'><img src='images/sponsorLogos/symantec.png'></a>",
"<a href='http://ti.com' target='_blank'><img src='images/sponsorLogos/ti.png'></a>",
"<a href='http://xerox.com' target='_blank'><img src='images/sponsorLogos/xerox.png'></a>");
"<a href='http://oracle.com' target='_blank'><img src='images/sponsorLogos/oracle.png'></a>",
"<a href='http://symantec.com' target='_blank'><img src='images/sponsorLogos/symantec.png'></a>",
"<a href='http://ti.com' target='_blank'><img src='images/sponsorLogos/ti.png'></a>",
"<a href='http://xerox.com' target='_blank'><img src='images/sponsorLogos/xerox.png'></a>",
"<a href='http://dattobackup.com' target='_blank'><img src='images/sponsorLogos/datto.png'></a>",
"<a href='http://www.rochester.edu' target='_blank'><img src='images/sponsorLogos/UofR.png'></a>",
"<a href='http://linked.in' target='_blank'><img src='images/sponsorLogos/linkedin.png'></a>");
shuffle(images);
$('#row').append(images[0], images[1], images[2], images[3], images[4]);

Expand Down
8 changes: 4 additions & 4 deletions footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
<li>
<a href="eboard.php">Eboard</a>
</li>
<li>
<a href="tour.php">Tour</a>
</li>
</ul>
</li>
<li>
Expand All @@ -30,8 +27,11 @@
<a href="traditions.php">Traditions</a>
</li>
<li>
<a href="scholarship.php">Scholarship</a>
<a href="tour.php">Tour</a>
</li>
<!--<li>
<a href="scholarship.php">Scholarship</a>
</li>-->
</ul>
</li>
<li>
Expand Down
Binary file removed images/sponsorLogos/University_of_Rochester_.png
Binary file not shown.
Binary file added images/sponsorLogos/UofR.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 18 additions & 12 deletions sponsors.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</span>
</td>
<td class="smallShow">
<a href="http://symantec.com" target="_blank"><img src="images/sponsorLogos/symantec.png" alt="Symantec"/></a>
<a href="http://amdexcorp.com" target="_blank"><img class="testImg" src="images/sponsorLogos/amdex.png" alt="Amdex"/></a>
</td>
<td class="smallShow">
<a href="http://ti.com" target="_blank"><img src="images/sponsorLogos/ti.png" alt="Texas Instruments"/></a>
Expand All @@ -27,27 +27,27 @@
<a href="http://xerox.com" target="_blank"><img src="images/sponsorLogos/xerox.png" alt="Xerox"/></a>
</td>
<td>
<a href="http://amdexcorp.com" target="_blank"><img class="testImg" src="images/sponsorLogos/amdex.png" alt="Amdex"/></a>
<a href="http://symantec.com" target="_blank"><img src="images/sponsorLogos/symantec.png" alt="Symantec"/></a>
</td>
<td>
<a href="http://att.com" target="_blank"><img src="images/sponsorLogos/att.png" alt="AT&T"/></a>
</td>
</tr>
<tr>
<td>
<a href="http://cadence.com" target="_blank"><img src="images/sponsorLogos/cadence.png" alt="Cadence"/></a>
<a href="http://dattobackup.com" target="_blank"><img src="images/sponsorLogos/datto.png" alt="Datto"/></a>
</td>
<td>
<a href="http://cisco.com" target="_blank"><img src="images/sponsorLogos/cisco.png" alt="Cisco"/></a>
<a href="http://www.rochester.edu" target="_blank"><img src="images/sponsorLogos/UofR.png" alt="UofR"/></a>
</td>
<td>
<a href="http://citrix.com" target="_blank"><img src="images/sponsorLogos/citrix.png" alt="Citrix"/></a>
<a href="http://linked.in" target="_blank"><img src="images/sponsorLogos/linkedin.png" alt="LinkedIn"/></a>
</td>
<td>
<a href="http://podi.org" target="_blank"><img src="images/sponsorLogos/podi.png" alt="PODi"/></a>
<a href="http://cisco.com" target="_blank"><img src="images/sponsorLogos/cisco.png" alt="Cisco"/></a>
</td>
<td>
<a href="http://dupont.com" target="_blank"><img src="images/sponsorLogos/dupont.png" alt="DuPont"/></a>
<a href="http://citrix.com" target="_blank"><img src="images/sponsorLogos/citrix.png" alt="Citrix"/></a>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -116,20 +116,26 @@
<a href="http://perforce.com" target="_blank"><img src="images/sponsorLogos/perforce.png" alt="Perforce"/></a>
</td>
<td>
<a href="http://dattobackup.com" target="_blank"><img src="images/sponsorLogos/datto.png" alt="Datto"/></a>
<a href="http://cadence.com" target="_blank"><img src="images/sponsorLogos/cadence.png" alt="Cadence"/></a>
</td>
<td>
<a href="http://podi.org" target="_blank"><img src="images/sponsorLogos/podi.png" alt="PODi"/></a>
</td>
<td>
<a href="http://dupont.com" target="_blank"><img src="images/sponsorLogos/dupont.png" alt="DuPont"/></a>
</td>
</tr>
<tr>
<td class="smallHide">
<a href="http://symantec.com" target="_blank"><img src="images/sponsorLogos/symantec.png" alt="Symantec"/></a>
<a href="http://amdexcorp.com" target="_blank"><img class="testImg" src="images/sponsorLogos/amdex.png" alt="Amdex"/></a>
</td>
<td class="smallHide">
<a href="http://ti.com" target="_blank"><img src="images/sponsorLogos/ti.png" alt="Texas Instruments"/></a>
</td>
</tr>
<tr>
<td class="smallHide">
<a href="http://xerox.com" target="_blank"><img src="images/sponsorLogos/xerox.png" alt="Xerox"/></a>
</td>
</tr>
</table>
</div>
<?php include "footer.php"; ?>
<?php include "footer.php"; ?>