MAKING A WEBSITE WRA
AGENDA Go over some website basics and reminders Issues or problems? Continue to SCRUM Work
WHAT WE HAVE At this point we should have the following: Our landing page (HTML document) Our CSS (CSS document) Hopefully we have some of the following: Other HTML pages Website copy and content What we need A fully functional website with real copy and at least one portfolio item
WEBSITE ORGANIZATION Local vs. Online Make a folder (if you don’t have it already), call it “portfolio”. Put your index.html (it should be called this), in that folder. Make another folder called “images.” Make sure that you are using external CSS.
LINKING PAGES Linking to other existing pages is simple, it is just like other links we make. portfolio portfolio.html resume resume.html blog blog.html personal personal.html contact contact.html
LET’S DO IT! I want to make a copies of your landing page and rename them to fit your site. After I want you to make sure all your HTML files in your portfolio folder. After I want you to change your list items to hyperlinks (if you haven’t). Make sure that all your links work locally. Alright…let’s troubleshoot.