Skip to content

Commit

Permalink
content: resume
Browse files Browse the repository at this point in the history
- fold in resume
- move privacy to bottom
  • Loading branch information
srl295 committed Jan 2, 2024
1 parent 949fccf commit ebdd873
Show file tree
Hide file tree
Showing 5 changed files with 386 additions and 16 deletions.
5 changes: 2 additions & 3 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,10 @@ export default defineConfig({
// https://vitepress.dev/reference/default-theme-config
nav: [
{ text: 'Home', link: '/en/' },
{ text: 'About', link: '/en/about', activeMatch: '\/.*\/about.*' },
{ text: 'About', link: '/en/about', activeMatch: '\/.*\/(about|resume).*' },
{ text: 'Blog', link: '/en/blog', activeMatch: '\/.*\/(blog|posts).*' },
{ text: 'Contact', link: '/en/contact' },
{ text: 'Bees', link: '/en/bees' },
{ text: 'Privacy', link: '/en/privacy' },
{ text: 'Bees', link: '/en/bees', activeMatch: '\/.*\/(bees).*' },
],
// search: {
// provider: 'local'
Expand Down
4 changes: 2 additions & 2 deletions .vitepress/theme/CodeHiveLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ const { frontmatter } = useData()
</template> -->
<template #layout-bottom>
<div class="chtx-footer">
© 2021—{{ thisyear }} Code Hive Tx, LLC • <a href="https://github.com/codehivetx/codehivetx.us">Fork me on GitHub!</a>
Social: <code>@codehivetx</code> on <a href="https://twitter.com/codehivetx">Twitter</a> | <a
© 2021—{{ thisyear }} Code Hive Tx, LLC • <a href="https://github.com/codehivetx/codehivetx.us">Fork me on GitHub!</a> • <a href="/en/privacy">Privacy</a> •
Social: <code>@codehivetx</code> on <!-- <a href="https://twitter.com/codehivetx">Twitter</a> | --> <a
href="https://github.com/codehivetx">GitHub</a>
</div>
</template>
Expand Down
2 changes: 0 additions & 2 deletions .vitepress/theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,6 @@ html:not(.dark) body {

.srl {
height: 15em;
float: right;
margin-left: 2em;
}

input.chcontact {
Expand Down
21 changes: 12 additions & 9 deletions en/about.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
---
# About About Code Hive Tx, LLC
# About Code Hive Tx, LLC

Code Hive Tx, LLC is a small consultancy with a focus on internationalization and
global enablement. It was established in 2021, but brings many years of expertise to
Expand All @@ -10,6 +10,17 @@ We are located in
<a href="https://www.cityofdrippingsprings.com/welcome-visitors">Dripping Springs</a>,
Hays County, Texas, USA. About 45 minutes from Austin.


## Owner: Steven R. Loomis

<img src="../img/srl.jpg" class="srl" title="Steven R. Loomis" alt="Photo of Steven R. Loomis — wearing a black felt western hat" />


Steven brings more than two decades of experience to Code Hive Tx — innovating and developing processes, tools, and
organizations critical to modern software globalization. Read [Steven’s Resume](./resume.md).

## Mission Statement

```json
{
"Code": [
Expand All @@ -26,11 +37,3 @@ Hays County, Texas, USA. About 45 minutes from Austin.
]
}
```

## Owner: Steven R. Loomis

<img src="../img/srl.jpg" class="srl" title="Steven R. Loomis" alt="Photo of Steven R. Loomis — wearing a black felt western hat" />


Steven brings more than two decades of experience to Code Hive Tx — innovating and developing processes, tools, and
organizations critical to modern software globalization.
Loading

0 comments on commit ebdd873

Please sign in to comment.