diff --git a/static/src/interface/About.js b/static/src/interface/About.js index da71538..32b5dc9 100644 --- a/static/src/interface/About.js +++ b/static/src/interface/About.js @@ -18,14 +18,17 @@ import 'style/about.css' import YouTubeIframeLoader from 'youtube-iframe' import events from 'events' -const magentaLink = 'https://github.com/tensorflow/magenta' -const sourceCode = 'https://github.com/googlecreativelab/aiexperiments-ai-duet' +const magentaLink = 'https://magenta.tensorflow.org/' +const tfLink = 'https://www.tensorflow.org/' const toneLink = 'https://github.com/Tonejs/Tone.js' +const sourceCode = 'https://github.com/googlecreativelab/aiexperiments-ai-duet' const blurbCopy = `Built by Yotam Mann with friends on the Magenta and Creative Lab teams at Google. - It uses Tone.js and tools + It uses TensorFlow, + Tone.js and tools from the Magenta project. - The open-source code is available here.` + The open-source code is available here. + Click the keyboard, use your computer keys, or even plug in a MIDI keyboard.` export class About extends events.EventEmitter{ constructor(container){ diff --git a/static/src/interface/Splash.js b/static/src/interface/Splash.js index f09c839..31474f3 100644 --- a/static/src/interface/Splash.js +++ b/static/src/interface/Splash.js @@ -84,11 +84,13 @@ class Splash extends events.EventEmitter{ break1.classList.add('badgeBreak') badges.appendChild(break1) - const magenta = document.createElement('div') + const magenta = document.createElement('a') + magenta.href = 'https://magenta.tensorflow.org/' + magenta.target = '_blank' magenta.id = 'magentaLink' magenta.classList.add('badge') const imgHtml = '
' - magenta.innerHTML = imgHtml + '