Ver Fonte

tweak links, email

Aneurin Barker Snook há 1 mês atrás
pai
commit
dcea8497a9
2 ficheiros alterados com 5 adições e 5 exclusões
  1. 1 1
      index.html
  2. 4 4
      src/components/External.ts

+ 1 - 1
index.html

@@ -17,7 +17,7 @@
           </h1>
         </header>
 
-        <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 &amp; While">For & While</a></strong></p>
+        <p><strong>Software engineer extraordinaire</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>

+ 4 - 4
src/components/External.ts

@@ -6,12 +6,12 @@ export default function External() {
 
     repoUrl: 'https://github.com/annybs/www.aneur.in',
 
-    goProjectsUrl: 'https://goto.aneur.in/go',
-    packagesUrl: 'https://goto.aneur.in/pkg',
-    tsProjectsUrl: 'https://goto.aneur.in/ts',
+    goProjectsUrl: 'https://github.com/annybs?tab=repositories&q=&type=&language=go',
+    packagesUrl: 'https://github.com/annybs?tab=packages',
+    tsProjectsUrl: 'https://github.com/annybs?tab=repositories&q=&type=&language=typescript',
 
     get email() {
-      return 'moc.elihwdnarof@niruena'.split('').reverse().join('')
+      return 'ni.ruena@niruena'.split('').reverse().join('')
     },
   }
 }