Browse Source

update contact info, backlink f&w

Aneurin Barker Snook 10 months ago
parent
commit
6379286434
2 changed files with 2 additions and 2 deletions
  1. 1 1
      index.html
  2. 1 1
      src/components/Contact.ts

+ 1 - 1
index.html

@@ -17,7 +17,7 @@
           </h1>
         </header>
 
-        <p><strong>Software engineer extraordinaire</strong></p>
+        <p><strong>Software engineer extraordinaire and founder of <a href="https://www.forandwhile.com" target="_blank">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>

+ 1 - 1
src/components/Contact.ts

@@ -3,7 +3,7 @@ export interface ContactState {
 }
 
 export default function Contact(): ContactState {
-  const email = 'ni.ruena@olleh'.split('').reverse().join('')
+  const email = 'moc.elihwdnarof@niruena'.split('').reverse().join('')
 
   return {
     email,