Skip to content

Commit c307c89

Browse files
committed
Stop soliciting work
1 parent 8a3217e commit c307c89

File tree

3 files changed

+10
-28
lines changed

3 files changed

+10
-28
lines changed

src/components/Header.astro

-10
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,6 @@ import HeaderLink from "./HeaderLink.astro";
3737
>
3838
<HeaderLink href="/portfolio/">Portfolio</HeaderLink>
3939
<HeaderLink href="/blog/">Blog</HeaderLink>
40-
<HeaderLink
41-
href="https://caketop.app/"
42-
rel="me"
43-
target="_blank">Consulting</HeaderLink
44-
>
45-
<HeaderLink
46-
href="https://www.linkedin.com/in/jordanwebbfromchicago/"
47-
rel="me"
48-
target="_blank">LinkedIn</HeaderLink
49-
>
5040
<HeaderLink
5141
href="https://github.com/jordemort"
5242
rel="me authn"

src/pages/index.md

-8
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ I build a lot of custom Linux distributions.
44
I helped build two different ones for a company that used to be called Cleversafe, but is now [IBM Cloud Object Storage](https://www.ibm.com/cloud/object-storage).
55
I worked on another distribution for GitHub, which lives inside of [GitHub Enterprise Server](https://docs.github.com/en/[email protected]/admin/overview/about-github-enterprise-server).
66

7-
I'm currently freelancing and working on my own projects as [Caketop](https://caketop.app).
8-
I'm also [writing articles](portfolio) and investing tiny amounts of money in friends' companies.
9-
107
I am most comfortable programming in Python or C; I can also be happy and productive in Go, Perl, or Ruby.
118
I am very well-versed in bash and POSIX shell scripting.
129
I know just enough JavaScript and TypeScript to keep myself out of trouble.
@@ -16,11 +13,6 @@ I'm into Docker, OSTree, Podman, and systemd.
1613
When I'm not running a distribution I built myself, I tend to prefer Debian, Ubuntu, or, for smaller devices, OpenWRT.
1714
When I'm building a distribution that's that's not a Debian derivative, I use Yocto.
1815

19-
I am available for contract work.
20-
I can help you build your backend, set up your CI, package and publish your software, or even build a custom Linux distribution for you.
21-
I only work remotely.
22-
Check out the [Caketop website](https://caketop.app/) for more information about my consulting services.
23-
2416
You can reach me via email at [[email protected]](mailto:[email protected]).
2517
If you need to get in touch with me securely, you can find my GPG key [here](/gpg.txt), at [keys.openpgp.org](https://keys.openpgp.org/search?q=jordan%40jordemort.dev), or you can encrypt a message for me on [Keyoxide](https://keyoxide.org/hkp/jordan%40jordemort.dev).
2618
You can also [chat with me on Matrix](https://matrix.to/#/@jordan:shady.website).

src/pages/portfolio.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ description: "Things that I have done"
1515

1616
#### Employment History
1717

18-
- Embedded Linux Development Team Lead @ [ID Technologies](https://www.idtec.com/), 2023-present
19-
- Independent Consultant @ [Caketop](https://caketop.app), 2022-present
20-
- Staff Software Engineer @ [Seam](https://www.getseam.com/), 2020-2022
21-
- Senior Software Engineer @ [GitHub](https://github.com/), 2015-2020
22-
- Senior Software Engineer @ Cleversafe (now [IBM Cloud Object Storage](https://www.ibm.com/cloud/object-storage)), 2010-2015
23-
- Software Engineer @ CA (now part of [Broadcom](https://www.broadcom.com/)), 2009-2010
24-
- Consultant @ Simple Logic (now defunct), 2008-2009
25-
- Software Engineer @ [DNA Communications](https://www.dnacom.com/), 2005-2008
18+
- Embedded Linux Development Team Lead @ [ID Technologies](https://www.idtec.com/), May 2023 - Nov 2023
19+
- Independent Consultant @ [Caketop](https://caketop.app), Feb 2022 - Nov 2023
20+
- Staff Software Engineer @ [Seam](https://www.getseam.com/), Nov 2020 - Feb 2022
21+
- Senior Software Engineer @ [GitHub](https://github.com/), Dec 2015 - Nov 2020
22+
- Senior Software Engineer @ Cleversafe (now [IBM Cloud Object Storage](https://www.ibm.com/cloud/object-storage)), Aug 2010 - Dec 2015
23+
- Software Engineer @ CA (now part of [Broadcom](https://www.broadcom.com/)), Jun 2009 - Aug 2010
24+
- Consultant @ Simple Logic (now defunct), Feb 2008 - May 2009
25+
- Software Engineer @ [DNA Communications](https://www.dnacom.com/), Jul 2005 - Feb 2008
2626
- Adjunct Instructor @ [Kishwaukee College](https://kish.edu/), Spring 2005, Summer 2006
2727
- Undergraduate Teaching Fellow @ [NIU](https://www.cs.niu.edu/), Autumn 2003 - Autumn 2004
28-
- Consultant @ Simple Logic (now defunct), 1999-2003
29-
- Technician @ [DLS Internet Services](https://www.dls.net/), 1997-1999
28+
- Consultant @ Simple Logic (now defunct), May 1999 - Jan 2003
29+
- Technician @ [DLS Internet Services](https://www.dls.net/), 1997 - 1999
3030

3131
See [LinkedIn](https://www.linkedin.com/in/jordanwebbfromchicago/) for more details.
3232

0 commit comments

Comments
 (0)