HarvardCS50/pset5/homepage/schedule.html

62 lines
2.9 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link href="homepageStyles.css" rel="stylesheet">
<title>Schedule</title>
</head>
<body class = "bg">
<header>
<div class = "row">
<div class = "col-2">
<img src="./img/taylor.png" class="img-fluid" alt="Responsive image">
</div>
<div class = "col-8">
<p class = "h1 text-center roman italic">Taylor Berukoff</p>
<p class = "h4 text-center">Mathematics Tutor</p>
<div class = "h6 text-center">
Calculus ~ Algebra ~ ACT/SAT ~ General Mathematics
</div>
</div>
<div class = "col-2 text-right list-group">
<p class = "list-group-item">TaylorBerukoff@gmail.com</p>
<p class = "list-group-item text-right">(562) 826-1234</p>
</div>
</div>
</header>
<h2 class = "text-center">Availability</h2>
<div class = "row top-buffer">
<div class = "col-2 sidenav h3">
<a href="index.html">home</a>
<a href="about.html">about</a>
<a href="schedule.html">schedule</a>
<a href="formulas.html">formulas</a>
</div>
<div class = "col-8 text-center">
<iframe src="https://calendar.google.com/calendar/embed?showTitle=0&amp;height=600&amp;wkst=1&amp;bgcolor=%23ffffcc&amp;src=taylorberukoff%40gmail.com&amp;color=%231B887A&amp;ctz=America%2FLos_Angeles" style="border-width:0" width="800" height="600" frameborder="0" scrolling="no"></iframe>
</div>
<div class = "col-2 text-right">
<p> ADS ADS ADS</p>
<p> ADS ADS ADS</p>
<p> ADS ADS ADS</p>
<p> ADS ADS ADS</p>
</div>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</body>
</html>