Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoPNS committed Jun 16, 2022
1 parent 89e05be commit 14e4221
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
1 change: 0 additions & 1 deletion assets/img/icons/camera.svg

This file was deleted.

1 change: 0 additions & 1 deletion assets/img/icons/left.svg

This file was deleted.

4 changes: 4 additions & 0 deletions assets/scss/components/_nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@
border:0;
width: 120px;

@media (max-width: 360px) {
width: 80px
}

.nav-link.active {
color: $green;
border-color: transparent;
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=1.0, minimum-scale=1.0, maximum-scale=1.0">

<!-- SEO -->
<title>Template Title</title>
<title>TrashHero - Be a Hero!</title>
<meta name="description" content="Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua." />
<meta name="robots" content="index,follow" />
<link rel="canonical" href="https://url-to-site.com/current-subpage" />

<meta property="og:site_name" content="Site name">
<meta property="og:title" content="Template Title" />
<meta property="og:site_name" content="TrashHero - Be a Hero!e">
<meta property="og:title" content="TrashHero - Be a Hero!" />
<meta property="og:locale" content="en" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua." />
<meta property="og:image" content="https://url-to-site.com/image.jpg" />
<meta property="og:url" content="https://url-to-site.com/current-subpage" />

<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Template Title">
<meta name="twitter:title" content="TrashHero - Be a Hero!">

<!-- Languages -->
<link rel="alternate" hreflang="en" href="https://url-to-site.com/current-subpage">
Expand Down

0 comments on commit 14e4221

Please sign in to comment.