瀏覽代碼

replaced one occurence of 'jtalk'

Nicolas Petton 12 年之前
父節點
當前提交
7d8e50f19e
共有 1 個文件被更改,包括 4 次插入6 次删除
  1. 4 6
      learn.html

+ 4 - 6
learn.html

@@ -1,5 +1,4 @@
 <!DOCTYPE html>
-<!-- saved from url=(0025)http://jtalk-project.org/ -->
 <html>
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
@@ -7,12 +6,12 @@
     <link href='http://fonts.googleapis.com/css?family=Istok+Web' rel='stylesheet' type='text/css'> 
     <meta name="author" content="Nicolas Petton">
     <link rel="stylesheet" type="text/css" href="css/profstef.css">
-    <script type="text/javascript" src="./js/jtalk.js"></script>
+    <script type="text/javascript" src="./js/amber.js"></script>
   </head>
   <body>
 
     <div class="main">
-      <a id="back" href="/"> &larr; back to jtalk-project.org </a>
+      <a id="back" href="/"> &larr; back to amber-lang.net </a>
       <img src="images/profstef.png"/>
       <h1>Hey there! Got 5 minutes? I'm prof Stef and I want to teach you Smalltalk. I promise, it won't take long!</h1> 
       
@@ -31,13 +30,12 @@
     <div id="footer">
       <div class="main">
 	<p>Copyright © 2011 <a href="http://www.nicolas-petton.fr/">Nicolas Petton</a>. The content of this website in licensed under <a href="http://creativecommons.org/licenses/by-nc/3.0/">CC-BY-NC 3.0</a>.</p>
-	<p>Jtalk is an opensource project sponsored by <a href="http://www.objectfusion.fr/">objectfusion</a>.</p>
-	<p>The design of this website was provided by <a href="mailto:neomie.thirion@gmail.com">Noémie Thirion</a>.</p>
+	<p>Amber is an opensource project sponsored by <a href="http://www.objectfusion.fr/">objectfusion</a>.</p>
       </div> 
     </div>
 
     <script type="text/javascript">
-      loadJtalk({files: ['TrySmalltalk.js'], prefix: 'examples/trysmalltalk', ready: loadTutorial});
+      loadAmber({files: ['TrySmalltalk.js'], prefix: 'examples/trysmalltalk', ready: loadTutorial});
     </script>