mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
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:
parent
8231afe983
commit
a7706983a9
2 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
|
@ -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 %>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue