forked from Etyre/elityre.com
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnav.html
More file actions
71 lines (70 loc) · 2.21 KB
/
nav.html
File metadata and controls
71 lines (70 loc) · 2.21 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
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
<h1 class="rh-header"><a href=".">Ricki Heicklen</a></h1>
<div id="nav-bar">
<nav>
<ul>
<li><a href="index.html" class="button" class="nav-item">About</a></li>
<!-- <li><a href="personal-photos.html" class="button">Photos</a></li> -->
<!-- <li><a href="https://docs.google.com/spreadsheets/d/1obzln9QwmOft1aHFYsZmieDThD-HkDOZ39yFqVffv2U/edit">Predictions</a></li> -->
<li class="external-link">
<a
href="https://trading.camp/"
target="_blank"
title="↗ trading.camp"
class="nav-item"
>Trading Bootcamp
<svg
xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="external-link-icon lucide lucide-square-arrow-out-up-right"
>
<path
d="M21 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h6"
/>
<path d="m21 3-9 9" />
<path d="M15 3h6v6" />
</svg>
</a>
</li>
<li>
<a href="unparalleled-misalignments.html" class="nav-item"
>Unparalleled Misalignments</a
>
</li>
<li><a href="contact.html" class="nav-item">Contact</a></li>
<li class="external-link">
<a
href="https://bayesshammai.substack.com/"
target="_blank"
title="↗ bayesshammai.substack.com"
class="nav-item"
>Blog
<svg
xmlns="http://www.w3.org/2000/svg"
width="16"
height="16"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
class="external-link-icon lucide lucide-square-arrow-out-up-right"
>
<path
d="M21 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h6"
/>
<path d="m21 3-9 9" />
<path d="M15 3h6v6" />
</svg>
</a>
</li>
</ul>
</nav>
</div>