Create a new professional website using the front-end web


You will create a new, professional website using the front-end Web framework, Bootstrap. Please refer to this Lynda.com course on Bootstrap to prepare yourself for this assignment.

Getting Started

Install Bootstrap.
1. Make a new project folder where you will put all your website files for this assignment.
2. Follow instructions for installing Bootstrap. This is simply a matter of downloading a copy of the Bootstrap files and placing them into your project folder. Your bootstrap folder should end up with three sub-folders: css, fonts, and js.
Create an HTML page.
1. Copy and paste the HTML source code for the Bootstrap starter template, and save it into your own HTML file named "index.html" in your project folder
2. Edit this HTML code and modify the link to the "Bootstrap core CSS" file so that it correctly points to the CSS file where you have saved it when you installed bootstrap, which is css/bootstrap.min.css
3. Edit this HTML code and modify the link to the "Custom styles for this template" so that it points to a new file you will make, which is css/custom.css
Create a custom CSS file.
1. Copy and paste the CSS source code used by the Bootstrap starter template; save it into a new CSS file named "custom.css" within your css folder.
2. You will add all your custom CSS for this assignment to this file.
Open the HTML page you made in your web browser. Make sure it looks just like the starter template example before proceeding.
Leveraging Bootstrap's Features
Familiarize yourself with the various aspects of working with Bootstrap, including the following.
- The built-in CSS classes that can be used to create custom layouts, including grid-based layouts with responsive layouts features
- The built-in CSS classes that can be used to style common user interface components, such as buttons, links, navbars, and thumbnail images
- The built-in CSS classes that can be used to create interactive widgets, such as carousels, tabs, and drop-down menus
Customizing the Default Theme
You can quickly and easily change the default style of components and interactive widgets by following the customization workflow outlined on the Bootstrap site.
- For each element you want to customize, find its code in the compiled Bootstrap CSS
- Copy the component's selector and styles and paste them in your custom stylesheet. For instance, to customize the navbar background, just copy the .navbar style specification.
- In your custom stylesheet, edit the CSS you just copied from the Bootstrap source.
- Continue this process until you're happy with your customizations.
Requirements
Here is a list of required elements to include.
- Create at least 3 pages of content with a consistent style
- Create the general page layout on each page using Bootstrap's grid layout features
- Use a single Bootstrap navigation component on all pages to allow visitors to browse among the 3 pages
- Create at least 2 layouts using Bootstrap's responsive design features: one for mobile devices and one for desktop computers
- Use Bootstrap's carousel widget, including at least three images
- Customize at least 3 Bootstrap components on each page

Beyond these requirements, feel free to explore Bootstrap and take this project as far as you would like! Sites that demonstrate extra effort, thoughtfulness, and creativity will be considered for extra credit.

Solution Preview :

Prepared by a verified Expert
: Create a new professional website using the front-end web
Reference No:- TGS02572264

Now Priced at $10 (50% Discount)

Recommended (92%)

Rated (4.4/5)