Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
wintermuted committed Nov 16, 2024
1 parent ce08dae commit 1cd2b03
Show file tree
Hide file tree
Showing 9 changed files with 1,243 additions and 21 deletions.
18 changes: 15 additions & 3 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<li class="nav-item">
<a class="nav-link" href="/projects">Projects</a>
</li>
{% endif %} -->
{% endif %}
{% if current[1] == 'wiki' %}
<li class="nav-item active">
<a class="nav-link active" href="/wiki">Wiki</a>
Expand All @@ -53,12 +53,24 @@
<li class="nav-item">
<a class="nav-link" href="/wiki">Wiki</a>
</li>
{% endif %}
{% endif %} -->
<!-- {% if current[1] == 'wiki/links' %}
<li class="nav-item active">
<a class="nav-link active" href="/wiki/links">Links</a>
</li>
{% else %}
<li class="nav-item">
<a class="nav-link" href="/wiki/links">Links</a>
</li>
{% endif %} -->
<li class="nav-item">
<a class="nav-link" href="/resume" target="_blank">CV</a>
</li>

</ul>
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="https://twitter.com/jwnyeholt" target="_blank">
<a class="nav-link" href="https://www.linkedin.com/in/jwnyeholt" target="_blank">
<i class="fab fa-linkedin"></i>
<!-- <span>LinkedIN</span> -->
</a>
Expand Down
5 changes: 1 addition & 4 deletions _layouts/page-about.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,12 @@ <h1 class="post-title">{{ page.title }}</h1>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-md-9">
<div class="col-sm-12 col-md-12">
<article class="body-content post">
<div class="article-content">
{{ content }}
</div>
</article>
</div>
<div class="col-sm-12 col-md-3">
{% include sidebar-about.html %}
</div>
</div>
</div>
4 changes: 2 additions & 2 deletions _layouts/page-wiki-hub.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<div class="row">
<div class="col">
<header class="post-header">
<nav class="navbar-dark bg-dark" aria-label="breadcrumb">
<!-- <nav class="navbar-dark bg-dark" aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="/wiki">Wiki</a></li>
<li class="breadcrumb-item active" aria-current="page">{{ page.title }}</li>
</ol>
</nav>
</nav> -->
<h1 class="post-title">{{ page.title }}</h1>
</header>
<hr/>
Expand Down
4 changes: 2 additions & 2 deletions _layouts/page-wiki.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<div class="row">
<div class="col">
<header class="post-header">
<nav class="navbar-dark bg-dark" aria-label="breadcrumb">
<!-- <nav class="navbar-dark bg-dark" aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="/wiki">Wiki</a></li>
<li class="breadcrumb-item"><a href="/wiki/{{ page.hub }}/">{{ page.hub-label }}</a></li>
<li class="breadcrumb-item active" aria-current="page">{{ page.title }}</li>
</ol>
</nav>
</nav> -->
<h1 class="post-title">{{ page.title }}</h1>
</header>
<hr/>
Expand Down
15 changes: 6 additions & 9 deletions about.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,14 @@ permalink: /about
---

<p class="lead">
Hello, I'm Jameson Nyeholt, and I live in Portland, Oregon.
Hi, I'm Jameson Nyeholt. I'm a Software Engineer living and working in <a href="https://en.wikipedia.org/wiki/Portland,_Oregon" target="_blank">Portland, Oregon</a>.
</p>

<p class="lead">
I currently work in at <a href="https://www.microsoft.com">Microsoft</a> as a Principal Software Engineer.<br/>
I spend my free time with my family exploring the <a href="/wiki/cascadia/">Pacific Northwest</a>.<br/>
When I'm not doing that, I have some hobbies, which includes maintaining this weblog.
</p>

<!-- <p class="lead">
</p> -->
💼 I currently work at <a target="_blank" href="https://ads.microsoft.com">Microsoft Advertising</a> as a Principal Software Engineer, where I work on Ad Monetization. You can read my CV <a target="_blank" href="/resume">here</a>.
<br/>
🌲 I spend my free time with my family exploring the outdoors of the Pacific Northwest. Camping, hiking, biking, kayaking, foraging, etc.
<br/>
📫 You can reach me via email at <a href="mailto:jnyeholt@hey.com">jnyeholt@hey.com</a>

<img src="/assets/img/family_edited.jpeg" width="100%" height="auto" />

Expand Down
Binary file added assets/img/family_edited copy.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/family_edited.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion collections/_miscellaneous/links.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: page-wiki-hub
title: Miscellaneous Links
title: Links
permalink: /wiki/links
---

Expand Down
Loading

0 comments on commit 1cd2b03

Please sign in to comment.