Skip to content

Commit

Permalink
final code 10
Browse files Browse the repository at this point in the history
  • Loading branch information
fredm23579 committed Dec 22, 2023
1 parent 7fd6422 commit 8f74b79
Showing 1 changed file with 74 additions and 35 deletions.
109 changes: 74 additions & 35 deletions Develop/index.html
Original file line number Diff line number Diff line change
@@ -1,115 +1,154 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8" />
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="Description" content="Horiseon is a digital marketing agency that specializes in Search Engine Optimization, Social Media Marketing, and Online Reputation Management."/>
<title>Horiseon Marketing </title>
<link rel="stylesheet" href="./assets/css/style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Horiseon</title>
</head>

<body>

<header>

<h1>Hori<span class="seo">seo</span>n</h1>

<nav>
<ul>
<li>
<a href="#search-engine-optimization">Search Engine Optimization</a>
<a href="#search-engine-optimization" title="Search Engine Optimization" alt="Search Engine Optimization" aria-label="Search Engine Optimization" role="button">Search Engine Optimization</a>
</li>
<li>
<a href="#online-reputation-management"
>Online Reputation Management</a
>
<a href="#online-reputation-management" title="Online Reputation Management" alt="Online Reputation Management" aria-label="Online Reputation Management" role="button">Online Reputation Management</a>
</li>
<li>
<a href="#social-media-marketing">Social Media Marketing</a>
<a href="#social-media-marketing" title="Social Media Marketing" alt="Social Media Marketing" aria-label="Social Media Marketing" role="button">Social Media Marketing</a>
</li>
</ul>
</nav>

</header>
<div class="hero"></div>

<section class="hero"></section>

<main>

<section id="search-engine-optimization" class="service">
<img

<img class="float-left"
src="./assets/images/search-engine-optimization.jpg"
alt="Notebook with search engine optimization concepts on cover on a cluttered wooden table."
class="float-left"
/>
<h2>Search Engine Optimization</h2>
title="Notebook with search engine optimization concepts on cover on a cluttered wooden table." role="img" aria-label="title"

/>

<h2>Search Engine Optimization</h2>

<p>
The dominance of mobile internet use means that users are searching
for the right business as they travel, shop, or sit on their couch at
home. Search Engine Optimization (SEO) allows you to increase your
visibility and find the right customers for your business.
</p>
</section>

<section id="online-reputation-management" class="service">
<img

<img class="float-right"
src="./assets/images/online-reputation-management.jpg"
alt="Person checking cell phone while looking at a laptop showing a graph of increasing online reputation."
class="float-right"
/>
<h2>Online Reputation Management</h2>
<p>
title="Person checking cell phone while looking at a laptop showing a graph of increasing online reputation." role="img" aria-label="title"
/>

<h2>Online Reputation Management</h2>

<p>
The web is full of opinions, and some of these can be negative. Social
media allows anyone with an internet connection to say whatever they
want about your business. Online Reputation Management gives you the
control over what potential customers see when they search for your
business.
</p>
</section>

<section id="social-media-marketing" class="service">
<img

<img class="float-left"
src="./assets/images/social-media-marketing.jpg"
alt="Several people using devices sitting at a table cluttered with social media icons and actions such as Tweet, Share, and Like."
class="float-left"
/>
<h2>Social Media Marketing</h2>
<p>
alt="Person looking at a laptop with a graph of increasing social media usage."
title="Person looking at a laptop with a graph of increasing social media usage." role="img" aria-label="title"
/>

<h2>Social Media Marketing</h2>

<p>
Social media continues to have a sizable influence on buying habits.
Social media marketing helps you determine which platforms are suited
to your brand, using analytics to find the right markets and increase
your lead generation.
</p>
</section>

</main>

<aside class="benefits">
<div class="benefit">

<section class="benefit">

<h3>Lead Generation</h3>

<img
src="./assets/images/lead-generation.png"
alt="Black icon of a gear in a funnel leading to a coin with a dollar sign on it"
alt="Black icon of a gear in a funnel leading to a coin with a dollar sign on it" role="img" aria-label="title"
/>

<p>
Inbound strategies for lead generation require less work for your
business, bringing customers directly to your website.
</p>
</div>
<div class="benefit">
</section>

<section class="benefit">

<h3>Brand Awareness</h3>

<img
src="./assets/images/brand-awareness.png"
alt="Black icon of a person with a lightbulb for a head emitting waves."
alt="Black icon of a person with a lightbulb for a head emitting waves." role="img" aria-label="title"
/>

<p>
Users find your business through paid and organic searches, increasing
the search ranking and visibility for your business.
</p>
</div>
<div class="benefit">
</section>

<section class="benefit">

<h3>Cost Management</h3>

<img
src="./assets/images/cost-management.png"
alt="Black icon of a gear surrounded by three coins with dollar signs on them."
alt="Black icon of a gear surrounded by three coins with dollar signs on them." role="img" aria-label="title"
/>

<p>
As the search ranking for your business increases, your advertising
costs decrease, and you no longer need to advertise your page.
</p>
</div>
</section>

</aside>

<footer>
<h2>Made with ❤️️ by Horiseon</h2>
<p>&copy; 2023 Horiseon Social Solution Services, Inc.</p>

<h4>Made with ❤️️ by Horiseon</h4>

<p> &copy; 2023 Horiseon Social Solution Services, Inc.</p>

</footer>

</body>

</html>

0 comments on commit 8f74b79

Please sign in to comment.