-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ecommerce page created #23
Open
navnithi
wants to merge
4
commits into
Integrify-Finland:main
Choose a base branch
from
navnithi:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 3 commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,204 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Smash Zone</title> | ||
<meta name="description" content="My page"> | ||
<!--google font--> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Lobster&family=Roboto:wght@400;500;700;900&display=swap" rel="stylesheet"> | ||
<!--fontawesome--> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css" integrity="sha512-MV7K8+y+gLIBoVD59lQIYicR65iaqukzvf/nwasF0nqhPay5w/9lJmVM2hMDcnK1OnMGCdVK+iQrJ7lzPJQd1w==" crossorigin="anonymous" referrerpolicy="no-referrer" /> | ||
|
||
<link rel="stylesheet" href="style.css"> | ||
</head> | ||
|
||
<body> | ||
<div class="main-head"> | ||
<i class="fa-solid fa-volleyball icon-ball"></i> | ||
<nav class="menu"> | ||
<ul class="menu__lists"> | ||
<li class="menu__list"><a href="" class="menu__link">Home</a></li> | ||
<li class="menu__list"><a href=".products" class="menu__link">Products</a></li> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. href="#products" |
||
<li class="menu__list"><a href="#review section" class="menu__link">Review</a></li> | ||
<li class="menu__list"><a href="#contact-section" class="menu__link">Contact us</a></li> | ||
</ul> | ||
</nav> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. With "media query" change the nav to burger menu. |
||
|
||
<div class="icons"> | ||
<a href="" class="fas fa-heart icon"></a> | ||
<a href="" class="fas fa-shopping-cart icon"></a> | ||
<a href="" class="fas fa-user icon"></a> | ||
|
||
</div> | ||
</div> | ||
<header id="header"> | ||
|
||
<div class="banner"> | ||
<h1 class="banner__title">Smash Sport Zone</h1> | ||
<p class="banner__desc">Playing sports builds your personality and teaches you to live life in a better way.</p> | ||
<button class="btn banner__btn">Shop Now</button> | ||
</div> | ||
</header> | ||
|
||
<main> | ||
<!--product section starts here--> | ||
|
||
|
||
<marquee behavior="" direction="">End of season sale upto 50% discount</marquee> | ||
|
||
<h2 class="product-title">Sports Accessories and Equipment</h2> | ||
|
||
<section class="products"> | ||
<div class="product__item"> | ||
<figure class="product__item-image"> | ||
<img src="./New images/Picture1.jpg" alt="pic1"> | ||
</figure> | ||
<span>10% discount</span> | ||
<button class="btn product__btn">Buy Now</button> | ||
</div> | ||
<div class="product__item"> | ||
<figure class="product__item"> | ||
<img src="./New images/Picture2.png" alt="pic2"> | ||
</figure> | ||
<button class="btn product__btn">Buy Now</button> | ||
</div> | ||
<div class="product__item"> | ||
<figure class="product__item-image"> | ||
<img src="./New images/Picture3.jpg" alt="pic3"> | ||
</figure> | ||
<button class="btn product__btn">Buy Now</button> | ||
</div> | ||
<div class="product__item"> | ||
<figure class="product__item-image"> | ||
<img src="./New images/Picture4.jpg" alt="pic4"> | ||
</figure> | ||
<button class="btn product__btn">Buy Now</button> | ||
</div> | ||
<div class="product__item"> | ||
<figure class="product__item-image"> | ||
<img src="./New images/Picture5.jpg" alt="pic5"> | ||
</figure> | ||
<button class="btn product__btn">Buy Now</button> | ||
</div> | ||
<div class="product__item"> | ||
<figure class="product__item-image"> | ||
<img src="./New images/Picture6.png" alt="pic6"> | ||
</figure> | ||
<button class="btn product__btn">Buy Now</button> | ||
</div> | ||
<div class="product__item"> | ||
<figure class="product__item-image"> | ||
<img src="./New images/Picture7.jpg" alt="pic7"> | ||
</figure> | ||
<button class="btn product__btn">Buy Now</button> | ||
</div> | ||
<div class="product__item"> | ||
<figure class="product__item-image"> | ||
<img src="./New images/Picture8.jpg" alt="pic8"> | ||
</figure> | ||
<button class="btn product__btn">Buy Now</button> | ||
</div> | ||
<div class="product__item"> | ||
<figure class="product__item-image"> | ||
<img src="./New images/Picture9.jpg" alt="pic9"> | ||
</figure> | ||
<button class="btn product__btn">Buy Now</button> | ||
</div> | ||
|
||
</section> | ||
|
||
|
||
|
||
<!--product section ends here--> | ||
|
||
<!--review section stats here--> | ||
<section id="review section"> | ||
<h2 class="review-title">Customer Review</h2> | ||
<div class="reviews"> | ||
<article class="review card"> | ||
<i class="fa-solid fa-user user__icon"></i> | ||
<h3>Review 1</h3> | ||
<p class="review__des">Lorem ipsum dolor sit amet consectetur adipisicing elit. Eligendi odit, architecto possimus itaque consequuntur expedita quisquam dolores repellat aut nobis!</p> | ||
<button class="btn review__btn">Read more</button> | ||
</article> | ||
|
||
<article class="review card"> | ||
<i class="fa-solid fa-user user__icon"></i> | ||
<h3>Review 2</h3> | ||
<p class="review__des">Lorem ipsum dolor sit amet consectetur adipisicing elit. Eligendi odit, architecto possimus itaque consequuntur expedita quisquam dolores repellat aut nobis!</p> | ||
<button class="btn review__btn">Read more</button> | ||
</article> | ||
|
||
<article class="review card"> | ||
<i class="fa-solid fa-user user__icon"></i> | ||
<h3>Review 3</h3> | ||
<p class="review__des">Lorem ipsum dolor sit amet consectetur adipisicing elit. Eligendi odit, architecto possimus itaque consequuntur expedita quisquam dolores repellat aut nobis!</p> | ||
<button class="btn review__btn">Read more</button> | ||
</article> | ||
|
||
</div> | ||
|
||
</section> | ||
<!--review section stats here--> | ||
|
||
<!--contact section starts here--> | ||
<section id="contact-section"> | ||
<h2 class="contact-heading">Contact Us</h2> | ||
<form class="forms"> | ||
|
||
<div class="form-control"> | ||
<label for="name">Name: </label> | ||
<input type="text" id="name" autocomplete="name" required> | ||
</div> | ||
|
||
<div class="form-control"> | ||
<label for="email">Email id: </label> | ||
<input type="email" id="email" autocomplete="email" required> | ||
</div> | ||
|
||
<div class="form-control"> | ||
<label for="message">Message: </label> | ||
<textarea name="message" id="message" cols="30" rows="10"></textarea> | ||
</div> | ||
|
||
<div class="form-control form__btn"> | ||
<button class="btn contact__btn">Submit</button> | ||
</div> | ||
|
||
|
||
</form> | ||
|
||
|
||
</section> | ||
|
||
<!--contact section ends here--> | ||
|
||
|
||
</main> | ||
|
||
|
||
|
||
<footer> | ||
<p class="copyright__text"> Copyright © Smash Sports Zone</p> | ||
<nav class="footer"> | ||
|
||
<a href="#header" class="footer__link"><i class="fa fa-home footer__icon"></i> | ||
</a> | ||
|
||
<a href="https://www.facebook.com/photo/?fbid=2578851875774620&set=ecnf.100063705474253" target="_blank" class="footer__link"><i class="fab fa-facebook footer__icon"></i> | ||
</a> | ||
|
||
<a href="https://www.youtube.com/results?search_query=smash+sporting+club" target="_blank" class="footer__link"><i class="fab fa-youtube footer__icon" ></i> | ||
</a> | ||
|
||
|
||
|
||
</nav> | ||
</footer> | ||
</body> | ||
|
||
</html> |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://dazzling-narwhal-cb71aa.netlify.app/