forked from css-for-js/huckleberry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
67 lines (65 loc) · 1.75 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
<html>
<head>
<title>
Huckleberry — CSS for JavaScript Developers
</title>
<link rel="stylesheet" href="./style.css" />
<meta
name="viewport"
content="width=device-width, initial-scale=1"
/>
<link
rel="preconnect"
href="https://fonts.gstatic.com"
/>
<link
href="https://fonts.googleapis.com/css2?family=Lato:wght@400;900&display=swap"
rel="stylesheet"
/>
</head>
<body>
<header>
<div class="max-width-wrapper">
<div class="intro-chunk">
<h1 class="title">Huckleberry</h1>
<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>
</div>
</div>
</header>
<main>
<section class="max-width-wrapper">
<div class="card">
<h2 class="indented-heading">
Wealth comes from operations
</h2>
<p>
No modern business can thrive without
developing a specialization in
operations. <em>Huckleberry</em> 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>
<em>Huckleberry</em> was established
in 2003 to help ambitious businesses
discover their true potential. If that
resonates, let's chat. ☎
</p>
</div>
</section>
</main>
</body>
</html>