Project
Project
ीनीीाप्रौद्योनिकी सीसथीानी
NationalInstituteofElectronics&InformationTech
nology
JEWELLERY COLLECTION
WEBSITE USING HTML & CSS
REGESTRATION NO : 1501114
LEVEL : O
Aprojectreportcannotbecompletedwithoutthesupportandencouragementofothers.Iwoul
First and foremost, I would like to express my gratitude to God, the Almighty, for
I would like to express my sincere gratitude to Mr. Divyesh Sir, the Director of
theInformation Technology Centre and Ms. Chaitali Madam, for their cooperation
I would like to sincerely thank Ms. Bhakti Joshi Ma'am, my project guide, for
ideas.Hersupporthasbeenhelpfultomeduringeverystepofthisproject.Hervastknowledge,
deepexperience,andprofessionalskillallowedmetoeffectivelyfinishthisassignment.Icoul
Iwouldalsoliketoexpressmygratitudetomyfriends,family,andalloftheITCfacultymember
s for their support and guidance. Without them, I would not have had
My deepest gratitude goes out to everyone who has helped me with this work,
bothdirectly and indirectly. The project would never have been completed without
Using HTML and CSS to create a Jewellry Collection Website. A jewelry Collection
website.
The first step in creating a jewelry collection website is to define its concept and
The design of the website plays a crucial role in attracting users and conveying the
brand’s essence. Aesthetics considerations should align with the type of jewelry
collection may benefit from a sophisticated and luxurious design, while a bohemian –
inspired collection may opt for more eclectic and vibrant aesthetic.
Given the diverse devices through which users access websites, it’s essential to
screen sizes, ensuring a consistent and enjoyable experience for users whether they
Since jewelry is a visual and tactile product ,high-quality image are paramount.
Professional photography that captures the intricate details ,colors, and textures of
each piece enhances the overall presentation. Including multiple images from different
Coding
<!DOCTYPE html>
<html>
<head>
<!-- Basic -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- Mobile Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-
fit=no" />
<!-- Site Metas -->
<link rel="icon" href="images/favicon.png" type="image/gif" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>Healet</title>
</head>
<body>
<div class="custom_menu-btn">
<button onclick="openNav()">
<span class="s-1"> </span>
<span class="s-2"> </span>
<span class="s-3"> </span>
</button>
<div id="myNav" class="overlay">
<div class="overlay-content">
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="shop.html">Shop</a>
<a href="blog.html">Blog</a>
</div>
</div>
</div>
</div>
</nav>
</div>
</header>
<!-- end header section -->
Coding:
4.LATEST PRODUCTS
Coding
<div class="btn-box">
<a href="">
View All Products
</a>
</div>
</div>
</section>
5.Discount Section
Coding :
6.Contact Section:
Coding:
<!-- info section -->
<section class="info_section layout_padding2">
<div class="container">
<div class="row info_form_social_row">
<div class="col-md-8 col-lg-9">
<div class="info_form">
<form action="">
<input type="email" placeholder="Enter your email">
<button>
<i class="fa fa-arrow-right" aria-hidden="true"></i>
</button>
</form>
</div>
</div>
<div class="col-md-4 col-lg-3">
<div class="social_box">
<a href="">
<i class="fa fa-facebook" aria-hidden="true"></i>
</a>
<a href="">
<i class="fa fa-twitter" aria-hidden="true"></i>
</a>
<a href="">
<i class="fa fa-linkedin" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
<div class="row info_main_row">
<div class="col-md-6 col-lg-3">
<div class="info_links">
<h4>
Menu
</h4>
<div class="info_links_menu">
<a href="index.html">Home</a>
<a href="about.html">About</a>
<a href="shop.html">Shop</a>
<a href="blog.html">Blog</a>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="info_insta">
<h4>
Instagram
</h4>
<div class="insta_box">
<div class="img-box">
<img src="images/p1.png" alt="">
</div>
<p>
long established fact that a reader
</p>
</div>
<div class="insta_box">
<div class="img-box">
<img src="images/p2.png" alt="">
</div>
<p>
long established fact that a reader
</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="info_detail">
<h4>
About Us
</h4>
<p class="mb-0">
when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less
normal distribution of letters, as opposed to
</p>
</div>
</div>
<div class="col-md-6 col-lg-3">
<h4>
Contact Us
</h4>
<div class="info_contact">
<a href="">
<i class="fa fa-map-marker" aria-hidden="true"></i>
<span>
Location
</span>
</a>
<a href="">
<i class="fa fa-phone" aria-hidden="true"></i>
<span>
Call +01 1234567890
</span>
</a>
<a href="">
<i class="fa fa-envelope"></i>
<span>
[email protected]
</span>
</a>
</div>
</div>
</div>
</div>
</section>
</body>
</html>
Conclusion: