-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
223 lines (157 loc) · 7.72 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
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
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Enabot</title>
<link rel="stylesheet" href="css/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap"
rel="stylesheet"/>
</head>
<body>
<div class="container">
<div class="window">
<header class="header">
<a class="header__logo-link" href="#">
<img class="header__img" src="img/logo.png" alt="logo-ebo">
</a>
<a class="header__about-us" href="#">about us</a>
<a class="header__robots" href="#">robots</a>
<a class="header__certificates" href="#">certificates</a>
<a class="header__faq" href="#">faq</a>
<a class="header__contact-us" href="#">contacts</a>
<button class="header__order-link">order now</button>
</header>
<section class="main">
<div id="rectangle"></div>
<div class="main__description">
<h1 class="main__description-title">ebo</h1>
<h2 class="main__description-slogan">
Best Friend <br />
for Your Cat
</h2>
<p class="main__description-key-words">
Love, Care<br />
and always<br />
be with your pet
</p>
</div>
<div class="main__img">
<img class="main__img-camera" src="img/main.png" alt="main">
</div>
</section>
</div>
<section class="fcontent">
<div class="fcontent__img">
<img class="fcontent__img-cat1" src="img/cat1.png" alt="cat1">
</div>
<div class="fcontent__description">
<h2 class="fcontent__description-title">
Ebo has real-life<br />mimic
</h2>
<p class="fcontent__description-text">
Ebo’s eyes, movements and sounds<br />mimic real-life play, keeping your<br />cat engaged day after day
</p>
<div class="fcontent__link">
<a class="fcontent__link-learn-more" href="#">learn more ></a>
</div>
</div>
</section>
<section class="scontent">
<div class="scontent__description">
<h2 class="scontent__description-title">Adapts to cat’s<br />mood</h2>
<p class="scontent__description-text">
Present in Ebo, AI algorithms detect<br />your cat’s mood and adapt to its<br />unique play style and personality
</p>
<div class="scontent__link">
<a class="scontent__link-learn-more" href="#">learn more ></a>
</div>
</div>
<div class="scontent__img">
<img class="scontent__img-cat2" src="img/cat2.png" alt="cat2">
</div>
</section>
<section class="card">
<h2 class="card__title">What Ebo can additionally</h2>
<div class="card-menu">
<div class="card__first">
<div class="card__first-img">
<img class="ebo_first" src="img/ebo1.jpg" alt="ebo1">
</div>
<div class="card__first-item">
<h3 class="card__first-title">Moves activly<br />through the sensors</h3>
<p class="card__first-text">
Ebo wheels, rolls and dances<br />on its own and is equipped with<br />collision sensors
</p>
</div>
<div class="card__first-link">
<a class="card__first-link-learn-more" href="#">learn more ></a>
</div>
</div>
<div class="card__second">
<div class="card__second-img">
<img class="ebo_second" src="img/ebo2.jpg" alt="ebo2">
</div>
<div class="card__second-item">
<h3 class="card__second-title">Equipped with cat’s<br />activity tracker</h3>
<p class="card__second-text">
Monitor your cat’s health<br />metrics and activity with<br />Ebo activity tracker
</p>
</div>
<div class="card__second-link">
<a class="card__second-link-learn-more" href="#">learn more ></a>
</div>
</div>
<div class="card__third">
<div class="card__third-img">
<img class="ebo_third" src="img/ebo3.jpg" alt="ebo3">
</div>
<div class="card__third-item">
<h3 class="card__third-title">Automatically return<br />to charging dock</h3>
<p class="card__third-text">
Ebo automatically returns<br />to its dock when it needs<br />to charge
</p>
</div>
<div class="card__third-link">
<a class="card__third-link-learn-more" href="#">learn more ></a>
</div>
</div>
</div>
</section>
</div>
<div class="container__footer">
<footer class="footer">
<div class="footer__logo">
<a class="footer__logo-link" href="#">
<img class="footer__logo-img" src="img/logo.png" alt="logo-ebo">
</a>
</div>
<div class="footer__section">
<div class="footer__section-about">
<a class="footer__section-link" href="#">All robots</a>
<a class="footer__section-link" href="#">Certificates</a>
<a class="footer__section-link" href="#">Careers</a>
<a class="footer__section-link" href="#">News</a>
</div>
<div class="footer__section-support">
<a class="footer__section-link" href="#">Support</a>
<a class="footer__section-link" href="#">Guarantee</a>
</div>
<div class="footer__section-feedback">
<a class="footer__section-link" href="#">Customer feedback</a>
<a class="footer__section-link" href="#">Press Inquires</a>
<a class="footer__section-link" href="#">FAQ</a>
</div>
</div>
<div class="footer__rights">
<p class="footer__rights-text">
2019 ebo<br />
All Rights Reserved
</p>
</div>
</footer>
</div>
</body>
</html>