File:  [LON-CAPA] / modules / conferences / conf2019 / map.html
Revision 1.2: download - view: text, annotated - select for diffs
Fri Mar 29 19:53:57 2019 UTC (5 years, 1 month ago) by leebynum
Branches: MAIN
CVS tags: HEAD
Illinois 2019 Conf Info

    1: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    2: <html xmlns="http://www.w3.org/1999/xhtml">
    3: <head>
    4: <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    5: <title>2019 LON-CAPA Conference and Workshop</title>
    6: <style type="text/css"> 
    7: <!-- 
    8: body  {
    9:         font: 100% Verdana, Arial, Helvetica, sans-serif;
   10:         background: #666666;
   11:         margin: 0;
   12:         padding: 0;
   13:         text-align: center;
   14:         color: #000000;
   15: }
   16: .twoColLiqRtHdr #container {
   17:         width: 80%;
   18:         background: #FFFFFF;
   19:         margin: 0 auto;
   20:         border: 1px solid #000000;
   21:         text-align: left;
   22: }
   23: .twoColLiqRtHdr #header {
   24:         background: #DDDDDD;
   25:         padding: 0 10px;
   26:         background-color: #006600;
   27:         color: #FFFFFF;
   28:         padding-bottom: 1px;
   29: }
   30: .twoColLiqRtHdr #header h1 {
   31:         margin: 0;
   32:         padding: 10px 0;
   33:         background-color: #006600;
   34: }
   35: 
   36: .twoColLiqRtHdr #sidebar1 {
   37:         float: right;
   38:         width: 24%;
   39:         background: #003300;
   40: }
   41: .twoColLiqRtHdr #sidebar1 h3, .twoColLiqRtHdr #sidebar1 p {
   42:         margin-left: 10px;
   43:         margin-right: 10px;
   44: }
   45: 
   46: .twoColLiqRtHdr #mainContent {
   47:         margin: 0 26% 0 10px;
   48: }
   49: 
   50: .twoColLiqRtHdr #footer {
   51:         padding: 0 10px;
   52:         background:#DDDDDD;
   53: }
   54: .twoColLiqRtHdr #footer p {
   55:         margin: 0;
   56:         background-color: #006600;
   57:         color: #FFFFFF;
   58: }
   59: .fltrt {
   60:         float: right;
   61:         margin-left: 8px;
   62: }
   63: .fltlft {
   64:         float: left;
   65:         margin-right: 8px;
   66: }
   67: .clearfloat {
   68:         clear:both;
   69:         height:0;
   70:         font-size: 1px;
   71:         line-height: 0px;
   72: }
   73: a:link {
   74: 	color: #FFFFFF;
   75: }
   76: a:visited {
   77: 	color: #FFFFFF;
   78: }
   79: .style1 {
   80: 	color: #CC0000;
   81: 	font-weight: bold;
   82: }
   83: --> 
   84: </style><!--[if IE]>
   85: <style type="text/css"> 
   86: /* place css fixes for all versions of IE in this conditional comment */
   87: .twoColLiqRtHdr #sidebar1 { padding-top: 30px; }
   88: .twoColLiqRtHdr #mainContent { zoom: 1; padding-top: 15px; }
   89: /* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
   90: </style>
   91: <![endif]--></head>
   92: 
   93: <body class="twoColLiqRtHdr">
   94: 
   95: <div id="container">
   96:   <div id="header">
   97:     <h1>2019 LON-CAPA Conference and Workshop</h1>
   98:     <h3 class="twoColLiqRtHdr"> 
   99:         <em>May 16th - May 18th, 2019<br />
  100:         Urbana-Champaign, Illinois, USA</em></h3>
  101:   </div>
  102:   <div id="sidebar1">
  103:  <p><a href="https://support.loncapa.org/register?year=2019&amp;event=users+conference">Registration</a></p>
  104:     <p><a href="accommodation.html">Accommodation</a></p>
  105:     <p><a href="parking.html">Parking</a></p>
  106:     <p><a href="map.html">Map</a></p>
  107:     <p><a href="transportation.html">Transportation</a></p>
  108:     <p><a href="schedule.html">Schedule</a></p>
  109:     
  110:   <!-- end #sidebar1 --></div>
  111:   <div id="mainContent">
  112:     <h3>Map</h3>
  113:     <p>The conference will take place in Burrill Hall (407 South Goodwin Avenue, Urbana, IL 61801). 
  114:        Most events will be within the MCB Learning Center, room 101 Burrill. See map below:</p>
  115:      <p><img src="images/conference.jpg" width="650" height="500" /></p
  116:     <p>A full map of campus is available to download <a style="color:#008000;" href="/images/campus_map.pdf">here</a>.</p>
  117:     <p><br class="clearfloat" />
  118:   <!-- end #mainContent --></p>
  119:   </div>
  120:   <div id="footer">
  121:     <p align="center">LON-CAPA Academic Consortium, <a href="http://www.lon-capa.org/">http://www.lon-capa.org/</a></p>
  122:     <!-- end #footer --></div>
  123: <!-- end #container --></div>
  124: </body>
  125: </html>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>