-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
172 lines (164 loc) · 5.97 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="normaliser" href="./assets/normalize.css" />
<link rel="stylesheet" href="assets/style/style.css" />
<title>Макет 1й группы 1стр</title>
</head>
<body>
<header>
<div class="logo">
<img id="logopic" src="/assets/images/homeImg/Logo1.png" alt="Лого" width="36px" />
Organick
</div>
<div class="nav">
<a href="#">Home</a>
<a href="#">About</a>
<a href="#">Pages</a>
<a href="#">Shop</a>
<a href="#">Projects</a>
<a href="#">News</a>
</div>
<div class="search">
<img class="searchfield" src="/assets/images/homeImg/Search.png" alt="Поле поиска" width="375px" />
</div>
<div class="cart">
<img src="/assets/images/homeImg/Cart.png" alt="Корзина" width="160px" />
</div>
</header>
<main>
<div class="banner">
<div class="slogan">
<div class="titlefantasy"><h3>100% Natural Food</h3></div>
<div class="title">
<h1>Choose the best healthier way of life</h1>
</div>
<div class="knop">
<img
src="assets/images/homeImg/bannerbtn.png"
alt="Кнопка справки"
width="220px"/>
</div>
</div>
<div class="bannerpic"><img src="assets/images/homeImg/BannerImage2.png" alt="Картинка баннера">
</div>
</div>
<div class="centralpics">
<div class="pic1">
<img src="assets/images/homeImg/getgarden.png" alt="Промо1" />
</div>
<div class="pic1"><img src="assets/images/homeImg/get10prc.png" alt="Промо2" /></div>
</div>
<div class="mission">
<div class="missionpic"><img src="assets/images/homeImg/grapefruits2.png" /></div>
<div class="description">
<div class="titlefantasy"><h3>About Us</h3></div>
<div class="title">We Believe in Working Accredited Farmers
</div>
<div class="text">
Simply dummy text of the printing and typesetting industry. Lorem
had ceased to been the industry's standard dummy text ever since the
1500s, when an unknown printer took a galley.
</div>
<div class="organicpromo">
<div class="iconboal">
<img src="assets/images/homeImg/Icon.png" width="101px" alt="Чашка" />
</div>
<div class="promotext">
<h4>Organic Foods Only</h4>
<div class="text">
Simply dummy text of the printing and typesetting industry.
Lorem Ipsum
</div>
</div>
</div>
<div class="certif">
<div class="iconcertif">
<img src="assets/images/homeImg/Icon2.png" width="101px" alt="Сертификат" />
</div>
<div class="promotext">
<h4>Quality Standards</h4>
<div class="text">
Simply dummy text of the printing and typesetting industry.
Lorem Ipsum
</div>
</div>
</div>
<div class="knop">
<img
src="assets/images/homeImg/ShopBtn.png "
alt="Кнопка покупки"
width="220px"/>
</div>
</div>
</div>
</div>
<div class="block6">
<div class="block6__subscribe-block subscribe-block">
<div class="block6__title h2">Subscribe to our Newsletter</div>
<div class="block6__input-box">
<input class="block6__email-box" type="email" placeholder="Your Email Address">
<button class="block6__button">Subscribe</button>
</div>
</div>
</div>
</main>
<footer class="footer">
<div class="container">
<div class="contact-us">
<div class="footer__title"><h4>Contact Us</h4></div>
<div class="footer_text">
<div class="mail">
<b>Email:</b><br />
<a href="mailto:needhelp@Organia.com">needhelp@Organia.com</a>
</div>
<div class="phone">
<b>Phone:</b><br />
<a href="tel:666888888">666 888 888</a>
</div>
<div class="address">
<b>Address:</b><br />
88 road, Brooklyn street, USA
</div>
</div>
</div>
<div class="about">
<div class="logo">
<img class="logopic" src="./assets/images/homeImg/Logo1.png" alt="logopic"/>Organick
</div>
<div class="cont-text">
Simply dummy text of the printing and typesetting industry.<br />
Lorem Ipsum simply dummy text of the printing
</div>
<div class="follow">
<div>
<img class="insta" src="./assets/images/homeImg/instagram.png" alt="Instagram"/>
</div>
<div> <img class="fb" src="./assets/images/homeImg/facebook.png" alt="Facebook"/>
</div>
<div> <img class="twitter" src="./assets/images/homeImg/twitter.png" alt="Twitter"/>
</div>
<div> <img class="pinterest" src="./assets/images/homeImg/pinterest.png" alt="Pinterest"/>
</div>
</div>
</div>
<div class="utility-pages">
<div class="footer__title"><h4>Utility Pages</h4></div>
<ul>
<li><a href="#">Style Guide</a></li>
<li><a href="#">404 Not Found</a></li>
<li><a href="#">Password Protected</a></li>
<li><a href="#">Licences</a></li>
<li><a href="#">Changelog</a></li>
</ul>
</div>
</div>
</footer>
<div class="legal">
<span>Copyright © <b> Organick</b> | Designed by
<b> VictorFlow</b> Templates - Powered by <b> Webflow</b></span>
</div>
</body>
</html>