semantic code changes #11
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
renovate-bot
renovate-security
security
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: libre-solutions/website#11
Loading…
Reference in a new issue
No description provided.
Delete branch "nitishkumar/website:master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
verify the Semantics standard
@ -138,2 +138,2 @@
<h3 class="subhead">About</h3>
<h1 class="display-1">
<h2 class="subhead">About</h2>
<h3 class="display-1">
Heading tags must be used for headings only. Paragraphs should be wrapped with
<p>
tagsok
@ -259,2 +259,2 @@
<h3 class="subhead">Keep In Touch</h3>
<h1 class="display-1">Feel free to contact us for any <br> project idea or collaboration</h1>
<h2 class="subhead">Keep In Touch</h2>
<h3 class="display-1">Feel free to contact us for any <br> project idea or collaboration</h3>
Same as this one
code changes hasbeen done
semantic code changesto WIP: semantic code changes@ -137,3 +137,2 @@
<div class="col-full">
<h3 class="subhead">About</h3>
<h1 class="display-1">
<p class="subhead">About</p>
"About" should be a heading
@ -159,3 +159,2 @@
<div class="col-full">
<h3 class="subhead">Services</h3>
<h1 class="display-1">
<p class="subhead">Services</p>
"Services" should be a heading
subhead has been added
now with subheading
WIP: semantic code changesto semantic code changes