-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
89 lines (85 loc) · 2.68 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
<!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">
<title>Challenge: Bento-Grid</title>
<!-- DM SANS -->
<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=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap"
rel="stylesheet">
</head>
<body>
<section class="container-bentogrid">
<div class="container-section">
<!-- CONTAINER 1 -->
<div class="container_1">
<h2>
Social Media <span class="c1__span1">10x</span><span class="c1__span2"> Faster</span> <span
class="c1_span3">with AI</span>
</h2>
<img src="assets/images/illustration-five-stars.webp" alt="">
<p>
Over 4,000 5-star review
</p>
</div>
<!-- CONTAINER 2 -->
<div class="container_2">
<img src="assets/images/illustration-multiple-platforms.webp" alt="">
<h2>
Manage <span>multiple</span> accounts and platforms.
</h2>
</div>
<!-- CONTAINER 3 -->
<div class="container_3">
<h2>
Maintain a consistent posting schedule.
</h2>
<img src="assets/images/illustration-consistent-schedule.webp" alt="">
</div>
<!-- CONTAINER 4 -->
<div class="container_4">
<h2>
Schedule to social media.
</h2>
<img src="assets/images/illustration-schedule-posts.webp" alt="">
<p>
Optimize post timings to publish content at the perfect time for your audience.
</p>
</div>
<!-- CONTAINER 5 -->
<div class="container_5">
<img src="assets/images/illustration-grow-followers.webp" alt="">
<h2>
Grow followers <br>with non-stop content.
</h2>
</div>
<!-- CONTAINER 6 -->
<div class="container_6">
<h2>
>56%
</h2>
<p>
faster audience growth
</p>
<img src="assets/images/illustration-audience-growth.webp" alt="">
</div>
<!-- CONTAINER 7 -->
<div class="container_7">
<h2>
Create and schedule <span class="c7_span2">content</span> <span>quicker</span>
</h2>
<img src="assets/images/illustration-create-post.webp" alt="">
</div>
<!-- CONTAINER 8 -->
<div class="container_8">
<h2>Writing your content using AI.</h2>
<img src="assets/images/illustration-ai-content.webp" alt="">
</div>
</div>
</section>
</body>
</html>