wire dialog display

This commit is contained in:
Kyle Drake 2015-11-17 20:35:17 -08:00
parent 7549855071
commit b671a19326
10 changed files with 72 additions and 46 deletions

View file

@ -1,9 +1,9 @@
<div class="comic" style="height: 600px; background-image: url(/img/tutorial/ch1pg9.png);">
<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 first web page people see when they <a href="<%= current_site.uri %>">visit your site</a>.
</div>
<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 <a href="/dashboard">Neocities dashboard</a>.
</div>
<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.