rounded corners
This commit is contained in:
parent
272a7b4bb1
commit
23cf039072
2 changed files with 38 additions and 43 deletions
|
|
@ -46,17 +46,17 @@
|
|||
</div>
|
||||
</div>
|
||||
<div id="about" class="page tl-timeline">
|
||||
<br>
|
||||
<br>
|
||||
<div class="content">
|
||||
{{ about.body | safe }}
|
||||
</div>
|
||||
</div>
|
||||
<div id="timeline" class="page">
|
||||
<div id="tl"></div>
|
||||
</div>
|
||||
<div id="imprint" class="page tl-timeline">
|
||||
<br>
|
||||
<br>
|
||||
<div class="content">
|
||||
{{ imprint.body | safe }}
|
||||
</div>
|
||||
</div>
|
||||
<div id="contact" class="page tl-timeline">
|
||||
<div class="content">
|
||||
|
|
@ -138,10 +138,6 @@
|
|||
})
|
||||
active.classList.add('active')
|
||||
}
|
||||
document.querySelector('#about a[href="#title"]').addEventListener('click', event => {
|
||||
openPage('#timeline')
|
||||
load_timeline()
|
||||
})
|
||||
function hashchange(event) {
|
||||
console.log('hc', document.location.hash.slice(1).length, document.location.hash.slice(1))
|
||||
var page
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue