Skip to content

Commit

Permalink
Update services.html
Browse files Browse the repository at this point in the history
Making website uniform to match index
  • Loading branch information
MilitantMom authored Nov 14, 2024
1 parent 773f4f6 commit 3adf2be
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions services.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,25 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RhysticStudy/Services - Our Services</title>
<link rel="stylesheet" href="styles.css">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1049161528271728"
crossorigin="anonymous"></script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1049161528271728" crossorigin="anonymous"></script>
</head>
<body>
<header>
<nav>
<a href="index.html" class="nav-item">Home</a>
<a href="about.html" class="nav-item">About</a>
<a href="services.html" class="nav-item active">Services</a>
<a href="contact.html" class="nav-item">Contact</a>
</nav>
<div class="nav-container">
<nav class="left-nav">
<!-- Logo added here -->
<img src="RhysticStudyLogo.png" alt="Rhystic Study Logo" class="logo">
<a href="index.html">Home</a> |
<a href="about.html">About</a> |
<a href="services.html" class="active">Services</a> |
<a href="contact.html">Contact</a>
</nav>
<nav class="right-nav">
<a href="shop.html">Shop</a> |
<a href="cart.html">🛒</a> |
<a href="profile.html">👤</a>
</nav>
</div>
</header>

<main>
Expand Down

0 comments on commit 3adf2be

Please sign in to comment.