-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
454 lines (451 loc) · 16 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
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Fira+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css"
/>
<link rel="shortcut icon" href="#" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>monday.com:Work the way that</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<nav>
<a href="index.html"
><img src="images/logo_monday.png" alt="monday.com"
/></a>
<ul>
<li>
<a id="product" href=""
>Product <i class="fa fa-chevron-down"></i>
</a>
</li>
<li>
<a id="sol" href="">Solutions <i class="fa fa-chevron-down"></i></a>
</li>
<li><a id="ent" href="enterprise/enterprise.html">Enterprise</a></li>
<li><a href="price.html">Price</a></li>
<div class="space"></div>
<li><a href="contact.html">Contact</a></li>
<li><a href="Project_masai/project/login_monday.html">Login</a></li>
<li>
<button>Get Started ></button>
</li>
<div id="burgerbtn" class="burger">
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
</div>
</ul>
<ul id="small-menu" class="burger-menu">
<li><a href="">Product</a></li>
<li><a href="">Solutions</a></li>
<li><a href="enterprise/enterprise.html">Enterprise</a></li>
<li><a href="price.html">Price</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="Project_masai/project/login_monday.html">Login</a></li>
</ul>
<div id="product-nav" class="extra-nav">
<div>
<i class="fa fa-list"></i>
<div>
<p>Project Overview</p>
<p>Learn more about the platform main feature, and benifits</p>
</div>
</div>
<div>
<i class="fa fa-luggage-cart"></i>
<div>
<p>Integration</p>
<p>Connect your team exisiting toots to get more work done</p>
</div>
</div>
<div>
<i class="fa fa-home"></i>
<div>
<p>Monday app Market place</p>
<p>Explore the ready-made apps to expand the monday.com Work OS</p>
</div>
</div>
<div>
<i class="fa fa-briefcase"></i>
<div>
<p>Coustomers</p>
<p>Check out the amazing teams that use monday.com</p>
</div>
</div>
</div>
<div id="sol-nav" class="extra-nav">
<div>
<i class="fa fa-tv"></i>
<div>
<p>Project Management</p>
<p>Learn more about the platform main feature, and benifits</p>
</div>
</div>
<div>
<i class="fas fa-hands-helping"></i>
<div>
<p>Marketing</p>
<p>Connect your team exisiting toots to get more work done</p>
</div>
</div>
<div>
<i class="fas fa-headset"></i>
<div>
<p>CRM & Sales</p>
<p>Explore the ready-made apps to expand the monday.com Work OS</p>
</div>
</div>
<div>
<i class="fas fa-laptop-house"></i>
<div>
<p>Remort Work</p>
<p>Check out the amazing teams that use monday.com</p>
</div>
</div>
<div>
<i class="fab fa-uncharted"></i>
<div>
<p>Software Development</p>
<p>Learn more about the platform main feature, and benifits</p>
</div>
</div>
<div>
<i class="far fa-play-circle"></i>
<div>
<p>Creative</p>
<p>Learn more about the platform main feature, and benifits</p>
</div>
</div>
<div>
<i class="fas fa-building"></i>
<div>
<p>Construction</p>
<p>Learn more about the platform main feature, and benifits</p>
</div>
</div>
<div>
<i class="fas fa-tools"></i>
<div>
<p>IT</p>
<p>Learn more about the platform main feature, and benifits</p>
</div>
</div>
<div>
<i class="far fa-user-circle"></i>
<div>
<p>HR</p>
<p>Learn more about the platform main feature, and benifits</p>
</div>
</div>
</div>
</nav>
<div class="get-started">
<h1>Work the way that works for you</h1>
<h3>What would you like to manage with monday.com Work OS?</h3>
<div class="work-category">
<div>
<input type="checkbox" id="pManage" />
<label for="pManage">Project Management</label>
</div>
<div>
<input type="checkbox" id="marketing" />
<label for="marketing">Marketing</label>
</div>
<div>
<input type="checkbox" id="crmSales" />
<label for="crmSales">CMR and Sales</label>
</div>
<div>
<input type="checkbox" id="creative" />
<label for="creative">Creative and Design</label>
</div>
<div>
<input type="checkbox" id="softDev" />
<label for="softDev">Software Development</label>
</div>
<div>
<input type="checkbox" id="tManage" />
<label for="tManage">Task Management</label>
</div>
<div>
<input type="checkbox" id="const" />
<label for="const">Construction</label>
</div>
<div>
<input type="checkbox" id="hr" />
<label for="hr">HR and Recruitment</label>
</div>
<div>
<input type="checkbox" id="it" />
<label for="it">IT</label>
</div>
<div>
<input type="checkbox" id="200+sol" />
<label for="200+sol">200+ Solutions</label>
</div>
</div>
<div><button>Get Started ></button></div>
</div>
<br /><br />
<img
id="team-planning-img"
class="top-margin"
src="images/teamplanning.png"
alt="team-planning-img"
/>
<div class="top-padding box-shadow">
<h3 id="c-l-heading">See why over 100,000 teams choose monday.com</h3>
<div id="company-logo">
<img src="images/hulu.png" id="hulu" alt="hulu" />
<img src="images/bbc.png" id="bbc" alt="bbc" />
<img src="images/universal.png" id="universal" alt="universal" />
<img src="images/adobe.png" id="adobe" alt="adobe" />
<img src="images/coca_cola.png" id="coca_cola" alt="coca_cola" />
<img src="images/loreal.png" id="loreal" alt="loreal" />
<img src="images/nbc-logo.png" id="nbc-logo" alt="nbc-log" />
<img
src="images/discovery_channel_logo.png"
id="discovery_channel_logo"
alt="discovery_channel_logo"
/>
<img src="images/gameloft.png" id="gameloft" alt="gameloft" />
<img src="images/deezer.png" id="deezer" alt="deezer" />
</div>
</div>
<div id="video-text-container">
<div id="manage-video">
<video
controls
autoplay
loop
src="https://dapulse-res.cloudinary.com/video/upload/q_auto,f_auto,cs_copy/remote_mondaycom_static/video/video-library/monday2.0-tests%20dont%20use/Gray_Marketing_plan.mp4"
></video>
</div>
<div id="manage-text" class="left-text-align">
<h2 class="text-center-headding">Manage everything in one workspace</h2>
<p>
Planning, tracking and delivering your team’s best work has never been
easier
</p>
</div>
<div id="set-up-video">
<video
controls
autoplay
loop
src="https://dapulse-res.cloudinary.com/video/upload/q_auto,f_auto,cs_copy/remote_mondaycom_static/video/video-library/monday2.0-tests%20dont%20use/Gray_ProjectPlan.mp4"
></video>
</div>
<div id="set-up-text" class="left-text-align">
<h2 class="text-center-headding">Set up in minutes</h2>
<p>
Get started fast with hundreds of visual and customizable templates -
or create your own
</p>
</div>
<div id="save-auto-video">
<video
controls
autoplay
loop
src="https://dapulse-res.cloudinary.com/video/upload/q_auto,f_auto,cs_copy/remote_mondaycom_static/video/video-library/boards/timeline-start-three-views-on-top-of-board.mp4"
></video>
</div>
<div id="save-auto-text" class="left-text-align">
<h2 class="text-center-headding">Save time with Automations</h2>
<p>
Automate the repetitive work in seconds so you can avoid human error
and focus on what matters
</p>
</div>
<div id="work-video">
<video
controls
autoplay
loop
src="https://dapulse-res.cloudinary.com/video/upload/q_auto,f_auto,cs_copy/remote_mondaycom_static/video/video-library/monday2.0-tests%20dont%20use/Gray_Marketing_plan.mp4"
></video>
</div>
<div id="work-text" class="left-text-align">
<h2 class="text-center-headding">Visualize work with Views</h2>
<p>View data as a map, calendar, timeline, kanban, and more</p>
</div>
</div>
<div class="box-shadow" style="height: 30px; margin-top: 20%"></div>
<div id="support">
<div id="support-img">
<img src="images/contact.jfif" alt="contact" />
</div>
<div id="support-text" class="left-text-align">
<h2 class="text-center-headding">24/7 customer support</h2>
<p>
Our team is here to give you personalized support within the hour -
available 24/7. Join daily live webinars, watch our tutorials, or
browse through our knowledge base
</p>
</div>
</div>
<div id="free-trial" class="top-margin">
<h2>Try monday.com for your team</h2>
<p>14 day free trial | No credit card needed</p>
<button>Get started ></button>
</div>
<div id="footer" class="left-text-align">
<div class="footer-left">
<img src="images/logo_monday.png" alt="monday_logo" />
<p>All Rights Reserved © monday.com</p>
<h4>Address:</h4>
<p>34 W 14th St. New York, NY 10011, USA</p>
</div>
<div class="product-links">
<p>Product</p>
<a href="http://www.google.com">Product</a>
<a href="http://www.google.com">Pricing</a>
<a href="http://www.google.com">Enterprise</a>
<a href="http://www.google.com">Partner</a>
<a href="http://www.google.com">Affiliates</a>
<a href="http://www.google.com">integrations</a>
<a href="http://www.google.com">Developers</a>
<a href="http://www.google.com">Students</a>
<a href="http://www.google.com">Work OS</a>
</div>
<div class="team">
<p>Team</p>
<a href="http://www.google.com">About Us</a>
<a href="http://www.google.com">Contact Us</a>
<a href="http://www.google.com">Careers</a>
<a href="http://www.google.com">Find a Partner</a>
<a href="http://www.google.com">In the News</a>
</div>
<div class="solutions">
<p>Solutions</p>
<a href="http://www.google.com">Project Management</a>
<a href="http://www.google.com">Marketing</a>
<a href="http://www.google.com">CRM and Sales</a>
<a href="http://www.google.com">Software Development</a>
<a href="http://www.google.com">Creative Production</a>
<a href="http://www.google.com">Remote Work</a>
<a href="http://www.google.com">HR</a>
<a href="http://www.google.com">IT</a>
<a href="http://www.google.com">See More Solutions</a>
</div>
<div class="resources">
<p>Resources</p>
<a href="http://www.google.com">Guides</a>
<a href="http://www.google.com">Daily Webinars</a>
<a href="http://www.google.com">Community</a>
<a href="http://www.google.com">Customer Stories</a>
<a href="http://www.google.com">Templates</a>
<a href="http://www.google.com">Professional Services</a>
<a href="http://www.google.com">Video Tutorials </a>
<a href="http://www.google.com">Blog </a>
<a href="http://www.google.com">Podcast </a>
</div>
</div>
<div id="footer-status">
<a href="http://www.google.com">Status</a>
<a href="http://www.google.com">Security</a>
<div class="fav-ico">
<a href="http://www.google.com"
><img src="https://img.icons8.com/dusk/64/000000/iso.png"
/></a>
<a href="http://www.google.com"
><img src="https://img.icons8.com/cotton/64/000000/gdpr-data.png"
/></a>
<a href="http://www.google.com"
><img src="https://img.icons8.com/ios-filled/50/000000/society6.png"
/></a>
<a href="http://www.google.com"
><img
src="https://img.icons8.com/pastel-glyph/64/000000/earth-planet.png"
/></a>
</div>
<a href="http://www.google.com">Tearms of Services</a>
<a href="http://www.google.com">Privacy Policy</a>
<a href="http://www.google.com">Accessibility Statement </a>
<a href="http://www.google.com">Englisg</a>
<div class="fav-ico">
<a href="http://www.google.com"
><img src="https://img.icons8.com/cute-clipart/64/000000/twitter.png"
/></a>
<a href="http://www.google.com"
><img
src="https://img.icons8.com/cute-clipart/64/000000/linkedin.png"
/></a>
<a href="http://www.google.com"
><img
src="https://img.icons8.com/cute-clipart/64/000000/facebook-new.png"
/></a>
<a href="http://www.google.com"
><img
src="https://img.icons8.com/cute-clipart/64/000000/youtube-play.png"
/></a>
<a href="http://www.google.com"
><img
src="https://img.icons8.com/cute-clipart/64/000000/instagram-new.png"
/></a>
</div>
</div>
<div id="small-footer">
<div class="s-f-flex">
<a href="">About Us</a>
<a href="">Partners</a>
<a href="">Careers</a>
<a href="">Blog</a>
<a href="">Pricing</a>
<a href="">Terms of Services</a>
<a href="">Private Policy</a>
<a href="">Product</a>
<a href="">Contact Us</a>
<a href=""><i class="fas fa-globe"></i> English</a>
<a href=""
><i class="far fa-user-circle"></i> Accessibility Statement</a
>
</div>
<div class="s-f-copy">
<img src="images/logo_monday.png" alt="monday" />
<p>All Rights Reserved © monday.com</p>
<p>34 W 14th St. New York, NY 10011, USA</p>
</div>
<div class="s-f-icon">
<a href=""><i class="fab fa-twitter fa-2x"></i></a>
<a href=""><i class="fab fa-linkedin fa-2x"></i></a>
<a href=""><i class="fab fa-facebook fa-2x"></i></a>
<a href=""><i class="fab fa-youtube fa-2x"></i></a>
<a href=""><i class="fab fa-instagram fa-2x"></i></a>
</div>
</div>
<script>
var showMenu = true;
var getStarted = document.querySelector(".get-started");
getStarted.style.marginTop = "120px";
function toggleMenu() {
var menu = document.getElementById("small-menu");
if (showMenu) {
menu.style.display = "block";
showMenu = false;
} else {
menu.style.display = "none";
showMenu = true;
}
}
function hideMenu() {
var menu = document.getElementById("small-menu");
menu.style.display = "none";
}
var btn = document.getElementById("burgerbtn");
btn.addEventListener("click", toggleMenu);
window.onresize = hideMenu;
</script>
<script src="all.js"></script>
</body>
</html>