Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ga module 1 #29

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 15 additions & 35 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
<html>
<head>
<title>
Huckleberry — CSS for JavaScript Developers
</title>
<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"
/>
<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"
Expand All @@ -24,41 +16,29 @@
<h1 class="title">Huckleberry</h1>

<p>
An avant-garde agency focused on
connecting
<strong>passion</strong> with
<strong>logistics</strong>.
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>
<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>
<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.
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. ☎
<em>Huckleberry</em> was established in 2003 to help ambitious
businesses discover their true potential. If that resonates, let's
chat. ☎
</p>
</div>
</section>
Expand Down
Loading