-
-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathindex.html
85 lines (78 loc) · 2.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
---
layout: layout
title: "Home of Feross Aboukhadijeh"
class: home
---
<div class="left">
<h2>Blog
<a class="rss" href="https://feross.org/atom.xml" title="Subscribe to the Feross.org Feed">
<img src="/images/rss.png" alt="RSS Feed Icon" />
</a>
</h2>
<ul class="listing">
{% for post in site.posts %}
<li>
<a href="{{ post.url }}">{{ post.title }}</a>
<time datetime="{{post.date | date: "%Y-%m-%d"}}">
{{ post.date | date: "%B %e, %Y" }}{% if post.github %}.
Code on <a href="{{ post.github }}">GitHub</a>.
{% endif %}
</time>
</li>
{% endfor %}
</ul>
</div>
<div class="right">
<h2>Hey there, I'm Feross! ✨</h2>
<div class="bio">
<p>
Read my <a href="/about/" class="strong">bio</a> and <a href="/resume/" class="strong">résumé</a>.
<br>Become an <a href="/thanks/">open source supporter</a>.
<br>Get a <a href="/support/">support contract</a> for your company/team.
<br>Follow me on <a href="https://twitter.com/feross">Twitter</a> and <a href="https://github.com/feross">GitHub</a>.
</p>
<a class="avatar" href="/about/" title="Feross Aboukhadijeh">
<img src="/images/feross-japan.jpg" alt="I am so handsome."/>
</a>
{% include ad.html %}
<small>Total blog post views: <span class="views"></span></small>
</div>
<h2>Current Projects</h2>
<ul class="listing">
<li>
<a href="https://bitmidi.com">BitMidi</a>
<span>Listen to the best free MIDI songs.</span>
</li>
<li>
<a href="https://play.cash">Play</a>
<span>Music videos with insider song facts.</span>
</li>
<li>
<a href="https://webtorrent.io/desktop">WebTorrent Desktop</a>
<span>Streaming torrent app for Mac, Windows, & Linux.</span>
</li>
<li>
<a href="https://webtorrent.io">WebTorrent</a>
<span>Streaming torrent client for the web.</span>
</li>
<li>
<a href="https://standardjs.com">JavaScript Standard Style</a>
<span>JavaScript style guide, with linter, & automatic code fixer.</span>
</li>
<li>
<a href="https://www.apstudynotes.org">Study Notes</a>
<span>Free AP notes & sample college essays for high school students.</span>
</li>
</ul>
<h2>Other</h2>
<ul class="listing">
<li>
<a href="/citations/">Book & Academic Citations</a>
<span>List of published books and academic research that cite my work.</span>
</li>
<li>
<a href="/quotes/">Favorite Quotes</a>
<span>List of interesting & inspiring quotes.</span>
</li>
</ul>
</div>