Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 529a3e5

Browse files
Remove section element to use h1-h3 tag
1 parent 632712f commit 529a3e5

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

‎index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h3>Ready To Build Your Community?</h3> <br>
8282
</section>
8383
</main>
8484
<footer>
85-
<section class="contact">
85+
<h2 class="contact">
8686
<div id="details">
8787
<h1><img src="./images/logo.svg" alt="huddle"></h1>
8888
<div class="location">
@@ -115,10 +115,10 @@ <h1><img src="./images/logo.svg" alt="huddle"></h1>
115115
<a href="#"><img src="./images/logo-twitter.svg" alt="twitter"></a>
116116
<a href="#"><img src="./images/logo-instagram.svg" alt="instagram"></a>
117117
</div>
118-
</section>
119-
<section id="copyright">
118+
</h2>
119+
<h3 id="copyright">
120120
&copy; Copyright 2018 Huddle. All rights reserved.
121-
</section>
121+
</h3>
122122
</footer>
123123
</body>
124124
</html>

‎sass/main.css

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎sass/main.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎sass/main.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ body {
168168
width: 100%;
169169

170170
.contact{
171+
font-weight: normal;
171172
@include flex-box(row, space-between, center);
172173
width: 100%;
173174
height: auto;
@@ -268,6 +269,7 @@ body {
268269
color: $head-bg-color;
269270
font-family: $main-font-family;
270271
font-size: 13px;
272+
font-weight: normal;
271273
top: -70px;
272274
right: 80px;
273275
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /