-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
64 lines (62 loc) · 3.94 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
---
layout: default
---
<div class="container mx-auto mt-2 h-screen">
<div class="p-4 mx-2 lg:mx-16">
<div class="flex justify-center p-4">
<img class="rounded-full" src="{{ '/assets/alex-nichols-small.jpg' | relative_url }}" alt="Alex Nichols" />
</div>
<h1 class="text-5xl text-center">Alex Nichols</h1>
<h2 class="text-2xl text-center">Product Operations leader</h2>
<p class="text-center my-8">I care about working with cohesive teams to build products that customers want to use.</p>
</div>
</div>
<div id="products" class="container mx-auto mt-2 h-screen">
<div class="p-4 mx-2 lg:mx-16">
<h1 class="text-5xl text-left">Products</h1>
<div class="flex content-around justify-around flex-wrap h-full">
<div class="w-full lg:w-1/2 p-2 flex-none">
<h2 class="text-2xl"><a class="text-blue-300 hover:text-blue-400" href="https://github.com/github/feedback">GitHub public feedback discussions</a></h2>
<p>Developed and launched a public product feedback forum for GitHub.</p>
</div>
<div class="w-full lg:w-1/2 p-2 flex-none">
<h2 class="text-2xl"><a class="text-blue-300 hover:text-blue-400" href="https://github.com/github/roadmap">GitHub public roadmap</a></h2>
<p>Developed and launched a public product roadmap for GitHub. <br /><a
class="text-blue-300 hover:text-blue-400"
href="https://github.blog/2020-07-28-announcing-the-github-public-roadmap/">Blog
post</a></p>
</div>
<div class="w-full lg:w-1/2 p-2 flex-none">
<h2 class="text-2xl"><a class="text-blue-300 hover:text-blue-400" href="https://azure.com/boards">Azure
Boards</a></h2>
<p>Integrated with GitHub for issue tracking and code linking. <br /><a
class="text-blue-300 hover:text-blue-400"
href="https://devblogs.microsoft.com/devops/introducing-azure-boards-to-the-github-marketplace/">Blog
post</a> | <a class="text-blue-300 hover:text-blue-400"
href="https://youtu.be/A3jD3eWvYLE">Video</a></p>
</div>
<div class="w-full lg:w-1/2 p-2 flex-none">
<h2 class="text-2xl"><a class="text-blue-300 hover:text-blue-400" href="https://azure.com/devops">Azure
DevOps</a></h2>
<p>Guided the product organization through over a dozen releases and a major product brand change.
<br /><a class="text-blue-300 hover:text-blue-400"
href="https://devblogs.microsoft.com/devops/author/alex-nichols/">Blog posts</a> | <a
class="text-blue-300 hover:text-blue-400"
href="https://devblogs.microsoft.com/devops/whats-new-in-azure-devops-launch-update/">Blog
post</a>, <a class="text-blue-300 hover:text-blue-400"
href="https://youtu.be/kn2f5a2Z_n4">video</a>, and <a class="text-blue-300 hover:text-blue-400"
href="https://youtu.be/dgfNfexC26c">live coding event</a> produced for launch</p>
</div>
<div class="w-full lg:w-1/2 p-2 flex-none">
<h2 class="text-2xl">alexcnichols.github.io</h2>
<p>This site! <br /><a class="text-blue-300 hover:text-blue-400"
href="{{ site.github.repository_url }}">Source code</a></p>
</div>
<div class="w-full lg:w-1/2 p-2 flex-none">
<h2 class="text-2xl"><a class="text-blue-300 hover:text-blue-400"
href="https://microsoft.com/store">Microsoft Retail Stores</a></h2>
<p>Enabled integration with third party drop ship suppliers, dramatically expanding the catalog.</p>
</div>
</div>
</div>
</div>