-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcategories.html
72 lines (63 loc) · 2.64 KB
/
categories.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags always come first -->
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Categories | Random physics
</title>
<link rel="canonical" href="/categories.html">
<link rel="stylesheet" href="/theme/css/bootstrapr.min.css">
<link rel="stylesheet" href="/theme/css/font-awesome.min.css">
<link rel="stylesheet" href="/theme/css/pygments/autumn.min.css">
<link rel="stylesheet" href="/theme/css/style.css">
<link rel="icon" type="image/png" href="/extras/rphys.png" sizes="64x64">
</head>
<body>
<header class="header">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h1 class="title"><a href="/">Random physics</a></h1>
<p class="text-muted">Alberto Verga, research notebook</p>
<ul class="list-inline">
<li class="list-inline-item"><a href="/">Blog</a></li>
<li class="list-inline-item text-muted">|</li>
<li class="list-inline-item"><a href="/pages/about.html">About</a></li>
<li class="list-inline-item"><a href="/pages/lectures.html">Lectures</a></li>
</ul>
</div>
</div>
</div>
</header>
<div class="main">
<div class="container">
<table class="table table-bordered table-striped table-hover">
<tr>
<td><a href="/category/blog.html">Blog</a></td>
<td>14</td>
</tr>
<tr>
<td><a href="/category/teaching.html">teaching</a></td>
<td>3</td>
</tr>
</table>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="row">
<ul class="col-sm-6 list-inline">
<li class="list-inline-item"><a href="/archives.html">Archives</a></li>
<li class="list-inline-item"><a href="/tags.html">Tags</a></li>
<li>©Alberto Verga (2025)</li>
</ul>
<p class="col-sm-6 text-sm-right text-muted">
<a href="https://github.com/getpelican/pelican" target="_blank">Pelican</a> / <a href="https://getbootstrap.com" target="_blank"><img alt="Bootstrap" src="/theme/css/bootstrap-solid.svg" style="height: 18px;"/></a> / <a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/"><img alt="Creative Commons License Non-Commercial 4.0" style="border-width:0" src="https://i.creativecommons.org/l/by-nc/4.0/88x31.png" /></a> CC 4.0
</p>
</div>
</div>
</footer>
</body>
</html>