Skip to content

Commit 6c10a1f

Browse files
committed
Update index.html content
1 parent 4e77faa commit 6c10a1f

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

index.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,16 @@
4545
<nav class="navbar" data-navbar>
4646
<ul class="navbar-list">
4747
<li>
48-
<a href="#" class="navbar-link">Home</a>
48+
<a href="#home" class="navbar-link">Home</a>
4949
</li>
5050
<li>
51-
<a href="#" class="navbar-link">About</a>
51+
<a href="#about" class="navbar-link">About</a>
5252
</li>
5353
<li>
54-
<a href="#" class="navbar-link">Services</a>
54+
<a href="#services" class="navbar-link">Services</a>
5555
</li>
5656
<li>
57-
<a href="#" class="navbar-link">Projects</a>
57+
<a href="#projects" class="navbar-link">Projects</a>
5858
</li>
5959
<li>
6060
<a href="#" class="navbar-link">Contact</a>
@@ -87,6 +87,7 @@
8787
class="hero has-bg-image"
8888
aria-label="home"
8989
style="background-image: url(./assets/images/hero-bg.jpg)"
90+
id="home"
9091
>
9192
<div class="container">
9293
<div class="hero-content">
@@ -127,6 +128,7 @@ <h1 class="h1 section-title">
127128
class="section service has-bg-image"
128129
aria-labelledby="service-label"
129130
style="background-image: url('./assets/images/service-bg.jpg')"
131+
id="services"
130132
>
131133
<div class="container">
132134
<p class="section-subtitle :light" id="service-label">
@@ -273,7 +275,7 @@ <h3 class="h3 card-title">Steering Repair</h3>
273275

274276
<!-- #ABOUT -->
275277

276-
<section class="section about has-before" aria-labelledby="about-label">
278+
<section id="about" class="section about has-before" aria-labelledby="about-label">
277279
<div class="container">
278280
<figure class="about-banner">
279281
<img
@@ -333,7 +335,7 @@ <h2 class="h2 section-title">
333335

334336
<!-- #WORK -->
335337

336-
<section class="section work" aria-labelledby="work-label">
338+
<section id="projects" class="section work" aria-labelledby="work-label">
337339
<div class="container">
338340
<p class="section-subtitle :light" id="work-label">Our Work</p>
339341
<h2 class="h2 section-title">Latest projects we have done</h2>

0 commit comments

Comments
 (0)