Skip to content

Commit

Permalink
Update navigation links in About and Services pages; enhance Services…
Browse files Browse the repository at this point in the history
… page layout and styles
  • Loading branch information
Gerbil1511 committed Dec 7, 2024
1 parent 62179d8 commit f84d7aa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<a class="nav-link active" aria-current="page" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="index.html#services">Services</a>
<a class="nav-link" href="services.html">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
Expand Down
21 changes: 11 additions & 10 deletions services.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css">
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<link href="assets/css/style.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Handlee&display=swap" rel="stylesheet">
<link href="assets/css/styles.css" rel="stylesheet">
<title>Seven Seas Spa</title>
<title>Services - Seven Seas Spa</title>
</head>

<body>
Expand All @@ -33,7 +32,7 @@
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-linkactive" aria-current="page" href="services.html">Services</a>
<a class="nav-link active" aria-current="page" href="services.html">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
Expand All @@ -46,12 +45,13 @@


<!-- Hero Section -->
<header class="hero text-center" id="mainContent">
<div class="container">
<h1 class="display-4">Our Services</h1>
<p class="lead">Explore what we have to offer</p>
<section class="hero position-relative text-center d-flex align-items-center">
<div class="container position-relative">
<h1 class="display-4 text-white handlee-font">Our Services</h1>
<p class="lead text-white">Explore what we have to offer</p>
</div>
</header>
</section>


<!-- Main Section -->
<main class="container my-5">
Expand Down Expand Up @@ -153,6 +153,7 @@ <h2 class="display-5">Wellness Programs</h2>
<a href="contact.html" class="btn btn-dark mt-3">Join Our Wellness Program</a>
</div>
</section>

</div>
</main>

Expand Down

0 comments on commit f84d7aa

Please sign in to comment.