|
@@ -8,7 +8,7 @@
|
|
|
<link x-data="font" rel="preload" as="style" onload="this.onload=null; this.rel='stylesheet'" x-bind:href="url">
|
|
|
</head>
|
|
|
<body>
|
|
|
- <main>
|
|
|
+ <main x-data="external">
|
|
|
<section id="top">
|
|
|
<header>
|
|
|
<h1>
|
|
@@ -17,7 +17,7 @@
|
|
|
</h1>
|
|
|
</header>
|
|
|
|
|
|
- <p><strong>Software engineer extraordinaire and founder of <a href="https://www.forandwhile.com" target="_blank" data-umami-event="Clicked link" data-umami-event-link="For & While">For & While</a></strong></p>
|
|
|
+ <p><strong>Software engineer extraordinaire and founder of <a x-bind:href="businessUrl" target="_blank" data-umami-event="Clicked link" data-umami-event-link="For & While">For & While</a></strong></p>
|
|
|
|
|
|
<p>I have been working with computers for over twenty years and love to solve technical and business problems for a fair price.</p>
|
|
|
<p>
|
|
@@ -112,18 +112,18 @@
|
|
|
</header>
|
|
|
|
|
|
<p>
|
|
|
- You are welcome to browse my public code online, including the <a href="https://github.com/annybs/www.aneur.in" target="_blank" data-umami-event="Clicked link" data-umami-event-link="Website code">code of the website you're looking at right now</a>.
|
|
|
+ You are welcome to browse my public code online, including the <a x-bind:href="repoUrl" target="_blank" data-umami-event="Clicked link" data-umami-event-link="Website code">code of the website you're looking at right now</a>.
|
|
|
</p>
|
|
|
|
|
|
<ul>
|
|
|
<li>
|
|
|
- <a href="https://goto.aneur.in/go" target="_blank" data-umami-event="Clicked link" data-umami-event-link="Go projects">Go projects</a>
|
|
|
+ <a x-bind:href="goProjectsUrl" target="_blank" data-umami-event="Clicked link" data-umami-event-link="Go projects">Go projects</a>
|
|
|
</li>
|
|
|
<li>
|
|
|
- <a href="https://goto.aneur.in/ts" target="_blank" data-umami-event="Clicked link" data-umami-event-link="TypeScript/JavaScript projects">TypeScript/JavaScript projects</a>
|
|
|
+ <a x-bind:href="tsProjectsUrl" target="_blank" data-umami-event="Clicked link" data-umami-event-link="TypeScript/JavaScript projects">TypeScript/JavaScript projects</a>
|
|
|
</li>
|
|
|
<li>
|
|
|
- <a href="https://goto.aneur.in/pkg" target="_blank" data-umami-event="Clicked link" data-umami-event-link="Packages and Docker images">Packages and Docker images</a>
|
|
|
+ <a x-bind:href="packagesUrl" target="_blank" data-umami-event="Clicked link" data-umami-event-link="Packages and Docker images">Packages and Docker images</a>
|
|
|
</li>
|
|
|
</ul>
|
|
|
|
|
@@ -146,7 +146,7 @@
|
|
|
</p>
|
|
|
|
|
|
<ul>
|
|
|
- <li>Day rate (7.5 hours): £300</li>
|
|
|
+ <li>Day rate: £300</li>
|
|
|
<li>Hourly rate: £45</li>
|
|
|
</ul>
|
|
|
|
|
@@ -167,7 +167,7 @@
|
|
|
</header>
|
|
|
|
|
|
<p>
|
|
|
- I am currently offering <span class="cta">limited availability</span> to work.
|
|
|
+ I am currently offering <span class="cta">availability</span> to work.
|
|
|
</p>
|
|
|
|
|
|
<p>
|
|
@@ -185,14 +185,14 @@
|
|
|
<h2>Contact</h2>
|
|
|
</header>
|
|
|
|
|
|
- <p x-data="contact">
|
|
|
+ <p>
|
|
|
The best way to reach me is by email.
|
|
|
Send a message to <a x-bind:href="`mailto:${email}`" x-text="email" data-umami-event="Clicked link" data-umami-event-link="Email"></a> summarising what you're looking for⸺or just to say hello!
|
|
|
I look forward to hearing from you.
|
|
|
</p>
|
|
|
|
|
|
<p>
|
|
|
- You can also find me on <a href="https://github.com/annybs/" target="_blank" data-umami-event="Clicked link" data-umami-event-link="GitHub">GitHub</a> and <a href="https://www.linkedin.com/in/aneurinbs/" target="_blank" data-umami-event="Clicked link" data-umami-event-link="LinkedIn">LinkedIn</a>.
|
|
|
+ You can also find me on <a x-bind:href="githubUrl" target="_blank" data-umami-event="Clicked link" data-umami-event-link="GitHub">GitHub</a> and <a x-bind:href="linkedinUrl" target="_blank" data-umami-event="Clicked link" data-umami-event-link="LinkedIn">LinkedIn</a>.
|
|
|
</p>
|
|
|
</section>
|
|
|
</main>
|