-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (55 loc) · 2.43 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://kit.fontawesome.com/c83d3c2d65.css" crossorigin="anonymous">
<title>Flaticon clone</title>
</head>
<body>
<nav>
<img src="https://media.flaticon.com/dist/min/img//logo/flaticon_positive.svg" alt="">
</nav>
<section class="title">
<div class="googleXflaticon">
<img src="https://media.flaticon.com/dist/min/img/landing/gsuite/imagotype.svg" alt="">
<p>x</p>
<img src="https://media.flaticon.com/dist/min/img/landing/gsuite/google.svg" alt="">
</div>
<h1>Icons for Google Slides and Google Docs</h1>
<p id="description">With Icons for Slides & Docs, access to 9.4+ millions of free customizable icons for your Slides, Docs, and Sheets.</p>
<div class="btn-container">
<button class="primary">Install Now</button>
<button class="secondary">Learn More</button>
</div>
<div class="vid-container">
<div class="wave"></div>
<video style="width: 870px; height: 500px;" src="https://media.flaticon.com/dist/min/img/landing/gsuite/video.mp4" autoplay loop mute poster="https://media.flaticon.com/dist/min/img/landing/gsuite/slides.png"></video>
</div>
<section class="steps">
<div class="stepContainer">
<div class="stepitem">
<h1>1</h1>
<h5>STEP 1</h5>
<h3>Get the add-on in Google Workspace Marketplace</h3>
<button class="secondary">Install now</button>
</div>
<div class="stepitem">
<h1>2</h1>
<h5>STEP 2</h5>
<h3>Start the add-on to access icons</h3>
<p>Go to Add-ons > Icons for Slides & Docs > Start</p>
</div>
<div class="stepitem">
<h1>3</h1>
<h5>STEP 2</h5>
<h3>Start working with icons!</h3>
<p>Search, edit and insert icons</p>
</div>
</div>
</section>
</section>
</body>
</html>