예제 #1
0
파일: index.php 프로젝트: OlinHPV/website
function show_single_post($id)
{
    $post = file_get_contents('posts/' . $id . '.html');
    preg_match('#<h([2])>(.+?)</h\\1>#is', $post, $matches);
    $title = strip_tags($matches[0]);
    buildheader('History', $title);
    echo $post;
    ?>
    <div class=span9>
      <div class="fb-like" data-href="http://hpv.olin.edu/history/?id=<?php 
    echo $id;
    ?>
" data-send="false" data-layout="button_count" data-width="450" data-show-faces="false" data-font="arial"></div>
      <a href="https://twitter.com/share" class="twitter-share-button" data-lang="en">Tweet</a>
    </div>
    <div class=span9>&nbsp;</div>
  <?php 
}
예제 #2
0
파일: index.php 프로젝트: OlinHPV/website
<?php

require '../style/common.php';
buildheader('Sponsors');
?>

          <div class=span9>
            <h2>Sponsors</h2>
            <p>What we do is only possible because of the generous contributions of our team's sponsors.</p>
            <p>The team is actively seeking new sponsors.  For more information on sponsorship, please email <a href='mailto:hpv@olin.edu'>us</a>.</p>
            <p>To donate online, please visit <a href="https://www.olin.edu/invest/ways/making-your-gift-olin-college/">the Olin website</a> and designate your gift to the <em>Human Powered Vehicles Team</em></p>
          </div>
          <div class=span3>
            <h2>Boeing</h2>
            <p><a href='http://boeing.com/' target=_blank>Boeing</a> has made a generous donation to the team, allowing us to fund the creation of our vehicles and our participation in competition.</p>
            <p class=center><a href='http://boeing.com/' target=_blank><img src='../files/sponsors/boeing.png'></a></p>
          </div>
          <div class=span3>
            <h2>Landry's Bicycles</h2>
            <p><a href='http://www.landrys.com/' target=_blank>Landry's</a> generously donates bicycle components to the team's vehicle each year.</p>
            <p class=center><a href='http://www.landrys.com/' target=_blank><img src='../files/sponsors/LandrysBicycles.png'></a></p>
          </div>
          <div class=span3>
            <h2>CD-adapco</h2>
            <p><a href='http://www.cd-adapco.com/' target=_blank>CD-adapco</a> donates licenses to STAR-CCM+, their premier CFD analysis tool, to the team, allowing us to perform accurate analysis of our vehicle's aerodynamics.</p>
            <p class=center><a href='http://www.cd-adapco.com/' target=_blank><img src='../files/sponsors/CD_ADAPCO.png'></a></p>
          </div>
         <!--  <div class=span3>
            <h2>Soller Composites</h2>
            <p><a href='http://www.sollercomposites.com/' target=_blank>Soller Composites</a> generously provides our team with discounts on Carbon Fiber, Fiberglass and all our composites needs.</p>
            <p class=center><a href='http://www.sollercomposites.com/' target=_blank><em style="font-size: 2em;color: black;font-family: &quot;Times New Roman&quot;;">Soller Composites</em></a></p>
예제 #3
0
파일: index.php 프로젝트: OlinHPV/website
<?php

require '../style/common.php';
buildheader('The Vehicle');
?>

          <div class=span9>
			<h1>The Vehicle</h1>
            <img src='/files/2014vehicle-side.jpg' alt='2014 Competition Vehicle' />
			<p>More information about the vehicles can be found in our design reports:</p>
			<p>
				<div class='btn-group'>
					<a class='btn'><i class="icon-book"></i> Design Reports</a>
					<a class='btn' target='_blank' href='http://hpv.olin.edu/files/2016OlinCollegeDesignReport.pdf'>2016</a>
					<a class='btn' target='_blank' href='http://hpv.olin.edu/files/2015OlinCollegeDesignReport.pdf'>2015</a>
					<a class='btn' target='_blank' href='http://hpv.olin.edu/files/2014OlinCollegeDesignReport.pdf'>2014</a>
					<a class='btn' target='_blank' href='http://hpv.olin.edu/files/2013OlinCollegeDesignReport.pdf'>2013</a>
					<a class='btn' target='_blank' href='http://hpv.olin.edu/files/2012OlinCollegeDesignReport.pdf'>2012</a>
					<a class='btn' target='_blank' href='http://hpv.olin.edu/files/2011OlinCollegeDesignReport.pdf'>2011</a>
					<a class='btn' target='_blank' href='http://hpv.olin.edu/files/2010OlinCollegeDesignReport.pdf'>2010</a>
					<a class='btn' target='_blank' href='http://hpv.olin.edu/files/2009OlinCollegeDesignReport.pdf'>2009</a>
					<a class='btn' target='_blank' href='http://hpv.olin.edu/files/2008OlinCollegeDesignReport.pdf'>2008</a>
					<a class='btn' target='_blank' href='http://hpv.olin.edu/files/2007OlinCollegeDesignReport.pdf'>2007</a>
				</div>
			</p>
			<p>
				<div class='btn-group'>
					<a class='btn'><i class="icon-book"></i> Design Innovation Reports</a>
					<a class='btn' target='_blank' href='http://hpv.olin.edu/files/2016OlinCollegeInnovationReport.pdf'>2016</a>
					<a class='btn' target='_blank' href='http://hpv.olin.edu/files/2015OlinCollegeInnovationReport.pdf'>2015</a>
					<a class='btn' target='_blank' href='http://hpv.olin.edu/files/2014OlinCollegeInnovationReport.pdf'>2014</a>
예제 #4
0
파일: index.php 프로젝트: OlinHPV/website
<?php

require 'style/common.php';
buildheader('Home');
?>
          
          <div class=span4>
            <img src='/files/2016team.jpg' alt='The Team' />
            &nbsp;
          </div>
          <div class=span5>
            <h2>2016 Competition Results</h2>
            <p>The team returned from the ASME HPVC West competition in San Jose, California. The team placed 9th place overall and 2nd in design.</p>
            <p class='right'><a class="btn" href="blog">More News <i class="icon-tag"></i></a></p>
          </div>
        </div>
        <div class='row'>
          <div class=span6>
            <h2>About the Team</h2>
            <p>We are the Olin College of Engineering Human Powered Vehicles Team. Each year, we design, build, and race a vehicle at <a href='http://www.asme.org/events/competitions/human-powered-vehicle-challenge-(hpvc)' target=_blank>ASME's Human Powered Vehicle Challenge</a>. We strive for a fast and efficient vehicle, and we design so that all of our riders can ride the vehicle.</p>
            <p><strong>Leadership: </strong><a href='mailto:dennis.chen@students.olin.edu'>Dennis Chen</a>, <a href='mailto:jennifer.wei@students.olin.edu'>Jennifer Wei</a>, <a href='mailto:kevin.crispie@students.olin.edu'>Kevin Crispie</a>, <a href='mailto:margaret.jakus@students.olin.edu'>Maggie Jakus</a></p>
            <p class='right'><a class="btn" href="history">Read More <i class="icon-chevron-right"></i></a> <a class="btn" href="mailto:hpv@olin.edu">Contact Us <i class="icon-envelope"></i></a></p>
          </div>
          <div class=span3>
            <a href='vehicle'><img src='style/images/cheryl.jpg' alt='The 2013-2014 Vehicle' /></a>
            &nbsp;
          </div>
        </div>
        <div class=row>
          <div class=span3>
            <h2>About Olin</h2>