Tutorial chapter 1 dialogue placement with rough comic mockups

This commit is contained in:
Victoria Wang 2015-09-18 15:09:06 -07:00
parent 11ab120f77
commit eb8873c381
20 changed files with 47 additions and 40 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 612 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

View file

@ -3,6 +3,9 @@
// ---------------------------------------------------------------- // ----------------------------------------------------------------
.tutorial { .tutorial {
p {
font-size: 1em;
}
.interact { .interact {
textarea.editor { textarea.editor {
height: 350px!important; height: 350px!important;
@ -34,6 +37,7 @@
} }
.comic { .comic {
position: relative; position: relative;
background-repeat: no-repeat;
} }
.dialogue { .dialogue {
width: 180px; width: 180px;

View file

@ -1,16 +1,20 @@
<div class="comic" style="height: 967px; background-image: url(/img/tutorial/ch1pg1.png);"> <div class="comic" style="height: 967px; background-image: url(/img/tutorial/ch1pg1.png);">
<div class="dialogue"> <div class="dialogue" style="left: 270px; top:374px;">
Oh, a new student! Oh, a new student!
</div> </div>
<div class="dialogue"> <div class="dialogue" style="left: 570px; top:374px;">
Ahem, please come in! Ahem, please come in!
</div> </div>
<div class="dialogue"> <div class="dialogue" style="left: 50px; top:630px;">
I'm Penelope, and I'll be your teacher. I'm Penelope, and I'll be your teacher.
</div> </div>
<div class="dialogue"> <div class="dialogue" style="left: 330px; top:630px;">
What's your name? What's your name?
</div> </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> </div>
<script> <script>

View file

@ -1,8 +1,8 @@
<div class="comic" style="height: 500px"> <div class="comic" style="height: 900px; background-image: url(/img/tutorial/ch1pg10.png);">
<div class="dialogue"> <div class="dialogue">
And that's it for Chapter One! Here's a new badge for your first ever version of victoria.neocities.org! And that's it for Chapter One! Here's a new badge for your first ever version of victoria.neocities.org!
</div> </div>
<div class="dialogue"> <div class="dialogue" style="top: 0;left:450px">
But you're not done yet! There's much in store for you: Adding colors, fonts, backgrounds, and more, all in chapter 2! 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> </div>

View file

@ -1,15 +1,15 @@
<div class="comic" style="height: 500px"> <div class="comic" style="height: 600px; background-image: url(/img/tutorial/ch1pg2.png);">
<div class="dialogue"> <div class="dialogue" style="left: 50px; top: 50px;">
All you need to build your first site is a computer language called HTML. All you need to build your first site is a computer language called HTML.
</div> </div>
<div class="dialogue"> <div class="dialogue" style="left: 370px; top: 0px;">
And here's some HTML, right in this box! Let's make a change. Replace Hello World with Victoria's Website, and click save! And here's some HTML, right in this box! Let's make a change. Replace Hello World with Victoria's Website, and click save!
</div> </div>
<div class="dialogue"> <div class="dialogue" style="left: 390px; top: 230px;">
You'll see the results of your site here. You'll see the results here.
Make sure to check the green boxes below for important bonus info!
</div> </div>
<div class="dialogue"> <div class="dialogue">
Make sure to check the green boxes below for important bonus info!
</div> </div>
</div> </div>

View file

@ -1,14 +1,14 @@
<div class="comic" style="height: 500px"> <div class="comic" style="height: 600px; background-image: url(/img/tutorial/ch1pg3.png);">
<div class="dialogue"> <div class="dialogue" style="left: 50px; top: 20px;">
Great! Great!
Check out your site at <a href="">victoria.neocities.org</a>. Check out your site at <a href="">victoria.neocities.org</a>.
You did it! You did it!
</div> </div>
<div class="dialogue"> <div class="dialogue" style="left: 300px; top: 10px;">
But... hm... it needs a little something more. Let's make your name a header by putting header tags around it. But... hm... it needs a little something more. Let's make your name a header by putting header tags around it.
</div> </div>
<div class="dialogue"> <div class="dialogue" style="left: 330px; top: 130px;">
Change the text to this: <h1>Victoria's Website</h1> Change the text to this: [h1]Victoria's Website[/h1]
and click save. and click save.
</div> </div>
</div> </div>

View file

@ -1,10 +1,10 @@
<div class="comic" style="height: 500px"> <div class="comic" style="height: 600px; background-image: url(/img/tutorial/ch1pg4.png);">
<div class="dialogue"> <div class="dialogue">
Now let's add a line of text below—perhaps "Welcome to my website" or your favorite quote. Now let's add a line of text below—perhaps "Welcome to my website" or your favorite quote.
</div> </div>
<div class="dialogue"> <div class="dialogue" style="left: 300px; top: 0px">
To make a paragraph, surround your text with the <p> tag. So it should look something like To make a paragraph, surround your text with the [p] tag. So it should look something like
<p>Hello!</p> [p]Hello![/p]
</div> </div>
</div> </div>

View file

@ -1,13 +1,13 @@
<div class="comic" style="height: 500px"> <div class="comic" style="height: 600px; background-image: url(/img/tutorial/ch1pg5.png);">
<div class="dialogue"> <div class="dialogue">
You're writing HTML! You're doing it! Everything you need to know is just another tag! You're writing HTML! You're doing it! Everything you need to know is just another tag!
</div> </div>
<div class="dialogue"> <div class="dialogue" style="top: 0; width: 350px">
For example, links look like this: <p>For example, links look like this:</p>
<a href="http://neocities.org">Check out Neocities!</a> <p>[a href="http://neocities.org"]Check out Neocities![/a]</p>
Add a link to your favorite site to the end of the paragraph, right before the </p> closing tag! <p>Add a link to your favorite site to the end of the paragraph, right before the [/p] closing tag!</p>
</div> </div>
</div> </div>

View file

@ -1,14 +1,14 @@
<div class="comic" style="height: 500px"> <div class="comic" style="height: 600px; background-image: url(/img/tutorial/ch1pg6.png); background-size: 650px">
<div class="dialogue"> <div class="dialogue" style="top: 120px; left: 40px">
Great job! You can see what you've done so far at <a href="">victoria.neocities.org</a>. Now let's try an image. Great job! You can see what you've done so far at <a href="">victoria.neocities.org</a>. Now let's try an image.
</div> </div>
<div class="dialogue"> <div class="dialogue" style="top: 20px; left: 360px">
Your Neocities web directory already includes a portrait of me called cat.png. Your Neocities web directory already includes a portrait of me called cat.png.
</div> </div>
<div class="dialogue"> <div class="dialogue" style="top: 140px; left: 390px">
Add it to your page like so: Add it to your page like so: [img src="cat.png"]
</div> </div>
<div class="dialogue"> <div class="dialogue" style="top: 230px; left: 400px">
That's it! No closing tag needed for images. That's it! No closing tag needed for images.
</div> </div>
</div> </div>

View file

@ -1,7 +1,6 @@
<div class="comic" style="height: 500px"> <div class="comic" style="height: 600px; background-image: url(/img/tutorial/ch1pg7.png);">
<div class="dialogue"> <div class="dialogue" style="left: 0">
Now maybe your website needs a list. Here's how an unordered list looks: Now maybe your website needs a list. Here's how an unordered list looks:
<ul> <ul>
<li>websites</li> <li>websites</li>
<li>yarn</li> <li>yarn</li>
@ -11,7 +10,7 @@
<div class="dialogue"> <div class="dialogue">
First, add a list to your page, but replace my favorite activities with your own! First, add a list to your page, but replace my favorite activities with your own!
</div> </div>
<div class="dialogue"> <div class="dialogue" style="left: 340px; top: 140px;">
Second, put an h2 header above the list with some kind of title like "Interests." Second, put an h2 header above the list with some kind of title like "Interests."
</div> </div>
</div> </div>

View file

@ -1,4 +1,4 @@
<div class="comic" style="height: 500px"> <div class="comic" style="height: 600px; background-image: url(/img/tutorial/ch1pg8.png);">
<div class="dialogue"> <div class="dialogue">
Now add a link to one of your list items. If nested properly, it should look something like this: Now add a link to one of your list items. If nested properly, it should look something like this:

View file

@ -1,11 +1,11 @@
<div class="comic" style="height: 500px"> <div class="comic" style="height: 600px; background-image: url(/img/tutorial/ch1pg9.png);">
<div class="dialogue"> <div class="dialogue">
Good work! Everything you've written has been saved to index.html, which is the homepage people see when they visit your site. Good work! Everything you've written has been saved to index.html, which is the homepage people see when they visit your site.
</div> </div>
<div class="dialogue"> <div class="dialogue" style="left: 280px;top: 140px">
You can find and edit index.html by visiting your Neocities dashboard. You can find and edit index.html by visiting your Neocities dashboard.
</div> </div>
<div class="dialogue"> <div class="dialogue" style="left: 280px;top: 570px">
A cheat sheet of all the tags you've learned can be found in the tutorial section. A cheat sheet of all the tags you've learned can be found in the tutorial section.
</div> </div>
</div> </div>