semantic code changes #11
2 changed files with 10 additions and 9 deletions
|
@ -1425,6 +1425,7 @@ body.menu-is-open {
|
||||||
letter-spacing: -0.03rem;
|
letter-spacing: -0.03rem;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: 4.8rem;
|
margin-bottom: 4.8rem;
|
||||||
|
color:#fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.subhead {
|
.subhead {
|
||||||
|
|
18
index.html
18
index.html
|
@ -57,7 +57,7 @@
|
||||||
|
|
||||||
<a href="#0" class="header-nav__close" title="close"><span>Close</span></a>
|
<a href="#0" class="header-nav__close" title="close"><span>Close</span></a>
|
||||||
|
|
||||||
<h3>Navigate t</h3>
|
<h3>Navigate to</h3>
|
||||||
|
|
||||||
<div class="header-nav__content">
|
<div class="header-nav__content">
|
||||||
|
|
||||||
|
@ -135,12 +135,12 @@
|
||||||
|
|
||||||
<div class="row section-header bit-narrow" data-aos="fade-up">
|
<div class="row section-header bit-narrow" data-aos="fade-up">
|
||||||
<div class="col-full">
|
<div class="col-full">
|
||||||
<h3 class="subhead">About</h3>
|
<h2 class="subhead">About</h2>
|
||||||
|
|||||||
<h1 class="display-1">
|
<p class="display-1">
|
||||||
nitishkumar marked this conversation as resolved
Outdated
realaravinth
commented
Heading tags must be used for headings only. Paragraphs should be wrapped with Heading tags must be used for headings only. Paragraphs should be wrapped with `<p>` tags
nitishkumar
commented
ok ok
|
|||||||
Libre Solutions is a software consultancy based out of
|
Libre Solutions is a software consultancy based out of
|
||||||
Coimbatore, India. We design high-quality, custom software solutions to help
|
Coimbatore, India. We design high-quality, custom software solutions to help
|
||||||
businesses adapt to the ever-changing needs of the digital era.
|
businesses adapt to the ever-changing needs of the digital era.
|
||||||
</h1>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div> <!-- end section-header -->
|
</div> <!-- end section-header -->
|
||||||
|
|
||||||
|
@ -157,12 +157,12 @@
|
||||||
|
|
||||||
<div class="row section-header bit-narrow" data-aos="fade-up">
|
<div class="row section-header bit-narrow" data-aos="fade-up">
|
||||||
<div class="col-full">
|
<div class="col-full">
|
||||||
<h3 class="subhead">Services</h3>
|
<h2 class="subhead">Services</h2>
|
||||||
realaravinth
commented
"Services" should be a heading "Services" should be a heading
|
|||||||
<h1 class="display-1">
|
<p class="display-1">
|
||||||
We offer a range of hosted products and services designed to
|
We offer a range of hosted products and services designed to
|
||||||
cater to your business needs as you scale. Our hosted services
|
cater to your business needs as you scale. Our hosted services
|
||||||
have high uptime, fast page load times and at a price that will
|
have high uptime, fast page load times and at a price that will
|
||||||
fit your budget.</h1>
|
fit your budget.</p>
|
||||||
</div>
|
</div>
|
||||||
</div> <!-- end section-header -->
|
</div> <!-- end section-header -->
|
||||||
|
|
||||||
|
@ -256,8 +256,8 @@
|
||||||
|
|
||||||
<div class="row section-header narrow" data-aos="fade-up">
|
<div class="row section-header narrow" data-aos="fade-up">
|
||||||
<div class="col-full">
|
<div class="col-full">
|
||||||
<h3 class="subhead">Keep In Touch</h3>
|
<h2 class="subhead">Keep In Touch</h2>
|
||||||
<h1 class="display-1">Feel free to contact us for any <br> project idea or collaboration</h1>
|
<p class="display-1">Feel free to contact us for any <br> project idea or collaboration</p>
|
||||||
realaravinth
commented
Same as this one Same as [this one](https://git.batsense.net/libre-solutions/website/pulls/11/files#issuecomment-1474)
|
|||||||
</div>
|
</div>
|
||||||
</div> <!-- end section-header -->
|
</div> <!-- end section-header -->
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue
"About" should be a heading