File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ function buildMenu() {
52
52
53
53
$ imenu = new \Tsugi \UI \Menu ();
54
54
55
- $ imenu ->addLink ('Instructor ' , 'http://www .dr-chuck.com ' );
55
+ $ imenu ->addLink ('Instructor ' , 'http://online .dr-chuck.com ' );
56
56
$ imenu ->addLink ('Office Hours ' , 'http://www.dr-chuck.com/office/ ' );
57
57
$ imenu ->addLink ('Lecture podcast ' , $ R . 'podcast ' );
58
58
$ set ->addRight ('Book ' , $ R . 'book ' );
Original file line number Diff line number Diff line change 7
7
?>
8
8
<body style="font-family: Courier,monospace; width: 80%; max-width:500px;margin-left: auto; margin-right: auto;">
9
9
<center>
10
- <h1>CC4E - C Programming<br/> for Everybody </h1>
10
+ <h1>C Programming<br/> A Historical Perspective </h1>
11
11
<form method="post">
12
12
<input type="text" name="secret">
13
13
<input type="submit" value="Unlock">
58
58
<div style="margin-left: 10px; float:right">
59
59
<iframe width="400" height="225" src="https://www.youtube.com/embed/sQwkC5PBTfk?rel=0" frameborder="0" allowfullscreen></iframe>
60
60
</div>
61
- <h1>C Programming for Everybody </h1>
61
+ <h1>C Programming <br/> A Historical Perspective </h1>
62
62
<!--
63
63
<blockquote>
64
64
<p><b>Update:</b> I am planning on having this site ready to "Beta Teach" September 2021.
107
107
<a href="https://www.24hoursoflemons.com" target="_blank">24 Hours of Lemons</a>.
108
108
</p>
109
109
<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
111
111
<a href="https://github.com/csev/cc4e" target="_blank">https://github.com/csev/cc4e</a>.
112
112
Thanks in advance.
113
113
</p>
Original file line number Diff line number Diff line change 7
7
*/
8
8
9
9
// 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 ' ;
12
12
13
13
// Default theme
14
14
You can’t perform that action at this time.
0 commit comments