-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
523 lines (472 loc) · 14.6 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
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="styles.css" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css"
/>
<link rel="shortcut icon" href="notion-logo.png" type="image/x-icon" />
<title>Your connected workspace for wiki, docs & projects | Notion</title>
</head>
<body>
<!-- <- In case, you see this code folded, just go to the side of this message, hover and click on the arrows, if not, good for you! -->
<!-- Advert -->
<div>
<div class="advert">
<p>
<span class="new">New</span> One AI tool that does it all.
Search, generate, analyze, and chat—right inside Notion.
<a class="adlink" href="#">Meet the new Notion AI -></a>
<span class="close">✖</span>
</p>
</div>
</div>
<!-- Navbar -->
<div class="navbar">
<div class="logo">
<a href="#"
><img class="logo-img" src="notion-logo.png" alt="Notion logo"
/></a>
<p>Notion</p>
</div>
<div class="links">
<ul class="nav-links">
<li>
<a class="product" href="#"
>Product <img
src="arrow-down.png "
class="arrow"
alt="arrow"
/></a>
</li>
<li>
<a class="teams" href="#"
>Teams <img
src="arrow-down.png "
class="arrow"
alt="arrow"
/></a>
</li>
<li>
<a class="individuals" href="#"
>Individuals <img
src="arrow-down.png "
class="arrow"
alt="arrow"
/></a>
</li>
<li>
<a class="download" href="#"
>Download <img
src="arrow-down.png "
class="arrow"
alt="arrow"
/></a>
</li>
<li><a class="pricing" href="#">Pricing</a></li>
</ul>
<div class="buttons">
<p class="demo"><a href="#">Request a demo</a></p>
<p class="line">|</p>
<p class="login"><a href="#">Log in</a></p>
<a href="#">
<button class="access">Get Notion free</button>
</a>
</div>
</div>
</div>
<!-- Introduction -->
<header>
<div>
<h1 class="title">
Write. Plan.<br />
Collaborate.
</h1>
<h2 class="info">
In Notion, work feels better (and gets<br />
done faster). With a little help from AI.
</h2>
<br />
<button class="access2">Get Notion free</button>
<button class="demo2">Request a demo</button>
<br />
<br />
<br />
<h4 class="team-info">Trusted by teams at</h4>
<div class="team-img">
<img class="toyota" src="/toyota.svg" alt="toyota" />
<img class="figma" src="/figma.svg" alt="figma" />
<img class="spotify" src="/spotify.webp" alt="spotify" />
<img class="discord" src="/discord.svg" alt="discord" />
</div>
</div>
<video
muted=""
preload="auto"
autoplay=""
src="hero-illustration.mp4"
class="Video"
></video>
</header>
<!-- Hero section -->
<div class="hero">
<img class="wiki" src="/wiki-v1.webp" alt="wiki" />
<img class="ai" src="sparkles.png" alt="ai" />
<div class="carousel-button">
<button class="book">
<img src="open-book.png" alt="book" />
<p>Wikis</p>
</button>
<button class="doc">
<img src="document.png" alt="doc" />
<p>Docs</p>
</button>
<button class="target">
<img src="bullseye.png" alt="target" />
<p>Projects</p>
</button>
<button class="spark">
<img src="sparkles.png" alt="ai" />
<p>AI</p>
</button>
<button class="dates">
<img src="calendar.png" alt="calendar" />
<p>Calendar</p>
</button>
<button class="globe">
<img src="globe.png" alt="globe" />
<p>Sites</p>
</button>
</div>
</div>
<!-- Hero2 -->
<div class="hero2">
<div class="text-section">
<h1 class="headtext">Build perfect<br />docs, together.</h1>
<p class="headinfo">
Capture your ideas, get feedback from teammates, and ask<br />
AI to add the finishing touches.
</p>
<a class="explore" href="#">Explore docs & notes -></a>
</div>
<div class="img-section">
<div class="image1">
<video
class="Video2"
src="https://www.notion.so/front-static/pages/product/super-duper/write/write-building-blocks.mp4"
muted=""
autoplay=""
></video>
<h5>Building blocks</h5>
<p>
100+ content types to<br />
communicate any<br />
idea.
</p>
</div>
<div class="image2">
<video
class="Video2"
src="https://www.notion.so/front-static/pages/product/super-duper/write/write-collaboration.mp4"
muted=""
autoplay=""
></video>
<h5>Collaborative tools</h5>
<p>
Built for teams to<br />
share, suggest, and<br />
comment.
</p>
</div>
<div class="image3">
<video
class="Video2"
src="https://www.notion.so/front-static/pages/product/super-duper/write/write-ai.mp4"
muted=""
autoplay=""
></video>
<h5>AI-assisted</h5>
<p>
Edit, draft, translate.<br />
Ask and AI will help.
</p>
</div>
</div>
</div>
<video
class="Video3"
src="https://www.notion.so/front-static/pages/product/super-duper/write/write-screen-desktop.mp4"
muted=""
autoplay=""
></video>
<div class="replace">
<h6>Replaces</h6>
<div>
<img src="/evernote.svg" alt="evernote" />
<p>Evernote</p>
</div>
<div>
<img
src="https://www.notion.so/front-static/pages/product/super-duper/tools/gdocs.svg"
alt="google docs"
/>
<p>Google Docs</p>
</div>
<div>
<img src="/coda.svg" alt="coda" />
<p>Coda</p>
</div>
</div>
<!-- hero3 -->
<!-- This hero2 classes will not be change because of code reusability -->
<div class="hero2">
<div class="text-section">
<h1 class="headtext">Your workflow.<br />Your way.</h1>
<p class="headinfo">
All your projects, goals, calendars, roadmaps, and more—in<br />
one tool—personalized to how you and your team work.
</p>
<a class="explore" href="#">Explore projects -></a>
</div>
<div class="img-section">
<div class="image1">
<video
class="Video2"
src="https://www.notion.so/front-static/pages/product/super-duper/plan/plan-todos.mp4"
muted=""
autoplay=""
></video>
<h5>Tasks and to-dos</h5>
<p>
Tackle any project,<br />
big or small.
</p>
</div>
<div class="image2">
<video
class="Video2"
src="https://www.notion.so/front-static/pages/product/super-duper/plan/plan-customizable.mp4"
muted=""
autoplay=""
></video>
<h5>Custom views</h5>
<p>
Visualize work in any<br />
format, from <br />calendars to boards.
</p>
</div>
<div class="image3">
<video
class="Video2"
src="https://www.notion.so/front-static/pages/product/super-duper/plan/plan-automations.mp4"
muted=""
autoplay=""
></video>
<h5>Automations</h5>
<p>
Put tedious tasks on<br />
autopilot.
</p>
</div>
</div>
</div>
<video
class="Video3"
src="https://www.notion.so/front-static/pages/product/super-duper/plan/plan-screen-desktop.mp4"
muted=""
autoplay=""
></video>
<div class="replace">
<h6>Replaces</h6>
<div>
<img
src="https://www.notion.so/front-static/pages/product/super-duper/tools/trello.svg"
alt="evernote"
/>
<p>Trello</p>
</div>
<div>
<img
src="https://www.notion.so/front-static/pages/product/super-duper/tools/asana.svg"
alt="google docs"
/>
<p>Asana</p>
</div>
<div>
<img
src="https://www.notion.so/front-static/pages/product/super-duper/tools/monday.svg"
alt="coda"
/>
<p>Monday</p>
</div>
</div>
<!-- This hero2 classes will not be change just like i did in the previous one because of code reusability -->
<div class="hero2">
<div class="text-section">
<h1 class="headtext">Find everything.<br />Instantly.</h1>
<p class="headinfo">
No more endless searching. Our built-in AI finds what you're<br />
looking for, whether its stored in Notion or one of your other<br />apps.
</p>
<a class="explore" href="#">Explore knowledge management -></a>
</div>
<div class="img-section">
<div class="image1">
<video
class="Video2"
src="https://www.notion.so/front-static/pages/product/super-duper/organize/organize-teamspaces.mp4"
muted=""
autoplay=""
></video>
<h5>Teamspaces</h5>
<p>
Dedicated spaces for<br />
every team & project.
</p>
</div>
<div class="image2">
<video
class="Video2"
src="https://www.notion.so/front-static/pages/product/super-duper/organize/organize-integrations.mp4"
muted=""
autoplay=""
></video>
<h5>Integrations</h5>
<p>
Connected to all your<br />
other tools.
</p>
</div>
<div class="image3">
<video
class="Video2"
src="https://www.notion.so/front-static/pages/product/super-duper/organize/organize-ai.mp4"
muted=""
autoplay=""
></video>
<h5>Just ask AI</h5>
<p>Trusted answers<br />across your apps.</p>
</div>
</div>
</div>
<video
class="Video3"
src="https://www.notion.so/front-static/pages/product/super-duper/organize/organize-screen-desktop.mp4"
muted=""
autoplay=""
></video>
<div class="replace">
<h6>Replaces</h6>
<div>
<img
src="https://www.notion.so/cdn-cgi/image/format=webp,width=32/front-static/pages/product/super-duper/tools/confluence.png"
alt="evernote"
/>
<p>Confluence</p>
</div>
<div>
<img
src="https://www.notion.so/cdn-cgi/image/format=webp,width=32/front-static/pages/product/super-duper/tools/sharepoint.png"
alt="google docs"
/>
<p>SharePoint</p>
</div>
<div>
<img
src="https://www.notion.so/front-static/pages/product/super-duper/tools/google-drive.svg"
alt="coda"
/>
<p>Google Drive</p>
</div>
</div>
<!-- Quote section -->
<div class="quote">
<p>📌</p>
<div>
<h3>
"Your AI everything app."
<img src="/forbes.webp" alt="forbes" />
</h3>
</div>
</div>
<!-- Yap!! you guessed it right, i will be using same hero2 section, I lack the strength to start re-writing stuffs, So....there you have it👇👇👇 but the thing is that i will remove the replace section because it isn't there.-->
<div class="hero2">
<div class="text-section">
<h1 class="headtext">Get a brain boost.</h1>
<p class="headinfo">
Built right into your workspace, Notion AI is ready to<br />
brainstorm, summarize, help you write, and find what you're<br />looking
for.
</p>
<a class="explore" href="#">Try Notion AI -></a>
</div>
<div style="position: relative; top: -8px;" class="img-section">
<div class="image1">
<video
class="Video2"
src="https://www.notion.so/front-static/pages/product/super-duper/ai/ai-answers.mp4"
muted=""
autoplay=""
></video>
<h5>Instant answers</h5>
<p>
Ask any question<br />
about a team's docs<br />and projects.
</p>
</div>
<div class="image2">
<video
class="Video2"
src="https://www.notion.so/front-static/pages/product/super-duper/ai/ai-editor.mp4"
muted=""
autoplay=""
></video>
<h5>Personalized editor</h5>
<p>Generate content<br />that's always relevant.</p>
</div>
<div class="image3">
<video
class="Video2"
src="https://www.notion.so/front-static/pages/product/super-duper/ai/ai-connectors.mp4"
muted=""
autoplay=""
></video>
<h5>AI connectors beta</h5>
<p>
Access info from<br />Slack, Google Drive<br />and more, right
inside<br />Notion.
</p>
</div>
</div>
</div>
<video style="margin-top: 49px;"
class="Video3"
src="https://www.notion.so/front-static/pages/product/super-duper/ai/ai-screen-desktop.mp4"
muted=""
autoplay=""
></video>
<!-- Templates Section -->
<div class="templates">
<div class="text-section">
<h1 class="headtext">Start with a template.<br />Build anything.</h1>
<a class="explore" href="#">Browse all templates -></a>
</div>
<div class="temp1"></div>
<div class="temp">
<div class="1temp">
<div>1</div>
<div>2</div>
<div>3</div>
</div>
<div class="2temp">
<div>4</div>
<div>5</div>
<div>6</div>
</div>
</div>
</div>
</body>
</html>