aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/index.html2
-rw-r--r--layouts/partials/header.html14
2 files changed, 7 insertions, 9 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 4ac472d..6c4feda 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -2,7 +2,7 @@
<article>
- <p>I'm a Principal SRE, currently working at <a href="https://www.roblox.com/" target="_blank">Roblox</a>. Previously I worked at <a href="https://twitter.com/TwitterEng" target="_blank">Twitter</a> for over 7 years, and my main focus was on Twitter's compute platform.</p>
+ <p>I'm a Site Reliability Engineer, currently working at <a href="https://www.roblox.com/" target="_blank">Roblox</a>. Previously I worked at <a href="https://twitter.com/TwitterEng" target="_blank">Twitter</a> for over 7 years, and my main focus was on Twitter's compute platform.</p>
<p>My general interests are in building sustainable teams, improving the management and operation of large infrastructure, and work with different teams to implement best practices around reliability and security.</p>
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 26a77d1..48c805e 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -1,12 +1,10 @@
<header>
<nav class="navbar">
- <h1 id="header"><a rel="author" href="{{ .Site.BaseURL }}">franck cuny</a></h1>
- {{ range .Site.Menus.main }}
- <a class="nav-bold" href="{{ absURL .URL }}">{{ .Title }}</a>
- <span class="bar">|</span>
- {{ end }}
- <a class="nav-bold" href="https://git.fcuny.net/fcuny" title="git" target="_blank">code</a>
- <span class="bar">|</span>
- <a class="nav-bold" href="/feed.xml" title="atom feed">feed</a>
+ <a class="nav-bold" href="{{ .Site.BaseURL }}">about</a>
+ <ul class="nav-links">
+ {{ range .Site.Menus.main }}
+ <li class="nav-item"><a href="{{ absURL .URL }}">{{ .Title }}</a></li>
+ {{ end }}
+ </ul>
</nav>
</header>