Skip to content
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

[DFFA-164] Responsive E-commerce Landing Page #933

Open
wants to merge 19 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
647 changes: 647 additions & 0 deletions CSS/stylesheet.css

Large diffs are not rendered by default.

Binary file added images/dell.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/omen.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/samsung.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/spectre.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
138 changes: 138 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,138 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cimlet Landing Page</title>
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://kit.fontawesome.com/7cbbed23cb.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="./CSS/stylesheet.css">
</head>

<body>
<header class="nav">
<h1 class="logo">Cimlet</h1>
<ul class="list">
<li>
<a class="links" href="#">Home</a>
</li>
<li>
<a class="links" href="#">About</a>
</li>
<li>
<a class="links" href="../HTML/index.html">Products</a>
</li>
<li>
<a class="links" href="../html-forms/contact.html">Contact</a>
</li>
</ul>
</header>

<section class="product-page">
<h1>Products</h1>
<div class="products">
<img src="./images/omen.jpg" alt="">
<div class="omen-descri">
<h3>HP Omen 15</h3>
<h4>Brand: HP</h4>
<label class="qty" for="qty">Quantity:</h4> <input type="text"><br>
<label class="price" for="price">Price:#550,000</label> <br>
<button class="buy-button btn">Buy now</button>
</div>
</div>
<div class="descript">
<h3>Description</h3>
<p>Core i-7, 10th gen 512gb SSD, 1tb HDD, 8gb RAM, 6gb Nvidia RTX 2070</p>
</div>
</section>
<section class=" trends ">
<h1>Trending Products</h1>
<div>
<div class="item ">
<img class="img " src="./images/spectre.jpg" alt="HPspectre ">
<p>Hp Spectre 13- X360 - <b>#700,000</b> </p>
<div>
<h3>Specifications</h3>
<ul>
<li>Intel Core i-7, 8th gen</li>
<li>Hard Drive: 256gb SSD</li>
<li>Storage: 8gb RAM</li>
<li>Size: 13.3"</li>
<li>Color: Silver</li>
</ul>
</div>
</div>
<div class="item">
<img class="img" src="./images/samsung.jpg" alt="SamsungFlex">
<p>Samsung Galaxy Book- <b>#650,000</b> </p>
<h3>Specifications</h3>
<ul>
<li>Intel Core i-7, 10th gen</li>
<li>Hard Drive:512gb SSD</li>
<li>Storage: 16gb RAM</li>
<li>Size: 14"</li>
<li>Color: Blue</li>
</ul>
</div>
<div class="item">
<img class="img" src="./images/dell.jpg" alt="Latitude">
<p>Dell Latitude 5480- <b>#240,000</b> </p>
<div>
<h3>Specifications</h3>
<ul>
<li>Intel Core i-7, 6th gen</li>
<li>Hard Drive:256gb SSD</li>
<li>Storage: 8gb RAM</li>
<li>Size: 14"</li>
<li>Color: Black</li>
</ul>
</div>
</div>
</div>
</section>
<footer>
<div>
<ul>
<li>
<a class="footer-item" href="#">Home</a>
</li>
<li>
<a class="footer-item" href="#">About</a>
</li>
<li>
<a class="footer-item" href="../HTML/index.html">Products</a>
</li>
<li>
<a class="footer-item" href="../html-forms/contact.html">Contact</a>
</li>
</ul>
<div class="sign">
<h3>Signup for our Newsletter</h3>
<input class="sign-up" type="text" placeholder="Enter your email address">
<input class="button" type="button" value="SUBMIT">
</div>
<div class="social-media">
<h3>connect with us</h3>
<div>
<span class="media" style="color: rgb(10, 10, 105); font-size: 25px;">
<i class="fa fa-facebook-square "></i>
</span>
<span class="media" style="color: rgb(90, 90, 255); font-size: 25px;">
<i class="fa fa-twitter-square "></i>
</span>
<span class="media" style="color: red; font-size: 25px;">
<i class="fa fa-envelope-square "></i>
</span>
<span class="media" style="color: red; font-size: 25px;">
<i class="fa fa-youtube-play "></i>
</span>
</div>
</div>
</div>
<p class="copyright ">Copyright 2021 Cimlet. All rights reserved </p>
</footer>
</body>

</html>
4 changes: 0 additions & 4 deletions submissions/BukkyOyetimehin/AboutMe/AboutMe.txt

This file was deleted.

25 changes: 0 additions & 25 deletions submissions/BukkyOyetimehin/HTML Forms/contact.html

This file was deleted.

28 changes: 0 additions & 28 deletions submissions/BukkyOyetimehin/HTML-Forms/contact.html

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
51 changes: 0 additions & 51 deletions submissions/BukkyOyetimehin/HTML-Forms/index.html

This file was deleted.

Binary file removed submissions/BukkyOyetimehin/HTML/images/Archer.jpg
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
48 changes: 0 additions & 48 deletions submissions/BukkyOyetimehin/HTML/index.html

This file was deleted.

1 change: 0 additions & 1 deletion submissions/HalimahOladimeji/AboutMe/AboutMe.txt

This file was deleted.

Loading