Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
josefpihrt committed Mar 2, 2024
1 parent 51e7224 commit 098a540
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 9 deletions.
4 changes: 0 additions & 4 deletions docs/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ Hilly terrain with rapidly changing sections of park, forest parks, forests, urb
| [Shark-A](trails/shark-a) | <TrailRouteLink id="shark-a"></TrailRouteLink> | 21 km | Ruzyně | Podbaba |
| [Sunrose](trails/sunrose) | <TrailRouteLink id="sunrose"></TrailRouteLink> | 25 km | Ruzyně | Sedlec |

## Map

![Trails Map](/img/trails-map.png)

## Characteristics

✔️ are unmarked, i.e. navigation device or smartphone with navigation app is needed (at least for first ride) <br />
Expand Down
5 changes: 0 additions & 5 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,3 @@
.pagination-nav {
display: none;
}

img {
width: auto;
height: auto;
}
4 changes: 4 additions & 0 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ function HomepageHeader() {
<img width="70%" src="img/prague-trails-horizontal-logo.png" />
{/* <h1 className="hero__title">{siteConfig.title}</h1> */}
<h1 className="hero__subtitle">{siteConfig.tagline}</h1>
<hr></hr>
<a href='introduction#trails'>
<img src="img/trails-map.png" />
</a>
</div>
</header>
);
Expand Down

0 comments on commit 098a540

Please sign in to comment.