Improve Netlify copy to reflect Netlify design blog

This commit is contained in:
Ryan Watters 2017-03-21 13:50:16 -05:00
parent ce78b00f76
commit 77b26b7115
4 changed files with 7 additions and 3 deletions

View File

@ -73,7 +73,7 @@ Selecting "Deploy site" will immediately take you to a terminal for your build:.
![Animated gif of deploying a site to Netlify, including the terminal read out for the build.](/images/hosting-and-deployment/hosting-on-netlify/netlify-deploying-site.gif)
Once the build is finished---this should only take a few seconds--you should now see a card at the top of your screen letting you know the deployment is successful. The URL is automatically generated by Netlify but can be updated in the project's "Settings."
Once the build is finished---this should only take a few seconds--you should now see a card (aka the "Hero Card") at the top of your screen letting you know the deployment is successful. The URL is automatically generated by Netlify but can be updated in the project's "Settings."
![Screenshot of successful deploy badge at the top of a deployments screen from within the Netlify admin.](/images/hosting-and-deployment/hosting-on-netlify/netlify-deploy-published.jpg)

File diff suppressed because one or more lines are too long

View File

@ -215,6 +215,10 @@ nav#TableOfContents {
vertical-align: middle;
user-select: none;
text-align: center;
> span {
position:relative;
bottom:2px;
}
}
.cross-wrapper.active {

File diff suppressed because one or more lines are too long