-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·24 lines (20 loc) · 1.09 KB
/
Copy pathindex.html
File metadata and controls
executable file
·24 lines (20 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
layout: landing
---
<section class="terminal">
<div class="terminal-bar">
<span class="tb-dot tb-red"></span>
<span class="tb-dot tb-yellow"></span>
<span class="tb-dot tb-green"></span>
<span class="terminal-title">tom@tomped: ~/tomped — bash</span>
</div>
<div class="terminal-body">
<p class="prompt-line"><span class="prompt">tom@tomped</span><span class="path">~/tomped</span><span class="sigil">$</span> tree ./tomped</p>
<pre class="tree" role="navigation" aria-label="Site sections">
<span class="tree-root">tomped/</span>
<a class="tree-row" href="{{ site.baseurl }}/studio/">├── <span class="dir">studio/</span> <span class="comment"># freelance — I build sites for your business</span> <span class="arrow">→</span></a>
<a class="tree-row" href="{{ site.baseurl }}/resume/">└── <span class="dir">resume/</span> <span class="comment"># hire me — engineer · résumé · projects</span> <span class="arrow">→</span></a>
</pre>
<p class="tree-summary">2 folders — <span class="blink">click</span> one to continue</p>
</div>
</section>