Skip to content
Snippets Groups Projects
pictures.html 5.17 KiB
Newer Older
  • Learn to ignore specific revisions
  • Daniel Rubio-Ejchel's avatar
    Daniel Rubio-Ejchel committed
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">  
    <html xmlns="http://www.w3.org/1999/xhtml">  
    <head>  
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />  
    <title>Pictures</title>  
    <link rel="stylesheet" href="style.css"/>  
    </head>  
    <body>  
    <div id="background">  
      <!-- Colors the inner page with #F2F2F2 -->  
      <div id="headerwrap">  
        <!-- Repeats image across top of page -->  
        <div id="header">  
          <p class="title">American Society of Mechanical Engineers<br />  
            <span class="description">University of Michigan Chapter</span></p>  
    
          <!-- Close header -->  
        </div>  
        <!-- Close headerwrap -->  
      </div>  
      <div id="navwrap">  
        <!-- Repeats image across page behind navigation -->  
        <div id="menu">  
        <ul>  
          <li><a href="index.html">Home</a></li>  
          <li><a href="about.html">About</a></li>  
          <li><a href="officers.html">Officers</a></li>  
          <li><a href="calendar.html">Calendar</a></li>  
          <li><a href="membership.html">Membership</a></li>  
          <li><a href="sponsors.html">Sponsors</a></li>  
          <li><a href="corporate.html">Corporate</a></li>  
          <li><a href="scholarships.html">Scholarships</a></li>  
          <li><a href="pictures.html">Pictures</a></li>  
          <li><a href="links.html">Links</a></li>  
    
          <li><a href="Covid.html">Links</a></li>
    
    Daniel Rubio-Ejchel's avatar
    Daniel Rubio-Ejchel committed
         </ul>  
        </div>  
        <!-- Close navwrap -->  
      </div>  
      <!-- Start of index.php, page.php, single.php and archive.php page code -->  
      <div id="outerWrapper">  
        <!-- Sets page width to 960px and centers -->  
        <div id="contentWrapper">  
          <!-- Wraps content and sidebars -->  
          <div id="Content">  
            <div class="box">  
    	  <h2><a id="Northfest2017Fall"></a></h2> 
    	  <p><span class="posttitle">Northfest: 2017 Fall</span></p> 
    	  <p align="center"><img src="images/Activities/2017/Northfest2017P1.jpeg" width="288" height: auto/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="images/Activities/2017/Northfest2017P2.jpeg" width="288" height: auto/></p>     
              <p>&nbsp;</p> 
    	  <h2><a id="CompanyInfoSessions"></a></h2> 
    	  <p><span class="posttitle">Company Info Sessions: 2017 Fall</span></p> 
    	  <p align="center"><img src="images/Activities/2017/LillyInfo.jpeg" width="288" height: auto/></p>  
    	  <p align="center"><img src="images/Activities/2017/FordInfo.jpeg" width="400" height: auto/></p>
    	  <p>&nbsp;</p>   
    	  <h2><a id="HalloweenBash2017"></a></h2> 
    	  <p><span class="posttitle">Halloween Bash: 2017 Fall</span></p>
    	  <p align="center"><img src="images/Activities/2017/Halloween17.jpeg" width="288" height: auto/></p>  
    	  <p>&nbsp;</p>   
    	  <h2><a id="Officer Memes"></a></h2> 
    	  <p><span class="posttitle">Officer Memes: 2017 Fall</span></p>
    	  <p align="center"><img src="images/Activities/2017/ShariqUmbrella.jpeg" width="160" height: auto/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="images/Activities/2017/AlexSleeping.jpeg" width="160" height: auto/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="images/Activities/2017/ShariqScary.png" width="160" height: auto</p>  
    	  <p>&nbsp;</p> 
    	<div class="clearer"></div>   	
            </div>  
            <!-- Close content -->  
          </div>  
          <!-- Begin sidebar -->  
        <div id="sidebar">  
           <ul>  
              <li>  
                <h5>Our Sponsors</h5>  
                <ul>  
                  <li><a href="sponsors.html">Sponsors</a></li>  
     	      <li><a href="sponsors.html#partners">Partners</a></li>  
                </ul>  
              </li>  
              <li>  
                <h5>Calendar</h5>  
                <ul>  
                  <li><a href="calendar.html">ASME Calendar</a></li>  
                </ul>  
              </li> 
          <li>  
                <h5>Activities</h5>  
            <ul>  
    	      <li><a href="pictures.html#Northfest2017Fall">Northfest: 2017 Fall</a></li>  
                </ul>  
            <ul>  
                  <li><a href="pictures.html#CompanyInfoSessions">Company Info Sessions: 2017 Fall</a></li>  
                </ul>  
            <ul>  
                  <li><a href="pictures.html#HalloweenBash2017">Halloween Bash: 2017 Fall</a></li>  
                </ul>  
              </li>  
            </ul>  
            <div class="clearer">  
              <!-- Clear floats-->  
            </div>  
            <!-- Close Sidebar-->  
          </div>  
          <!-- Close contentWrapper -->  
        </div>  
        <!-- Close outerWrapper -->  
      </div>  
      <div id="Footer">Copyright &copy; 2017  American Society of Mechanical Engineers - University of Michigan <a href="#">Terms of Use</a> | <a href="#">Privacy</a> | <a href="index.html#contact">Contact</a>  
        
        
      <!--The following code must be left in place and unaltered for free usage of this template. If you wish to remove the link, visit http://www.justdreamweaver.com/dreamweaver-templates.html and purchase a template license. It's only $19.99 and it helps encourage future template creation.-->  
      <p><a href="http://www.justdreamweaver.com/dreamweaver-templates.html">Free Website template</a> by JustDreamweaver.com</p>  
      </div>  
      <!-- Close background-->  
    </div>  
    </body>  
    </html>