Workshop 14-1
Web Design / Dreamweaver
Complete the in-class Workshop
Create the framework for a website for the same artist you used for Project 3
Goals of this Workshop:
1. Create a new blank BOOTSTAP html5 file
2.
Add a NAV bar
3. Style the NAV bar
4. Add a Header
5. Add a Main
6. Add a sticky Footer
7. Create a page with a Carousel
8.
Create and Insert a Favico
9. Insert a YouTube video using the EMBED code
What will be created:
Instructor's Example
Instructions for the "home" page:
- Work directly to your USB
- Create a new folder: lastname_workshop14-1
- Create a New blank BOOTSTRAP html5 file
- Save AS: index.html
- Create and Link a new CSS file (css/styles.css)
- Choose the theme colors for your site
- Insert a NAV bar into your page - Insert > Boostrap Components > Navbar (fixed to the top)
- Customize for 3 links (home, bio, slides), and in the Branding - Add your Artist'sname from Project 3
- Style with the Bootstrap NAV bar generator.
- Insert a Header box under Insert > HTML > Header
- Insert a Main (with Lorem Ipsum - 5 sentences at least. You can drag from Sniptets > HTML_Snipets or copy and paste from the Lorem Ipsum link) Lorem Ipsum Generator
- Add a sticky Footer: click in the code right after the </main> and insert an html "footer" in the Insert Panel
- Open your .css file, click after your last rule (most likely the main or p)
Find the option for "sticky footer" or "fixed footer" in the CSS_Snipets folder in the Snippets Panel. Double-click the icon in the Snippets Panel and new style code for #footer will be inserted. Remove the "#" and you are good to go.
Instructions for the "bio" page:
- With the index.html open, Save AS: bio.html
- This page will have a Responsive YouTube video inserted
- Find a YouTube video that talks about either your artist or the type of art that your artist worked in (ie, cartoon, street graffiti, etc)
- Click on Share > Embed > copy just the embed tag src tag. For example:
src="https://www.youtube.com/embed/tiqjKyjgQUY" - Your source code will be inserted in place of the placeholder src link.
- In the "main", bio text about your artist will be inserted (though Lorem Ipsum is fine for this workshop)
Instructions for the "slides" page:
- With the index.html open, Save AS: slides.html
- In Code View, Remove the <main> section
- Select the <header> section
- Insert Panel > Bootstrap Component > Carousel
- Click in your code, and then click ONCE on the Carousel option in the Insert panel
- By default the carousel comes in with 3 placeholder images
- Add 1 image of your own into this section
- Adjust the Carousel so that 4 images display
- *You will eventually add 6 images of your artist including title and year.
Instructions for the "favicon":
- Create a "favicon" for your site (Customize based on your artist from Project 3)
- Initial image should be 260 x 260px and can have transparency (or not)
- Take the image though the Favicon Generator
- Files and Code will be generated
- Copy the generated code into the <head> section of each page on your site
- Drag all files generated into the site root
Instructions for inserting a YouTube video:
- Go to YouTube
- Conduct a Search for your Artist (or a video that is close)
- Copy from the Embed section under "Share"
- Make sure you are only copying the actual video link and not the entire <iframe> code
- Paste into the Header box or "Hero" image section
Instructions for inserting a Hero image on the index.html page:
- Find a good image of your Artist's
- Resize in Photoshop for a width of 3000px and height of between 500px - 1000px
- Insert the image into the <header> section on index.html
- Apply .img-responsive to the img. either type in the class in live view or:
Insert > Bootstrap Components > Responsive Image
Links used in this tutorial:
Lorem Ipsum Generator
Bootstrap NAV bar style generator
Favicon Generator
YouTube
Saving:
All files and sub-folders should be created and managed through Dreamweaver.
DO NOT move or rename files or sub-folders outside of Dreamweaver or links will be broken.
*an exception would be adding IMAGES
to a sub images folder before they are linked.
Folder (site root): lastname_workshop14-1
| in the Site Root: |
| index.html |
| bio.html |
| slides.html |
| *all favicon files* |
| *any associated Bootstrap files* |
| Sub Sub Folder: css |
| styles.css |
| Sub Sub Folder: images |
| image.jpg |