Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
start [2018/06/18 15:24] – created mckeanbsstart [2023/03/30 15:31] – put student block first stewarmc
Line 1: Line 1:
-Welcome to the CS wiki!+====== JMU Department of Computer Science Wiki ====== 
 + 
 + 
 +<html> 
 +<style> 
 +.square { 
 +  width: 250px; 
 +  display: inline-block; 
 +  margin: 10px; 
 +
 +.square a { 
 +  text-decoration: none; 
 +
 +.square a img.bg { 
 +  width: 250px; 
 +
 +.square a h4 { 
 +  padding: 2px 10px; 
 +  line-height: 22px; 
 +  height: 59px; 
 +  text-decoration: none; 
 +  background-color: rgb(69, 0, 132); 
 +  color: rgb(255, 255, 255); 
 +  margin-top: -8px; 
 +  margin-left: 0px; 
 +  margin-right: 0px; 
 +  margin-bottom: 5px; 
 +  font-size: 18px; 
 +  font-family: Arial, Helvetica, sans-serif; 
 +
 +.square a:hover h4 { 
 +  background-color: rgb(181, 153, 206); 
 +
 +.square a h4 table { 
 +  height: 59px; 
 +  background: none; 
 +
 +</style><div class="square"> 
 +  <a href=" /student/start" style="position:relative;"> 
 +    <img class="bg" src="https://www.jmu.edu/cise/cs/_images/action-links/third/robotics-minor.jpg" alt="For students"> 
 +    <h4> 
 +      <table width="100%"> 
 +        <tbody> 
 +          <tr> 
 +            <td align="right" valign="center">For Current Students &#10148;</td> 
 + 
 +          </tr> 
 +        </tbody> 
 +      </table> 
 +    </h4> 
 +  </a> 
 +</div> 
 + 
 + 
 + 
 +<div class="square"> 
 +  <a href=" /ta/start" style="position:relative;"> 
 +    <img class="bg" src="https://www.jmu.edu/cs/_images/action-links/third/female-presenting-autonomous-vehicle.jpg" alt="For TAs"> 
 +    <h4> 
 +    <table width="100%"> 
 +    <tbody> 
 +      <tr> 
 +        <td align="right" valign="center">For TAs &#10148;<br>(Requires Login)</td> 
 +         
 +      </tr> 
 +    </tbody> 
 +    </table> 
 +    </h4> 
 +  </a> 
 +</div> 
 + 
 + 
 +<div class="square"> 
 +  <a href=" /faculty/start" style="position:relative;"> 
 +    <img class="bg" src="https://www.jmu.edu/cs/_images/action-links/third/professor-students-classroom.jpg" alt="For faculty"> 
 +    <h4> 
 +    <table width="100%"> 
 +    <tbody> 
 +      <tr> 
 +        <td align="right" valign="center">For Faculty &amp; Staff &#10148;<br>(Requires Login)</td> 
 +         
 +      </tr> 
 +    </tbody> 
 +    </table> 
 +    </h4> 
 +  </a> 
 +</div> 
 +</html> 
 + 
 +---- 
 + 
 +This wiki contains information that is relevant to current students, teaching assistants, faculty and staff at the JMU Department of Computer Science. All members of the CS community are welcome to contribute to building this knowledge base and keeping it up to date (requires login via your EID). Additionally, visitors are welcome to peruse the [[student:start|For Current Students]] section of the wiki, however [[https://www.jmu.edu/cise/cs/|our public website]] is probably a more relevant place for visitors to start.