<!DOCTYPE html>
<html>
<head>
    <link href="https://fonts.googleapis.com/css?family=Raleway:400, 600" rel="stylesheet" type"text/css">
    <link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
    <link rel="stylesheet" href="style.css"/>
</head>

<body>

<nav class="navbar navbar-inverse">
  <button type="button" class="btn btn-default navbar-btn">About Me </button>
  <button type="button" class="btn btn-default navbar-btn">Major</button>
  <button type="button" class="btn btn-default navbar-btn">Programs</button>
  <button type="button" class="btn btn-default navbar-btn">Colleges</button>
</nav>

<div class="color">
    <h1>Victor Bataz</h1>
    <img src="https://powerschool.noblenetwork.org/guardian/stp/58751ph.jpeg?version=1409680119313">
    <h3>About Me</h3>
    <div class="align">
        <div class="text">
            <p>My name is Victor Bataz I am a sophmore at ITW David Speer Academy. In both my years here I have has been in the boy's soccer team, student council, and has helped with the girl's soccer team. Some of my future goals are to play division 1 college soccer, attend a 4 year college, play professional soccer, and graduate college. Soccer has been a part of my life since I was 6 years old. It has halped, me get through some rough times in my life. Anttime that I was upset I would go to the park with my ball and just start playing. I would not even remember what I was upset about.</p> 
        </div>
    </div>

    <div class="major">
    <h3>Current S.T.E.M Major</h3>
    <p>Automotive Engineering</p>
    </div>

    <div class="list">
        <h4>Programs of Interest</h4>
        <ol>
            <li>Transpotaion design</li>
            <li>Automotive Engineering</li>
            <li>Engineering Innovation</li>
        </ol>
    </div>
</div>
<div class="table">
        <table border="10px">
            <thead>
                <tr>
                    <th style="color:white"; colspan="4">Colleges Of Interest</th>
                </tr>
                <tr style="color:White">
                    <th>Name</th>
                    <th>Degree</th>
                    <th>Location</th>
                    <th>Tuition</th>
                </tr>
            </thead>
            <tbody>
                <tr style="color:White" >
                    <td>Stanford University</td>
                    <td>Masters Degree</td>
                    <td>California</td>
                    <td>$42,780</td>
                </tr>
                
                <tr style="color:White">
                    <td>Massachusetts Institute of Technology</td>
                    <td>Masters Degree </td>
                    <td>Massachusetts</td>
                    <td>$11,220</td>
                </tr>
                
                <tr style="color:White">
                    <td>University of California</td>
                    <td>Masters Degree</td>
                    <td>California</td>
                    <td>$10,330</td>
                </tr>
            </tbody>
        </table>
</div>

</body>
</html>