Created
February 2, 2016 01:27
-
-
Save outoftime/8d0c8368acef97557e99 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Page Title</title> | |
</head> | |
<body> | |
<div id="nav"> | |
<div class="nav-item">Home</div> | |
<div class="nav-item">About</div> | |
<div class="nav-item">Photos</div> | |
<div class="nav-item">Contact</div> | |
</div> | |
<div id="rail"> | |
<div>Overview</div> | |
<div>Academic Calendar</div> | |
<div>Statistics</div> | |
<div>Maps</div> | |
<h4>News & Information</h4> | |
<div>News</div> | |
<div>Announcements</div> | |
<div>Blog</div> | |
<h4>Academics & Activities</h4> | |
<div>Athletics</div> | |
<div>Clubs</div> | |
</div> | |
<div id="main"> | |
<h1>George Westinghouse High School</h1> | |
<p>George Westinghouse High School offers all students an integrated academic and technical curriculum designed to provide real world, project-based learning experiences within an innovative and challenging instructional environment. The school is a pioneering educational center that offers students, parents, universities and community based partners the opportunity to be part of an Information Technology complex that prepares students for a successful post-secondary education and a career in the ever-changing global marketplace.</p> | |
<p>Westinghouse offers programs in CISCO, Microsoft network installation, Electrical Technology/Wiring Tech, A+/CompTIA, web page design, computer programming, and Vision Care Technology. The Comprehensive School Demonstration Program is an integral part of our academic and tech programs.</p> | |
<h3>Extracurricular Activities</h3> | |
<p>Hispanic, Haitian, Chess, Computer clubs; basketball, baseball, soccer, and volleyball teams; peer mediation and conflict resolution activities; Society of Black Engineers, Robotics Club.</p> | |
<h3>Our Community</h3> | |
<p>We have 13 partnerships, including: SIAC, Chase Manhattan Bank, Long Island University, MetroTech Business Improvement District, NYC Technical College and Polytechnic University.</p> | |
</div> | |
<div id="footer"> | |
<div class="footer-item">Terms of Service</div> | |
<div class="footer-item">Contact</div> | |
<div class="footer-item">Privacy Policy</div> | |
<div class="footer-item">NYC DOE</div> | |
<div class="footer-item">Copyright 2016</div> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment