-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
63 lines (56 loc) · 2.59 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
63
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="Eugene Reut">
<meta name="generator" content="Jekyll v3.8.5">
<title>Physics · Books</title>
<!-- link rel="canonical" href="" -->
<!-- Bootstrap core CSS -->
<link href="../Physics-Books/book3/common/bootstrap.min.css" rel="stylesheet">
<link href="../Physics-Books/book3/common/blog.css" rel="stylesheet">
<!-- link href="../book3/common/bootstrap.min.css" rel="stylesheet">
<link href="../book3/common/blog.css" rel="stylesheet" -->
<!-- Custom styles for this template -->
<link href="https://fonts.googleapis.com/css?family=Playfair+Display:400,400i&display=swap" rel="stylesheet">
<!-- Custom styles for this template -->
</head>
<body>
<div class="container">
<header class="blog-header py-3">
<div class="row flex-nowrap justify-content-between align-items-center">
<div class="col-3 pt-4"><h6 class="ml-2 font-italic text-muted">Senior</h6></div>
<div class="col-6 text-center">
<a class="blog-header-logo text-dark" href="../Physics-Books/book1/chapter1/book1-1.html">Physics</a>
</div>
<div class="col-3"> </div>
</div>
</header>
<div class="py-1">
<ul class="nav flex-column">
<li class="nav-item">
<!-- a class="nav-link text-muted" href="../Physics-Books/book1/chapter1/book1-1.html" class="text-muted" -->
<a class="nav-link text-muted">Book One · Introduction. Heat Phenomena. Electricity</a>
</li>
<li class="nav-item">
<!-- a class="nav-link text-muted" href="../Physics-Books/book2/chapter1/book2-1.html" class="text-muted" -->
<a class="nav-link text-muted">Book Two · Mechanics</a>
</li>
<li class="nav-item">
<a class="nav-link text-info" href="../Physics-Books/book3/chapter1/book3-1.html" class="text-muted">
Book Three · Thermodynamics. Molecular Physics. Fundamentals of Electrodynamics</a>
</li>
<li class="nav-item">
<!-- a class="nav-link text-muted" href="../Physics-Books/book4/chapter1/book4-1.html" class="text-muted" -->
<a class="nav-link text-muted">Book Four · Oscillations and waves. Optics. Atomic and Nuclear Physics</a>
</li>
</ul>
</div>
<div style="margin-top: 10%">
<h4 class="text-center">You matter<br> unless you multiply<br> yourself by the speed<br> of light...<br> ...then you energy</h4>
</div>
</div>
</body>
</html>