Skip to content

Commit 98e7f14

Browse files
Added links to roadmap & hover blog post.
1 parent b1c25bc commit 98e7f14

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

slides.html

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1737,16 +1737,15 @@ <h2>Class Exercise #10 - Contact Form</h2>
17371737
<div class="slide" data-markdown>
17381738
##Next Steps
17391739

1740-
Phew! We've covered A LOT of material today.
1741-
1742-
Here are some extra challenges and take-home lessons for you to tackle another day. These lessons will cover some more options to give your web page extra personalization, finalize some styles and add some polish. Here are the links to the additional lessons:
1740+
Phew! We've covered A LOT of material today. Here are some extra challenges and take-home lessons for you to tackle another day. These lessons will cover some more options to give your web page extra personalization, finalize some styles and add some polish. Here are the links to the additional lessons:
17431741

17441742
* [Contact page](framework/extras-form-styles.html) - adding background images & form styling
17451743
* [Forms](framework/extras-form-submission.html) - how to submit a form
17461744
* [Sticky Footer](framework/extras-sticky-footer.html)
17471745
* [Home page: additional styles](framework/extras-homepage.html) - includes using icon fonts and creating a drop down menu.
17481746
* [Add a favicon](http://blog.teamtreehouse.com/how-to-make-a-favicon)
17491747
* Use the [Font Awesome icons](http://fortawesome.github.io/Font-Awesome/) to add your social icons to the footer.
1748+
* Try a few more Ladies Learning Code workshops. Check our roadmap for suggestions at [http://ladieslearningcode.com/roadmap](http://ladieslearningcode.com/roadmap)
17501749

17511750
Take a look at the HTML & CSS files in the **final** folder and see what other tricks you can add to your project.
17521751
</div>
@@ -1766,24 +1765,26 @@ <h2>Class Exercise #10 - Contact Form</h2>
17661765
</section>
17671766

17681767
<section class="slide" data-markdown>
1768+
<script type="text/template">
17691769
##Getting your site online
17701770

17711771
To get your site online and available to the public, the folder containing the HTML documents and related files (images, css, javascript files, etc) must be moved to a *server* that *hosts* websites.
17721772

1773-
To move web files from your computer to a server, an FTP program like [Filezilla](https://filezilla-project.org) or [CyberDuck](https://cyberduck.io) must be used. You will also need to register a domain name (www.mysite.com) and get hosting. Here are a couple domain & hosting suggestions:
1773+
To move web files from your computer to a server, an FTP program like [Filezilla](https://filezilla-project.org) or [CyberDuck](https://cyberduck.io) must be used. You will also need to register a domain name (www.mysite.com) and get hosting. Here are some suggestions:
17741774

1775-
* [hover.com](http://hover.com/ladiescode)
1776-
* [dreamhost.com](http://www.dreamhost.com/r.cgi?2085384) - Use coupon code **LLC40** to get $40 off your registration!
1775+
* [dreamhost.com](http://www.dreamhost.com/r.cgi?2085384) - Domain and hosting - Use coupon code **LLC40** to get $40 off your registration!
1776+
* [hover.com](http://hover.com/ladiescode) - Domain registration
17771777

1778-
To get your files online, you will need upload your files to your newly purchased hosting server. There are a few pieces of information you will need and are usually provided to you by your hosting service provider.
1778+
Why keep your domains and hosting separate? Learn more about Hover [here](http://ladieslearningcode.com/getting-hosted-domains-with-hover/).
17791779

1780-
* FTP Address
1781-
* Username
1782-
* Password
1780+
To get your files online, you will need upload your files to your newly purchased hosting server. There are a few pieces of information you will need and are usually provided to you by your hosting service provider.
17831781

1784-
Here's a nice tutorial getting your files online using FileZilla: [FileZilla Client Tutorial](https://wiki.filezilla-project.org/FileZilla_Client_Tutorial_%28en%29)
1782+
* FTP address (usually **ftp.yourdomain.com** or just **yourdomain.com**)
1783+
* FTP Username & password
17851784

1785+
Here's a nice tutorial getting your files online using FileZilla: [FileZilla Client Tutorial](https://wiki.filezilla-project.org/FileZilla_Client_Tutorial_%28en%29)
17861786
Feeling adventurous? Try [Hosting Static Sites on Github for Beginners](http://thephuse.com/development/hosting-static-sites-on-github-for-beginners/).
1787+
</script>
17871788
</section>
17881789

17891790
<!-- Last slide -->

0 commit comments

Comments
 (0)