Need help with this project. I am confused what i have to do in this project. Here's the instruction
-
As a continuation of Project 3, we are almost through with creating content. This part will focus
on adding image assets to all of your pages of your site. This includes, but is not limited to:
----> The main thing needs to done for this project is A logo or banner has to appears on all
pages near the top, A background image or gradient through out the main and sub page
(remember the usability rules on this!!), Additional images or photos, Other layout image assets,
etc. Content cant be generic
Here are a few things to remember when adding images to your pages, remember the following:
All images on your site must be either .png, .jpg, .jpeg, or .gif. Any other format will NOT work.
If you need to resize a large image to small, do NOT make the height and width smaller using
HTML. Open the file in any image editing software and modify it. Resize it using HTML does
not actually resize it! Do not distort the image by making its new proportions different from the
original. This makes the image appeared skewed and looks extremely unprofessional. Be sure to
set the value for the alt and title attributes in the img tag. All of your images must be located
within a separate folder in the project folder. You may call this whatever you like, but I
recommend img or images. I am not concerned with how many images you have total, just that
you used images throughout your site at a reasonable rate. I am not overly concerned with the
quality of your images. However, you are trying to convey a certain level of professionalism in
this class so be mindful when developing your pages.
Here's the home.html and styles.css to fix it. ---->> So I already have the subpages but how could
i continue the logo and background images in subpages too? Also would you please fix the
styles.css for the subpages too? or Can i use 1 styles.css for the home and other subpages?
Home.html
Website Design
Healthy Living
HomeNutritionFitnessMindfulnessRecipesContactWelcome to Healthy Living
We believe that a healthy lifestyle is the key to happiness and longevity.
Our website provides information on nutrition, physical fitness, and mindfulness practices to
help you live a healthier life.Learn More
Live a healthier life!
Discover the benefits of healthy eating, exercise, and mindfulness.Get Started
Healthy Eating
Learn about the importance of nutrition and how to make healthy choices.Read More
Fitness
Discover the benefits of regular exercise and find a workout routine that works for you.Read
More
Mindfulness
Reduce stress and improve your mental well-being with mindfulness exercises.Read More
Styles.css
body {
background-image: url("image/background.jpg");
background-repeat: no-repeat;
font-family: Arial, sans-serif;
background-size: cover;
font-size: 16px;
height: 100%;
margin: 0;
padding: 0
}
/* Header styles */
header {
background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
position: fixed;
width: 100%;
z-index: 1;
}
.main {
max-width: 1200px;
margin: 0 auto;
padding: 10px;
}
.navbar {
display: flex;
justify-content: space-between;
align-items: center;
width: 1000px;
height: 75px;
margin: auto;
}
.icon{
width: 200px;
float: left;
height: 70px;
}
.logo{
color: rgb(138, 55, 215);
font-size: 20px;
font-family: Arial;
}
.icon img {
vertical-align:middle;
}
h2 {
display: inline-block;
margin: 0 0 0 10px;
}
.menu {
background-color: #f2f2f2;
padding: 10px;
}
nav ul {
margin: 0;
padding: 0;
list-style-type: none;
display: flex;
justify-content: center;
}
nav li {
margin-left: 62px;
margin-top: 27px;
font-size: 14px;
}
nav a {
text-decoration: none;
color: #333;
font-size: Arial;
font-weight: bold;
}
/* Footer styles */
footer {
background-color: #f2f2f2;
padding: 20px;
}
/* Section styles */
section {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
}
.intro {
height: auto;
margin: auto;
color: white;
position: relative;
text-align: center;
}
.intro .pra{
padding: 20px;
font-family: Arial;
letter-spacing: 1.2px;
line-height: normal;
}
.intro h2{
font-family: 'Times New Roman';
font-size: 20px;
padding: auto;
margin: auto;
letter-spacing: normal;
}
/* Hero Section */
.hero {
background-image: url("image/background.jpg");
background-size: cover;
height: 90px;
display: flex;
align-items: center;
justify-content: center;
}
.hero-text {
text-align: center;
color: #100116;
font-size: 20px;
}
.hero h2{
font-size: 30px;
margin-bottom: 6px;
}
/* Featured Section */
.featured {
background-color: #687794;
padding: 60px 0;
}
.featured-item {
text-align: center;
}
.featured-item img {
max-width: 100%;
}
.featured-item h3 {
font-size: 36px;
margin-top: 40px;
}
.featured-item p {
font-size: 24px;
line-height: 1.5;
margin-top: 20px;
}
/* Nutrition Page */
.nutrition h2 {
font-size: 48px;
margin-top: 80px;
text-align: center;
}
.nutrition p {
font-size: 24px;
line-height: 1.5;
margin: 40px 0;
max-width: 800px;
text-align: center;
}
.nutrition ul {
font-size: 24px;}
/* Button styles */
.btn {
background-color: #fff;
border: 2px solid #fff;
border-radius: 30px;
color: #333;
display: inline-block;
font-size: 18px;
font-weight: bold;
margin-top: 30px;
padding: 15px 30px;
text-align: center;
text-transform: uppercase;
transition: background-color 0.3s ease;
}
.btn:hover {
background-color: #f7f7f7;
}
.cta {
background-color: #ff5722;
color: #fff;
padding: 10px 20px;
border-radius: 5px;
text-decoration: none;
}
.cta:hover {
background-color: #e64a19;}
Thanks in Advance.

More Related Content

PPT
Html 5 and CSS - Image Element
DOCX
In Class Assignment 1 .docx
PDF
Image optimization: why and how
PDF
How To Rank Your Images On Google Images
PDF
Images on the Web
PPTX
HTML/CSS Web Blog Example
PPT
GTU Web Designing Interview Questions And Answers for freshers
DOCX
ARTICULOENINGLES
Html 5 and CSS - Image Element
In Class Assignment 1 .docx
Image optimization: why and how
How To Rank Your Images On Google Images
Images on the Web
HTML/CSS Web Blog Example
GTU Web Designing Interview Questions And Answers for freshers
ARTICULOENINGLES

Similar to Need help with this project. I am confused what i have to do in this.pdf (20)

PPTX
Blog HTML example for IML 295
PPTX
Html images and html backgrounds
PDF
Building a Website from Planning to Photoshop Mockup to HTML/CSS
PPTX
HTML5 - Insert images and Apply page backgrounds
PDF
Bhanu pratap
PPTX
PPT
Adding graphics to your web page
PDF
Css web gallery
PDF
Html 5 mobile - nitty gritty
KEY
HTML5 apps for iOS (and probably beyond)
PDF
JSN Gruve Customization Manual
PPT
Web Site Design
PPT
Design selection demo.2
PPTX
Session no 4
PPTX
Lecture 5 & 6 Advance CSS.pptx for web
PDF
JSN Pixel Customization Manual
PDF
Important factors to consider while designing your website !
PPSX
Steph's Html5 and css presentation
PDF
Image SEO
PPSX
Steph's Html5 and css presentation
Blog HTML example for IML 295
Html images and html backgrounds
Building a Website from Planning to Photoshop Mockup to HTML/CSS
HTML5 - Insert images and Apply page backgrounds
Bhanu pratap
Adding graphics to your web page
Css web gallery
Html 5 mobile - nitty gritty
HTML5 apps for iOS (and probably beyond)
JSN Gruve Customization Manual
Web Site Design
Design selection demo.2
Session no 4
Lecture 5 & 6 Advance CSS.pptx for web
JSN Pixel Customization Manual
Important factors to consider while designing your website !
Steph's Html5 and css presentation
Image SEO
Steph's Html5 and css presentation
Ad

More from amazonedistributors (20)

PDF
Need help answering 1(a-d). Service DepartmentsProduction Department.pdf
PDF
Need correct answer please using Laplace Smoothing Method Please ..pdf
PDF
Necesito ayuda para responder la respuesta del art�culo. Los abuel.pdf
PDF
Necesita ayuda para responder las siguientes preguntasstarbucks.pdf
PDF
Nash Incs EPS is $6.72 and its dividend payout ratio is 0.7. the co.pdf
PDF
NASA must determine how many of three types of objects to bring on b.pdf
PDF
Name these structures A. Identify this region B. Identify these fold.pdf
PDF
n2=25n1=12x=115y=107ay=20oy=11 The confdence mbervai is (Fiound to two.pdf
PDF
No plagiarism and at least 250 wordsBriefly describe the dif.pdf
PDF
no need to invlude comments in the code. 1. Follow the FDR to im.pdf
PDF
Nonylphenol (NP) is commonly found in municipal wastewater and solid.pdf
PDF
North Korea Is a socialist state. The system is a single-party regim.pdf
PDF
Noel Arrold podr�a haber terminado en trigo. O en el sal�n de clases.pdf
PDF
Nike vendiendo una l�nea de ropa para acompa�ar su producto principa.pdf
PDF
Ninna Banks is responsible for recording cash disbursements, prepari.pdf
PDF
Nike Case StudyDoes Jeff Ballinger have a convincing argument abo.pdf
PDF
NIIF 9 instrumento financiero permite el uso de contabilidad de cobe.pdf
PDF
Nicholas is currently in eighth grade and intends to attend a state .pdf
PDF
NetworkingShow the commandsUsing nmcli , create a new network .pdf
PDF
Network Environment & Configuration Requirements You are a support t.pdf
Need help answering 1(a-d). Service DepartmentsProduction Department.pdf
Need correct answer please using Laplace Smoothing Method Please ..pdf
Necesito ayuda para responder la respuesta del art�culo. Los abuel.pdf
Necesita ayuda para responder las siguientes preguntasstarbucks.pdf
Nash Incs EPS is $6.72 and its dividend payout ratio is 0.7. the co.pdf
NASA must determine how many of three types of objects to bring on b.pdf
Name these structures A. Identify this region B. Identify these fold.pdf
n2=25n1=12x=115y=107ay=20oy=11 The confdence mbervai is (Fiound to two.pdf
No plagiarism and at least 250 wordsBriefly describe the dif.pdf
no need to invlude comments in the code. 1. Follow the FDR to im.pdf
Nonylphenol (NP) is commonly found in municipal wastewater and solid.pdf
North Korea Is a socialist state. The system is a single-party regim.pdf
Noel Arrold podr�a haber terminado en trigo. O en el sal�n de clases.pdf
Nike vendiendo una l�nea de ropa para acompa�ar su producto principa.pdf
Ninna Banks is responsible for recording cash disbursements, prepari.pdf
Nike Case StudyDoes Jeff Ballinger have a convincing argument abo.pdf
NIIF 9 instrumento financiero permite el uso de contabilidad de cobe.pdf
Nicholas is currently in eighth grade and intends to attend a state .pdf
NetworkingShow the commandsUsing nmcli , create a new network .pdf
Network Environment & Configuration Requirements You are a support t.pdf
Ad

Recently uploaded (20)

PPTX
B.Sc. DS Unit 2 Software Engineering.pptx
PPTX
Chinmaya Tiranga Azadi Quiz (Class 7-8 )
PDF
Τίμαιος είναι φιλοσοφικός διάλογος του Πλάτωνα
PDF
Trump Administration's workforce development strategy
PDF
International_Financial_Reporting_Standa.pdf
DOCX
Cambridge-Practice-Tests-for-IELTS-12.docx
PDF
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
PPTX
Virtual and Augmented Reality in Current Scenario
PDF
Paper A Mock Exam 9_ Attempt review.pdf.
PDF
Empowerment Technology for Senior High School Guide
PDF
Vision Prelims GS PYQ Analysis 2011-2022 www.upscpdf.com.pdf
PPTX
ELIAS-SEZIURE AND EPilepsy semmioan session.pptx
PPTX
Onco Emergencies - Spinal cord compression Superior vena cava syndrome Febr...
PDF
AI-driven educational solutions for real-life interventions in the Philippine...
PDF
Hazard Identification & Risk Assessment .pdf
PDF
Complications of Minimal Access-Surgery.pdf
PPTX
Share_Module_2_Power_conflict_and_negotiation.pptx
PDF
LDMMIA Reiki Yoga Finals Review Spring Summer
PDF
احياء السادس العلمي - الفصل الثالث (التكاثر) منهج متميزين/كلية بغداد/موهوبين
PDF
Practical Manual AGRO-233 Principles and Practices of Natural Farming
B.Sc. DS Unit 2 Software Engineering.pptx
Chinmaya Tiranga Azadi Quiz (Class 7-8 )
Τίμαιος είναι φιλοσοφικός διάλογος του Πλάτωνα
Trump Administration's workforce development strategy
International_Financial_Reporting_Standa.pdf
Cambridge-Practice-Tests-for-IELTS-12.docx
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
Virtual and Augmented Reality in Current Scenario
Paper A Mock Exam 9_ Attempt review.pdf.
Empowerment Technology for Senior High School Guide
Vision Prelims GS PYQ Analysis 2011-2022 www.upscpdf.com.pdf
ELIAS-SEZIURE AND EPilepsy semmioan session.pptx
Onco Emergencies - Spinal cord compression Superior vena cava syndrome Febr...
AI-driven educational solutions for real-life interventions in the Philippine...
Hazard Identification & Risk Assessment .pdf
Complications of Minimal Access-Surgery.pdf
Share_Module_2_Power_conflict_and_negotiation.pptx
LDMMIA Reiki Yoga Finals Review Spring Summer
احياء السادس العلمي - الفصل الثالث (التكاثر) منهج متميزين/كلية بغداد/موهوبين
Practical Manual AGRO-233 Principles and Practices of Natural Farming

Need help with this project. I am confused what i have to do in this.pdf

  • 1. Need help with this project. I am confused what i have to do in this project. Here's the instruction - As a continuation of Project 3, we are almost through with creating content. This part will focus on adding image assets to all of your pages of your site. This includes, but is not limited to: ----> The main thing needs to done for this project is A logo or banner has to appears on all pages near the top, A background image or gradient through out the main and sub page (remember the usability rules on this!!), Additional images or photos, Other layout image assets, etc. Content cant be generic Here are a few things to remember when adding images to your pages, remember the following: All images on your site must be either .png, .jpg, .jpeg, or .gif. Any other format will NOT work. If you need to resize a large image to small, do NOT make the height and width smaller using HTML. Open the file in any image editing software and modify it. Resize it using HTML does not actually resize it! Do not distort the image by making its new proportions different from the original. This makes the image appeared skewed and looks extremely unprofessional. Be sure to set the value for the alt and title attributes in the img tag. All of your images must be located within a separate folder in the project folder. You may call this whatever you like, but I recommend img or images. I am not concerned with how many images you have total, just that you used images throughout your site at a reasonable rate. I am not overly concerned with the quality of your images. However, you are trying to convey a certain level of professionalism in this class so be mindful when developing your pages. Here's the home.html and styles.css to fix it. ---->> So I already have the subpages but how could i continue the logo and background images in subpages too? Also would you please fix the styles.css for the subpages too? or Can i use 1 styles.css for the home and other subpages? Home.html Website Design Healthy Living HomeNutritionFitnessMindfulnessRecipesContactWelcome to Healthy Living We believe that a healthy lifestyle is the key to happiness and longevity. Our website provides information on nutrition, physical fitness, and mindfulness practices to help you live a healthier life.Learn More Live a healthier life! Discover the benefits of healthy eating, exercise, and mindfulness.Get Started
  • 2. Healthy Eating Learn about the importance of nutrition and how to make healthy choices.Read More Fitness Discover the benefits of regular exercise and find a workout routine that works for you.Read More Mindfulness Reduce stress and improve your mental well-being with mindfulness exercises.Read More Styles.css body { background-image: url("image/background.jpg"); background-repeat: no-repeat; font-family: Arial, sans-serif; background-size: cover; font-size: 16px; height: 100%; margin: 0; padding: 0 } /* Header styles */ header { background-color: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); position: fixed; width: 100%; z-index: 1; } .main { max-width: 1200px;
  • 3. margin: 0 auto; padding: 10px; } .navbar { display: flex; justify-content: space-between; align-items: center; width: 1000px; height: 75px; margin: auto; } .icon{ width: 200px; float: left; height: 70px; } .logo{ color: rgb(138, 55, 215); font-size: 20px; font-family: Arial; } .icon img { vertical-align:middle; } h2 { display: inline-block; margin: 0 0 0 10px; } .menu { background-color: #f2f2f2; padding: 10px; }
  • 4. nav ul { margin: 0; padding: 0; list-style-type: none; display: flex; justify-content: center; } nav li { margin-left: 62px; margin-top: 27px; font-size: 14px; } nav a { text-decoration: none; color: #333; font-size: Arial; font-weight: bold; } /* Footer styles */ footer { background-color: #f2f2f2; padding: 20px; } /* Section styles */ section { max-width: 1200px; margin: 0 auto; padding: 20px; }
  • 5. .intro { height: auto; margin: auto; color: white; position: relative; text-align: center; } .intro .pra{ padding: 20px; font-family: Arial; letter-spacing: 1.2px; line-height: normal; } .intro h2{ font-family: 'Times New Roman'; font-size: 20px; padding: auto; margin: auto; letter-spacing: normal; } /* Hero Section */ .hero { background-image: url("image/background.jpg"); background-size: cover; height: 90px; display: flex; align-items: center; justify-content: center; } .hero-text { text-align: center; color: #100116; font-size: 20px;
  • 6. } .hero h2{ font-size: 30px; margin-bottom: 6px; } /* Featured Section */ .featured { background-color: #687794; padding: 60px 0; } .featured-item { text-align: center; } .featured-item img { max-width: 100%; } .featured-item h3 { font-size: 36px; margin-top: 40px; } .featured-item p { font-size: 24px; line-height: 1.5; margin-top: 20px; } /* Nutrition Page */ .nutrition h2 {
  • 7. font-size: 48px; margin-top: 80px; text-align: center; } .nutrition p { font-size: 24px; line-height: 1.5; margin: 40px 0; max-width: 800px; text-align: center; } .nutrition ul { font-size: 24px;} /* Button styles */ .btn { background-color: #fff; border: 2px solid #fff; border-radius: 30px; color: #333; display: inline-block; font-size: 18px; font-weight: bold; margin-top: 30px; padding: 15px 30px; text-align: center; text-transform: uppercase; transition: background-color 0.3s ease; } .btn:hover { background-color: #f7f7f7; }
  • 8. .cta { background-color: #ff5722; color: #fff; padding: 10px 20px; border-radius: 5px; text-decoration: none; } .cta:hover { background-color: #e64a19;} Thanks in Advance.