-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathfigma.html
37 lines (33 loc) · 1.45 KB
/
figma.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HuckleBerry</title>
<link rel="stylesheet" href="figma.css">
<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=Lato:wght@400;900&display=swap" rel="stylesheet">
</head>
<body>
<div class="wrapper">
<section id="main">
<section class="top">
<h2>Huckleberry</h2>
<p>An avant-garde agency focused on connecting <strong>passion</strong> with <strong>logistics</strong>.</p>
<p>A better way to solve the problems of tomorrow.</p>
</section>
<section class="bottom">
<div class="card">
<h2>Wealth comes from operations</h2>
<p>No modern business can thrive without developing a specialization in operations. Huckleberry has helped
dozens of companies, from Fortune 50 monoliths to fast-growing Bay Area startups, achieve their goals and
meet their KPIs by leveraging our extensive network of logistics experts.</p>
<p>Huckleberry was established in 2003 to help ambitious businesses discover their true potential. If that
resonates, let's chat!</p>
</div>
</section>
</section>
</div>
</body>
</html>