-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
87 lines (87 loc) · 3 KB
/
index.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
<!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>Document</title>
<link rel="stylesheet" href="style.css" />
<link
href="https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css"
rel="stylesheet"
/>
</head>
<body>
<div id="main">
<div id="nav">
<div id="links">
<a href="#">Home</a
><a href="#" style="border-bottom-color: white">Services</a
><a href="#">About</a>
</div>
<div id="cnav">
<i class="ri-search-line"></i>
<h4><span>2</span> $499.00</h4>
</div>
<i class="ri-menu-line"></i>
</div>
<div id="band">
<h1>SCS</h1>
<h4>Facebook</h4>
<h4>Twitter</h4>
<h4>Instagram</h4>
<i class="ri-home-2-fill"></i>
</div>
<div id="left">
<h1 id="highlight">LIGHT</h1>
<img
id="img1"
src="https://images.unsplash.com/photo-1534422754075-73cb9a647c2c?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1887&q=80"
alt=""
/>;
<!-- <img id="img2" src="https://images.unsplash.com/photo-1523405976-1345529cc3f4?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1887&q=80" alt=""> -->
<!-- <img src="https://images.unsplash.com/photo-1507668077129-56e32842fceb?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1887&q=80" alt="" id="img3"> -->
<div id="lampimg">
<div id="lampimgcontent">
<h1>02</h1>
<h6>Believe Gray<br />pendant lamp</h6>
<h5>NEXT</h5>
</div>
<div id="arrows">
<i id="play2" class="ri-arrow-left-s-line"></i>
<i id="play1" class="ri-arrow-right-s-line"></i>
</div>
</div>
<div id="content">
<h1>Turn on the Light in your Home</h1>
<button>Explore Products</button>
<div id="cbtm">
<div id="cleft"></div>
<div id="cright">
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Adipisci nam deleniti, cumque provident libero numquam similique
facilis consectetur consequatur a hic.
</p>
</div>
</div>
</div>
</div>
<div id="right">
<div id="slides">
<div class="slide1"></div>
<div class="slide2"></div>
<div class="slide3"></div>
</div>
<h1 id="highlight1">LIGHT</h1>
<i id="play" class="ri-play-fill"></i>
<div id="mid">
<h1><span>0</span>1</h1>
<p>/06</p>
</div>
<img id="blink" src="https://i.gifer.com/H90l.gif" alt="">
</div>
</div>
<script src="script.js"></script>
</body>
</html>