-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmath.html
95 lines (82 loc) · 3.25 KB
/
math.html
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8" />
<meta name="description" content="math lessons" />
<title>Math</title>
<link rel="stylesheet" type="text/css" href="leonardoprofessionalCSS/lessonList.css">
</head>
<body>
<div class="Header">
<img
src="leonardoprofessionalPictures/logo.PNG"
alt="logo"
style="width: 300px; height: 75px"
/>
<div>
<a class="navButton" href="index.html"><b>home</b></a>
</div>
<div>
<a class="navButton" href="math.html"><b> math </b></a>
</div>
<div>
<a class="navButton" href="engineering.html"><b> engineering </b></a>
</div>
<div>
<a class="navButton" href="coding.html"><b> coding </b></a>
</div>
<div>
<button class="btn-primary">
<a href="#"><b> contact me </b></a>
</button>
</div>
</div>
<div class="mainPage">
<h1>Math lessons</h1>
<div class="lessonBoxRed">
<div class="image">
<img src="mathPicture/logs.PNG" alt="exponants"
style="width:300px;height:220px;">
</div>
<div id="exponants" class="title">
<a href="math/exponants.html"><h1>Exponents</h1></a>
</div>
<div class="article">
<p>
Aug 06, 2021
<br />
  Exponents and Logarithms are a great place to start to properly prepare for all the complex topics ahead.
learn the laws of Exponents and Logarithms here
</p>
</div>
</div>
<div class="lessonBoxBlue">
<div class="image">
<img src="leonardoprofessionalPictures/logs.PNG" alt="logs"
style="width:300px;height:220px;">
</div>
<div class="title">
<a href="math/logs.html"> <h1> logorithms</h1> </a>
</div>
<div class="article">
<p>
Feb 05, 2021
<br />
 the first time I ever thought something was hard.
</p>
</div>
</div>
<br/>
<br/>
<footer class="footer">
<br />
<br />
<br />
<br />
<br />
<br />
<br />
</footer>
</body>
</html>