Skip to content

Commit

Permalink
add draft portfolio page
Browse files Browse the repository at this point in the history
  • Loading branch information
shanamatthews committed Nov 15, 2023
1 parent e323094 commit 942d120
Show file tree
Hide file tree
Showing 33 changed files with 2,772 additions and 956 deletions.
39 changes: 25 additions & 14 deletions about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,33 +18,44 @@
<nav class="header-links">
<ul>
<li><a href="/about/">About</a></li>
<!-- <li><a href="/contact/">Contact</a></li> -->
<li><a href="/posts/">Posts</a></li>
<li><a href="/talks/">Talks</a></li>
<li><a href="/portfolio/">Portfolio</a></li>
<li><a href="/reading/">What am I reading?</a></li>
</ul>
</nav>
</header>
<h1 class="title">About</h1>
<p>I’m a <del>software engineer</del> <del>developer advocate</del> <em>documentation engineer</em> currently at <a href="https://sentry.io/welcome">Sentry</a>. I care about making tools simple and documentation awesome.</p>
<!-- I like to think of myself as half developer, half librarian -->
<p>Fun facts about me:</p>
<p>I’m a <del>software engineer</del> <del>developer
advocate</del> <em>documentation engineer</em> currently at <a
href="https://sentry.io/welcome">Sentry</a>. I care about making
tools simple and documentation awesome.</p>
<h2 id="fun-facts-about-me">Fun facts about me</h2>
<ul>
<li>Every version of Windows since 2016 has shipped with code I’ve written.</li>
<li>I once delayed a Windows 10 major release (2x/year) because I didn’t thoroughly test a code review suggestion 🤗</li>
<li>I’ve only ever worked on products and tools for developers. I just don’t find myself interested in working on products for folks who aren’t engineers.</li>
<li>Every version of Windows since 2016 has shipped with code I’ve
written.</li>
<li>I once delayed a Windows 10 major release (2x/year) because I
didn’t thoroughly test a code review suggestion 🤗</li>
<li>I’ve only ever worked on products and tools for developers. I
just don’t find myself interested in working on products for folks
who aren’t engineers.</li>
</ul>
<figure>
<img src="../images/headshot.jpeg" alt="It’s me" /><figcaption aria-hidden="true"><em>It’s me</em></figcaption>
</figure>
<h2 id="where-to-find-me">Where to find me</h2>
<ul>
<li><a href="./resume.pdf">My resume (not up to date)</a></li>
<li>GitHub: <a href="https://github.com/shanamatthews">@shanamatthews</a></li>
<li><a href="https://www.linkedin.com/in/shana-matthews/">LinkedIn</a></li>
<li>I am no longer on Twitter, find me on <a rel="me" href="https://hachyderm.io/@shanacodes">Mastodon</a></li>
<li>Or, shoot me an email at <a href="mailto:shana@shana.codes">shana@shana.codes</a></li>
<li>GitHub: <a
href="https://github.com/shanamatthews">@shanamatthews</a></li>
<li><a
href="https://www.linkedin.com/in/shana-matthews/">LinkedIn</a></li>
<li>I am no longer on Twitter, find me on
<a rel="me" href="https://hachyderm.io/@shanacodes">Mastodon</a></li>
<li>Or, shoot me an email at <a
href="mailto:shana@shana.codes">shana@shana.codes</a></li>
</ul>
<figure>
<img src="../images/headshot.jpeg" alt="It’s me" />
<figcaption aria-hidden="true"><em>It’s me</em></figcaption>
</figure>
</body>
<footer>
<p>Powered by <a href="https://github.com/shanamatthews/static-site-generator">Shana's custom static site
Expand Down
8 changes: 3 additions & 5 deletions about/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,18 @@ keywords: [nothing, nothingness]

I'm a ~~software engineer~~ ~~developer advocate~~ *documentation engineer* currently at [Sentry](https://sentry.io/welcome). I care about making tools simple and documentation awesome.

<!-- I like to think of myself as half developer, half librarian -->

Fun facts about me:
## Fun facts about me

- Every version of Windows since 2016 has shipped with code I’ve written.
- I once delayed a Windows 10 major release (2x/year) because I didn't thoroughly test a code review suggestion 🤗
- I've only ever worked on products and tools for developers. I just don't find myself interested in working on products for folks who aren't engineers.

![*It's me*](../images/headshot.jpeg)

## Where to find me

- [My resume (not up to date)](./resume.pdf)
- GitHub: [\@shanamatthews](https://github.com/shanamatthews)
- [LinkedIn](https://www.linkedin.com/in/shana-matthews/)
- I am no longer on Twitter, find me on <a rel="me" href="https://hachyderm.io/@shanacodes">Mastodon</a>
- Or, shoot me an email at [shana@shana.codes](mailto:shana@shana.codes)

![*It's me*](../images/headshot.jpeg)
2 changes: 1 addition & 1 deletion assets/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
<nav class="header-links">
<ul>
<li><a href="/about/">About</a></li>
<!-- <li><a href="/contact/">Contact</a></li> -->
<li><a href="/posts/">Posts</a></li>
<li><a href="/talks/">Talks</a></li>
<li><a href="/portfolio/">Portfolio</a></li>
<li><a href="/reading/">What am I reading?</a></li>
</ul>
</nav>
Expand Down
41 changes: 0 additions & 41 deletions contact/index.html

This file was deleted.

9 changes: 0 additions & 9 deletions contact/index.md

This file was deleted.

Loading

0 comments on commit 942d120

Please sign in to comment.