-
Notifications
You must be signed in to change notification settings - Fork 0
/
home.html
119 lines (116 loc) · 6.93 KB
/
home.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!DOCTYPE html>
<html lang="en">
<head>
<title>Launch box main</title>
<meta charset="utf-8">
<meta name="description" content="gadgets">
<meta name="keywords" content="tech geeks, laptop, tv, phones, new gadgets">
<link rel="stylesheet" href="styles/home.css">
<link rel="shortcut icon" href="images/fav.png">
<script src="https://kit.fontawesome.com/3f68311263.js" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css?family=Lato&display=swap" rel="stylesheet">
</head>
<body>
<div class="siteheader">
<header>
<div class="logo">
<img src="images/logo.jpg" alt="Logo" width=250 height = 100>
</div>
<div class="search">
<input type="text" placeholder="Seach for Products, Brands and More..">
</div>
<div class="menu">
<ul>
<li><a href="signup.html">Login/Sign Up</a></li>
</ul>
</div>
</header>
<nav>
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="laptop.html">Laptop</a></li>
<li><a href="tv.html">Television</a></li>
<li><a href="phones.html">Mobile Phones</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</nav>
</div>
<main>
<h2>LATEST NEWS</h2>
<div class = "container">
<img src="images/apple.jpg" alt="slideshow">
<div class = "bottom1">IPhone 11 released in 5 news colors!!</div>
</div>
<div class="gadgets">
<div id="laptop">
<a href="laptop.html"><img src="images/laptop.png" alt="laptop"></a>
<a href="laptop.html"><h3>LAPTOPS</h3></a>
</div>
<div id="tv">
<a href="tv.html"><img src="images/tv.png" alt="tv"></a>
<a href="tv.html"><h3>TELEVISION</h3></a>
</div>
</div>
<div id="mobilephones">
<a href="mobilephones.html"><img src="images/phone.png" alt="mobilephones"></a>
<a href = "mobilephones.heml"><h3>MOBILE PHONES</h3></a>
</div>
<h5>Launch Box : Right Stop For Technophiles</h5>
<p>This is portal that is specially designed for technophiles.our website promises to deliver hub of information on various gadgets
The main aim of Launch Box is to keep the people up to date of the new and latest technology, hence our website will be renewed after every week.
Launch Box covers three categories of gadgets, namely, mobile phones, laptops and televisions and regularly post the newly launched gadets along with their pros and cons
so that the user can make the best of it and can buy the product accordingly.Website would allow the user to go through a variety of gadgets and then give each user a chance to specifically read about the particular product that the user likes. Not only that the user would also be provided with the section that would illustrate the comparisons of the newly launched phone to their previous versions.
The users would be specified the date of release of the new gadgets so that the users could make prior bookings.This website delivers detailed specification of various appliances, this website is purely designed for technology lover.
</p>
<p>
All those who are interested in the latest or upcoming technologies, this is just the right website for those users.
</p>
<h5>What can you view at LAUNCH BOX</h5>
<h5>Mobile Phones</h5>
<p>There is a list of newly launched or about to be launched Mobile Phones along with their real images. User can click on any of the mobile phone present in the list which takes the user to the webpage of that particular product.
Complete description along with the specifications of that model are given which allows user to discover the product fully.</p>
<h5>Televisions</h5>
<p>Users can view the variety of televisions here.This page contains information, specifications, pricing, description of televisions.The ratings and reviews can also
be viwed which allows the user to make a comparison amongst the products.</p>
<h5>Laptops</h5>
<p>This page allows the user to view laptop appliances.This page shows varios laptop appliances wherein the machines are divided
into various categories. There are links to manufacturers site on the page of particular model of laptop. Also, there are links to online shops
(amazon, best buy) to show the user real prices of laptops. </p>
</main>
<footer>
<div class="bottom">
<div class="sub1bottom">
<h2>Products</h2>
<ul>
<li><a href="laptop.html">Laptop</a></li>
<li><a href="tv.html">Television</a></li>
<li><a href="phones.html">Mobile Phones</a></li>
</ul>
</div>
<div class="sub2bottom">
<h2>About</h2>
<ul>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="">About Us</a></li>
<li><a href="">Careers</a></li>
</ul>
</div>
<div class="sub3bottom">
<h2>Social</h2>
<i class="fab fa-twitter fa-lg"></i> Twitter<br>
<i class="fab fa-facebook fa-lg"></i> Facebook<br>
<i class="fab fa-instagram fa-lg"></i> Instagram<br>
</div>
<div class="sub4bottom">
<h2>Email Us</h2>
<p>lovish@webdevco.com</p>
<p>madhav@webdevco.com</p>
<p>gunveen@webdevco.com</p>
<p>alexander@webdevco.com</p>
</div>
</div>
© 2019 LaunchBox
<p>Terms & Conditions | Conditions of Use | Privacy Policy | Accessibility Policy | Product Recalls | Credits</p>
</footer>
</body>
</html>