-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTutorials.html
More file actions
40 lines (34 loc) · 1.11 KB
/
Tutorials.html
File metadata and controls
40 lines (34 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/stylesheet.css">
<title> Physics </title>
</head>
<body>
<nav>
<ul>
<li><a href="index.html"> Home </a></li>
<li><a href="firstlaw.html"> First Law </a></li>
<li><a href="secondlaw.html"> Second Law </a></li>
<li><a href="thirdlaw.html"> Third Law </a></li>
<li><a href="Tutorials.html"> Tutoring </a></li>
</ul>
</nav>
<div class="row">
<div class="col">
<h1> Tutoring</h1>
<img src="images/writingnotes.jpg" width="500" height="400"/>
<p> Check out these free and by membership tutorials:</p>
<div class="row">
<ul>
<a href="https://www.khanacademy.org/science/physics" target="_blank"> Khan Academy</a>
<br>
<a href="https://www.princetonreview.com/academic-tutoring/tutor-search?s=physics" target="_blank"> Princeton Review </a>
</ul>
</div>
</div>
</div>
<!--will include symbols and an example problem-->
</body>
</html>