Skip to content

Commit

Permalink
update index and css files
Browse files Browse the repository at this point in the history
  • Loading branch information
Matty-Bamboo committed Mar 19, 2023
1 parent cf7f05f commit 02eb34a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,15 @@ p {
max-width: 150px;
}

.main-section-1 {
margin-bottom: 20px;
padding: 50px;
height: 300px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
background-color: #0072bb;
color: #ffffff;
}

.search-engine-optimization {
margin-bottom: 20px;
padding: 50px;
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" href="./assets/css/style.css">
<title>website</title>
<title>Horiseon</title>
</head>

<body>
Expand All @@ -27,21 +27,21 @@ <h1>Hori<span class="seo">seo</span>n</h1>
<figure class="hero"></figure>
<main class="content">
<aside class="search-engine-optimization">
<img src="./assets/images/search-engine-optimization.jpg" class="float-left" />
<img src="./assets/images/search-engine-optimization.jpg" alt="notepad" class="float-left" />
<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>
</aside>
<aside id="online-reputation-management" class="online-reputation-management">
<img src="./assets/images/online-reputation-management.jpg" class="float-right" />
<img src="./assets/images/online-reputation-management.jpg" alt="laptop" class="float-right" />
<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>
</aside>
<aside id="social-media-marketing" class="social-media-marketing">
<img src="./assets/images/social-media-marketing.jpg" class="float-left" />
<img src="./assets/images/social-media-marketing.jpg" alt="tabletop" class="float-left" />
<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.
Expand Down

0 comments on commit 02eb34a

Please sign in to comment.