-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·82 lines (75 loc) · 2.62 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
---
layout: base
redirect_from: "/articles"
---
<section>
<header>
<nav style="background-image: url(/images/{{ site.inc.cover_image }})">
<a class="secondary" href="/">Writing</a>
<a href="/">LIMI</a>
<a class="secondary" href="/contact">Contact</a>
</nav>
</header>
</section>
<article>
<div class="container">
<section>
<p><a href="https://limi.net">Alex Limi</a> is
Chief Product Officer at
<a target="_blank" href="https://jarn.com/">Jarn</a>.
Previously, he was VP Product at
<a target="_blank" href="https://nuclia.com">Nuclia</a>
— an AI search company,
VP Product at
<a target="_blank" href="https://dialpad.com">Highfive</a>
— a hardware & software video conferencing
company, led <a target="_blank" href="https://www.firefox.com">Firefox</a>
User Experience
& Product Design at <a target="_blank" href="https://www.mozilla.com">Mozilla</a>,
designed at <a target="_blank" href="https://www.google.com">Google</a>,
and is the co-founder of the open source project <a
target="_blank" href="https://plone.org">Plone</a>.
</p>
</section>
</div>
</article>
<!--
<section>
<article>
<h1><i>Career <abbr title="and">&</abbr> Influence & Impact</i></h1>
</article>
</section>
-->
<!--
<article>
<div class="container">
<section>
<h1><i>Selected Writings</i></h1>
</section>
</div>
</article>
-->
<!--<li style="background-image: url(/images/{{ post.cover_image }})"><a href="{{ post.url }}" rel="prefetch">{{ post.title }}</a></li>-->
<ul class="listing">
{% for post in paginator.posts %}
{% unless post.draft %}
<li><a href="{{ post.url }}">{{ post.title }}</a></li>
{% endunless %}
{% endfor %}
</ul>
<!--
<section class="pagination" style="text-align:center">
{% if paginator.previous_page %}
{% if paginator.previous_page == 1 %}
<a href="/" class="btn btn-outline">‹ Newer</a>
{% else %}
<a href="/page{{ paginator.previous_page }}" class="btn btn-outline">‹ Newer</a>
{% endif %}
{% endif %}
{% if paginator.next_page %}
<a href="/page{{ paginator.next_page }}" class="btn btn-outline">Older ›</a>
{% endif %}
</section>
-->
<a rel="me" style="display: none" href="https://mastodon.social/@limi">Mastodon profile</a>
<a rel="me" style="display: none" href="https://www.threads.net/@limi">Threads profile</a>