-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
107 lines (95 loc) · 3.26 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="style.css">
<title>Layout pillow</title>
</head>
<body>
<nav>
<div id="logo">
<h1>OSTRICHPILLOW</h1>
</div>
<div id="links">
<a href="">Features</a>
<a href="">Products</a>
<a href="">shipping</a>
<a href="">Buy Now</a>
</div>
</nav>
<section id="slider">
<div id="left-img">
<img src="/img/image1.png" alt="">
</div>
<div id="text-slider">
<h1>The Ultimate eye pillow.</h1>
<p>The most stylish eye pilow providing youcocoon to disconect.</p>
<p>The most stylish eye pilow providing youcocoon to disconect.</p>
<input type="button" value="BUY NOW">
</div>
</section>
<section id="benefits">
<div id="benefits-left">
<div>
<img src="/img/card.png" alt="">
<img src="/img/card.png" alt="">
</div>
<div>
<img src="/img/card.png" alt="">
<img src="/img/card.png" alt="">
</div>
<div>
<img src="/img/card.png" alt="">
<img src="/img/card.png" alt="">
</div>
</div>
<div id="benefits-rigth">
<img src="/img/benefits.png" alt="">
</div>
</section>
<section id="energizing">
<div id="energizing-text">
<h1>Energizin isolation</h1>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</P>
<P>
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,
when an unknown printer took a galley of type and scrambled it to make a type
specimen book.</p>
<input type="button" value="BUY NOW">
</div>
<div id="free">
</div>
</section>
<section id="sleep">
<div>
<img src="/img/sleep.png" alt="sleep">
</div>
</section>
<section id="carry">
<div id="free2">
</div>
<div id="carry-text">
<h1>Carry in your style</h1>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</P>
<P>
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s,
when an unknown printer took a galley of type and scrambled it to make a type
specimen book.</p>
<input type="button" value="BUY NOW">
</div>
</section>
<section id="walk">
<div id="walk-left">
</div>
<div id="walk-rigth">
<img src="/img/walk-min.png" alt="">
<img src="/img/walk.png" alt="">
</div>
</section>
<section></section>
<section></section>
<section></section>
</body>
</html>