Skip to content

Commit 8d2d366

Browse files
committed
Update
1 parent c75f1bf commit 8d2d366

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

buildmenu.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function buildMenu() {
5252

5353
$imenu = new \Tsugi\UI\Menu();
5454

55-
$imenu->addLink('Instructor', 'http://www.dr-chuck.com');
55+
$imenu->addLink('Instructor', 'http://online.dr-chuck.com');
5656
$imenu->addLink('Office Hours', 'http://www.dr-chuck.com/office/');
5757
$imenu->addLink('Lecture podcast', $R . 'podcast');
5858
$set->addRight('Book', $R . 'book');

index.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
?>
88
<body style="font-family: Courier,monospace; width: 80%; max-width:500px;margin-left: auto; margin-right: auto;">
99
<center>
10-
<h1>CC4E - C Programming<br/> for Everybody</h1>
10+
<h1>C Programming<br/> A Historical Perspective</h1>
1111
<form method="post">
1212
<input type="text" name="secret">
1313
<input type="submit" value="Unlock">
@@ -58,7 +58,7 @@
5858
<div style="margin-left: 10px; float:right">
5959
<iframe width="400" height="225" src="https://www.youtube.com/embed/sQwkC5PBTfk?rel=0" frameborder="0" allowfullscreen></iframe>
6060
</div>
61-
<h1>C Programming for Everybody</h1>
61+
<h1>C Programming <br/> A Historical Perspective</h1>
6262
<!--
6363
<blockquote>
6464
<p><b>Update:</b> I am planning on having this site ready to "Beta Teach" September 2021.
@@ -107,7 +107,7 @@
107107
<a href="https://www.24hoursoflemons.com" target="_blank">24 Hours of Lemons</a>.
108108
</p>
109109
<p>
110-
If you would like to help th develop the content of this site, please join us at
110+
If you would like to help to develop the content of this site, please join us at
111111
<a href="https://github.com/csev/cc4e" target="_blank">https://github.com/csev/cc4e</a>.
112112
Thanks in advance.
113113
</p>

tsugi_settings.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
*/
88

99
// This is how the system will refer to itself.
10-
$CFG->servicename = 'CC4E';
11-
$CFG->servicedesc = 'C Programming for Everybody';
10+
$CFG->servicename = 'C Programming - A Historical Perspective';
11+
$CFG->servicedesc = 'C Programming - A Historical Perspective ';
1212

1313
// Default theme
1414

0 commit comments

Comments
 (0)