Пример #1
0
		<?php 
include "Includes/Header.php";
include "Includes/buildSection.php";
?>
		<h1>My Employment History</h1>
		<!--Container used to center text -->
		<div class = "row">
			<div class = "text-center col-md-6 col-md-offset-3">
				<p>
					While my employment is limited, below are the two jobs I have had:
				</p>
			</div>
			
			<div class = "col-md-6 col-md-offset-3">
				<?php 
//creates the section about my camp counselor job
$text = "This past summer, 2015, I worked as a camp counselor for the Nike Swimming Camp" . "through the University of Pittsburgh. I was responsible for swim instruction for local" . "children between the ages of 10-18.";
buildSection("Camp Counselor", "http://www.ussportscamps.com/swim/nike/", "Images/nike-logo.png", $text);
?>
				
			<br/>
				<?php 
//creates the section about my lifeguard job
$text = "The summer of 2013 and 2014 I worked as a lifeguard at Otter Cove Aquatic Park. It was a local" . "park district pool with a few slides and diving boards. My duties included training to be CPR, AED" . "and First Aid certified in order to supervise and maintain safety in the aquatic environment.";
buildSection("Lifeguard", "http://www.ottercove.org/", "Images/OtterCoveLogo.gif", $text);
?>
				
			</div>
	</body>

</html>
					Throughout my 3 years at the University of Pittsburgh I have had the opportuity to volunteer in a number of ways. 
				</p>
			</div>
			
			<div class="col-md-6 col-md-offset-3">
			<?php 
//section for my Special Olympics volunteering
$text = "Every year, the Pittsburgh Swimming and Diving team hosts the Allegheny County Special Olympic Swim Meet." . "We assist in activities ranging from timing the athletes races to in-water supervision.";
buildSection("Special Olympics", "http://www.so-ac.org/", "../Images/Olympic-Rings.png", $text);
?>
			
			<br/>
			<?php 
//section for my Panther Swim Club volunteering
$text = "Last year, I was a volunteer coach for the club swim team at the University of Pittsburgh. I wrote and directed" . "workouts on a weekly basis and provided technique and training expertise. ";
buildSection("Panther Swim Club", "", "../Images/PSC.jpg", $text);
?>
				
			<br/>	
			<?php 
//section for my Team Pitt volunteering
$text = "Throughout the past few years, I have volunteered at many Team Pittsburgh swim meets. Team Pittsburgh" . "is an age group swim club that practices at Trees Pool. My jobs have ranged from" . "safety marshall to helping run the timing system to timing the races with a stopwatch.";
buildSection("Team Pittsburgh Aquatics", "http://www.teampittsburgh.com/html/New%20Site/index.htm", "../Images/teampittlogo.JPG", $text);
?>
	
				
			</div>
		</div>
	</body>

</html>