Your Fashion Portfolio Project

Adding to your collection of portfolio projects with a website for a fictitious online retailer.

Introduction

Below you can see a screenshot of the single-page website you will create.

final
  • In the <header> or hero block is a background video playing in a continuous loop.
  • In the <main> part are six blocks of content. Each is inside a <section> tag.
  • Four of these blocks contain the four products types - hats, scarves, t-shirts and footwear - offered by the online fashion store.
  • Two product types - hats and t-shirts - have a light-grey coloured background (.section-selector-2).
  • And the other two have a white-coloured background (.section-selector-3) background.
  • The first (.section-selector-1) and last (.section-selector-4) of the six blocks both contain white text against a dark green background.
  • The first five <section> blocks within the <main> part of the web page have a single-column layout. The last has a four-column layout.
  • All text on the web page is in the Playfair Display font from Google Fonts.

Project folders and files

Your first task is to create the folders you need for this project.

  1. If a sub-folder named πŸ“ portfolio does not already exist inside your β€˜main’ πŸ“ websites folder, create it now. file-explorer-portfolio-folder
  2. Inside this 📁 portfolio folder, create a sub-folder to hold the files for your Fashion project. Name the new sub-folder as 📁 fashion (all small letters).
  3. Inside this new folder, create an 📁 assets sub-folder.   And inside this, create a 📁 CSS sub-folder, an 📁 img sub-folder, and a 📁 videos sub-folder. file-explorer-portfolio-folder

✅  All done. You now have created the folder with sub-folders for your Fashion web page project.

Project resources

Your next task is to obtain the various files needed for your Fashion project.

Web page

Save the following 'starter' web page to your 📁 fashion folder with the file name of index.html:

index.html

Ensure the Save as type: dropdown list is set to Webpage, HTML only (*.HTML, *.htm).

save as HTML

Stylesheet

Save the following stylesheet file to your 📁 fashion/assets/css sub-folder:

custom.css

Your folders and two files (one web page and one stylesheet) should now look as shown below.

Sample image

Project text

All the text you need for this web page is in the file below. Only <p> tags have been used for basic formatting.

text.html

You do not need to download this file. You can simply copy-and-paste from it.

Project images

Download the following four images to your 📁 fashion/assets/img sub-folder.

Project video and poster image

Download the following video file and poster image to your 📁 fashion/assets/videos sub-folder.

file-explorer-portfolio-folder

✅   That's it. You now have all the resources you need to begin working on your Fashion project.

Launching the Lunevedy app and VS Code

Click the link below to open the Lunevedy app in a new tab of your web browser.

Lunevedy

files

Next, start VS Code and open the two files below.

  • fashion/index.html
  • fashion/assets/css/custom.css
files files

You are now ready to build the various content blocks of your web page.

Creating the hero block layout

You will begin by creating the 'hero block' that goes at the top of your web page.

Working with the hero block in the Lunevedy app

In the Lunevedy app, choose the Hero Block 3 option.

files

Your screen should look as shown below.

files

Choose the Illustrations menu.

menu-command

In the dialog box displayed, from the Illustration options, select the Video icon.

files

Your screen should now look as follows.

files

Next, choose the Buttons menu.

menu-command

In the dialog box displayed, set the Buttons option to Off.

When finished, click the HTML button near the bottom-right of the Lunevedy screen.

Because you have not updated any of the default colours in the 'hero block', the CSS button at the bottom-right of the screen is not enabled.

You have finished copying from this Lunevedy screen. So it's OK to exit or reload it.

Working with the hero block in VS Code

In VS Code, display the index.html web page.

Select the opening and closing <nav> and <header> tag pairs.

VS Code

Now, paste in the copied HTML from the Lunevedy app.

Your VS Code screen should now look as shown below.

files

Update the hero block with the image file hero-still.jpg and video file hero-video.mp4 from the assets/videos sub-folder, and the words from the text.html file.

Your VS Code screen should now look as shown below.

files

Save your index.html file. Display it in your web browser. It should look as shown below.

Hero block

To speed up the loading of the hero-still.jpg poster image for the background video, copy-and-paste the following code just after the "Preload large image" comment line in the <head>.

<link rel="preload" href="assets/videos/hero-still.jpg" as="image">  

The final code should look as shown below.

VS Code

✅   Excellent. You have now completed the hero block of your Fashion web page.

Creating the deckhead layout

As a web page designer, you do not want to show visitors too much information too soon. So it's a good idea to place a short block of introductory text under the <header> 'hero block' before you list your products or services in detail.

In the US, this short introduction is called a 'deckhead'. In the UK, it's known as a 'standfirst'.

The 'deckhead' will be the first <section> block after the opening <main> tag.

Working with the deckead in Lunevedy

On the Lunevedy home page, choose the Single Column layout.

On the next Lunevedy screen displayed, choose the Section menu option.

In the dialog box displayed, leave the Section Class Name at its default value of section-selector-1.

Set the Align option for desktops and mobiles to Center.

For Default Colors, choose the Dark option.

Next, click Background colour icon to display a slide-out list of colours at the left of the Lunevedy screen.

Select the green-800 colour for your background.

You can now close the Section menu.

Select the Illustrations menu.

In the dialog box displayed, set the Illustrations option to Off.

Finally, select the Text menu.

In the dialog box, increase the font size of the paragraph text for both desktop and mobile screens by clicking the two Up Arrow icons.

This increases the font-size of the text in the first of the three sample text paragraphs. See below.

You are now ready to copy the HTML from Lunevedy to VS Code.

Click the HTML button near the bottom-right of the screen.

Do not reload or exit the Lunevedy page. You still need to copy the CSS styles from this page.

Working with the deckhead in VS Code

In VS Code, display your index.html web page.

Just after the opening <main> tag, select the lines shown below.

files

Paste in the copied HTML from Lunevedy.

Delete everything from this text except the <h2> sub-heading and the first text paragraph as shown below.

VS Code screen

The deckhead should now look as shown below.

VS Code screen

Update the text with the words from the text.html file.

VS Code screen

Save your index.html page.

Copying the deckhead CSS from Lunevedy to VS Code

Return to the Lunevedy app and, at the bottom-right of the screen, click the CSS button.

You are now finished copying from the Lunevedy screen. So it's OK to exit this screen or reload it.

In VS Code, display your custom.css stylesheet file, and paste in the CSS from the Lunevedy app. Your stylesheet should now look as follows.

VS Code screen

Save your custom.css file.

In your web browser, your deckhead should look similar to the following.

VS Code screen

✅   You have now completed the introductory 'deckhead' or 'standfirst' block of your Fashion web page.

Creating the <main> content layout

Your next task is to create the four <section> blocks to hold your four types of fashion products - hats, scarves, t-shirts and footwear.

In design terms, you will use two styles - one for hats and shirts, and a second style for scarves and footwear.

  • Hats and t-shirts: These two will have a light-grey background and their styles will be set as section-selector-2.
  • Scarves and footwear: These two will have a white background and their styles will be set as section-selector-3.

Working with the Hats and T-shirts blocks in Lunevedy

On the Home page of the Lunevedy app, click the Single Column option.

files

On the next Lunevedy screen displayed, choose the Section menu option.

In the SECTION OPTIONS dialog box, select the following options.

You can now close the Section dialog box.

Now choose the Buttons menu option.

In the SECTION BUTTONS dialog box, set Buttons to on, accept the default of 1 button, and select the Shape of Pill.

You can now close the Buttons dialog box.

Next, click the HTML button at the bottom-right of the screen.

Do not reload or exit the Lunevedy page. You still need to copy the CSS styles from this page.

Working with the Hats and T-shirts blocks in VS Code

In VS Code, display the index.html web page.

Select the next empty <section> </section> block.

Paste in the copied HTML. You can remove any unnecessary line breaks or other spacing.

vscode-bg-colours

On the text you have just copied-and-pasted, perform the following two tasks:

  • Delete the third paragraph of sample text.
  • Cut-and-paste the <figure> tag, which contain the sample image, from under the <h2> sub-heading to between the paragraphs of sample text.

Your section of content should now look as shown below.

vscode-bg-colours

Select the section you have just worked with, including the opening <section> and closing </section> tags, and copy it. See below.

vscode-bg-colours

Copy-and-paste this directly under the first section as follows.

vscode-bg-colours

You now have two section blocks of content in your web page, each with the same class name of section-selector-2.

Save your index.html page in VS Code.

Copying the Hats and T-shirts CSS from Lunevedy to VS Code

Return to the Lunevedy app and, at the bottom-right of the screen, click the CSS button.

You are now finished copying from the Lunevedy screen. So it's OK to exit this screen or reload it.

In VS Code, display your custom.css stylesheet file, and paste in the CSS from the Lunevedy app. Your stylesheet should now look as follows.

Save your custom.css file.

You can now update the two <section> blocks with the words from the supplied text.html file, and the hats.jpg and tee-shirts.jpg images you downloaded and stored in your assets/img sub-folder.

In your web browser, your Fashion should now look similar to the following.

Working with the Scarves and Footwear blocks in Lunevedy

On the home page of the Lunevedy app, choose the Single Column layout.

On the next Lunevedy screen displayed, choose the Section menu option.

In the SECTION OPTIONS dialog box, change the Section Class Name to section-selector-3.

You can now close the Section dialog box.

Next choose the Buttons menu option.

In the SECTION BUTTONS dialog box, set Buttons to on, accept the default of 1 button, and select the Shape of Pill.

You can now close the Buttons dialog box.

Next, click the HTML button at the bottom-right of the screen.

It's OK to exit or reload the Lunevedy page. You will not need to copy any CSS styles from this page.

Working with the Scarves and Footwear blocks in VS Code

In VS Code, display the index.html web page.

Position the cursor between the first and second section blocks for the Hats and T-shirts.

vscode-bg-colours

Paste the HTML from the Lunevedy app. You can remove any unnecessary line breaks or other spacing.

As before, perform the following two tasks on the HTML you have just copied-and-pasted:

  • Delete the third paragraph of sample text.
  • Cut-and-paste the <figure> tag, which contain the sample image, from under the <h2> sub-heading to between the two sample text paragraphs.

Select the section you have just worked with, including the opening <section> and closing </section> tags, and copy it.

Scroll down to the bottom of the web page, and position the cursor to before the closing </main> tag.

Paste in the second block of content that has the section-selector-3 class.

Update the two <section> blocks with the words from the supplied text.html file, and the scarves.jpg and footwear.jpg images you downloaded and stored in your assets/img sub-folder.

Save your index.html page in VS Code.

As you can see, the only difference between the section-selector-2 and section-selector-3 sections is the background colour.

✅   Success! You have now completed the four product type blocks of your Fashion web page.

Creating the 'happy customers' layout

Lastly, you will create a four-column 'customer satisfaction' section block that will be positioned at the bottom of the web page.

Working with the 'happy customers' layout in Lunevedy

On the Home page of the Lunevedy app, click the Four columns option.

On the next Lunevedy screen displayed, choose the Section menu option.

In the SECTION OPTIONS dialog box, select the following options.

You can now close the Section dialog box.

Next choose the Columns menu option.

In the COLUMNS OPTIONS dialog box, set the Align option to centre.

Lunevedy

You can now close the Columns dialog box.

Now choose the Illustrations menu option.

In the COLUMNS ILLUSTRATIONS dialog box, select Icons.

Also, choose a Type of Line Awesome, set Align to centre, and set the Size to small (-).

Finally, click the Color button and select white-000.

You can now close the Illustrations dialog box.

Click the HTML button near the bottom-right of the screen.

Do not reload or exit the Lunevedy page. You still need to copy the CSS styles from this page.

Working with the 'happy customers' layout in VS Code

In VS Code, display the index.html web page. Just before the closing </main> tag, paste in the copied text.

Save your index.html page.

Working with the 'happy customers' CSS

Return to the Lunevedy app. At the bottom-right of the screen, click the CSS button.

In VS Code, display the custom.css file, scroll down to the bottom, and paste in the copied style rules. Your stylesheet should now look as follows.

files

Save your custom.css file. In your web browser, your page should now look as shown below.

files

Update the 'customer satisfaction' block with the words from the text.html file.

Update the four icons from Line Awesome as follows:

  • <i class="las la-truck"></i>
  • <i class="las la-euro-sign"></i>
  • <i class="las la-arrows-alt-h"></i>
  • <i class="las la-comments"></i>

You have now completed this final content block of your Fashion web page.

Adding a Google Font

Your next task is to add a Google font to all the text in your Fashion web page. Here are the steps:

  1. In a new browser tab, choose the Playfair Display font in Google Fonts.
  2. At the right of the screen, click Remove all to remove any previously selected fonts.
  3. Scroll down the screen and click the Select Regular 400 and Select Bold 700 options.
  4. Near the bottom right of the screen, click the Copy icon.
  5. Switch to the index.html file in VS Code, and paste the font code in the <head> of the web page.
  6. In the custom.css file, add the following style rule for the font-size.
    header h1 { font-size: var(--font-size-xxxl) } 
  7. Display the custom.css file and add the following style at the top of the file.

Save your index.html and custom.css files.

Adding the final touches

In the <head> of your web page, update the title and description as follows:

  • Mary Smith | Portfolio Project | Snazzy Fashion
  • Fashions you will love at prices you can afford. Look great. Feel fantastic.

You can delete the <footer> and <script> elements at the bottom of the web page. They are not required for this project.

VS Code

Also delete any empty <section> blocks in your index.html file.

Save your index.html and custom.css stylesheet.

✅   Excellent. You have now completed your Fashion project web page.

Uploading your portfolio folder to GitHub

After finishing your fashion project, you are now ready to upload it to your account on GitHub.

  1. Open a new tab in your web browser and go to GitHub.com. If you are not already signed in to your GitHub account, sign in now. github-signin
  2. On your GitHub home page, click the ‘repo’ that holds your web pages. Its name will look as follows, where username is your chosen username on GitHub.   username.github.io github-signin
  3. On the next GitHub screen displayed, click the portfolio folder.
  4. With your portfolio folder displayed on GitHub, click Add file button. github-upload-portfolio
  5. From the dropdown list displayed, choose the option Upload files. Project Animation Google Fonts
  6. In File Explorer (Windows) or Finder (Apple Mac), drag-and-drop your entire πŸ“ portfolio folder to upload it within your repository on GitHub. Introduction to HTML
  7. Scroll down to the bottom of the GitHub screen, and accept or edit the short message (Add files via upload) in the Commit changes box.
  8. Finally, click the green Commit changes button to upload your files. Project Animation Google Fonts

Your portfolio project web page is now published on GitHub at a web address similar to the following:

https://username.github.io/portfolio/fashion/index.html
or simply:
https://username.github.io/portfolio/fashion

It may take a few minutes for your uploaded files to appear on GitHub.