-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (62 loc) · 2.46 KB
/
index.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
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta name="description" content="A book about education, technology, mathematics, computers and programming for humans."/>
<meta name="keywords" content="education, technology, mathematics, programming, humans"/>
<meta name="author" content="Shiv Shankar Dayal" />
<meta name="copyright" content="Shiv Shankar Dayal" />
<meta name="robots" content="index,follow"/>
<meta http-equiv="expires" content="86400"/>
<meta name="viewport" content="width=21cm, initial-scale=1">
<title>Humans, education and technology</title>
<link rel="stylesheet" href="css/material-components-web.min.css">
<link href="https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i" rel="stylesheet">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/mdb.min.css">
<link rel="stylesheet" href="css/style.css">
<script src="js/jquery.min.js"></script>
<script src="js/material-components-web.min.js"></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js?config=TeX-MML-AM_CHTML'></script>
<script>
MathJax.Hub.Config({
config: ["MMLorHTML.js"],
jax: ["input/TeX","input/MathML","input/AsciiMath","output/HTML-CSS","output/NativeMML", "output/PreviewHTML"],
extensions: ["tex2jax.js","mml2jax.js","asciimath2jax.js","MathMenu.js","MathZoom.js", "fast-preview.js", "AssistiveMML.js", "a11y/accessibility-menu.js"],
TeX: {
extensions: ["AMSmath.js","AMSsymbols.js","noErrors.js","noUndefined.js"]
}
});
</script>
</head>
<body class="mdc-typography">
<page size="A4">
<header class="mdc-toolbar mdc-theme--secondary-dark">
<div class="mdc-toolbar__row">
<section class="mdc-toolbar__section mdc-toolbar__section--align-start">
<span class="mdc-toolbar__title"><a href="/" class="menu-anchor">Home</a></span>
<span class="mdc-toolbar__title"><a href="toc.html" class="menu-anchor">Table of Contents</a></span>
</section>
</div>
</header>
<div class="margins">
<p class="book-name">
Humans, Education and Technology
</p>
<div class="clear-both">
<p class="subtitle">
Learning Languages of Mathematics and Programming
</p>
<div class="clear-both">
</div>
<p class="subtitle">Vol. I Algebra</p>
<div class="clear-both">
</div>
<p class="mid-text">by</p>
<p class="author-name">
Shiv Shankar Dayal
</p>
</div>
</div>
</page>
</body>
</html>