Text/style improvements to welcome dialog - now mentioning that they need to make a change to be on the website gallery.

This commit is contained in:
Victoria Wang 2014-10-10 00:57:02 -07:00
parent 8231afe983
commit a7706983a9
2 changed files with 4 additions and 4 deletions

View file

@ -117,12 +117,12 @@
.welcome {
background: #daeea5 url(/img/heartcat.png) no-repeat 20px center;
background-size: 77px 81px;
padding: 20px 20px 20px 108px;
margin-bottom: 30px;
padding: 20px 20px 20px 111px;
margin-bottom: 20px;
}
.welcome h4 {
font-size: 1.2em;
margin-bottom: 4px;
margin-bottom: .5em;
}
.welcome .close-button {
float: right;

View file

@ -52,7 +52,7 @@
<div class="welcome">
<!-- <div class="close-button"></div> -->
<h4>Hello! Welcome to your new site.</h4>
To get started, click on the <strong>index.html</strong> file below to edit it. It's your home page! You can add more files (such as images) from your computer by dragging them into the box below. Need help building web sites? Check out these <a href="/tutorials">tutorials</a>!
To get started, click on the <strong>index.html</strong> file below to edit your home page. Make some changes and weʼll add your website to our <a href="/browse">website gallery</a>! You can add more files (such as images) by dragging them from your computer into the box below. Need help building web sites? Check out these <a href="/tutorials">tutorials</a>!
</div>
<% end %>