Laurus College Web Design Program Last Update: 6/15/2020 WDD115: Lab3.3 Submission Guidelines: Please zip your files wdd115-lastname-3.3.zip and upload via the assignment link on MLP. Directions:...

1 answer below »
Attached is my assignments


Laurus College Web Design Program Last Update: 6/15/2020 WDD115: Lab3.3 Submission Guidelines: Please zip your files wdd115-lastname-3.3.zip and upload via the assignment link on MLP. Directions: Follow the directions below 1. From your Local server create a new site 2. Choose an interest you are passionate about (or a local business you wish to promote) and write a blog post. Make sure you blog post has the following: · Headline · Feature Image · At least 1 category 3. Create 4 Pages: Home, About, Contact and Blog 4. Leave the ‘Blog’ page empty- but populate the other 3 with content of your choosing 5. Create your Menu, add pages to your menu, save menu 6. Set the ‘Home’ page to your homepage display. Set the ‘Blog’ page to your posts page index 7. Search, choose, install and activate a theme that has a sidebar in the design layout 8. Configure the sidebar with 3 widgets of your choice. 9. Screenshot every page, including the blog article 10. Zip up 5 screenshots and turn into MLP | Page Laurus College Web Design Program Last Update: 6/15/2020 WDD115: Lab3.1 Submission Guidelines: Please zip your files wdd115-lastname-3.1.zip and upload via the assignment link on MLP. Directions: Follow the directions below 1. Navigate to https://localwp.com/ and download install the Local server to your PC or Mac 2. Once installed as demonstrated in class open Local server and create a wordpress site. · Set your username to your name all lower case: fname · Choose an easy-to-remember password 3. Change the site title to: Lab 3.1 Your Name 4. Change the site tagline to: Introduction to WordPress 5. Screen your home page with all the elements showing: · Username in upper right corner · Site Title/Tagline 6. Zip and turn into MLP | Page Laurus College Web Design Program Last Update: 6/15/2020 WDD115: Lab3.2 Submission Guidelines: Please zip your files wdd115-lastname-3.2.zip and upload via the assignment link on MLP. Directions: Follow the directions below 1. Using your local server, create a new WordPress site. 2. Set the username to your name 3. Chooses your own easy-to-remember password *you can choose that SAME username/password for EVERY site you create with local- this is recommended so aren’t required to login with multiple passwords 4. Create 3 blog posts about a subject you are passionate about and wish to promote. Visit unsplash.com or pexels.com to download free unlicensed images. Choose images that match the subject of your blog posts. 5. Blog Posts must contain the following specifications: · Title · Feature image · at least 2 categories (for each post) · at least 3 content blocks in the body of your article · A theme of your choosing- different from the default theme WordPress applies to your site upon creation 6. Take screenshots of the following: · Home page blog feed · One screen shot for each article · *Make sure your logged in username is visible in every screenshot 7. Zip screenshots and turn into MLP | Page Laurus College Web Design Program Last Update: 6/15/2020 WDD115: 3.4Quiz Submission Guidelines: Please zip your files wdd115-lastname-3.4.zip and upload via the assignment link on MLP. Directions: Follow the directions below 1. From your Local Server, create a new WordPress site and use your name as username, pick your own easy-to-remember password. 2. Create 1 blog post promoting the restaurant. Use the following in the post: · Headline · Feature Image · At least 1 category · At least 2 blocks of content 3. Create a Home page a Blog page and 2 other pages of your choice 4. Create a menu populated with your pages 5. Set the homepage display to your Home page 6. Search for and select a restaurant theme. 7. Screen shot each page and your blog article. (Make sure your username is visible in each screenshot) 8. Zip and turn into MLP | Page 4.1lab/design.png __MACOSX/4.1lab/._design.png 4.1lab/4.1lab.docx Laurus College Web Design Program Last Update: 6/15/2020 WDD115: Lab4.1 Submission Guidelines: Please zip your files wdd115-lastname-4.1.zip and upload via the assignment link on MLP. Directions: Follow the directions below 1. Install Activate a new WordPress site. (or you can use an existing) 2. Create a ‘Home’ page (no content nor menu needed) 3. Set ‘Home’ page to homepage display 4. Install/Activate the elementor plugin 5. Create a two-column about/contact section · Left column should have 1 component: an image that promotes your organization or whatever message you are trying to convey · Right column should have 3 components: Text, Heading and Social Icons · Write your own text and headline copy. · Use the image provided or one of your own choosing. · Give section container a background color · Apply padding to the section container 6. See design file for specifications 7. Screenshot your work. *Make sure your username is visible in the screenshot 8. Zip and turn into MLP | Page __MACOSX/4.1lab/._4.1lab.docx __MACOSX/._4.1lab
Answered 3 days AfterOct 08, 2021

Answer To: Laurus College Web Design Program Last Update: 6/15/2020 WDD115: Lab3.3 Submission Guidelines:...

Swapnil answered on Oct 11 2021
114 Votes
93187/categories.html








        
Home

        
Categories

        
Foods

        
Contact



Explore Foods



Pizza





Burger





Momo





Pizza





Burger





Momo





Pizza





Burger





Momo





Pizza





Burger





Momo





        


        


        




All rights reserved. Designed By Vijay Thapa
93187/category-foods.html








        
Home

        
Categories

        
Foods

        
Contact



Foods on "Category"




Food Menu





Food Title
$2.3

Made with Italian Sauce, Chicken, and organice vegetables.
Order Now





Smoky Burger
$2.3

Made with Italian Sauce, Chicken, and organice vegetables.
Order Now





Nice Burger
$2.3

Made with Italian Sauce, Chicken, and organice vegetables.
Order Now





Food Title
$2.3

Made with Italian Sauce, Chicken, and organice vegetables.
Order Now





Food Title
$2.3

Made with Italian Sauce, Chicken, and organice vegetables.
Order Now





Chicken Steam Momo
$2.3

Made with Italian Sauce, Chicken, and organice vegetables.
Order Now



        


        


        




All rights reserved. Designed By Vijay Thapa
93187/css/style.css
*{
margin: 0 0;
padding: 0 0;
font-family: Arial, Helvetica, sans-serif;
}
.container
{
width: 80%;
margin: 0 auto;
padding: 1%;
}
.img-responsive
{
width: 100%;
}
.img-curve
{
border-radius: 15px;
}
.text-right
{
text-align: right;
}
.text-center
{
text-align: center;
}
.text-left
{
text-align: left;
}
.text-white
{
color: white;
}
.clearfix
{
clear: both;
float: none;
}
a
{
color: #ff6b81;
text-decoration: none;
}
a:hover
{
color: #ff4757;
}
.btn
{
padding: 1%;
border: none;
font-size: 1rem;
border-radius: 5px;
}
.btn-primary
{
background-color: #ff6b81;
color: white;
cursor: pointer;
}
.btn-primary:hover
{
color: white;
background-color:...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here