PUBLISH: link home from the logo rather than a home link
This commit is contained in:
parent
fae290a18d
commit
4ac895b0b1
34 changed files with 380 additions and 331 deletions
|
|
@ -44,14 +44,15 @@
|
|||
</script>
|
||||
</head>
|
||||
<body><header class="header">
|
||||
<h2>CaAlden: <span class="color:accent">Films</span></h2><nav class="navbar">
|
||||
<h2>
|
||||
<a href="https://caalden.github.io/film/" class="unstyled-link">
|
||||
CaAlden: <span class="color:accent">Films</span>
|
||||
</a>
|
||||
</h2><nav class="navbar">
|
||||
<ul class="navbar-list">
|
||||
<li class="navbar-item button:large">
|
||||
<a href="https://caalden.github.io/film/about" class="button button:large color:invert">about</a>
|
||||
</li>
|
||||
<li class="button:large">
|
||||
<a href="https://caalden.github.io/film/" class="button button:large color:invert">home</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue