-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
264 lines (250 loc) · 7.54 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Airable</title>
<script
src="https://kit.fontawesome.com/cd555a857e.js"
crossorigin="anonymous"
></script>
<link rel="stylesheet" href="styles/style.css" />
</head>
<body>
<header class="container">
<nav id="navbar">
<a href="index.html" class="logo">
<img src="images/logo.svg" alt="" />
Airtable
</a>
<ul class="nav-links">
<a href="#"><li>Products</li></a>
<a href="#"><li>Blocks</li></a>
<a href="#"><li>Templates</li></a>
<a href="#"><li>Universe</li></a>
<a href="#"><li>Pricing</li></a>
<a href="#"><li>Sign in</li></a>
<a href="#"> <li class="active">Sing Up</li></a>
</ul>
<div class="menu"><a href="#">Menu</a></div>
</nav>
</header>
<main>
<section class="intro container">
<div class="intro-text">
<h1>Create, your way</h1>
<p>
Part spreadsheet, part database, and entirely flexible, teams use
Airtable to organize their work, their way.
</p>
<form class="intro-form">
<input
type="email"
name=""
id=""
placeholder="Enter your email adress"
/>
<input type="button" value="Get Started" class="btn btn-primary" />
<div class="intro-form-helper">
Already a member? <a class="link-secondary" href="#">Sign in</a>
</div>
</form>
</div>
<img src="images/shapes_collaboration.png" alt="" />
</section>
<section class="tasks">
<div class="task container">
<div class="images">
<img src="images/grid_view.png" alt="" />
<img src="images/iphone_grid.png" alt="" />
</div>
<div class="task-text">
<h2>The perfect view for the task at hand</h2>
<div id="Tour">
<a href="#" class="link-primary"
>Take the product tour
<i class="fas fa-long-arrow-alt-right"></i>
</a>
</div>
<div class="task-text-items">
<div
class="item activeItem"
data-img="grid_view.png"
data-backgorund="bgPink.svg"
data-color="#EDE2FE"
>
<i class="fas fa-th"></i>
<p>Grid</p>
</div>
<div
class="item"
data-img="calendar.png"
data-color="#B4E0F1"
data-backgorund="calendarBg.svg"
>
<i class="far fa-calendar-alt"></i>
<p>Calender</p>
</div>
<div
class="item"
data-img="gallery.png"
data-color="#F1BAC8"
data-backgorund="galleryBg.svg"
>
<i class="fas fa-image"></i>
<p>Gallery</p>
</div>
<div
class="item"
data-img="users.png"
data-color="#ACC3F1"
data-backgorund="userBg.svg"
>
<i class="fas fa-user-tie"></i>
<p>Users</p>
</div>
<div
class="item"
data-img="buesniess.png"
data-color="#E9ABDA"
data-backgorund="buesniessBg.svg"
>
<i class="fas fa-business-time"></i>
<p>Business</p>
</div>
</div>
</div>
</div>
</section>
<section id="unleash">
<div class="unleash container">
<div class="unleash-text">
<h1>Unleash your team’s creative potential with Blocks</h1>
<p>
Airtable Blocks give you a creative palette of app-like
functionality that you can mix and match to create the perfect
workflow for your team.
</p>
<a class="link-primary" href="#"
>Discover Blocks <i class="fas fa-long-arrow-alt-right"></i
></a>
</div>
<div class="unleash-img">
<img src="images/unlease.jpg" alt="" />
</div>
</div>
</section>
<section id="inspration">
<div class="inspration container">
<div class="inspration-cards">
<div class="card">
<div class="creative_teams"></div>
<p>Creative Teams And Ageniceis</p>
</div>
<div class="card">
<div class="marketing"></div>
<p>Marketing And Communications</p>
</div>
<div class="card">
<div class="products"></div>
<p>Products And User Experinece</p>
</div>
<div class="card">
<div class="projects"></div>
<p>Project Mannagment</p>
</div>
</div>
<div class="inspration-text">
<h2>Inspiration for every team</h2>
<p>Get started fast with templates built by industry experts.</p>
<a class="link-primary" href="#"
>Explore use cases <i class="fas fa-long-arrow-alt-right"></i
></a>
</div>
</div>
</section>
<section id="logos">
<div class="logos container">
<p>Trusted by over 170,000 of the world’s leading companies</p>
<div>
<img src="images/logos.png" alt="" />
</div>
</div>
</section>
<section id="power">
<div class="power container">
<h2>Power your team with Airtable</h2>
<form class="power-form">
<input
type="email"
name=""
id=""
placeholder="Enter your email adress"
/>
<input type="button" value="Get Started" class="btn btn-primary" />
</form>
<div class="power-form-helper">
Airtable is free to use for teams of any size. We also offer
<a class="link-secondary" href="#">paid plans</a>
with additional features, storage, and support.
</div>
</div>
</section>
</main>
<footer class="container">
<img src="images/logo.svg" alt="" />
<div class="footer-links">
<div class="footer-links-container">
<a class="link-secondary" href="#">Product</a>
<a class="link-secondary" href="#">Inspiration</a>
<a class="link-secondary" href="#">Blocks</a>
<a class="link-secondary" href="#">Templates</a>
<a class="link-secondary" href="#">Universe</a>
<a class="link-secondary" href="#">Pricing</a>
</div>
<div class="footer-links-container">
<a class="link-secondary" href="#">Events</a>
<a class="link-secondary" href="#">Cases tudies</a>
<a class="link-secondary" href="#">Security</a>
<a class="link-secondary" href="#">Enterprise</a>
<a class="link-secondary" href="#">API</a>
<a class="link-secondary" href="#">Integrations</a>
<a class="link-secondary" href="#">Download apps</a>
</div>
<div class="footer-links-container">
<a class="link-secondary" href="#">About</a>
<a class="link-secondary" href="#">Careers</a>
<a class="link-secondary" href="#">Blog</a>
<a class="link-secondary" href="#">Creators Magazine</a>
<a class="link-secondary" href="#">Contact Sales</a>
<a class="link-secondary" href="#">Press</a>
<a class="link-secondary" href="#">Twitter</a>
</div>
<div class="footer-links-container">
<div class="top">
<a class="link-primary" href="#">Were Hiring!</a>
</div>
<div class="middle">
<p class="small">questions?</p>
<a class="link-secondary" href="#">Explore our help center</a>
</div>
<div class="bottom">
<a class="link-secondary" href="#">Terms</a>
<a class="link-secondary" href="#">Privacy</a>
<p class="smaller">© Airtable</p>
</div>
</div>
</div>
</footer>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.3.4/gsap.min.js"
integrity="sha512-3WGIRFCuTpZhqYujwLp5RtARPkOy3uRtc3RXB31bJ9/i6VH2C66Z0WBV6gHhdhbUIDKFx8yTkLfEjdQM5Wl+ZQ=="
crossorigin="anonymous"
></script>
<script
src="https://kit.fontawesome.com/cd555a857e.js"
crossorigin="anonymous"
></script>
<script src="app.js"></script>
</body>
</html>