-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMathBeta.html
More file actions
98 lines (93 loc) · 4.25 KB
/
MathBeta.html
File metadata and controls
98 lines (93 loc) · 4.25 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
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
96
97
98
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Math</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="styles2.css">
</head>
<body>
<header id="fade-in">
<h1><strong>Math eBooks</strong></h1>
</header>
<footer>
<div class="return">
<a href="index.html" style="color: white">Return Home</a>
</div>
</footer>
<section id="scale-up">
<ul class="style-1">
<div class="row">
<!-- <--Pre-Algebra-->
<div class="col col-lg-3 col-md-4 col-sm-6 col-xs-12">
<div class="hovereffect">
<img class="img-responsive" src="https://images-na.ssl-images-amazon.com/images/I/51OZ9uVMBFL.jpg" alt="">
<div class="overlay">
<h2>Pre-Algebra</h2>
<a class="info" href="https://cnx.org/contents/yqV9q0HH@19.5:plLt9FYr@9/Introduction" target="_blank">Math-085</a>
</div>
</div>
</div>
<div class="col col-lg-3 col-md-4 col-sm-6 col-xs-12">
<div class="hovereffect">
<img class="img-responsive" src="img/elementstat.jpg" alt="">
<div class="overlay">
<h2>Elementary Statistics</h2>
<a class="info" href="https://b-ok.cc/dl/1240930/6226d7" target="_blank">MATH-153</a>
</div>
</div>
</div>
<div class="col col-lg-3 col-md-4 col-sm-6 col-xs-12">
<div class="hovereffect">
<img class="img-responsive" src="img/appliedcalc.jpg" alt="">
<div class="overlay">
<h2>Applied Calculus</h2>
<a class="info" href="https://b-ok.cc/book/2877806/a0a15c/?wrongHash" target="_blank">MATH-157</a>
</div>
</div>
</div>
<div class="col col-lg-3 col-md-4 col-sm-6 col-xs-12">
<div class="hovereffect">
<img class="img-responsive" src="img/calc.jpg" alt="">
<div class="overlay">
<h2>Calculus</h2>
<a class="info" href="https://b-ok.cc/book/3403567/99cef4/?wrongHash" target="_blank">MATH 171-173</a>
</div>
</div>
</div>
<div class="col col-lg-3 col-md-4 col-sm-6 col-xs-12">
<div class="hovereffect">
<img class="img-responsive" src="img/approachtomath.jpg" alt="">
<div class="overlay">
<h2 style="font-size: 12px;">Approach to Mathematics for Elementary School Teachers</h2>
<a class="info" href="https://b-ok.cc/book/5004506/d555c9" target="_blank">MATH 200/206</a>
</div>
</div>
</div>
<div class="col col-lg-3 col-md-4 col-sm-6 col-xs-12">
<div class="hovereffect">
<img class="img-responsive" src="img/discrete.jpg" alt="">
<div class="overlay">
<h2 style="font-size: 12px;">Discrete Mathematics with Applications</h2>
<a class="info" href="https://b-ok.cc/book/1130431/c86f2d/?wrongHash" target="_blank">MATH 210</a>
</div>
</div>
</div>
<div class="col col-lg-3 col-md-4 col-sm-6 col-xs-12">
<div class="hovereffect">
<img class="img-responsive" src="img/LinAlg.jpg" alt="">
<div class="overlay">
<h2 style="font-size: 12px;">Linear Algebra</h2>
<a class="info" href="https://b-ok.cc/book/2621731/c0da5a/?wrongHash" target="_blank">MATH 220</a>
</div>
</div>
</div>
</div>
</ul>
</section>
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
</body>
</html>