neocities/views/tutorial/html/1.erb

25 lines
794 B
Text

<div class="comic" style="height: 967px; background-image: url(/img/tutorial/ch1pg1.png);">
<div class="dialogue" style="left: 270px; top:374px;">
Oh, a new student!
</div>
<div class="dialogue" style="left: 570px; top:374px;">
Ahem, please come in!
</div>
<div class="dialogue" style="left: 50px; top:630px;">
I'm Penelope, and I'll be your teacher.
</div>
<div class="dialogue" style="left: 330px; top:630px;">
What's your name?
</div>
<div style="position: absolute; left: 460px; top:840px;">
<input type="text" placeholder="First Name" style="position: relative">
<a class="btn btn-active">Submit</a>
</div>
</div>
<script>
function checkHomework(editor) {
alert('this checks homework, but its true for now')
return true
}
</script>