Adding to GitHub Pages
English 3844, Fall 2016
Traci Gardner
Slide text is licensed under CC-BY-SA 4.0.
Icons copyright © 2015 Hand-Drawn Goods.
Tasks for the Week of October 24
Getting Ready
( )
Cleaning up Atom
Ways to Add CSS to a Page
CSS = Cascading
Style
Sheet
How to Use Embedded CSS
Adding Embedded CSS to a Page
Making a Second Page
Creating an External CSS File
Adding Styles to main.css
Importing Your External Stylesheet
Adding Your Own Images
Adding Your Own Images
5. Double-click on the images folder to open it.
6. Copy the image you have chosen into the images folder.
7. Go to your index.html file and add the code for the image:� <img src="images/the-name-of-your-file-here">.
8. Use what you learned in FreeCodeCamp to make any � changes to the way the image is displayed.
Adding Hyperlinks
You can review details on making links in FreeCodeCamp.
Embedding a YouTube Video
The Share Code on the YouTube site gives you the code.
Embedding a SoundCloud Recording
The Share Code on the SoundCloud site gives you the code.
Using Special Characters
Reminder Save and Publish
Adding Collaborators
Adding Collaborators
5. Click the Collaborators link on the left:
6. Enter your GitHub password.
Adding Collaborators
7. Fill out the form to add people who can make changes to your site, like me, tengrrl. This way I can look at your code if you get stuck and leave you suggestions.
Using the Project Organizer in GitHub
Using a Project Template
You can choose a template from http://html5up.net for your site.
Using a Project Template
Adding a New Project Folder
To begin your website project without a template, you will create a new project folder in Atom.