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

done #49

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

done #49

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
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"files.exclude": {
"node_modules/": true
}
}
26 changes: 10 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
<head>
<title>Huckleberry — CSS for JavaScript Developers</title>
<link rel="stylesheet" href="./style.css" />
<meta
name="viewport"
content="width=device-width, initial-scale=1"
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta charset="UTF-8" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
Expand All @@ -31,21 +28,18 @@ <h1 class="title">Huckleberry</h1>
<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