mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-30 07:53:45 -04:00
Add teachers link to /hoc
This commit is contained in:
parent
8f7146449b
commit
d1a2b0944f
1 changed files with 8 additions and 1 deletions
|
@ -1,6 +1,13 @@
|
||||||
extends /templates/base
|
extends /templates/base
|
||||||
|
|
||||||
block content
|
block content
|
||||||
|
.pull-right
|
||||||
|
if me.isAnonymous()
|
||||||
|
a(href="/teachers") Teachers, click here!
|
||||||
|
else
|
||||||
|
a(href="/courses/teachers") Teachers, click here!
|
||||||
|
br
|
||||||
|
|
||||||
h1.text-center Adventurers, welcome to our Hour of Code!
|
h1.text-center Adventurers, welcome to our Hour of Code!
|
||||||
|
|
||||||
#main-content
|
#main-content
|
||||||
|
@ -55,4 +62,4 @@ block content
|
||||||
li basic syntax to control your character
|
li basic syntax to control your character
|
||||||
li while loops to solve pesky puzzles
|
li while loops to solve pesky puzzles
|
||||||
li strings & variables to customize actions
|
li strings & variables to customize actions
|
||||||
li how to defeat an ogre (important life skills!)
|
li how to defeat an ogre (important life skills!)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue