neocities/views/tutorial/html/10.erb

26 lines
1.2 KiB
Text

<div class="comic" style="height: 900px; background-image: url(/img/tutorial/ch1pg10.png); background-size: 800px;">
<div class="dialogue" style="top: 35px">
And that's it for Chapter One! Congrats on your first ever
(if they didn't save) hand-coded HTML website!
(if they did save) version of <a href="<%= current_site.uri %>"><%= current_site.username %>.neocities.org</a>!
</div>
<div class="dialogue" style="top: 60px;left:580px; width:180px;">
But you're not done yet! There's much in store for you: Adding colors, fonts, backgrounds, and more, all in chapter 2!
</div>
</div>
<div class="welcome">
<h4>Thank you!</h4>
<p>Thanks for trying out Chapter One of the Neocities tutorial! This is a work in progress—<a href="/contact">let us know</a> if you have any questions or suggestions. We'd also love to hear your ideas for Chapter Two: Basic CSS.</p>
<p>To continue working on your site, head to the <a href="/dashboard">dashboard</a>!</p>
<p>You can also check out all the <a href="/browse">cool sites on Neocities</a> and follow them via your <a href="/">news feed</a>.</p>
</div>
<script>
function checkHomework(editor) {
alert('check homework here')
}
</script>