<div class="row">

    <div class="col-md-<?php 
echo $sidebar[0] != 'on' ? '8' : '12';
?>
         uw-content" role='main'>

      <?php 
uw_site_title();
?>
<span class="udub-slant"><span></span></span><h3 class="uw-site-tagline" >Information technology tools and resources at the UW</h3>


      <?php 
uw_mobile_front_page_menu();
?>

      <?php 
service_breadcrumbs();
?>


   		<h1 class="entry-title hidden-phone">Service Status RSS Feed</h1>

		<div class="entry-content">
	UW-IT syndicates <strong>current</strong> eOutage and High Priority Incident information as an RSS feed. To generate the subscription URL, select the kind of status updates you would like to subscribe to:
<p><p>
<form name="feedOptions" action="#" id="feedOptions">
<input type="radio" name="feedOption" value="eoutage" onClick="makeURL('eoutage');"/> eOuatges<br>
<input type="radio" name="feedOption" value="incidents" onClick="makeURL('incidents');"/> High Priority Incidents<br>
Exemplo n.º 2
0
      <div class="col-md-12">
        <h2>Area 01</h2>
      </div>
    </div>
  </div>
  <span>Area 01 home</span>
</div>


  	<?php 
/*
 * Include the post format-specific template for the content. If you want to
 * use this in a child theme, then include a file called called content-___.php
 * (where ___ is the post format) and that will be used instead.
 */
uw_mobile_front_page_menu('bighero');
?>
        <main id='main_content' tabindex="-1">
        <h1 class='offscreen'>University Of Washington</h1>
        <?php 
get_template_part('content', 'slideshow');
// get_template_part( 'content', 'links' );
?>



<?php 
// Start the Loop.
while (have_posts()) {
    the_post();
    /*