1
0
Aneurin Barker Snook 1 сар өмнө
parent
commit
aa27fee8c8
2 өөрчлөгдсөн 3 нэмэгдсэн , 20 устгасан
  1. 1 15
      index.html
  2. 2 5
      src/components/External.ts

+ 1 - 15
index.html

@@ -112,23 +112,9 @@
         </header>
 
         <p>
-          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>.
+          You are welcome to browse <a x-bind:href="codeUrl" target="_blank">my public code online</a>, 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 x-bind:href="goProjectsUrl" target="_blank" data-umami-event="Clicked link" data-umami-event-link="Go projects">Go projects</a>
-          </li>
-          <li>
-            <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 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>
-
-        <p>I am continually working on more software which I will add to these pages as I am able to publish them.</p>
-
         <p>
           I also have an extensive history of professional work that I am happy to discuss in general terms.
           Please <a href="#contact" data-umami-event="Jump to contact">send me a message</a> if you'd like to know more.

+ 2 - 5
src/components/External.ts

@@ -4,11 +4,8 @@ export default function External() {
     githubUrl: 'https://github.com/annybs/',
     linkedinUrl: 'https://www.linkedin.com/in/aneurinbs/',
 
-    repoUrl: 'https://github.com/annybs/www.aneur.in',
-
-    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',
+    codeUrl: 'https://code.aneur.in/explore/repos',
+    repoUrl: 'https://code.aneur.in/aneurin/www.aneur.in',
 
     get email() {
       return 'ni.ruena@niruena'.split('').reverse().join('')