-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathblog.html
More file actions
22 lines (21 loc) · 896 Bytes
/
blog.html
File metadata and controls
22 lines (21 loc) · 896 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
layout: default
title: Blog
---
<div class="container">
<div class="row section topspace">
<div class="col-md-6">
<div class="card">
<h5 class="card-header"><i class="fas fa-edit"></i> Blog</h5>
<div class="card-body">
<p><b><a href="http://sufficientlywise.org">Gabriele Carcassi's blog on foundations of physics</a></b>.
In the blog the project lead tries to make some the concepts accessible
to a broader audience. See the <a href="http://sufficientlywise.org/index/">index of all posts.</a>
NOTE: it hasn't been updated in a while as we are trying to understand what is the
best way to communicate the ideas.
</p>
</div>
</div>
</div>
</div>
</div>