79 lines
4.2 KiB
HTML
79 lines
4.2 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://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
|
|
|
|
|
|
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" rel="stylesheet">
|
|
<link href="homepageStyles.css" rel="stylesheet">
|
|
<title>About</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">
|
|
<p>Copy and pasted bio for tutoring:</p>
|
|
<p>I have always thoroughly enjoyed helping others to understand difficult concepts. When someone is struggling with a problem, it's extremely gratifying to be able to lead them to success. Many students struggle not due to lack of talent or effort, but rather they lack the personal guidance, alternate explanations, and expertise needed to frame these problems in a way that's easily understandable. As a tutor, I have the ability to influence my students in a positive and personal way which I am extremely grateful for.</p>
|
|
<p>Copy and pasted personal info:</p>
|
|
<p>I enjoy having a variety of hobbies which I can pick up when the urge hits. To stay healthy I lift weights, practice calisthenics, and go running through my neighborhood. I also practice Brazilian Jiu Jitsu whenever I get the chance, which I love for the analytical and tactical aspects as well as the positive and supportive community. Having been a picky eater when I was young, I've taught myself to cook and am always happy to make food for my family and friends. To relax after stressful days I enjoy casually playing guitar, messing with scales and playing whatever songs fit my mood.</p>
|
|
</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>
|
|
</body>
|
|
|
|
<footer>
|
|
<div class="d-flex top-buffer">
|
|
<div>
|
|
TaylorBerukoff@gmail.com
|
|
</div>
|
|
<div class="ml-auto">
|
|
(562) 826-1345
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
|
|
<!-- Bunch of script stuff for bootstrap -->
|
|
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
|
|
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
|
|
</html> |