87 lines
3.8 KiB
HTML
87 lines
3.8 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">
|
|
<!-- MathJax Integration and configuration -->
|
|
<script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-MML-AM_CHTML' async></script>
|
|
<script type="text/x-mathjax-config">
|
|
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});
|
|
</script>
|
|
<title>Formulas</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>
|
|
|
|
<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 top-buffer">
|
|
<table class = "table table-hover">
|
|
<caption>Useful Formulas for Mathematics</caption>
|
|
<thead>
|
|
<tr>
|
|
<th scope="col">Name</th>
|
|
<th scope="col">Formula</th>
|
|
<th scope="col">Notes</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>Pythag Them</td>
|
|
<td>$x^2+y^2=c^2$</td>
|
|
<td>You know this, why even look?</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Best Trig Them</td>
|
|
<td>$sin^2(x)+cos^2(x)=1$</td>
|
|
<td>other trig identities are inferior derivations</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
<div class = "col-2 text-right top-buffer">
|
|
<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> |