-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
87 lines (78 loc) · 3.58 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
---
layout: nonewsletter
regenerate: true
---
<div class="home">
<div class="banner">
<img class="bannerimg" src="{{ site.baseurl }}/banners/dureranthony.jpg">
</div>
<div class="rule"></div>
<div class="two-column">
<div class="featured-articles">
<header class="index-header">
<h2>Featured Essays</h2>
</header>
{% for essay in site.featuredessays reversed limit:3 %}
<a class="index-link" href="{{ essay.url | prepend: site.baseurl }}">{{ essay.title }}</a>:<div class="tagline">{{ essay.tagline | markdownify }}</div>
<div class="source">
Source:
<a class="source-link" href="{{ essay.path | remove: 'C:/Users/daniel.sheffler/OneDrive/Website/' | prepend: 'https://raw.githubusercontent.com/dansheffler/dtsheffler.com/master/' }}">
md
</a> |
{% if essay.pdf %}
Paper version:
<a class="pdf-link" href="{{ essay.pdf }}"> pdf
</a>
| {% endif %}Permalink:
<a class="permalink" href="{{ essay.url | prepend: site.baseurl }}">
html
</a>
</div>
{% endfor %}
</div>
<div class="latest-articles">
<header class="index-header">
<h2>Latest Posts</h2>
</header>
{% for post in site.posts limit:3 %}
<a class="index-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>:<div class="tagline">{{ post.summary | markdownify }}</div>
<div class="source">
Source:
<a class="source-link" href="{{ post.path | remove: 'C:/Users/daniel.sheffler/OneDrive/Website/' | prepend: 'https://raw.githubusercontent.com/dansheffler/dtsheffler.com/master/' }}">
md
</a> |
Permalink:
<a class="permalink" href="{{ post.url | prepend: site.baseurl }}">
html
</a>
</div>
{% endfor %}
</div>
</div>
{% include newsletter.html %}
<div class="featured-videos">
<header class="index-header">
<h2>Featured Videos</h2>
</header>
<div class="auto-resizable-iframe">
<div class="auto-resizable-iframe">
<iframe width="100%" height="100%" src="https://www.youtube.com/embed/pHpN2sTx2Zs?si=H2uEy0S_I9ExHtAC" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>
<div>
<iframe width="100%" height="100%" src="https://www.youtube.com/embed/axfw_MN4QHI" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="auto-resizable-iframe">
<div>
<iframe width="100%" height="100%" src="https://www.youtube.com/embed/1ysLehmdVQI" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
<div class="rule"></div>
<header class="index-header">
<h2>Notebook</h2>
</header>
<div class="notebook-description">
<p>If you would like to browse past essays from the <a href="{{ site.baseurl }}/notebook/">Notebook</a>, you can see the big chronological list in the <a href="{{ site.baseurl }}/archive/">Archive</a> or you can browse through the list of <a href="{{ site.baseurl }}/tags/">Tags</a>. In this notebook you can read my attempts to work out my ideas in a public space before they make it into the longer and more polished <a href="{{ site.baseurl }}/essays/">Essays</a>.</p>
</div>
</div>